Commit Graph

2775 Commits

Author SHA1 Message Date
gabime
c215ee6104 bench fix 2014-12-03 17:49:52 +02:00
gabime
8dcec193e8 removed unised blocking_queue.h 2014-12-03 17:46:54 +02:00
gabime
9a7c62724a removed uneeded file 2014-12-03 02:06:50 +02:00
gabime
15f914f350 fix bench queue size 2014-12-03 01:53:11 +02:00
gabime
c63e9fae9d async bench 2014-12-03 01:48:20 +02:00
gabime
2c854cc8b7 fixed gcc shadow warnings 2014-12-03 01:15:25 +02:00
gabime
df8982675c Merge branch 'cppformat' of https://github.com/gabime/spdlog into cppformat 2014-12-03 00:53:15 +02:00
gabi
98e4eb98f9 small optimization in default formatting (unsigned ints) 2014-12-03 00:50:49 +02:00
gabi
9e882c4dd2 fix 2014-12-03 00:50:12 +02:00
gabi
33b976a4c9 fix 2014-12-03 00:40:13 +02:00
gabi
6fceaa8dab Merge branch 'cppformat' of https://github.com/gabime/spdlog into cppformat
Conflicts:
	include/spdlog/details/async_log_helper.h
2014-12-03 00:38:38 +02:00
gabi
3916674bc5 async_helper sleep_or_yield or full/empty queue 2014-12-03 00:35:28 +02:00
gabi
80d09d8309 async_helper sleep_or_yield or full/empty queue 2014-12-03 00:28:33 +02:00
gabi
01344b6c8b mpcs_q removed default copy ctor and assignment 2014-12-03 00:27:25 +02:00
gabi
b943265b94 Better handling of empty queue 2014-12-02 19:14:21 +02:00
gabi
243dc61e58 async using lockfree queue and bug fixes regarding usage of cppformat 2014-12-02 16:41:12 +02:00
gabime
d89628bb17 fixed makefile 2014-12-02 02:38:31 +02:00
gabime
0e3120ba51 removed include iostream 2014-12-02 02:30:42 +02:00
gabime
b0a687c148 astyle 2014-12-02 02:27:11 +02:00
gabime
4462a3c4e3 disabled formatcpp Wshadow warnings.. 2014-12-02 02:26:25 +02:00
gabime
5186aca671 disabled formatcpp Wshadow warnings.. 2014-12-02 02:24:30 +02:00
gabime
ed17c9a4a9 fixed async_sink to use move instead of unique_ptr 2014-12-02 02:17:39 +02:00
gabime
0db417f9af merged drop() from master 2014-12-02 02:16:56 +02:00
gabime
7a9781a94c throw spdlog_err on format errors 2014-12-02 02:16:09 +02:00
gabime
f41d989bf0 fix in move log_msg 2014-12-02 02:15:42 +02:00
gabime
2278e9230f some fixes for gcc 2014-12-02 00:18:44 +02:00
gabi
26cf0b38dd support for API of the form logger.info() << .. 2014-12-02 00:14:38 +02:00
gabi
58970bf1ea Rethrow cppformat exceptions as spdlog_ex with description of the bad format string 2014-12-01 22:25:31 +02:00
gabi
a9dc2a9705 typo 2014-12-01 22:02:21 +02:00
gabi
b0926326bb pattern_formatter_impl.h update 2014-12-01 20:17:47 +02:00
gabi
c5afdbddcf Use fmt::pad for faster formatting of the default format pattern 2014-12-01 18:25:42 +02:00
Gabi Melman
54bc55a3d9 Merge pull request #15 from xaqq/master
Add a drop() method to remove logger from the registry
2014-12-01 17:07:04 +02:00
xaqq
b5a5edacbe Add a drop() method to remove logger from the registry
This commits allows the user to drop the registry reference to a
logger, allowing deletion of logger at any time.
2014-12-01 15:51:57 +01:00
gabi
45628c8ec3 logger main interface now is in the form logger.info(fmt, args) 2014-12-01 00:59:25 +02:00
gabime
eaa61ed448 type 2014-11-29 20:03:12 +02:00
gabime
73b31e4d10 astyle 2014-11-29 20:02:14 +02:00
gabime
2485dae1cc example fix 2014-11-29 20:01:45 +02:00
gabime
8d25324444 continue with cppformatter integration 2014-11-29 20:01:01 +02:00
gabime
0629c51910 Makefile - removed WShadow warning 2014-11-29 19:58:32 +02:00
gabime
77d9eaa59f fixes in pattern formatter 2014-11-29 19:33:54 +02:00
gabi
068a7cfac6 Start of work on lockfreee async queue 2014-11-29 17:11:25 +02:00
gabi
2c0acf66f9 use cppformat in sinks 2014-11-29 17:10:17 +02:00
gabi
8974d2ded9 Using cppformat for all formatting needs instead of fast_oss 2014-11-29 12:25:37 +02:00
gabi
5d399e61d6 Added cppformat files 2014-11-29 09:49:23 +02:00
gabime
4e86da1bdb typo 2014-11-25 00:27:28 +02:00
gabime
1b66b819eb Merge branch 'master' of https://github.com/gabime/spdlog 2014-11-25 00:24:19 +02:00
gabime
68ee9a7ada replaced flush_interval with auto_flush boolean 2014-11-25 00:23:55 +02:00
Gabi Melman
7a554b4bce Update run_all.sh 2014-11-24 23:41:19 +02:00
Gabi Melman
dcef1ed6e6 Update README.md 2014-11-24 23:40:01 +02:00
gabime
c948f15822 updated benchmarks 2014-11-24 23:38:58 +02:00