summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Generate a pkg-config fileNick White2014-09-191-0/+3
* fix tls_model autoconf testDaniel Micay2014-09-161-1/+1
* Add support for sized deallocation.Daniel Micay2014-09-091-1/+1
* Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in.Jason Evans2014-09-081-0/+3
* Make VERSION generation more robust.Jason Evans2014-09-021-4/+26
* Test for availability of malloc hooks via autoconfSara Golemon2014-08-221-0/+31
* Set VERSION also when the source directory is a git submodule using a ".git" ...Psi Mankoski2014-08-121-2/+2
* Merge pull request #102 from mneumann/dflyJason Evans2014-08-061-0/+5
|\
| * Support DragonFlyBSDMichael Neumann2014-08-051-0/+5
* | Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configureMike Hommey2014-08-051-23/+23
|/
* Fix unportable == operator in configure scriptsSteven Stewart-Gallus2014-06-191-3/+3
* Support for iOS compilationValerii Hiora2014-06-041-1/+1
* Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT testMike Hommey2014-06-041-40/+39
* Check for __builtin_ffsl before ffsl.Mike Hommey2014-06-041-13/+14
* Add check for madvise(2) to configure.ac.Richard Diamond2014-06-031-0/+14
* Try to use __builtin_ffsl if ffsl is unavailable.Richard Diamond2014-06-021-5/+25
* Make in-tree MSVC builds workMike Hommey2014-06-021-2/+2
* Add -FS flag to support parallel builds with MSVC 2013Mike Hommey2014-06-021-0/+1
* Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 s...Mike Hommey2014-06-021-0/+4
* Add size class computation capability.Jason Evans2014-05-291-0/+23
* STATIC_PAGE_SHIFT for cross-compiling jemallocDaniel Micay2014-05-281-1/+2
* Use a configure test to detect the form of malloc_usable_size in malloc.hMike Hommey2014-05-271-2/+16
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-28/+0
* Update libunwind configuration check to look for unw_backtrace().Jason Evans2014-04-231-1/+1
* Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans2014-04-151-18/+5
* Reverse the cc-silence default.Jason Evans2014-04-151-5/+4