summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add quarantine unit tests.Jason Evans2013-12-171-1/+2
* Add hash (MurmurHash3) tests.Jason Evans2013-12-171-3/+3
* Add ckh unit tests.Jason Evans2013-12-171-3/+4
* Implement the *allocx() API.Jason Evans2013-12-131-2/+5
* Add mq (message queue) to test infrastructure.Jason Evans2013-12-121-2/+4
* Add probabability distribution utility code.Jason Evans2013-12-101-8/+8
* Integrate SFMT 1.3.3 into test infrastructure.Jason Evans2013-12-091-1/+3
* Refactor tests.Jason Evans2013-12-091-2/+2
* Add test code coverage analysis.Jason Evans2013-12-071-7/+49
* Fix test refactoring issues for Linux.Jason Evans2013-12-061-2/+2
* Add tsd test.Jason Evans2013-12-051-1/+2
* Fix build target to be build_lib, as documented.Jason Evans2013-12-041-2/+2
* Refactor to support more varied testing.Jason Evans2013-12-041-78/+113
* Fix build break for MSVC.Jason Evans2013-08-201-2/+2
* Allow toolchain to determine arJory A. Pratt2013-08-191-1/+3
* Update phony targets.Jason Evans2013-01-221-2/+2
* Allow to disable the zone allocator on DarwinMike Hommey2012-12-231-1/+2
* Add arena-specific and selective dss allocation.Jason Evans2012-10-131-3/+3
* Use "hardcoded" dependencies when compiler doesn't support -MMMike Hommey2012-05-021-0/+14
* Add support for MSVCMike Hommey2012-05-011-4/+17
* Don't link tests with superfluous libraries.Jason Evans2012-04-241-1/+1
* Clean up documentation and formatting.Jason Evans2012-04-231-2/+2
* 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