summaryrefslogtreecommitdiff
path: root/test/packing
Commit message (Expand)AuthorAgeFilesLines
* WT-2554 Add initial C test framework. (#2655)Alex Gorrod2016-05-235-7/+11
* WT-2600: clean up test program includes (#2708)Keith Bostic2016-05-024-4/+0
* WT-2595 Fix compiler warning in packing test. (#2704)Alex Gorrod2016-04-295-17/+26
* WT-2372 - wt_internal.h should always be the first include, when neededDavid Hows2016-02-024-8/+8
* WT-1517 Add a check to the C packing test.Michael Cahill2016-01-201-1/+2
* Upgrade copyright notices from 2015 to 2016.Keith Bostic2016-01-014-4/+4
* Don't shift a signed integer, the result may or may not be one-filled,Keith Bostic2015-07-011-1/+1
* Merge pull request #2037 from wiredtiger/valgrind-testsAlex Gorrod2015-07-011-3/+4
|\
| * WT-1987 Add a TEST_WRAPPER variable for running all tests with valgrind or si...Michael Cahill2015-07-011-3/+4
* | Fixed size_t printf format specifier.Don Anderson2015-06-301-2/+2
|/
* Fix non-deterministic loop in test program.Alex Gorrod2015-06-301-1/+1
* Whitespace.Alex Gorrod2015-06-291-2/+2
* Add more test code for packing/unpacking.Alex Gorrod2015-06-293-1/+137
* test/checkpoint is using __wt_random_init/__wt_random, test programs areKeith Bostic2015-05-083-3/+3
* Remove core files when cleaning out the directory.Keith Bostic2015-04-101-0/+3
* Fix a few old-style function definitions for gcc.Keith Bostic2015-04-043-3/+3
* Fix gcc47 build warnings in packing test.Alex Gorrod2015-03-052-4/+4
* Fix -Werror=maybe-uninitialized complaint.Keith Bostic2015-03-041-0/+2
* Add packing/Makefile.am.Keith Bostic2015-03-041-0/+5
* Make the packing tests compile again, add them to the list of testKeith Bostic2015-03-033-29/+28
* Copyright notices: add MongoDB, update to 2015.Keith Bostic2015-01-043-0/+3
* Update copyright notices for 2014.Keith Bostic2014-01-073-3/+3
* Update copyright notice to 2013.Keith Bostic2013-01-013-3/+3
* Move test program software into the public domain, if anyone wants toKeith Bostic2012-10-263-0/+81
* Apply style scripts to the test sources.Michael Cahill2012-02-241-1/+1
* Implement full packing and unpacking for multi-column keys/values.Michael Cahill2011-05-261-0/+40
* Tuning and fixes for integer packing, add the Python implementation and test ...Michael Cahill2011-05-242-0/+75