Commit Graph

455 Commits

Author SHA1 Message Date
gabime 63972cca96 Merge branch 'cppformat' of https://github.com/gabime/spdlog into cppformat 2014-12-07 06:03:08 +02:00
gabime 159165665d fixed example 2014-12-07 06:02:46 +02:00
Gabi Melman 2acc784373 Update README.md 2014-12-07 06:01:51 +02:00
Gabi Melman 1e1bb1cd0f Update README.md 2014-12-07 06:01:10 +02:00
Gabi Melman ac99e725fb Update README.md 2014-12-07 05:55:50 +02:00
gabime 76436d07cc bench and examples updates 2014-12-07 05:48:32 +02:00
Gabi Melman 5897584175 Update README.md 2014-12-07 05:33:33 +02:00
Gabi Melman c7432b8ece Update README.md 2014-12-07 05:30:18 +02:00
Gabi Melman 69689cae80 Update README.md 2014-12-07 05:29:56 +02:00
Gabi Melman 1e7cc4cec5 Update README.md 2014-12-07 05:26:08 +02:00
Gabi Melman 9997e2e412 Update README.md 2014-12-07 05:23:50 +02:00
Gabi Melman 5f47247841 Update README.md 2014-12-07 05:20:24 +02:00
Gabi Melman 5b81c59902 Update README.md 2014-12-07 05:19:07 +02:00
Gabi Melman 5e03120c9e Update README.md 2014-12-07 05:18:27 +02:00
Gabi Melman 8d0ad01d79 Update README.md 2014-12-07 05:17:22 +02:00
Gabi Melman 72a1f29c2e Update README.md 2014-12-07 05:13:56 +02:00
Gabi Melman f358782c0c Update README.md 2014-12-07 05:12:01 +02:00
Gabi Melman a09eb090e0 Update README.md 2014-12-07 05:10:31 +02:00
Gabi Melman ec3524ceb6 Update README.md 2014-12-07 05:10:03 +02:00
Gabi Melman 5e2638e790 Update README.md 2014-12-07 05:08:13 +02:00
Gabi Melman 386a6e39e7 Update README.md 2014-12-07 05:06:32 +02:00
Gabi Melman 741bf8cde1 Update README.md 2014-12-07 05:05:01 +02:00
Gabi Melman f6adbeaf82 Update README.md 2014-12-07 04:50:06 +02:00
gabi 4dc75adf9b async_logger comments 2014-12-07 04:33:01 +02:00
gabi 0dd4e552ed async_logger comments 2014-12-07 04:27:46 +02:00
gabi d37bded994 More improvements to the async logger 2014-12-07 04:18:07 +02:00
gabime 9feb5fbaf0 disable Wshadow in gcc 2014-12-05 21:44:30 +02:00
gabime 6255180e99 small fixes in async_helper 2014-12-05 20:59:38 +02:00
gabime 52d02af950 using mpmc bounded q for async and many async optimizations 2014-12-05 20:25:04 +02:00
gabime 754cac85ac defer localtime to formatter to improve async performace 2014-12-04 11:48:53 +02:00
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