aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2016-12-03Add --disable-syscall.Jason Evans
2016-11-28Implement a more reliable detection scheme for os_unfair_lock.John Szakmeister
2016-11-24Mark partially purged arena chunks as non-hugepage.Jason Evans
2016-11-17Add pthread_atfork(3) feature test.Jason Evans
2016-11-17Refactor madvise(2) configuration.Jason Evans
2016-11-16Remove a residual comment.Jason Evans
2016-11-16Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."Jason Evans
2016-11-12Add JE_RUNNABLE() and use it for os_unfair_lock_*() test.Jason Evans
2016-11-10Add configure support for *-*-linux-android.Jason Evans
2016-11-10Support Debian GNU/kFreeBSD.Samuel Moritz
2016-11-04Use -std=gnu11 if available.Jason Evans
2016-11-02Fix sycall(2) configure test for Linux.Jason Evans
2016-11-02Do not use syscall(2) on OS X 10.12 (deprecated).Jason Evans
2016-11-02Add os_unfair_lock support.Jason Evans
2016-11-02Force no lazy-lock on Windows.Jason Evans
2016-10-29Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.Jason Evans
2016-10-29Fix EXTRA_CFLAGS to not affect configuration.Jason Evans
2016-10-28Only link with libm (-lm) if necessary.Jason Evans
2016-10-28Only use --whole-archive with gcc.Jason Evans
2016-10-28Do not force lazy lock on Windows.Jason Evans
2016-10-10Refine nstime_update().Jason Evans
2016-09-26Disable irrelevant Cray compiler warnings if cc-silence is enabledElliot Ronaghan
2016-09-26Add Cray compiler's equivalent of -Werror before __attribute__ checksElliot Ronaghan
2016-09-26Disable automatic dependency generation for the Cray compilerElliot Ronaghan
2016-09-26Add initial support for building with the cray compilerElliot Ronaghan
2016-09-26Fix librt detection when using a Cray compiler wrapperElliot Ronaghan
2016-09-26Add -dynamic for integration and stress tests with Cray compiler wrappersElliot Ronaghan
2016-09-26Fix a bug in __builtin_unreachable configure checkElliot Ronaghan
2016-09-26Check for __builtin_unreachable at configure timeElliot Ronaghan
2016-05-05Modify pages_map() to support mapping uncommitted virtual memory.Jason Evans
2016-05-03Link against librt for clock_gettime(2) if glibc < 2.17.Jason Evans
2016-03-15Enable -Wsign-compare warnings.Chris Peterson
2016-03-14Add --with-version.Jason Evans
2016-02-24Compile with -Wshorten-64-to-32.Jason Evans
2016-02-20Fix overflow in prng_range().Jason Evans
2016-02-20Add CPU "pause" intrinsic for MSVCrustyx
2016-02-20Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " i...rustyx
2016-02-20Detect LG_SIZEOF_PTR depending on MSVC platform targetrustyx
2016-02-19Add --with-malloc-conf.Jason Evans
2015-11-12Use AC_CONFIG_AUX_DIR([build-aux]).Jason Evans
2015-09-15Link test to librt if it contains clock_gettime(2).Jason Evans
2015-09-15Address portability issues on Solaris.Jason Evans
2015-09-02Fix TLS configuration.Jason Evans
2015-08-12Stop forcing --enable-munmap on MinGW.Jason Evans
2015-08-10Make --enable-tls and --enable-lazy-lock take precedence over configure.ac-ha...Mike Hommey
2015-07-24Implement support for non-coalescing maps on MinGW.Jason Evans
2015-07-23Force lazy_lock on MinGW.Jason Evans
2015-07-22Add JEMALLOC_FORMAT_PRINTF().Jason Evans
2015-07-10Fix alloc_size configure test.Jason Evans
2015-07-10Add configure test for alloc_size attribute.Jason Evans