Artem Martynovich
|
787aa46693
|
Disable usage of wchar_t in tests.
|
2015-07-21 17:32:53 +06:00 |
|
Artem Martynovich
|
5508607dfa
|
Fix incorrect string type for fopen_s.
|
2015-07-15 11:24:49 +06:00 |
|
Artem Martynovich
|
7ee0ec0728
|
Fix remaining wstring issues in file_helper.
|
2015-07-14 15:47:20 +06:00 |
|
Artem Martynovich
|
8b6df31ec9
|
Revert to original formatting.
|
2015-07-14 02:42:50 +06:00 |
|
Artem Martynovich
|
0e5c4b9de4
|
Fix Unix build. Use S("...") instead of L"..." for better compatibility.
|
2015-07-14 02:13:16 +06:00 |
|
Artem Martynovich
|
e3518b674c
|
Merge pull request #1 from a-martynovich/master
Add wchar_t support for Windows.
|
2015-07-13 23:39:14 +05:00 |
|
Artem Martynovich
|
2b59393bda
|
Add wchar_t support for Windows.
|
2015-07-13 19:43:22 +06:00 |
|
gabime
|
08b6b0beed
|
Merge branch 'master' of https://github.com/gabime/spdlog
|
2015-07-08 23:46:49 +03:00 |
|
gabime
|
1c13f5d7ff
|
Updated cppformat to fix issue #110
|
2015-07-08 23:45:48 +03:00 |
|
Gabi Melman
|
1bd10957cb
|
Merge pull request #106 from nickolasrossi/dev
Expose line_logger enabled state for custom types in stream operators
|
2015-06-03 01:28:05 +03:00 |
|
nick
|
ba1de0abb2
|
make is_enabled() const
|
2015-06-02 14:38:11 -07:00 |
|
nick
|
51f69dfcca
|
Expose line_logger enabled state to support custom operator<<'s
|
2015-06-02 13:01:24 -07:00 |
|
gabime
|
319a62d73f
|
fixed tests makefile
|
2015-05-15 23:04:09 +03:00 |
|
gabime
|
d0f145f009
|
fixed tests make file
|
2015-05-15 22:54:07 +03:00 |
|
gabime
|
19a2abaab8
|
fixed travis
|
2015-05-15 22:47:05 +03:00 |
|
gabime
|
05a7d9f61c
|
fixed travis
|
2015-05-15 22:25:02 +03:00 |
|
gabime
|
83d47aa645
|
VS 2013 solution for unit tests
|
2015-05-15 22:21:37 +03:00 |
|
gabime
|
1fef4bbd62
|
added tests to travis
|
2015-05-15 22:08:34 +03:00 |
|
gabime
|
d7b0b54c9c
|
fixed tests
|
2015-05-15 21:56:06 +03:00 |
|
gabime
|
dcdf2280c8
|
fixed tests
|
2015-05-15 21:51:09 +03:00 |
|
gabime
|
8387d779b4
|
fixed tests
|
2015-05-15 21:45:10 +03:00 |
|
gabime
|
c701420cf6
|
fixed tests
|
2015-05-15 20:54:01 +03:00 |
|
gabime
|
b5eaef81d4
|
fixed tests under gcc
|
2015-05-15 20:48:38 +03:00 |
|
gabime
|
2f81e54568
|
Added unit tests (catch based)
|
2015-05-15 20:30:37 +03:00 |
|
Gabi Melman
|
056352cf42
|
travis force make rebuild
|
2015-05-15 12:52:04 +03:00 |
|
Gabi Melman
|
8c4096cf2c
|
Shortened travis script
|
2015-05-15 12:36:17 +03:00 |
|
Gabi Melman
|
6c7f4ed318
|
Update .travis.yml
|
2015-05-12 19:44:50 +03:00 |
|
gabime
|
1dcaa45443
|
fixed compliation error on gcc 4.8.x
|
2015-05-12 19:03:01 +03:00 |
|
gabime
|
1b2c8b9d3e
|
Refactored periodic flush in async_log_helper
|
2015-05-12 18:54:36 +03:00 |
|
Gabi Melman
|
e6fc8bf2e5
|
Merge pull request #93 from divaykin/auto-flush
async auto flush
|
2015-05-12 12:24:50 +03:00 |
|
Gabi Melman
|
616d777f43
|
Fixed travis builds
|
2015-05-12 00:19:27 +03:00 |
|
Gabi Melman
|
619644fea9
|
Removed valgrind check of bench from travis. It will take forever
|
2015-05-11 16:15:27 +03:00 |
|
Gabi Melman
|
5353099582
|
Merge pull request #97 from gnzlbg/travis
Travis-ci automated testing (take 2)
|
2015-05-11 13:12:27 +03:00 |
|
gnzlbg
|
8e9daa7430
|
fixup: fix std=c++XX in travis script
|
2015-05-11 12:01:03 +02:00 |
|
gnzlbg
|
5216f57402
|
fixup: fix std=c++XX in travis script
|
2015-05-11 12:00:08 +02:00 |
|
Gabi Melman
|
1f795c306e
|
Merge pull request #96 from gnzlbg/travis
travis-ci automated testing
|
2015-05-11 12:58:19 +03:00 |
|
gnzlbg
|
48ff5cd341
|
enable debug/release and c++11/14
|
2015-05-11 11:46:07 +02:00 |
|
gnzlbg
|
97d56e7693
|
enable clang 3.5, 3.6, and gcc 4.9
|
2015-05-11 11:46:07 +02:00 |
|
gnzlbg
|
77b68dd826
|
adds travis-ci automated testing
|
2015-05-11 11:46:07 +02:00 |
|
gnzlbg
|
3e2364bb57
|
enable debug/release and c++11/14
|
2015-05-11 11:37:19 +02:00 |
|
gnzlbg
|
1b31c8cab4
|
enable clang 3.5, 3.6, and gcc 4.9
|
2015-05-11 11:25:34 +02:00 |
|
gnzlbg
|
2117568be5
|
adds travis-ci automated testing
|
2015-05-11 11:23:04 +02:00 |
|
Gabi Melman
|
1084494e05
|
Merge pull request #95 from gnzlbg/fix_simple_file_sink
adds missing flush override to simple_file_sink
|
2015-05-11 12:15:28 +03:00 |
|
gnzlbg
|
fbd9d924d6
|
adds missing flush override to simple_file_sink
|
2015-05-11 10:17:55 +02:00 |
|
Denis Ivaykin
|
a3dcb2b79e
|
details::os::now()
|
2015-05-11 00:21:55 +02:00 |
|
Denis Ivaykin
|
432e1109dd
|
flush interval part 2
|
2015-05-11 00:17:49 +02:00 |
|
Denis Ivaykin
|
f363fff109
|
async auto flush
|
2015-05-09 22:30:05 +02:00 |
|
gabime
|
8208b49298
|
Minor change is typedef order
|
2015-05-09 21:44:02 +03:00 |
|
gabime
|
b9dc8226b4
|
Comments
|
2015-05-09 21:41:20 +03:00 |
|
gabime
|
0402309028
|
eol
|
2015-05-09 21:39:55 +03:00 |
|