Commit Graph

2055 Commits

Author SHA1 Message Date
6d6b190743 Reorganise the CMake scripts to make sure the core library is independent 2014-12-10 15:53:25 +00:00
2e98414fd3 Start updating the library bindings
Nothing works at the moment and the bindings are likely going to have to
change significantly.

In the meantime just disable them by default to avoid confusion.
2014-12-10 15:47:54 +00:00
436e8d479c Compile fix. 2014-10-03 21:47:04 +02:00
4ed75cd174 Updated changlelog with a quick braindump. 2014-09-27 09:26:21 +02:00
66fdc19fe9 Added pattern for SWIG interface files. 2014-09-25 23:02:39 +02:00
86357d66b7 Normalized line endings 2014-09-25 22:38:01 +02:00
c560e84be5 Added gitattributes file for proper handling of line endings. 2014-09-25 22:31:13 +02:00
6a6e1e49e1 Merge branch 'feature/volume-work' into develop 2014-09-21 23:13:06 +02:00
75df6621bd GCC fixes 2014-09-21 23:07:14 +02:00
db2e62d2a8 Replaced LargeVolume and SimpleVolume with PagedVolume in tests and examples. 2014-09-21 17:57:42 +02:00
f95cc6bfca Added comments and warnings. 2014-09-21 17:50:35 +02:00
3a56a70f38 Put deprecated functions back in - lets remove them in the future after more thought. 2014-09-21 15:07:54 +02:00
ccb9f8d564 Updated documentation. 2014-09-21 15:03:13 +02:00
ae0c5b3702 Added comments and removed deprecated functions. 2014-09-21 14:47:46 +02:00
33ec5e1d79 Added a couple of comments. 2014-09-21 12:16:54 +02:00
d6a7b83698 Moved Pager to be a nested class of PagedVolume. 2014-09-21 11:42:12 +02:00
db9a74fdb4 Moving Chunk to be a nested class of PagedVolume. 2014-09-21 10:27:55 +02:00
71035029d1 More renaming blocks to chunks. 2014-09-20 23:27:28 +02:00
0ab7f27f0f More renaming of block to chunk. 2014-09-20 21:27:26 +02:00
f3a18befad More renaming of 'block' to 'chunk' 2014-09-20 21:17:21 +02:00
8d7d88a7df Renamed a bunch of stuff from using 'block' to 'chunk' 2014-09-20 17:39:12 +02:00
ede35435a0 Renamed UncompressedBlock to Chunk. 2014-09-20 17:26:57 +02:00
880dcd8645 Fixed incorrect messages about temp files not being deleted. 2014-09-20 17:17:18 +02:00
4779f91787 TestVolume unit test now tests PagedVolume rather than SimpleVolume and LargeVolume. 2014-09-20 14:49:12 +02:00
6f08184fcb Fixed initialization of blocks. 2014-09-19 17:02:44 +02:00
25a1d95387 Renamed LargeVolume to PagedVolume, deleted SimpleVolume, and set up typedefs pointing LargeVolume and SimpleVolume to PagedVolume for backwards compatibility. 2014-09-19 16:50:24 +02:00
3a08487dc2 Blocks now stored in an unordered_map (hash based) rather than a map. 2014-09-18 23:35:16 +02:00
2602b00103 Simplifying code. 2014-09-18 16:54:14 +02:00
b08974c197 Work on limiting memory usage. 2014-09-18 16:26:47 +02:00
d2bbd6beba Some renaming. 2014-09-18 14:58:17 +02:00
8dd026e095 Work on limiting maximum memory usage. 2014-09-18 14:51:43 +02:00
38b8764129 Tidying up prefetch function. 2014-09-18 14:22:44 +02:00
e88466ad4d Tidying flush function. 2014-09-18 14:14:08 +02:00
277b6c7b9b Tidying up. 2014-09-17 23:53:14 +02:00
916fe310ad Added function to purge null blocks. 2014-09-17 23:31:23 +02:00
177eb16bec Tidying and commenting. 2014-09-17 21:40:27 +02:00
daa93aab19 Tidying and commenting. 2014-09-17 21:27:52 +02:00
98526d38d3 Crash fix. 2014-09-17 21:04:47 +02:00
37f1ddaed2 Work on block storage. 2014-09-17 17:10:13 +02:00
5b59bc2d8c Moved paging code into block constructor/destructor. 2014-09-17 13:35:43 +02:00
2b47c959a5 Work on getUncompressedVoxel(). 2014-09-16 21:39:55 +02:00
704eeaf948 Work on supporting no pager being attached. 2014-09-16 17:02:53 +02:00
47ace554cc Making use of shared_ptr to track blocks. 2014-09-14 11:47:17 +02:00
3cf8f38793 Merged Block and UncompressedBlock classes. 2014-09-13 23:38:11 +02:00
5ff54c041f Renamed variable. 2014-09-13 23:14:07 +02:00
c0a22de2df Removed a lot of compression-related code. 2014-09-13 12:20:56 +02:00
302c6e688b More work eliminating compression from inside LargeVolume. 2014-09-13 11:59:51 +02:00
bfe03142b7 Carefully dismanteling compression related code. 2014-09-13 11:30:52 +02:00
4781ca5c42 Work on removing compression from LargeVolume. 2014-09-12 15:36:28 +02:00
882798ccb8 Modifying surface extractor test to work with LargeVolume. 2014-09-12 00:02:06 +02:00