summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Remove --with-lg-tiny-min.Jason Evans2017-04-241-9/+1
* Remove --with-lg-size-class-group.Jason Evans2017-04-241-8/+1
* Add missing 'test' to LG_SIZEOF_PTR tests.Jason Evans2017-04-241-3/+3
* Enable -Wundef, when supported.David Goldblatt2017-04-221-1/+4
* Remove --enable-ivsalloc.Jason Evans2017-04-211-18/+1
* Remove --disable-tls.Jason Evans2017-04-211-23/+4
* Remove --disable-tcache.Jason Evans2017-04-211-17/+0
* Only disable munmap(2) by default on 64-bit Linux.Jason Evans2017-04-171-2/+6
* Fix LD_PRELOAD_VAR configuration logic for 64-bit AIX.Jason Evans2017-04-171-1/+1
* Header refactoring: Split up jemalloc_internal.hDavid Goldblatt2017-04-111-3/+3
* Port CPU_SPINWAIT to __powerpc64__Rafael Folco2017-04-101-1/+2
* Clamp LG_VADDR for 32-bit builds on x64.Jason Evans2017-03-231-0/+3
* Fix pages_purge_forced() to discard pages on non-Linux systems.Jason Evans2017-03-141-0/+2
* Implement per-CPU arena.Qi Wang2017-03-091-0/+9
* Introduce a backport of C11 atomicsDavid Goldblatt2017-03-031-22/+30
* fix typo sytem -> systemcharsyam2017-03-011-1/+1
* Put -D_REENTRANT in CPPFLAGS rather than CFLAGS.Jason Evans2017-02-281-1/+1
* Avoid -lgcc for heap profiling if unwind.h is missing.Jason Evans2017-02-211-1/+3
* Determine rtree levels at compile time.Jason Evans2017-02-091-0/+68
* Remove extraneous parens around return arguments.Jason Evans2017-01-211-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-181-31/+0
* Add huge page configuration and pages_[no}huge().Jason Evans2016-12-271-3/+41
* Restructure *CFLAGS/*CXXFLAGS configuration.Jason Evans2016-12-161-122/+152
* jemalloc cpp new/delete bindingsDave Watson2016-12-131-0/+72
* Add --disable-syscall.Jason Evans2016-12-041-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-171-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-041-2/+8
* Support Debian GNU/kFreeBSD.Samuel Moritz2016-11-031-1/+1
* Fix sycall(2) configure test for Linux.Jason Evans2016-11-031-2/+1
* Do not use syscall(2) on OS X 10.12 (deprecated).Jason Evans2016-11-031-0/+17
* Add os_unfair_lock support.Jason Evans2016-11-031-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-301-6/+6
* Fix EXTRA_CFLAGS to not affect configuration.Jason Evans2016-10-301-4/+2
* Only link with libm (-lm) if necessary.Jason Evans2016-10-281-3/+12
* Only use --whole-archive with gcc.Jason Evans2016-10-281-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