-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow sync and async loggers to be created respectively * Fix and use string for map key * Change to TYPE instead of SYNC for stating sync/async logger * Reuse function instead of using special enum find * Add parsing of global and named thread pools * Add mapping of thread pool to async logger * Implement getting async overflow policy * Split up impl of parsing logger * Add unit tests for basic async loggers * Rename unit_test.cpp to others.cpp * Add logger with sink test cases * Add global thread pool testing * Change all versions to 0.3.0-pre * Add test cases for localized thread pool * Add test case for multiple thread pools * Add to CHANGELOG * Fix GCC 4.9 old syntax issue * Add async into proper testing and put into README
- Loading branch information
Showing
16 changed files
with
946 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.