forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1277704 - Update jemalloc 4 to version 4.3.1. r=glandium
- Loading branch information
1 parent
273498c
commit 9a31590
Showing
103 changed files
with
8,672 additions
and
3,585 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
version: '{build}' | ||
|
||
environment: | ||
matrix: | ||
- MSYSTEM: MINGW64 | ||
CPU: x86_64 | ||
MSVC: amd64 | ||
- MSYSTEM: MINGW32 | ||
CPU: i686 | ||
MSVC: x86 | ||
- MSYSTEM: MINGW64 | ||
CPU: x86_64 | ||
- MSYSTEM: MINGW32 | ||
CPU: i686 | ||
|
||
install: | ||
- set PATH=c:\msys64\%MSYSTEM%\bin;c:\msys64\usr\bin;%PATH% | ||
- if defined MSVC call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %MSVC% | ||
- if defined MSVC pacman --noconfirm -Rsc mingw-w64-%CPU%-gcc gcc | ||
- pacman --noconfirm -Suy mingw-w64-%CPU%-make | ||
|
||
build_script: | ||
- bash -c "autoconf" | ||
- bash -c "./configure" | ||
- mingw32-make -j3 | ||
- file lib/jemalloc.dll | ||
- mingw32-make -j3 tests | ||
- mingw32-make -k check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
language: c | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
compiler: gcc | ||
- os: linux | ||
compiler: gcc | ||
env: | ||
- EXTRA_FLAGS=-m32 | ||
addons: | ||
apt: | ||
packages: | ||
- gcc-multilib | ||
- os: osx | ||
compiler: clang | ||
- os: osx | ||
compiler: clang | ||
env: | ||
- EXTRA_FLAGS=-m32 | ||
|
||
before_script: | ||
- autoconf | ||
- ./configure${EXTRA_FLAGS:+ CC="$CC $EXTRA_FLAGS"} | ||
- make -j3 | ||
- make -j3 tests | ||
|
||
script: | ||
- make check |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Unless otherwise specified, files in the jemalloc source distribution are | ||
subject to the following license: | ||
-------------------------------------------------------------------------------- | ||
Copyright (C) 2002-2015 Jason Evans <[email protected]>. | ||
Copyright (C) 2002-2016 Jason Evans <[email protected]>. | ||
All rights reserved. | ||
Copyright (C) 2007-2012 Mozilla Foundation. All rights reserved. | ||
Copyright (C) 2009-2015 Facebook, Inc. All rights reserved. | ||
Copyright (C) 2009-2016 Facebook, Inc. All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.