Go to file
2011-08-30 12:47:42 +01:00
unit-tests get unit-tests working with g++ 4.4 2011-08-30 12:47:42 +01:00
.gitignore [thin_repair] repair now checks the data reference counts. 2011-08-24 10:45:39 +01:00
block.h [thin-repair] stop using c++0x features 2011-08-24 14:27:45 +01:00
block.tcc [thin-repair] stop using c++0x features 2011-08-24 14:27:45 +01:00
btree_validator.h roots automatically get their ref count bumped now 2011-08-26 15:30:14 +01:00
btree.h include sm_disk bitmaps in metadata counts 2011-08-26 11:13:13 +01:00
btree.tcc include sm_disk bitmaps in metadata counts 2011-08-26 11:13:13 +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 get compiling on g++ 4.4 2011-08-25 10:54:43 +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 roots automatically get their ref count bumped now 2011-08-26 15:30:14 +01:00
metadata.h make sure we take the metadata bitmaps into account for the reference counting 2011-08-25 16:10:03 +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.h get unit-tests working with g++ 4.4 2011-08-30 12:47:42 +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 Some work on thin_repair. 2011-08-23 11:55:37 +01:00
thin_repair.cc [thin-repair] stop using c++0x features 2011-08-24 14:27:45 +01:00
transaction_manager.h space map disk 2011-07-22 16:09:56 +01:00
transaction_manager.tcc [thin-repair] stop using c++0x features 2011-08-24 14:27:45 +01:00

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