aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
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
2014-07-01Update 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
2013-12-05Fix more test refactoring issues.Jason Evans
2013-12-03Refactor to support more varied testing.Jason Evans
2013-12-03Avoid deprecated sbrk(2) on OS X.Jason Evans
2013-08-20Fix build break for MSVC.Jason Evans
2013-08-19Allow toolchain to determine arJory A. Pratt
2013-01-22Fix quoting bug in --without-export implementation.Jason Evans
2013-01-22Fix AC_PATH_PROG() calls to specify default.Jason Evans
2012-12-24Fix build break on *BSDGarrett Cooper
2012-12-24Improve configure tests for ffslGarrett Cooper
2012-12-23Allow to enable ivsalloc independentlyMike Hommey
2012-12-23Allow to disable the zone allocator on DarwinMike Hommey
2012-11-25Allow to build without exporting symbolsMike Hommey
2012-10-09Drop const from malloc_usable_size() argument on Linux.Jason Evans
2012-05-09Remove -fno-common compiler flag for OS X.Mike Hommey
2012-05-09Add the --enable-mremap option.Jason Evans
2012-05-02Use "hardcoded" dependencies when compiler doesn't support -MMMike Hommey
2012-05-02Check for VALGRIND_RESIZEINPLACE_BLOCK supportMike Hommey
2012-05-01Add support for MSVCMike Hommey
2012-04-30Few configure.ac adjustmentsMike Hommey
2012-04-23Force use of TLS if heap profiling is enabled.Jason Evans
2012-04-23Fix jemalloc.sh code generation.Jason Evans
2012-04-21Fix intmax_t configure error messageMike Hommey