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
|
a9fb96e088
|
1. Fixed file_helper::exists() bug under windows which returned false in some circumstances
2. Improved file_helper::exists() performance under linux to use stat sys call
3. Added unit tests
|
2015-12-12 20:53:00 +02:00 |
|
gabime
|
0b1ab6c13a
|
fixed gcc shadow warning
|
2015-11-29 21:31:38 +02:00 |
|
gabime
|
8c38b4ee9e
|
MIT license
|
2015-11-28 18:24:20 +02:00 |
|
gabime
|
0f76db880e
|
astyle
|
2015-11-28 16:52:02 +02:00 |
|
gabime
|
ea1a92769b
|
Fixed rotating_logger_mt does not rotate properly if app restarts #116
|
2015-08-14 21:16:08 +03:00 |
|
gabime
|
cadd181d8d
|
Reverted pull #111 - wchar support under windows - it pollutes global namespace with new defines
|
2015-08-07 14:05:34 +03: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 |
|
Denis Ivaykin
|
849b5cb84e
|
flush
|
2015-05-08 22:57:52 +02:00 |
|
gabi
|
7635455c8d
|
Changed "auto_flush" to "force_flush" to better represent the meaning
|
2015-01-07 12:44:02 +02:00 |
|
gabime
|
40a55b8e34
|
astyle
|
2014-12-21 02:47:04 +02:00 |
|
gabime
|
d163b8c45a
|
astyle
|
2014-12-21 02:42:37 +02:00 |
|
Jens Breitbart
|
67b633880b
|
Replaced throw() with noexcept and removed some unneeded ';'.
|
2014-12-20 15:06:36 +01:00 |
|
gabime
|
e87af08180
|
some small cleanup and define WIN32_LEAN_AND_MEAN
|
2014-12-19 18:44:17 +02:00 |
|
gabime
|
fcd1fc037f
|
append instead of truncate when opening new files
|
2014-12-19 18:36:45 +02:00 |
|
gabi
|
243dc61e58
|
async using lockfree queue and bug fixes regarding usage of cppformat
|
2014-12-02 16:41:12 +02:00 |
|
gabi
|
8974d2ded9
|
Using cppformat for all formatting needs instead of fast_oss
|
2014-11-29 12:25:37 +02:00 |
|
gabime
|
68ee9a7ada
|
replaced flush_interval with auto_flush boolean
|
2014-11-25 00:23:55 +02:00 |
|
gabime
|
ece27ac952
|
astyle
|
2014-11-22 10:29:06 +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 |
|
gabime
|
a9abfbb005
|
Fixed rotate bug
|
2014-11-15 18:42:53 +02:00 |
|
gabi
|
0c6518961d
|
Fix level 4 warnings under VS
|
2014-11-05 01:47:28 +02:00 |
|
gabime
|
74aae4f368
|
readme
|
2014-11-01 03:20:54 +02:00 |
|
gabime
|
2d075bcfda
|
bench
|
2014-10-31 16:34:48 +02:00 |
|
gabi
|
31971bf63b
|
updated example and added more creation functions
|
2014-10-31 03:17:40 +02:00 |
|
gabi
|
c7b8c762fb
|
spdlog
|
2014-10-31 01:13:27 +02:00 |
|