Commit Graph

24 Commits

Author SHA1 Message Date
Daniel Chabrowski
fb6df0512f modernize-use-override 2018-02-24 23:56:56 +01:00
Daniel Chabrowski
7f4c1bb77c modernize-use-using 2018-02-24 22:35:09 +01:00
daylanKifky
27e7412640 modified path on quoted #includes
Paths pointing to the root of the library where replaced for ones relatives to each file.

For example, inside /include/spdlog/details/file_helper.h:

This will look for os.h in /include/spdlog/details/spdlog/details/ which doesn't exists.

replaced with:
2017-11-11 13:44:27 +01:00
gabime
13fb2550c6 Fixed issue #449 2017-05-21 20:39:54 +03:00
gabime
d56fa23eb9 fixed compilation errors 2017-05-21 03:48:54 +03:00
gabime
0d26359856 astyle 2016-04-20 11:57:49 +03:00
gabime
495ecaeaee astyle 2016-04-03 02:14:54 +03:00
Kevin M. Godby
077c3095eb Added missing standard header includes. 2016-02-24 22:20:07 -06:00
Kevin M. Godby
196689f720 Fixed header include problems. 2016-02-24 21:26:18 -06:00
gabime
8c38b4ee9e MIT license 2015-11-28 18:24:20 +02:00
gabime
64850dcb0c small style fixes 2015-05-09 16:03:43 +03:00
Denis Ivaykin
849b5cb84e flush 2015-05-08 22:57:52 +02:00
gabi
b7b421c8fc Added auto flush to stdout & stderr sinks 2015-01-28 23:36:16 +02:00
gabime
40a55b8e34 astyle 2014-12-21 02:47:04 +02:00
gabime
d163b8c45a astyle 2014-12-21 02:42:37 +02:00
gabime
52d02af950 using mpmc bounded q for async and many async optimizations 2014-12-05 20:25:04 +02:00
gabime
0e3120ba51 removed include iostream 2014-12-02 02:30:42 +02:00
gabi
2c0acf66f9 use cppformat in sinks 2014-11-29 17:10:17 +02:00
gabi
fd3f13cd90 revert sink accepting only char* and size_t 2014-11-21 00:48:07 +02:00
gabi
66039c7c0e Simplified sink interface - to just accept char* and size_t 2014-11-21 00:13:24 +02:00
gabi
58688d7d1c Removed close() from sink to have RAII semantics 2014-11-05 23:07:20 +02:00
gabime
74aae4f368 readme 2014-11-01 03:20:54 +02:00
gabi
567e85e6d4 bench 2014-11-01 02:12:12 +02:00
gabi
c7b8c762fb spdlog 2014-10-31 01:13:27 +02:00