aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2015-05-22Implement cache index randomization for large allocations.Jason Evans
2015-05-22Rename pprof to jeprof.Jason Evans
2015-05-22Embed full library install when running ld on OS X.Jason Evans
2015-04-22Revert "Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge""Christopher Ferris
2015-04-16Revert "Merge remote-tracking branch 'aosp/upstream-dev' into merge"Nicolas Geoffray
2015-04-15Merge remote-tracking branch 'aosp/upstream-dev' into mergeChristopher Ferris
2015-04-07OpenBSD don't support TLSSébastien Marie
2015-03-18Restore --enable-ivsalloc.Jason Evans
2015-02-25adding support for bitrigDave Huseby
2015-02-15Fix --enable-debug regression.Jason Evans
2015-02-13Put VERSION file in object directoryDan McGregor
2015-02-12Move centralized chunk management into arenas.Jason Evans
2015-02-04Fix shell test to use = instead of ==.Jason Evans
2015-01-25Fix quoting for CONFIG-related sed expression.Jason Evans
2015-01-25add openbsd supportSébastien Marie
2015-01-22Implement the jemalloc-config script.Jason Evans
2014-12-18Make mixed declarations an errorMike Hommey
2014-12-14Ignore MALLOC_CONF in set{uid,gid,cap} binaries.Daniel Micay
2014-12-08Add a C11 atomics-based implementation of atomic.h API.Chih-hung Hsieh
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-07-01Support for iOS compilationValerii Hiora
2014-07-01Use JEMALLOC_INTERNAL_FFSL in STATIC_PAGE_SHIFT testMike Hommey
2014-07-01Check for __builtin_ffsl before ffsl.Mike Hommey
2014-07-01Add check for madvise(2) to configure.ac.Richard Diamond
2014-07-01Try to use __builtin_ffsl if ffsl is unavailable.Richard Diamond
2014-07-01Make in-tree MSVC builds workMike Hommey
2014-07-01Add -FS flag to support parallel builds with MSVC 2013Mike Hommey
2014-07-01Don't use msvc_compat's C99 headers with MSVC versions that have (some) C99 s...Mike Hommey
2014-07-01Add size class computation capability.Jason Evans
2014-07-01STATIC_PAGE_SHIFT for cross-compiling jemallocDaniel Micay
2014-07-01Use a configure test to detect the form of malloc_usable_size in malloc.hMike Hommey
2014-07-01Refactor huge allocation to be managed by arenas.Jason Evans