Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spdlog
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
spdlog
Commits
f3e379cf78cf741ad692709bbd391ee6eda89bb2
Switch branch/tag
spdlog
25 Aug, 2019
9 commits
Fixed async dump_backtrace
· f3e379cf
gabime
authored
Aug 25, 2019
f3e379cf
some cleanup in logger
· 0258c477
gabime
authored
Aug 25, 2019
0258c477
some cleanup in logger
· f63df652
gabime
authored
Aug 25, 2019
f63df652
backtrace_sink code cleanup
· 099137fe
gabime
authored
Aug 25, 2019
099137fe
Pass logger name to tracer
· 36f25389
gabime
authored
Aug 25, 2019
36f25389
Merge branch 'backtrace_support' of
https://github.com/gabime/spdlog
into backtrace_support
· 8280c0d6
gabime
authored
Aug 25, 2019
8280c0d6
Fixed example
· 4f98b000
gabime
authored
Aug 25, 2019
4f98b000
Fixed example
· b5d61b96
gabime
authored
Aug 25, 2019
b5d61b96
backtrace support api
· a7f7984c
gabime
authored
Aug 25, 2019
a7f7984c
23 Aug, 2019
3 commits
Replace backtrace trigger with dump_backtrace()
· dd33c16a
gabime
authored
Aug 23, 2019
dd33c16a
Update thread_pool.h
· e0bf0c03
Gabi Melman
authored
Aug 23, 2019
e0bf0c03
Protect from double call to enable_backtrace()
· 8d8aacf5
gabime
authored
Aug 23, 2019
8d8aacf5
22 Aug, 2019
14 commits
Fix example
· e085ba7f
gabime
authored
Aug 23, 2019
e085ba7f
clang-format
· 33f881ac
gabime
authored
Aug 23, 2019
33f881ac
Update example
· b24ef39b
gabime
authored
Aug 23, 2019
b24ef39b
Added enable_backtrace to spdlog_api
· a6d8b526
gabime
authored
Aug 23, 2019
a6d8b526
Fixed log_msg_buffer
· 65407539
gabime
authored
Aug 23, 2019
65407539
Clean log_msg_buffer
· 54306068
gabime
authored
Aug 23, 2019
54306068
Clean log_msg_buffer
· 2848e517
gabime
authored
Aug 23, 2019
2848e517
Fixed example
· 0db49788
gabime
authored
Aug 22, 2019
0db49788
Changed sink_it_ to accept const log_message&
· 0284a23d
gabime
authored
Aug 22, 2019
0284a23d
comment
· 7e728869
gabime
authored
Aug 22, 2019
7e728869
brace initialize some ctors
· a19d93e1
gabime
authored
Aug 22, 2019
a19d93e1
Fixed clang-tidy warnings
· 5aefa1af
gabime
authored
Aug 22, 2019
5aefa1af
clang-format
· f1718fb5
gabime
authored
Aug 22, 2019
f1718fb5
backtrace sink and refactoring
· 6b527a50
gabime
authored
Aug 22, 2019
6b527a50
21 Aug, 2019
1 commit
Removed uneeded include
· 74df115f
gabime
authored
Aug 22, 2019
74df115f
19 Aug, 2019
13 commits
Merge pull request #1189 from AMS21/patch-1
· 3adfeeec
Gabi Melman
authored
Aug 20, 2019
Fix Wundef in os-inl.h
3adfeeec
Fix Wundef in os-inl.h
· c4df94a1
AMS21
authored
Aug 19, 2019
c4df94a1
Fix example
· da1d98d6
gabime
authored
Aug 19, 2019
da1d98d6
Fix example
· 66834189
gabime
authored
Aug 19, 2019
66834189
Removed junk
· 2c1d97f1
gabime
authored
Aug 19, 2019
2c1d97f1
Merge pull request #1188 from gabime/no-exceptions
· 2f854428
Gabi Melman
authored
Aug 19, 2019
Support for -fno exceptions
2f854428
Fixed clang-tidy warnings
· c1a524a9
gabime
authored
Aug 19, 2019
c1a524a9
Fixed throw macros and includes
· 23807e12
gabime
authored
Aug 19, 2019
23807e12
Fixed clang warnings
· 87ec1ab9
gabime
authored
Aug 19, 2019
87ec1ab9
Added missing include
· b057b979
gabime
authored
Aug 19, 2019
b057b979
Update CMakeLists.txt
· 7dc378e2
gabime
authored
Aug 19, 2019
7dc378e2
fix conflict
· 6d8cc30f
gabime
authored
Aug 19, 2019
6d8cc30f
Print error and abort instead of throw if SPDLOG_NO_EXEPTIONS is defined
· 0335e3fc
gabime
authored
Aug 19, 2019
0335e3fc