aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2014-12-18Make mixed declarations an errorMike Hommey
2014-12-14Ignore MALLOC_CONF in set{uid,gid,cap} binaries.Daniel Micay
2014-12-06Add a C11 atomics-based implementation of atomic.h API.Chih-hung Hsieh
2014-10-20Fix variable declaration with no type in the configure script.Guilherme Goncalves
2014-10-10Add --with-lg-tiny-min, generalize --with-lg-quantum.Jason Evans
2014-10-10Add AC_CACHE_CHECK() for pause instruction.Jason Evans
2014-10-09Add configure options.Jason Evans
2014-10-08Don't configure HAVE_SSE2.Jason Evans
2014-10-04Don't force TLS on behalf of heap profiling.Jason Evans
2014-09-29correctly detect adaptive mutexes in pthreadsEric Wong
2014-09-24autoconf: Support cygwin in addition to mingwDave Rigby
2014-09-19Generate a pkg-config fileNick White
2014-09-16fix tls_model autoconf testDaniel Micay
2014-09-08Add support for sized deallocation.Daniel Micay
2014-09-07Move typedefs from jemalloc_protos.h.in to jemalloc_typedefs.h.in.Jason Evans
2014-09-02Make VERSION generation more robust.Jason Evans
2014-08-22Test for availability of malloc hooks via autoconfSara Golemon
2014-08-11Set VERSION also when the source directory is a git submodule using a ".git" ...Psi Mankoski
2014-08-06Merge pull request #102 from mneumann/dflyJason Evans
2014-08-05Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configureMike Hommey
2014-08-05Support DragonFlyBSDMichael Neumann
2014-06-19Fix unportable == operator in configure scriptsSteven Stewart-Gallus
2014-06-04Support for iOS compilationValerii Hiora
2014-06-03Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT testMike Hommey
2014-06-03Check for __builtin_ffsl before ffsl.Mike Hommey
2014-06-03Add check for madvise(2) to configure.ac.Richard Diamond
2014-06-02Try to use __builtin_ffsl if ffsl is unavailable.Richard Diamond
2014-06-01Make in-tree MSVC builds workMike Hommey
2014-06-01Add -FS flag to support parallel builds with MSVC 2013Mike Hommey
2014-06-01Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 s...Mike Hommey
2014-05-28Add size class computation capability.Jason Evans
2014-05-28STATIC_PAGE_SHIFT for cross-compiling jemallocDaniel Micay
2014-05-27Use a configure test to detect the form of malloc_usable_size in malloc.hMike Hommey
2014-05-15Refactor huge allocation to be managed by arenas.Jason Evans
2014-04-22Update libunwind configuration check to look for unw_backtrace().Jason Evans
2014-04-15Make dss non-optional, and fix an "arena.<i>.dss" mallctl bug.Jason Evans
2014-04-14Reverse the cc-silence default.Jason Evans
2014-04-14Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans
2014-03-30Allow libgcc-based backtracing on x86.Jason Evans
2014-03-30Keep frame pointers if using gcc frame intrinsics.Jason Evans
2014-03-30Adapt hash tests to big-endian systems.Jason Evans
2014-02-25Add configure test to verify SSE2 code compiles.Jason Evans
2014-02-24Add workaround for missing 'restrict' keyword.Jason Evans
2014-02-12Using MADV_FREE on Solaris/IllumosGeorge Kola
2014-01-16Fix name mangling for stress tests.Jason Evans
2013-12-12Implement the *allocx() API.Jason Evans
2013-12-09Integrate SFMT 1.3.3 into test infrastructure.Jason Evans
2013-12-08Normalize #define whitespace.Jason Evans
2013-12-06Add test code coverage analysis.Jason Evans
2013-12-05Disable floating point code/linking when possible.Jason Evans