summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement malloc_vsnprintf().Jason Evans2012-03-081-0/+12
* Tweak configure.ac to support cross-compiling.Jason Evans2012-03-051-32/+46
* Add the --disable-experimental option.Jason Evans2012-03-031-9/+30
* Add --with-mangling.Jason Evans2012-03-021-1/+18
* Enable support for junk/zero filling by default.Jason Evans2012-02-291-4/+5
* Enable the stats configuration option by default.Jason Evans2012-02-291-3/+2
* Remove the sysv option.Jason Evans2012-02-291-17/+0
* Simplify small size class infrastructure.Jason Evans2012-02-291-17/+7
* Make 8-byte tiny size class non-optional.Jason Evans2012-02-131-17/+0
* Do not enable lazy locking by default.Jason Evans2012-02-131-4/+4
* Remove the swap feature.Jason Evans2012-02-131-17/+0
* Reduce cpp conditional logic complexity.Jason Evans2012-02-111-1/+3
* Refactor SO and REV make variables.Jason Evans2011-11-021-4/+9
* add autogenerated jemalloc.sh wrapper scriptAntony Dovgal2011-11-021-1/+19
* Add the --with-private-namespace option.Jason Evans2011-07-301-4/+15
* Adjust repo path dependencies.Jason Evans2011-04-011-1/+1
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+927