summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Add atomic operations tests and fix latent bugs.Jason Evans2014-08-071-1/+2
* Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configureMike Hommey2014-08-051-2/+2
* Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJSMike Hommey2014-05-271-1/+1
* Define DLLEXPORT when building .jet objectsMike Hommey2014-05-271-1/+1
* Fix manual dependency on jemalloc_test.hMike Hommey2014-05-271-1/+1
* Refactor huge allocation to be managed by arenas.Jason Evans2014-05-161-1/+0
* Add support for user-specified chunk allocators/deallocators.aravind2014-05-121-1/+2
* Optimize Valgrind integration.Jason Evans2014-04-151-0/+4
* Remove the *allocm() API, which is superceded by the *allocx() API.Jason Evans2014-04-151-6/+1
* Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test.Jason Evans2014-03-281-1/+1
* Break prof_accum into multiple compilation units.Jason Evans2014-02-251-3/+12
* Add heap profiling tests.Jason Evans2014-01-171-9/+21
* Fix name mangling for stress tests.Jason Evans2014-01-171-1/+1
* Add junk/zero filling unit tests, and fix discovered bugs.Jason Evans2014-01-081-7/+8
* Add util unit tests, and fix discovered bugs.Jason Evans2014-01-071-1/+1
* Add unit tests for qr, ql, and rb.Jason Evans2014-01-041-3/+5
* Add rtree unit tests.Jason Evans2014-01-031-2/+2
* Add stats unit tests.Jason Evans2013-12-201-1/+2
* Add mallctl*() unit tests.Jason Evans2013-12-201-4/+4
* 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