Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
jemalloc
/
refs/heads/int/11/fp4
/
configure.ac
145f3cd
Add --disable-syscall.
by Jason Evans
· 8 years ago
a05d4da
Implement a more reliable detection scheme for os_unfair_lock.
by John Szakmeister
· 8 years ago
e98a620
Mark partially purged arena chunks as non-hugepage.
by Jason Evans
· 8 years ago
949a27f
Add pthread_atfork(3) feature test.
by Jason Evans
· 8 years ago
62f2d84
Refactor madvise(2) configuration.
by Jason Evans
· 8 years ago
e7ca53b
Remove a residual comment.
by Jason Evans
· 8 years ago
2a24dc2
Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."
by Jason Evans
· 8 years ago
45f83a2
Add JE_RUNNABLE() and use it for os_unfair_lock_*() test.
by Jason Evans
· 8 years ago
e916d55
Add configure support for *-*-linux-android.
by Jason Evans
· 8 years ago
092d760
Support Debian GNU/kFreeBSD.
by Samuel Moritz
· 8 years ago
cb3ad65
Use -std=gnu11 if available.
by Jason Evans
· 8 years ago
eca3bc0
Fix sycall(2) configure test for Linux.
by Jason Evans
· 8 years ago
da206df
Do not use syscall(2) on OS X 10.12 (deprecated).
by Jason Evans
· 8 years ago
3f2b8d9
Add os_unfair_lock support.
by Jason Evans
· 8 years ago
07ee4c5
Force no lazy-lock on Windows.
by Jason Evans
· 8 years ago
1d57c03
Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.
by Jason Evans
· 8 years ago
35a108c
Fix EXTRA_CFLAGS to not affect configuration.
by Jason Evans
· 8 years ago
e7d6779
Only link with libm (-lm) if necessary.
by Jason Evans
· 8 years ago
875ff15
Only use --whole-archive with gcc.
by Jason Evans
· 8 years ago
1eb801b
Do not force lazy lock on Windows.
by Jason Evans
· 8 years ago
b732c39
Refine nstime_update().
by Jason Evans
· 8 years ago
c128167
Disable irrelevant Cray compiler warnings if cc-silence is enabled
by Elliot Ronaghan
· 8 years ago
4b52518
Add Cray compiler's equivalent of -Werror before __attribute__ checks
by Elliot Ronaghan
· 8 years ago
1d42a99
Disable automatic dependency generation for the Cray compiler
by Elliot Ronaghan
· 8 years ago
8701bc7
Add initial support for building with the cray compiler
by Elliot Ronaghan
· 8 years ago
b770d2d
Fix librt detection when using a Cray compiler wrapper
by Elliot Ronaghan
· 8 years ago
3573fb9
Add -dynamic for integration and stress tests with Cray compiler wrappers
by Elliot Ronaghan
· 8 years ago
38a96f0
Fix a bug in __builtin_unreachable configure check
by Elliot Ronaghan
· 8 years ago
d1207f0
Check for __builtin_unreachable at configure time
by Elliot Ronaghan
· 8 years ago
c2f970c
Modify pages_map() to support mapping uncommitted virtual memory.
by Jason Evans
· 8 years ago
c1e9cf4
Link against librt for clock_gettime(2) if glibc < 2.17.
by Jason Evans
· 9 years ago
18903c5
Enable -Wsign-compare warnings.
by Chris Peterson
· 9 years ago
434ea64
Add --with-version.
by Jason Evans
· 9 years ago
b3d0070
Compile with -Wshorten-64-to-32.
by Jason Evans
· 9 years ago
ecae123
Fix overflow in prng_range().
by Jason Evans
· 9 years ago
90c7269
Add CPU "pause" intrinsic for MSVC
by rustyx
· 9 years ago
bc49863
Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " in Cygwin x64
by rustyx
· 9 years ago
46e0b23
Detect LG_SIZEOF_PTR depending on MSVC platform target
by rustyx
· 9 years ago
f829009
Add --with-malloc-conf.
by Jason Evans
· 9 years ago
3a92319
Use AC_CONFIG_AUX_DIR([build-aux]).
by Jason Evans
· 9 years ago
345c1b0
Link test to librt if it contains clock_gettime(2).
by Jason Evans
· 9 years ago
6d91929
Address portability issues on Solaris.
by Jason Evans
· 9 years ago
c0f43b6
Fix TLS configuration.
by Jason Evans
· 9 years ago
2662ba5
Stop forcing --enable-munmap on MinGW.
by Jason Evans
· 9 years ago
ac5db02
Make --enable-tls and --enable-lazy-lock take precedence over configure.ac-hardcoded defaults
by Mike Hommey
· 9 years ago
d059b9d
Implement support for non-coalescing maps on MinGW.
by Jason Evans
· 9 years ago
13473c7
Force lazy_lock on MinGW.
by Jason Evans
· 9 years ago
e42c309
Add JEMALLOC_FORMAT_PRINTF().
by Jason Evans
· 9 years ago
92d72ee
Fix alloc_size configure test.
by Jason Evans
· 9 years ago
0b8f0bc
Add configure test for alloc_size attribute.
by Jason Evans
· 9 years ago
ae93d6b
Avoid function prototype incompatibilities.
by Jason Evans
· 9 years ago
241abc6
Fix size class overflow handling when profiling is enabled.
by Jason Evans
· 9 years ago
8a03cf0
Implement cache index randomization for large allocations.
by Jason Evans
· 10 years ago
7041720
Rename pprof to jeprof.
by Jason Evans
· 10 years ago
f1f2b45
Embed full library install when running ld on OS X.
by Jason Evans
· 10 years ago
b80fbcb
OpenBSD don't support TLS
by Sébastien Marie
· 10 years ago
e0a08a1
Restore --enable-ivsalloc.
by Jason Evans
· 10 years ago
970fcfb
adding support for bitrig
by Dave Huseby
· 10 years ago
02e5dcf
Fix --enable-debug regression.
by Jason Evans
· 10 years ago
f888031
Put VERSION file in object directory
by Dan McGregor
· 10 years ago
cbf3a6d
Move centralized chunk management into arenas.
by Jason Evans
· 10 years ago
b0808d5
Fix shell test to use = instead of ==.
by Jason Evans
· 10 years ago
41f2e69
Fix quoting for CONFIG-related sed expression.
by Jason Evans
· 10 years ago
77d597e
add openbsd support
by Sébastien Marie
· 10 years ago
bec6a8d
Implement the jemalloc-config script.
by Jason Evans
· 10 years ago
b7b44df
Make mixed declarations an error
by Mike Hommey
· 10 years ago
b74041f
Ignore MALLOC_CONF in set{uid,gid,cap} binaries.
by Daniel Micay
· 10 years ago
59cd80e
Add a C11 atomics-based implementation of atomic.h API.
by Chih-hung Hsieh
· 10 years ago
79725aa
Fix variable declaration with no type in the configure script.
by Guilherme Goncalves
· 10 years ago
81e5475
Add --with-lg-tiny-min, generalize --with-lg-quantum.
by Jason Evans
· 10 years ago
2eb941a
Add AC_CACHE_CHECK() for pause instruction.
by Jason Evans
· 10 years ago
fc0b3b7
Add configure options.
by Jason Evans
· 10 years ago
b123ddc
Don't configure HAVE_SSE2.
by Jason Evans
· 10 years ago
29146e9
Don't force TLS on behalf of heap profiling.
by Jason Evans
· 10 years ago
4dcf04b
correctly detect adaptive mutexes in pthreads
by Eric Wong
· 10 years ago
70bdee0
autoconf: Support cygwin in addition to mingw
by Dave Rigby
· 10 years ago
913e9a8
Generate a pkg-config file
by Nick White
· 10 years ago
f1cf3ea
fix tls_model autoconf test
by Daniel Micay
· 10 years ago
4cfe551
Add support for sized deallocation.
by Daniel Micay
· 10 years ago
82e88d1
Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in.
by Jason Evans
· 10 years ago
a5a658a
Make VERSION generation more robust.
by Jason Evans
· 10 years ago
3e24afa
Test for availability of malloc hooks via autoconf
by Sara Golemon
· 10 years ago
011dde9
Set VERSION also when the source directory is a git submodule using a ".git" file pointing to the repo. directory.
by Psi Mankoski
· 10 years ago
095819f
Merge pull request #102 from mneumann/dfly
by Jason Evans
· 10 years ago
cf6032d
Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configure
by Mike Hommey
· 10 years ago
1aa25a3
Support DragonFlyBSD
by Michael Neumann
· 10 years ago
79230fe
Fix unportable == operator in configure scripts
by Steven Stewart-Gallus
· 10 years ago
5921ba7
Support for iOS compilation
by Valerii Hiora
· 10 years ago
8f50ec8
Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT test
by Mike Hommey
· 10 years ago
1a3eafd
Check for __builtin_ffsl before ffsl.
by Mike Hommey
· 10 years ago
994fad9
Add check for madvise(2) to configure.ac.
by Richard Diamond
· 10 years ago
9c3a10f
Try to use __builtin_ffsl if ffsl is unavailable.
by Richard Diamond
· 10 years ago
6f6704c
Make in-tree MSVC builds work
by Mike Hommey
· 10 years ago
8c61575
Add -FS flag to support parallel builds with MSVC 2013
by Mike Hommey
· 10 years ago
ff2e999
Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 support
by Mike Hommey
· 10 years ago
d04047c
Add size class computation capability.
by Jason Evans
· 10 years ago
ccf0466
STATIC_PAGE_SHIFT for cross-compiling jemalloc
by Daniel Micay
· 10 years ago
affe009
Use a configure test to detect the form of malloc_usable_size in malloc.h
by Mike Hommey
· 10 years ago
e2deab7
Refactor huge allocation to be managed by arenas.
by Jason Evans
· 10 years ago
05125b8
Update libunwind configuration check to look for unw_backtrace().
by Jason Evans
· 11 years ago
Next »