coriolis/hurricane
Jean-Paul Chaput 864b031b6a Disable backtrace generation in Hurricane::Error constructor.
* 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.
2018-01-06 15:13:20 +01:00
..
cmake_modules * All Tools: 2010-07-14 19:39:36 +00:00
doc Correct the doxygen CSS to be compliant with 1.8.13+. 2017-12-03 03:19:10 +01:00
src Disable backtrace generation in Hurricane::Error constructor. 2018-01-06 15:13:20 +01:00
tests * All Tools: 2012-12-03 08:26:28 +00:00
CMakeLists.txt Compliance with cmake 3.0 (Debian 9.2). Corrects all warnings. 2017-12-02 14:30:05 +01:00