]> git.sesse.net Git - casparcg/commit
Created a context_info attachment to our exceptions with information about the contex...
authorHelge Norberg <helge.norberg@svt.se>
Wed, 2 Dec 2015 16:25:46 +0000 (17:25 +0100)
committerHelge Norberg <helge.norberg@svt.se>
Wed, 2 Dec 2015 16:25:46 +0000 (17:25 +0100)
commit2d1fd273a2ea0a43642518c84497523a4ea49f34
tree137fc9760b721ddbda0532897d9245a16c184285
parent538f0795b40dc4e2499503cdd40341bc07576d1f
Created a context_info attachment to our exceptions with information about the context in which the exception was thrown. Each part of the code can at any time contribute to the context using a scoped_context, literally appending information to the thread of execution
common/CMakeLists.txt
common/except.cpp [new file with mode: 0644]
common/except.h