David Williams
|
dcf86a905c
|
Split Block, CompressedBlock and UncompressedBlock into separate files. It's tidier, and maybe better for SWIG?
|
2013-08-01 15:32:12 +02:00 |
|
David Williams
|
6f17e0faa6
|
The 'Block' class is no longer considered just to be an implementation details of LargeVolume. Users may need to interact with them directly of they implement their own paging or compression systems.
|
2013-08-01 15:19:10 +02:00 |
|
David Williams
|
a00574351f
|
Renamed Block to CompressedBlock
|
2013-07-11 16:38:28 +02:00 |
|
David Williams
|
1064ea1c47
|
Stripped out unused code.
|
2013-06-26 22:14:01 +02:00 |
|
David Williams
|
5643140882
|
Work on paging to file.
|
2013-06-22 11:19:30 +02:00 |
|
David Williams
|
a14de4a72e
|
Replaced std::functions with Pager class for paging.
|
2013-06-16 19:48:14 +02:00 |
|
David Williams
|
414a012230
|
Creating a Perlin noise generator as a 'pager'.
|
2013-06-16 19:12:37 +02:00 |
|
David Williams
|
f86ec57e14
|
Adding skeletons of new paging classes.
|
2013-06-16 18:25:20 +02:00 |
|