David Williams
eb45c97a61
Moved marching cubes tables to header file.
2015-02-06 16:37:08 +01:00
David Williams
c0a22de2df
Removed a lot of compression-related code.
2014-09-13 12:20:56 +02:00
Daviw Williams
2458f94feb
Eliminating some differences from the cubiquity-version branch.
2014-02-25 16:51:26 +01:00
David Williams
248a5c3e29
Removed old logging system.
2014-01-30 22:10:52 +01:00
David Williams
f4e03cc537
Macros now call new logging system instead of the old one.
2014-01-29 21:29:00 +01:00
Daviw Williams
84921f4d0b
The existing logging code is rather large and overwhelming. I'm starting to replace it with a simpler system that should also be easier to maintain.
2014-01-29 16:53:11 +01:00
David Williams
2ae5667986
Replaced some more logging commands with macros which can be compiled out.
2014-01-28 23:15:24 +01:00
Daviw Williams
c177891e5d
Separated logging code into different .cpp/.h files.
2014-01-24 15:21:59 +01:00
Daviw Williams
3db5e1b2f6
Added microsecond precision to timers.
2013-11-14 15:35:41 +01:00
Daviw Williams
4d683627da
Added some comments.
2013-10-03 16:56:14 +02:00
Daviw Williams
ef615cc838
Added missing file.
2013-10-03 16:26:43 +02:00
Matt Williams
f81b42747b
Implement Timer for C++11
...
This uses std::chrono::system_clock
2013-08-22 20:40:45 +01:00
Matt Williams
7c74e1faff
Move Timer.h to correct location
...
Also add a missing semi-colon.
2013-08-08 10:42:57 +01:00
David Williams
2f99964606
Tidying timer.
2013-08-07 23:24:20 +02:00
David Williams
9ad4c3fcf7
Initial checkin of Timer class.
2013-08-07 23:07:26 +02:00
Matt Williams
9f7f893b68
Change the types of the edgeTable and triTable
...
The range on values in these tables is much less than needs an int so
making them specific width types packs them smaller.
I measure a 5% decrease in the size of the .so file created at -O3.
2013-07-04 19:35:09 +01:00
Daviw Williams
a56005478d
Fix for Linux compile error.
2013-05-27 12:59:19 +02:00
Daviw Williams
d12a81d345
Log messages now automatically have std::endl applied, and work/behave similar to Qt logging functions.
2013-05-24 16:00:19 +02:00
Daviw Williams
c1461e7582
Added a null stream to suppress logging.
2013-05-24 13:51:52 +02:00
Daviw Williams
b12e6d045c
Added additional logging streams.
2013-05-24 13:26:26 +02:00
Daviw Williams
f3b0183013
Switching to a stream-based interface for logging.
2013-05-22 14:21:50 +02:00
Daviw Williams
c806da9bb7
Compile fixes brought across from Cubiquity.
2013-05-16 16:17:01 +02:00
Daviw Williams
2203e30f39
Added documentation on error handling.
...
Default log handler now suppresses LogLevels::Debug messages.
2013-05-15 17:01:57 +02:00
Daviw Williams
a1355f6d50
More work on improved logging.
2013-05-15 15:55:39 +02:00
Daviw Williams
1010052ea6
Reworking the logging system.
2013-05-14 16:52:16 +02:00
David Williams
ee299a45f0
Work on error handling. I replaced some asserts with exceptions and also added basic error handling documentation.
2013-05-11 10:05:08 +02:00
David Williams
2b70f81a9a
Added missing .cpp file... thought I did this already?!
2012-12-29 20:32:21 +00:00
David Williams
4f7a6256a9
The throwing of exceptions can now be disabled, and in this case a handler function is called instead.
2012-12-29 00:11:23 +00:00
unknown
d4edc1047e
Renamed 'PolyVoxImpl' to just 'Impl'.
2012-11-05 17:00:09 +01:00