summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add support for MingwMike Hommey2012-04-221-3/+7
* Refactor object and library build, and only build PIC libraries when PIC_CFLA...Mike Hommey2012-04-181-35/+38
* Make versioned shared library suffix configurableMike Hommey2012-04-181-7/+14
* Replace fprintf with malloc_printf in tests.Mike Hommey2012-04-171-2/+4
* Limit the number of flags directly given to the linker, and refactor rpathMike Hommey2012-04-171-12/+5
* Add variables for library prefix, and static library, object and executable s...Mike Hommey2012-04-171-26/+32
* Use make variables instead of preprocessingMike Hommey2012-04-171-93/+109
* Use $(LIBS) instead of -lpthread when linking testsMike Hommey2012-04-171-2/+2
* Remove -dynamic CFLAG on OSXMike Hommey2012-04-171-3/+0
* Re-silence -MM compiler invocations.Jason Evans2012-04-131-3/+3
* Use -MT options to build dependency filesMike Hommey2012-04-121-3/+3
* Remove bogus dependencyMike Hommey2012-04-121-3/+0
* Implement Valgrind support, redzones, and quarantine.Jason Evans2012-04-111-3/+3
* Ignore whitespaces when comparing test results with expected outputMike Hommey2012-04-101-1/+1
* Revert "Avoid NULL check in free() and malloc_usable_size()."Jason Evans2012-04-021-1/+1
* Avoid NULL check in free() and malloc_usable_size().Jason Evans2012-04-021-1/+1
* Add the "thread.tcache.enabled" mallctl.Jason Evans2012-03-271-1/+2
* Implement tsd.Jason Evans2012-03-231-1/+2
* Implement aligned_alloc().Jason Evans2012-03-131-3/+3
* Implement malloc_vsnprintf().Jason Evans2012-03-081-1/+1
* Add the --disable-experimental option.Jason Evans2012-03-031-3/+5
* Add fine-grained build/install targets.Jason Evans2012-03-031-9/+18
* Remove the swap feature.Jason Evans2012-02-131-5/+5
* Refactor SO and REV make variables.Jason Evans2011-11-021-3/+2
* add autogenerated jemalloc.sh wrapper scriptAntony Dovgal2011-11-021-1/+1
* Makefile.in - test/allocated requires pthreadNathan McSween2011-05-111-2/+2
* Move repo contents in jemalloc/ to top level.Jason Evans2011-04-011-0/+259