summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-20/+1
* Allow libgcc-based backtracing on x86.Jason Evans2014-03-311-16/+0
* Keep frame pointers if using gcc frame intrinsics.Jason Evans2014-03-311-0/+1
* Adapt hash tests to big-endian systems.Jason Evans2014-03-301-0/+5
* Add configure test to verify SSE2 code compiles.Jason Evans2014-02-251-12/+12
* Add workaround for missing 'restrict' keyword.Jason Evans2014-02-251-0/+5
* Using MADV_FREE on Solaris/IllumosGeorge Kola2014-02-121-0/+1
* Fix name mangling for stress tests.Jason Evans2014-01-171-23/+77
* Implement the *allocx() API.Jason Evans2013-12-131-1/+1
* Integrate SFMT 1.3.3 into test infrastructure.Jason Evans2013-12-091-0/+8
* Normalize #define whitespace.Jason Evans2013-12-091-1/+1
* Add test code coverage analysis.Jason Evans2013-12-071-1/+32
* Disable floating point code/linking when possible.Jason Evans2013-12-061-5/+6
* Fix more test refactoring issues.Jason Evans2013-12-061-0/+1
* Refactor to support more varied testing.Jason Evans2013-12-041-20/+68
* Avoid deprecated sbrk(2) on OS X.Jason Evans2013-12-041-1/+7