summaryrefslogtreecommitdiff
path: root/external/easylogging++
Commit message (Collapse)AuthorAgeFilesLines
* easylogging++: log timestamps in GMT for privacymoneromooo-monero2017-05-281-3/+3
|
* GUI: easylogging++ install targetJaquee2017-05-061-0/+11
|
* Merge pull request #2000Riccardo Spagni2017-05-051-1/+5
|\ | | | | | | 710b2e80 Silence clang++ warnings (Howard Chu)
| * Silence clang++ warningsHoward Chu2017-04-231-1/+5
| | | | | | | | Using defined(foo) in a macro expansion is undefined.
* | Merge pull request #1997Riccardo Spagni2017-05-051-0/+1
|\ \ | | | | | | | | | 5d86c9f4 easylogging++: default to creating categories by default (moneromooo-monero)
| * | easylogging++: default to creating categories by defaultmoneromooo-monero2017-04-221-0/+1
| |/ | | | | | | | | | | This avoids error spews from easylogging++ when we try to log something before easylogging is initialized, which can happen when errors happen at command line parsing time
* | Merge pull request #1967Riccardo Spagni2017-04-241-2/+1
|\ \ | | | | | | | | | 6e985996 Easylogging: ELPP_STACKTRACE_ON_CRASH moved to ELPP_FEATURE_CRASH_LOG (MoroccanMalinois)
| * | Easylogging: ELPP_STACKTRACE_ON_CRASH moved to ELPP_FEATURE_CRASH_LOGMoroccanMalinois2017-04-121-2/+1
| |/
* / Easylogging: remove invalid static in function member definitionMoroccanMalinois2017-04-121-1/+1
|/
* Fixup choice of easylogging++ vs libunwind stack trace codemoneromooo-monero2017-04-101-0/+1
|
* easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUGmoneromooo-monero2017-04-101-2/+2
|
* easylogging++: detect DragonFly BSD as a UNIXmoneromooo-monero2017-04-101-1/+6
|
* easylogging++: fix logging with static const header only data membersmoneromooo-monero2017-04-101-1/+13
|
* easylogging++: allow clipping a common filename prefixmoneromooo-monero2017-04-102-4/+30
|
* easylogging++: add file-only logsmoneromooo-monero2017-04-102-10/+12
|
* eayslogging++: Fix bad memory access before opening any filesmoneromooo-monero2017-04-101-0/+1
|
* easylogging++: avoid creating directory/filename for the builtin default log ↵moneromooo-monero2017-04-101-0/+2
| | | | file
* easylogging++: Print thread ID in a nicer waymoneromooo-monero2017-04-101-0/+7
|
* easylogging++: add categoriesmoneromooo-monero2017-04-102-1/+121
|
* update easylogging++ to latest upstreammoneromooo-monero2017-04-104-5744/+6489
|
* Fixup choice of easylogging++ vs libunwind stack trace codemoneromooo-monero2017-02-121-0/+3
|
* Merge pull request #1696Riccardo Spagni2017-02-111-0/+2
|\ | | | | | | 6ea3e3cc Fix race in setThreadName/getThreadName (Lee Clagett)
| * Fix race in setThreadName/getThreadNameLee Clagett2017-02-071-0/+2
| |
* | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUGmoneromooo-monero2017-02-051-2/+2
|/
* Fixed a deadlock issue with easylogger++NanoAkron2017-02-011-2/+2
| | | | Ubuntu 16.04/GCC 5.4.0/ARMv8 fix to match previous recursive mutex fix for GCC
* Merge pull request #1596Riccardo Spagni2017-01-201-1/+6
|\ | | | | | | 7c0c5c17 easylogging++: detect DragonFly BSD as a UNIX (moneromooo-monero)
| * easylogging++: detect DragonFly BSD as a UNIXmoneromooo-monero2017-01-201-1/+6
| |
* | easylogging++: enforce recursive mutexmoneromooo-monero2017-01-161-1/+5
|/ | | | | This fixes a hang when logging something which causes some other logging code to be called
* easylogging++: fix logging with static const header only data membersmoneromooo-monero2017-01-161-1/+13
|
* easylogging++: add ELPP_DISABLE_CHECK_MACROSmoneromooo-monero2017-01-161-0/+2
|
* easylogging++: allow clipping a common filename prefixmoneromooo-monero2017-01-161-3/+20
|
* easylogging++: add file-only logsmoneromooo-monero2017-01-161-10/+12
|
* eayslogging++: Fix bad memory access before opening any filesmoneromooo-monero2017-01-161-0/+1
|
* easylogging++: avoid creating directory/filename for the builtin default log ↵moneromooo-monero2017-01-161-0/+2
| | | | file
* easylogging++: allow setting thread namesmoneromooo-monero2017-01-161-1/+16
|
* easylogging++: Print thread ID in a nicer waymoneromooo-monero2017-01-161-1/+2
|
* easylogging++: Add logging categoriesmoneromooo-monero2017-01-161-1/+111
|
* easylogging++: import upstreammoneromooo-monero2017-01-161-0/+6695