| Commit message (Expand) | Author | Age | Files | Lines |
* | Add atomic operations tests and fix latent bugs. | Jason Evans | 2014-08-07 | 1 | -1/+2 |
|
|
* | Remove ${srcroot} from cfghdrs_in, cfgoutputs_in and cfghdrs_tup in configure | Mike Hommey | 2014-08-05 | 1 | -2/+2 |
|
|
* | Add missing $(EXE) to filter TESTS_UNIT_AUX_OBJS | Mike Hommey | 2014-05-27 | 1 | -1/+1 |
|
|
* | Define DLLEXPORT when building .jet objects | Mike Hommey | 2014-05-27 | 1 | -1/+1 |
|
|
* | Fix manual dependency on jemalloc_test.h | Mike Hommey | 2014-05-27 | 1 | -1/+1 |
|
|
* | Refactor huge allocation to be managed by arenas. | Jason Evans | 2014-05-16 | 1 | -1/+0 |
|
|
* | Add support for user-specified chunk allocators/deallocators. | aravind | 2014-05-12 | 1 | -1/+2 |
|
|
* | Optimize Valgrind integration. | Jason Evans | 2014-04-15 | 1 | -0/+4 |
|
|
* | Remove the *allocm() API, which is superceded by the *allocx() API. | Jason Evans | 2014-04-15 | 1 | -6/+1 |
|
|
* | Convert ALLOCM_ARENA() test to MALLOCX_ARENA() test. | Jason Evans | 2014-03-28 | 1 | -1/+1 |
|
|
* | Break prof_accum into multiple compilation units. | Jason Evans | 2014-02-25 | 1 | -3/+12 |
|
|
* | Add heap profiling tests. | Jason Evans | 2014-01-17 | 1 | -9/+21 |
|
|
* | Fix name mangling for stress tests. | Jason Evans | 2014-01-17 | 1 | -1/+1 |
|
|
* | Add junk/zero filling unit tests, and fix discovered bugs. | Jason Evans | 2014-01-08 | 1 | -7/+8 |
|
|
* | Add util unit tests, and fix discovered bugs. | Jason Evans | 2014-01-07 | 1 | -1/+1 |
|
|
* | Add unit tests for qr, ql, and rb. | Jason Evans | 2014-01-04 | 1 | -3/+5 |
|
|
* | Add rtree unit tests. | Jason Evans | 2014-01-03 | 1 | -2/+2 |
|
|
* | Add stats unit tests. | Jason Evans | 2013-12-20 | 1 | -1/+2 |
|
|
* | Add mallctl*() unit tests. | Jason Evans | 2013-12-20 | 1 | -4/+4 |
|
|
* | Add quarantine unit tests. | Jason Evans | 2013-12-17 | 1 | -1/+2 |
|
|
* | Add hash (MurmurHash3) tests. | Jason Evans | 2013-12-17 | 1 | -3/+3 |
|
|
* | Add ckh unit tests. | Jason Evans | 2013-12-17 | 1 | -3/+4 |
|
|
* | Implement the *allocx() API. | Jason Evans | 2013-12-13 | 1 | -2/+5 |
|
|
* | Add mq (message queue) to test infrastructure. | Jason Evans | 2013-12-12 | 1 | -2/+4 |
|
|
* | Add probabability distribution utility code. | Jason Evans | 2013-12-10 | 1 | -8/+8 |
|
|
* | Integrate SFMT 1.3.3 into test infrastructure. | Jason Evans | 2013-12-09 | 1 | -1/+3 |
|
|
* | Refactor tests. | Jason Evans | 2013-12-09 | 1 | -2/+2 |
|
|
* | Add test code coverage analysis. | Jason Evans | 2013-12-07 | 1 | -7/+49 |
|
|
* | Fix test refactoring issues for Linux. | Jason Evans | 2013-12-06 | 1 | -2/+2 |
|
|
* | Add tsd test. | Jason Evans | 2013-12-05 | 1 | -1/+2 |
|
|
* | Fix build target to be build_lib, as documented. | Jason Evans | 2013-12-04 | 1 | -2/+2 |
|
|
* | Refactor to support more varied testing. | Jason Evans | 2013-12-04 | 1 | -78/+113 |
|
|
* | Fix build break for MSVC. | Jason Evans | 2013-08-20 | 1 | -2/+2 |
|
|
* | Allow toolchain to determine ar | Jory A. Pratt | 2013-08-19 | 1 | -1/+3 |
|
|
* | Update phony targets. | Jason Evans | 2013-01-22 | 1 | -2/+2 |
|
|
* | Allow to disable the zone allocator on Darwin | Mike Hommey | 2012-12-23 | 1 | -1/+2 |
|
|
* | Add arena-specific and selective dss allocation. | Jason Evans | 2012-10-13 | 1 | -3/+3 |
|
|
* | Use "hardcoded" dependencies when compiler doesn't support -MM | Mike Hommey | 2012-05-02 | 1 | -0/+14 |
|
|
* | Add support for MSVC | Mike Hommey | 2012-05-01 | 1 | -4/+17 |
|
|
* | Don't link tests with superfluous libraries. | Jason Evans | 2012-04-24 | 1 | -1/+1 |
|
|
* | Clean up documentation and formatting. | Jason Evans | 2012-04-23 | 1 | -2/+2 |
|
|
* | Add support for Mingw | Mike Hommey | 2012-04-22 | 1 | -3/+7 |
|
|
* | Refactor object and library build, and only build PIC libraries when PIC_CFLA... | Mike Hommey | 2012-04-18 | 1 | -35/+38 |
|
|
* | Make versioned shared library suffix configurable | Mike Hommey | 2012-04-18 | 1 | -7/+14 |
|
|
* | Replace fprintf with malloc_printf in tests. | Mike Hommey | 2012-04-17 | 1 | -2/+4 |
|
|
* | Limit the number of flags directly given to the linker, and refactor rpath | Mike Hommey | 2012-04-17 | 1 | -12/+5 |
|
|
* | Add variables for library prefix, and static library, object and executable s... | Mike Hommey | 2012-04-17 | 1 | -26/+32 |
|
|
* | Use make variables instead of preprocessing | Mike Hommey | 2012-04-17 | 1 | -93/+109 |
|
|
* | Use $(LIBS) instead of -lpthread when linking tests | Mike Hommey | 2012-04-17 | 1 | -2/+2 |
|
|
* | Remove -dynamic CFLAG on OSX | Mike Hommey | 2012-04-17 | 1 | -3/+0 |
|
|