|
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 |
|
|
4887fc2701
|
For work splitting error handling code into separate files for asserts vs. exceptions.
|
2015-05-08 15:59:17 +02:00 |
|
|
a61d4556c1
|
Moved assertion code to separate file.
|
2015-05-08 15:31:17 +02:00 |
|
|
e9bde59fbc
|
Moved more code into PlatformDefinitions.h
|
2015-05-08 15:20:29 +02:00 |
|
|
64c30044b0
|
Moving some macros.
|
2015-05-08 14:50:10 +02:00 |
|
|
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 |
|
|
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 |
|