864b031b6a
* Change: In Hurricane::Backtrace constructor, add a boolean parameter to enable/disable the actual backtrace generation. * Change: In Hurricane::Error constructor, disable by default the backtrace generation. The backtrace is useful when the Error is thrown, and the program therefore stopped. But in many case we just issue the error message on the console and try to continue. But if the backtrace is enabled, it terribly slow down the program. Have to think about an clean way to re-enable the trace only when the exception is thrown. |
||
---|---|---|
.. | ||
cmake_modules | ||
doc | ||
src | ||
tests | ||
CMakeLists.txt |