Skip to content

v3.0.3

Latest

Choose a tag to compare

@gnilk gnilk released this 01 Apr 13:54

Improved threading and process isolation - now using the existing exception handling instead of pthread_exit to abort a test.
Hence, the exception handling and stack unwinding got an overhaul as well.
Also fixed a performance stupidity in the logger library.

In summary:

  • Exception handling
  • Thread termination on assert/error/fatal
  • gnklog has been upgraded and improved (speed and alike)