summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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-061-0/+2
* Link against librt for clock_gettime(2) if glibc < 2.17.Jason Evans2016-05-041-8/+2
* Enable -Wsign-compare warnings.Chris Peterson2016-03-151-0/+1
* Add --with-version.Jason Evans2016-03-151-20/+29
* Compile with -Wshorten-64-to-32.Jason Evans2016-02-241-0/+1
* Fix overflow in prng_range().Jason Evans2016-02-211-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-201-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
* Fix TLS configuration.Jason Evans2015-09-021-8/+14
* Stop forcing --enable-munmap on MinGW.Jason Evans2015-08-121-4/+0
* Make --enable-tls and --enable-lazy-lock take precedence over configure.ac-ha...Mike Hommey2015-08-111-5/+9
* Implement support for non-coalescing maps on MinGW.Jason Evans2015-07-251-0/+12
* Force lazy_lock on MinGW.Jason Evans2015-07-231-0/+1
* Add JEMALLOC_FORMAT_PRINTF().Jason Evans2015-07-221-0/+20
* Fix alloc_size configure test.Jason Evans2015-07-101-3/+2
* Add configure test for alloc_size attribute.Jason Evans2015-07-101-0/+11
* Avoid function prototype incompatibilities.Jason Evans2015-07-101-0/+1
* Fix size class overflow handling when profiling is enabled.Jason Evans2015-06-241-0/+1
* Implement cache index randomization for large allocations.Jason Evans2015-05-061-0/+18
* Rename pprof to jeprof.Jason Evans2015-05-011-1/+1
* Embed full library install when running ld on OS X.Jason Evans2015-05-011-1/+1
* OpenBSD don't support TLSSébastien Marie2015-04-071-1/+7
* Restore --enable-ivsalloc.Jason Evans2015-03-191-1/+22
* adding support for bitrigDave Huseby2015-02-261-1/+1
* Fix --enable-debug regression.Jason Evans2015-02-161-0/+3
* Put VERSION file in object directoryDan McGregor2015-02-131-11/+15
* Move centralized chunk management into arenas.Jason Evans2015-02-121-21/+1
* Fix shell test to use = instead of ==.Jason Evans2015-02-051-1/+1
* Fix quoting for CONFIG-related sed expression.Jason Evans2015-01-261-1/+1
* add openbsd supportSébastien Marie2015-01-251-0/+5
* Implement the jemalloc-config script.Jason Evans2015-01-231-3/+7
* Make mixed declarations an errorMike Hommey2014-12-181-0/+1
* Ignore MALLOC_CONF in set{uid,gid,cap} binaries.Daniel Micay2014-12-141-0/+18
* Add a C11 atomics-based implementation of atomic.h API.Chih-hung Hsieh2014-12-071-0/+21
* Fix variable declaration with no type in the configure script.Guilherme Goncalves2014-10-201-1/+1
* Add --with-lg-tiny-min, generalize --with-lg-quantum.Jason Evans2014-10-111-4/+17
* Add AC_CACHE_CHECK() for pause instruction.Jason Evans2014-10-111-3/+4
* Add configure options.Jason Evans2014-10-101-10/+35
* Don't configure HAVE_SSE2.Jason Evans2014-10-091-10/+0
* Don't force TLS on behalf of heap profiling.Jason Evans2014-10-041-5/+0
* correctly detect adaptive mutexes in pthreadsEric Wong2014-09-291-0/+12
* autoconf: Support cygwin in addition to mingwDave Rigby2014-09-241-1/+1