aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/logging.cpp
Commit message (Collapse)AuthorAgeFilesLines
* block destructors from throwing exceptions (#321)Dan Engelbrecht2023-05-241-1/+5
| | | | | | * ~FileMapping() is not allowed to throw exceptions * ~ScopedActivityBase() should not call ZEN_ASSERT (which causes SIGABORT on error) * ProjectStore::Project::WriteAccessTimes() which is called from ProjectStore::~Project() must not throw exceptions * changelog
* Moved EnableVTMode function into zencore (#311)Stefan Boberg2023-05-161-0/+27
|
* make logging tests run as part of zencore-testStefan Boberg2023-05-091-1/+1
|
* implemented thread-local activity trackingStefan Boberg2023-05-091-0/+111
| | | includes support for on-demand formatting of scope in error messages
* moved source directories into `/src` (#264)Stefan Boberg2023-05-021-0/+85
* moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees