gabime
c8610d9a86
support for color formatting
2018-04-06 02:24:07 +03:00
gabime
93d41b2c0e
fixed gcc warning about struct stat
2018-03-22 20:35:49 +02:00
gabime
18c99682a8
fixed clang warning about uninitialized values
2018-03-17 14:08:10 +02:00
gabime
200815892f
Fix clang-tidy warnings about missing braces around if and for statements
2018-03-17 13:42:09 +02:00
gabime
56e4a201ec
formatting
2018-03-17 12:47:46 +02:00
gabime
a2653d409f
clang-format
2018-03-09 15:26:33 +02:00
gabime
84d3c90b93
Fixed g++ 4.9 warnings after the clang-tidy fixes
2018-02-28 00:11:50 +02:00
Daniel Chabrowski
de642b6263
astyle applied
2018-02-25 12:41:18 +01:00
Daniel Chabrowski
17caf77784
google-build-namespaces
2018-02-25 12:12:34 +01:00
Daniel Chabrowski
0c94ce0039
deleted copy op and a little format
2018-02-25 03:35:20 +01:00
Daniel Chabrowski
e5bbe57f01
cppcoreguidelines-pro-type-member
2018-02-25 01:15:35 +01:00
Daniel Chabrowski
d5a3bb5234
readability-else-after-return
2018-02-25 00:24:47 +01:00
Daniel Chabrowski
9ebb9ff318
readability-implicit-bool-cast
2018-02-25 00:16:18 +01:00
gabime
abc0d43995
astyle
2018-02-23 18:33:03 +02:00
gabime
80163dc6c1
Better support for WinRT
2018-02-23 18:16:43 +02:00
Emad William Farag
55680db160
Support for custom EOL per formatter
2018-02-05 21:51:01 -05:00
gabime
5372d58adc
comment
2018-01-12 14:09:07 +02:00
Joao Moreno
a938045135
use Sleep in Windows instead of sleep_for
...
fixes #609
2018-01-11 14:50:47 +01:00
gabime
3c4a2bf531
Handle file extensions in rotating and daily loggers
2017-12-01 03:40:49 +02:00
gabime
799ba2a57b
added SPDLOG_DISABLE_TID_CACHING macro to prevent invalid thread ids after fork
2017-11-26 00:40:47 +02: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
93be7713e0
astyle
2017-11-06 12:39:04 +02:00
gabime
f70b2ef3b8
Fixed cygwin support
2017-11-05 01:17:21 +02:00
sheldonlyr
66a2c4993b
More meaningful thread id for OSX
2017-06-24 15:38:18 +08:00
Tennn
f8d509d010
Fixed issues 449
...
Please check it
2017-05-21 17:44:44 +08:00
gabime
6cc7e7382e
astyle
2017-05-21 01:56:56 +03:00
gabime
40fc5becff
fixed compilation
2017-05-21 01:56:41 +03:00
gabime
98addad888
Disable colors if terminal no attached and simplfy ansicolor_sink
2017-05-21 01:36:03 +03:00
Elias Kosunen
c6c5a46560
Fix OSX builds of details/os.h
2017-05-17 21:14:39 +03:00
gabime
def86e6e20
Fixed forgotten inline keyword
2017-05-17 00:17:46 +03:00
gabime
1d6842f0f9
bugfix in color detection and astyle
2017-05-17 00:06:11 +03:00
gabime
eb92cc35df
Merge branch 'master' of https://github.com/gabime/spdlog.git
2017-05-17 00:01:52 +03:00
gabime
bd25f59a42
Don't use color escape codes if terminal doesn't support them in ansicolor_sink
2017-05-16 23:35:01 +03:00
Barrett
84a4f56eae
Allow compiler to select an strerror_r stringify
...
On Alpine (and potentially other systems) that don't identify their runtime correctly there is an issue with the string conversion
Specifically, alpine linux and musl where the errno_to_string is incorrectly called.
To fix this I have added two overloaded functions and use auto err to allow the compiler to detect the actual types returned and call the correct method for conversion
2017-05-09 18:31:44 -07:00
odeits
ea359254d6
Fix typo Unkown to Unknown
2017-03-29 15:53:14 -04:00
gabime
2d873785a5
astyle
2016-12-10 02:05:05 +02:00
gabime
92db8115b7
option to prevent child processes from inheriting log file desciptors (#define SPDLOG_PREVENT_CHILD_FD)
2016-12-10 01:43:43 +02:00
Gabi Melman
af35f9c086
Merge pull request #330 from PMExtra/master
...
Use the feature checking macros to detect thread_local support in clang.
2016-12-09 21:47:58 +02:00
Gabi Melman
0e016882d9
Update os.h
2016-12-06 19:47:33 +02:00
PM_Extra
b1a55ca3a4
Use the feature checking macros to detect thread_local support in clang.
2016-12-04 13:42:52 +08:00
PM_Extra
f7574eb4c7
fixed compilation error in clang before version 8 (does not support thread_local keyword)
2016-12-03 01:40:52 +08:00
gabime
33494049a8
fixed compilation error in 2013 (does not support thread_local keyword)
2016-12-02 17:48:10 +02:00
gabime
5d23e88c16
astyle
2016-12-02 17:40:40 +02:00
gabime
6d8efa8d7f
store thread_id in tls
2016-12-02 17:33:49 +02:00
gabime
343904b56d
add missing include to widnows _getpid
2016-12-02 17:12:24 +02:00
gabime
cf73f02eaf
pid support (added the %P option to formatter)
2016-12-02 17:09:00 +02:00
gabime
e12916c070
Fixed issue #317 (Build error on raspberry pi)
2016-11-18 16:58:57 +02:00
osx2000
3cd497ee95
extended conditional compilation to __SUNPRO_CC
2016-11-11 14:28:45 +01:00
Guo Xiao
9b218d4d12
Convert off_t to size_t
2016-10-09 15:36:19 +08:00
amir zamani
811eeef7a6
update os.h to fix filesize() on older win32
...
_fstat() always fails under older 32bit WinXP/Win2003 targets.
_filelength() just works for both WinXP SDK and later Win7+ 32bit targets.
2016-09-20 14:13:15 +04:30