summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Fix build break for MSVC.Jason Evans2013-08-201-0/+5
* Allow toolchain to determine arJory A. Pratt2013-08-191-3/+7
* Fix quoting bug in --without-export implementation.Jason Evans2013-01-231-1/+1
* Fix AC_PATH_PROG() calls to specify default.Jason Evans2013-01-221-4/+4
* Fix build break on *BSDGarrett Cooper2012-12-241-0/+1
* Improve configure tests for ffslGarrett Cooper2012-12-241-2/+4
* Allow to enable ivsalloc independentlyMike Hommey2012-12-231-2/+17
* Allow to disable the zone allocator on DarwinMike Hommey2012-12-231-1/+20
* Allow to build without exporting symbolsMike Hommey2012-11-251-0/+7
* Drop const from malloc_usable_size() argument on Linux.Jason Evans2012-10-091-0/+3
* Remove -fno-common compiler flag for OS X.Mike Hommey2012-05-091-1/+1
* Add the --enable-mremap option.Jason Evans2012-05-091-10/+28
* Use "hardcoded" dependencies when compiler doesn't support -MMMike Hommey2012-05-021-0/+3
* Check for VALGRIND_RESIZEINPLACE_BLOCK supportMike Hommey2012-05-021-4/+1
* Add support for MSVCMike Hommey2012-05-011-5/+49
* Few configure.ac adjustmentsMike Hommey2012-05-011-12/+6
* Force use of TLS if heap profiling is enabled.Jason Evans2012-04-231-0/+4
* Fix jemalloc.sh code generation.Jason Evans2012-04-231-0/+4
* Fix intmax_t configure error messageMike Hommey2012-04-221-1/+1
* Add support for MingwMike Hommey2012-04-221-15/+45
* Refactor object and library build, and only build PIC libraries when PIC_CFLA...Mike Hommey2012-04-181-0/+2
* Make versioned shared library suffix configurableMike Hommey2012-04-181-0/+3
* Add atomic(9) implementations of atomic operations.Jason Evans2012-04-171-1/+24
* Limit the number of flags directly given to the linker, and refactor rpathMike Hommey2012-04-171-6/+5
* Add variables for library prefix, and static library, object and executable s...Mike Hommey2012-04-171-0/+8
* Add the --disable-munmap option.Jason Evans2012-04-171-66/+19
* Remove configure test cruft.Jason Evans2012-04-161-1/+0
* Disable munmap() if it causes VM map holes.Jason Evans2012-04-131-0/+67
* Use a stub replacement and disable dss when sbrk is not supportedMike Hommey2012-04-121-0/+8
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-2/+36
* Add utrace(2)-based tracing (--enable-utrace).Jason Evans2012-04-051-0/+29
* Fix threaded initialization and enable it on Linux.Jason Evans2012-04-051-0/+1
* Add missing include for ffsl() test.Jason Evans2012-04-041-0/+1
* Add tls_model configuration.Jason Evans2012-04-041-1/+16
* Change AC_COMPILE_IFELSE into AC_LINK_IFELSE for the __sync_{add, sub}_and_fe...Mike Hommey2012-03-301-14/+14
* Force the lazy-lock feature on FreeBSD.Jason Evans2012-03-241-0/+5
* Use __sync_add_and_fetch and __sync_sub_and_fetch when they are availableMike Hommey2012-03-261-0/+34
* Port to FreeBSD.Jason Evans2012-02-031-0/+11
* Forcibly disable TLS on OS X.Jason Evans2012-03-231-1/+5
* Remove -no-cpp-precomp compiler flag for OS X.Jason Evans2012-03-231-1/+1
* Implement tsd.Jason Evans2012-03-231-0/+20
* Improve zone support for OSXMike Hommey2012-03-201-33/+26
* Generalize dlsym() configuration.Jason Evans2012-03-191-2/+4
* Invert NO_TLS to JEMALLOC_TLS.Jason Evans2012-03-191-14/+14
* Use AC_LINK_IFELSE() rather than AC_RUN_IFELSE() in JE_COMPILABLE().Jason Evans2012-03-191-5/+5
* Fix various documentation formatting regressions.Jason Evans2012-03-191-4/+13
* Look for pthreads functionality in libc.Jason Evans2012-03-161-1/+4
* Implement aligned_alloc().Jason Evans2012-03-131-1/+1
* Fix a regression in JE_COMPILABLE().Jason Evans2012-03-131-14/+14
* Fix --with-mangling/--with-jemalloc-prefix interaction.Jason Evans2012-03-121-1/+4