aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous parens around return arguments.Jason Evans2017-01-201-2/+2
* Remove -Werror=declaration-after-statement.Jason Evans2017-01-191-1/+0
* Don't rely on OSX SDK malloc/malloc.h for malloc_zone struct definitionsMike Hommey2017-01-171-31/+0
* Add huge page configuration and pages_[no}huge().Jason Evans2016-12-261-3/+41
* Restructure *CFLAGS/*CXXFLAGS configuration.Jason Evans2016-12-161-122/+152
* jemalloc cpp new/delete bindingsDave Watson2016-12-121-0/+72
* Add --disable-syscall.Jason Evans2016-12-031-9/+22
* Implement a more reliable detection scheme for os_unfair_lock.John Szakmeister2016-11-231-0/+5
* Add pthread_atfork(3) feature test.Jason Evans2016-11-171-0/+8
* Refactor madvise(2) configuration.Jason Evans2016-11-171-13/+25
* Remove a residual comment.Jason Evans2016-11-161-1/+0
* Revert "Add JE_RUNNABLE() and use it for os_unfair_lock_*() test."Jason Evans2016-11-161-16/+1
* Add JE_RUNNABLE() and use it for os_unfair_lock_*() test.Jason Evans2016-11-121-1/+16
* Add configure support for *-*-linux-android.Jason Evans2016-11-101-0/+12
* Use -std=gnu11 if available.Jason Evans2016-11-031-2/+8
* Support Debian GNU/kFreeBSD.Samuel Moritz2016-11-021-1/+1
* Fix sycall(2) configure test for Linux.Jason Evans2016-11-021-2/+1
* Do not use syscall(2) on OS X 10.12 (deprecated).Jason Evans2016-11-021-0/+17
* Add os_unfair_lock support.Jason Evans2016-11-021-0/+14
* Force no lazy-lock on Windows.Jason Evans2016-11-021-5/+11
* Use CLOCK_MONOTONIC_COARSE rather than COARSE_MONOTONIC_RAW.Jason Evans2016-10-291-6/+6
* Fix EXTRA_CFLAGS to not affect configuration.Jason Evans2016-10-291-4/+2
* Only link with libm (-lm) if necessary.Jason Evans2016-10-271-3/+12
* Only use --whole-archive with gcc.Jason Evans2016-10-271-0/+3
* Do not force lazy lock on Windows.Jason Evans2016-10-271-1/+0
* Refine nstime_update().Jason Evans2016-10-101-8/+41
* Fix a bug in __builtin_unreachable configure checkElliot Ronaghan2016-09-261-1/+1
* Disable irrelevant Cray compiler warnings if cc-silence is enabledElliot Ronaghan2016-07-071-0/+6
* Add Cray compiler's equivalent of -Werror before __attribute__ checksElliot Ronaghan2016-07-071-0/+4
* Disable automatic dependency generation for the Cray compilerElliot Ronaghan2016-07-071-0/+4
* Add initial support for building with the cray compilerElliot Ronaghan2016-07-071-0/+32
* Check for __builtin_unreachable at configure timeElliot Ronaghan2016-07-071-0/+17
* Fix librt detection when using a Cray compiler wrapperElliot Ronaghan2016-07-071-0/+14
* Add -dynamic for integration and stress tests with Cray compiler wrappersElliot Ronaghan2016-07-071-0/+18
* Remove redzone support.Jason Evans2016-05-131-2/+1
* Remove quarantine support.Jason Evans2016-05-131-1/+1
* Remove Valgrind support.Jason Evans2016-05-131-30/+0
* Modify pages_map() to support mapping uncommitted virtual memory.Jason Evans2016-05-051-0/+2
* Link against librt for clock_gettime(2) if glibc < 2.17.Jason Evans2016-05-031-8/+2
* Enable -Wsign-compare warnings.Chris Peterson2016-03-151-0/+1
* Add --with-version.Jason Evans2016-03-141-20/+29
* Compile with -Wshorten-64-to-32.Jason Evans2016-02-241-0/+1
* Fix overflow in prng_range().Jason Evans2016-02-201-1/+13
* Add CPU "pause" intrinsic for MSVCrustyx2016-02-201-6/+16
* Fix error "+ 2")syntax error: invalid arithmetic operator (error token is " i...rustyx2016-02-201-1/+1
* Detect LG_SIZEOF_PTR depending on MSVC platform targetrustyx2016-02-201-6/+11
* Add --with-malloc-conf.Jason Evans2016-02-191-0/+10
* Use AC_CONFIG_AUX_DIR([build-aux]).Jason Evans2015-11-121-0/+2
* Link test to librt if it contains clock_gettime(2).Jason Evans2015-09-151-0/+9
* Address portability issues on Solaris.Jason Evans2015-09-151-1/+2