Go to file
Joe Thornber 9cfdbfb8cc Having the block size as a template parameter makes all the code very
verbose, and we're not likely to change it.  So this change removes
that template arg from everything except the block manager.
2011-08-31 13:04:08 +01:00
unit-tests Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +01:00
.gitignore [thin_repair] repair now checks the data reference counts. 2011-08-24 10:45:39 +01:00
block.h Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +01:00
block.tcc [thin-repair] stop using c++0x features 2011-08-24 14:27:45 +01:00
btree_validator.h Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +01:00
btree.h Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +01:00
btree.tcc Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +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
error_set.cc check metadata reference counts 2011-08-25 15:05:23 +01:00
error_set.h check metadata reference counts 2011-08-25 15:05:23 +01:00
main.cc space map disk 2011-07-22 16:09:56 +01:00
Makefile Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +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 Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +01:00
metadata.h Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +01:00
README blank project 2011-06-16 08:16:10 +01:00
space_map_disk_structures.h check metadata reference counts 2011-08-25 15:05:23 +01:00
space_map_disk.cc Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +01:00
space_map_disk.h Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +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
thin_dump.cc Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +01:00
thin_repair.cc [thin-repair] stop using c++0x features 2011-08-24 14:27:45 +01:00
transaction_manager.cc Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +01:00
transaction_manager.h Having the block size as a template parameter makes all the code very 2011-08-31 13:04:08 +01:00

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