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
Hugh Wang
f2c9692438
Fix compilation on Android.
2016-09-14 17:37:06 +08:00
gabime
b13735dc22
astyle
2016-08-22 20:54:18 +03:00
gabime
20cb73e9da
disable syslog by default (enable by #define SPDLOG_ENABLE_SYSLOG )
2016-08-22 20:52:16 +03:00
Nazım Can Bedir
097ba5a359
Add basic support for Solaris.
2016-08-22 17:26:12 +03:00
gabime
e556daebc3
better support for thread id in FreeBSD
2016-08-21 01:36:27 +03:00
gabime
e7debaacd7
astyle
2016-08-05 04:43:20 +03:00
Tony Narlock
98af71c585
Add FreeBSD compatibility defs
...
fix some linux-isms for spdlog on freebsd systems
- FreeBSD uses plain-old ``stat`` (not ``stat64``)
- ``errno_str``'s else requires GNU extensions, not available by default
on FreeBSD. The one used by apple systems is most correct
2016-08-01 00:19:35 -05:00
gabime
36ba06a75c
cosmetic fix in utc_minutes_offset when throwing
2016-07-31 01:52:22 +03:00
gabime
74aede0c66
better support for file size in 64 bits
2016-07-31 01:47:55 +03:00
gabime
730f0e02a6
better support for file sizes in 32/64 bits
2016-07-30 19:32:51 +03:00
gabime
b2c40fcedf
Fixed issue #156 (use stat to check file existance under osx as well(
2016-07-30 18:23:55 +03:00