Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
spdlog
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
spdlog
Commits
dd33c16aae8e2dc35155e38003be4fcfe9ccf498
Switch branch/tag
spdlog
23 Aug, 2019
2 commits
Replace backtrace trigger with dump_backtrace()
· dd33c16a
gabime
authored
Aug 23, 2019
dd33c16a
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 22, 2019
e085ba7f
clang-format
· 33f881ac
gabime
authored
Aug 22, 2019
33f881ac
Update example
· b24ef39b
gabime
authored
Aug 22, 2019
b24ef39b
Added enable_backtrace to spdlog_api
· a6d8b526
gabime
authored
Aug 22, 2019
a6d8b526
Fixed log_msg_buffer
· 65407539
gabime
authored
Aug 22, 2019
65407539
Clean log_msg_buffer
· 54306068
gabime
authored
Aug 22, 2019
54306068
Clean log_msg_buffer
· 2848e517
gabime
authored
Aug 22, 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 21, 2019
74df115f
19 Aug, 2019
13 commits
Merge pull request #1189 from AMS21/patch-1
· 3adfeeec
Gabi Melman
authored
Aug 19, 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
18 Aug, 2019
6 commits
Update async.h
· 76aa1059
Gabi Melman
authored
Aug 18, 2019
76aa1059
wip - no-exceptions support
· b0a25f01
gabime
authored
Aug 18, 2019
b0a25f01
Fixed some msvc code analysis warnings
· db1babab
gabime
authored
Aug 18, 2019
db1babab
Update logger-inl.h
· 7ea95161
gabime
authored
Aug 18, 2019
7ea95161
Add noexcept to move ctor and operator=
· 6506b735
gabime
authored
Aug 18, 2019
6506b735
Update .gitignore
· 63902900
gabime
authored
Aug 18, 2019
63902900
16 Aug, 2019
2 commits
Removed spdlog::default_level and its usage in registry
· 01eb59ca
gabime
authored
Aug 16, 2019
01eb59ca
Removed unneeded test targets from CMakeLists
· a8b5e3da
gabime
authored
Aug 16, 2019
a8b5e3da
09 Aug, 2019
2 commits
Added SPDLOG_WCHAR_SUPPORT options to CMake under windows
· 8cc0997f
gabime
authored
Aug 09, 2019
8cc0997f
Fix #1176 again
· ffb7c317
gabime
authored
Aug 09, 2019
ffb7c317