9 Commits

Author SHA1 Message Date
David Williams
b3ca051878 Changed 'embedded' licenses from zlib to MIT. 2015-12-26 21:45:41 +00:00
David Williams
c2bb64d055 Renamed Logging.h to LoggingImpl.h
Added missing files to CMakeLists.txt
2015-05-08 21:18:10 +02:00
David Williams
3c31643e4f Exceptions are now part of the PolyVox public API (client code may need to catch them) but the utility macros we use to throw them are still private implementation details. 2015-05-08 16:15:11 +02:00
David Williams
4887fc2701 For work splitting error handling code into separate files for asserts vs. exceptions. 2015-05-08 15:59:17 +02:00
David Williams
a61d4556c1 Moved assertion code to separate file. 2015-05-08 15:31:17 +02:00
David Williams
e9bde59fbc Moved more code into PlatformDefinitions.h 2015-05-08 15:20:29 +02:00
David Williams
64c30044b0 Moving some macros. 2015-05-08 14:50:10 +02:00
David Williams
f16a247934 Changed implementation of logging macros.
We have observed some strange performance-related behavior as described here: https://stackoverflow.com/questions/29652787/adding-stringstream-cout-hurts-performance-even-when-the-code-is-never-called

This set of changes addresses this problem. The old macros would simply expand the logging code in place, whereas we now have logging functions and the macros call these. Overall I believe it is tidier.
2015-05-07 22:58:00 +02:00
David Williams
049a77cd0c Moved all headers from 'PolyVoxCore' to 'PolyVox', as we no longer have the core/util distinction. 2015-02-07 17:26:36 +01:00