Go to file
2011-08-22 14:09:37 +01:00
unit-tests [btree] allow people to visit all the nodes in a btree. 2011-08-22 11:55:55 +01:00
.gitignore space map disk 2011-07-22 16:09:56 +01:00
block.h space map disk 2011-07-22 16:09:56 +01:00
block.tcc fixup tests following the stricter block checking 2011-07-22 16:32:47 +01:00
btree.h [btree] allow people to visit all the nodes in a btree. 2011-08-22 11:55:55 +01:00
btree.tcc fix bug in insert_at 2011-08-22 14:09:37 +01:00
core_map.h factor sm_disk_base out of sm_disk for reuse with sm_disk_metadata. 2011-08-15 11:51:49 +01:00
endian_utils.cc create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
endian_utils.h create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
main.cc space map disk 2011-07-22 16:09:56 +01:00
Makefile create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
math_utils.h create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
metadata_disk_structures.cc create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
metadata_disk_structures.h create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
metadata.cc space map disk 2011-07-22 16:09:56 +01:00
metadata.h create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
README blank project 2011-06-16 08:16:10 +01:00
space_map_disk_structures.h create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
space_map_disk.h create a separate unit-tests dir 2011-08-22 10:42:13 +01:00
space_map.h factor sm_disk_base out of sm_disk for reuse with sm_disk_metadata. 2011-08-15 11:51:49 +01:00
transaction_manager.h space map disk 2011-07-22 16:09:56 +01:00
transaction_manager.tcc streamline and test transaction_manager 2011-07-14 15:31:00 +01:00

A quick experiment to see how a C++ version would shape up.