Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-08-03 | EasyLogging++: new anti-UB test and propagating exception | mj-xmr | 1 | -0/+1 | |
2021-01-16 | Reduced executable size; reduced call sequence to "allowed" log function | Lee Clagett | 1 | -8/+4 | |
2020-03-11 | easylogging++: fix 'ELPP_OS_EMSCRIPTEN is not defined' warning | xiphon | 1 | -0/+2 | |
2019-12-02 | easylogging++: add emscripten support | moneromooo-monero | 1 | -2/+5 | |
This is upstream, but seems to have got lost in conflicts when merging support for BSDs or android. | |||||
2019-09-24 | easylogging++: always omit ANSI codes when colour is not supported | moneromooo-monero | 1 | -0/+1 | |
2019-09-16 | Properly format multiline logs | moneromooo-monero | 1 | -17/+31 | |
As a side effect, colouring on Windows should now work regardless of version | |||||
2019-08-19 | easylogging++: weed out most calls to allowed without locking | moneromooo-monero | 1 | -0/+4 | |
2019-04-16 | Merge pull request #5442 | Riccardo Spagni | 1 | -1/+1 | |
428249c5 easylogging++: minimal stdout logging format (moneromooo-monero) | |||||
2019-04-14 | easylogging++: minimal stdout logging format | moneromooo-monero | 1 | -1/+1 | |
It's a bit of a hack, but doing it right would need a lot of changes to the easylogging++ source. | |||||
2019-04-07 | easylogging++: update to v9.96.7 | moneromooo-monero | 1 | -6/+7 | |
2019-01-06 | Merge pull request #4950 | Riccardo Spagni | 1 | -0/+2 | |
68f045de easylogging++: check allowed categories before logging (moneromooo-monero) | |||||
2018-12-31 | Merge pull request #4936 | luigi1111 | 1 | -1/+1 | |
7d9aeb7 easylogging++: avoid uneeded temporary std::string object (moneromooo-monero) | |||||
2018-12-07 | easylogging++: check allowed categories before logging | moneromooo-monero | 1 | -0/+2 | |
2018-12-03 | easylogging++: avoid uneeded temporary std::string object | moneromooo-monero | 1 | -1/+1 | |
2018-11-27 | easylogging++: faster access to logging | moneromooo-monero | 1 | -2/+4 | |
Turns out getting the global shared_ptr hits the profile, and passing it around still keeps it at close to ~1% CPU, which is too much for mostly silent logging. Leak the object instead, which is even safer for late logging. | |||||
2018-11-27 | Revert "easylogging++: make the logger handle early/late logging" | moneromooo-monero | 1 | -5/+4 | |
This reverts commit 7f8bdeb35c73c70b2b65e30aa2a1cb93696355b3. | |||||
2018-11-06 | easylogging++: update to latest upstream (v9.96.5) | moneromooo-monero | 1 | -152/+131 | |
2018-10-23 | easylogging++: remove std::deque usage | moneromooo-monero | 1 | -2/+1 | |
It's not actually needed for this use, and saves a STL header | |||||
2018-09-11 | NetBSD support | thomasvaughan | 1 | -2/+7 | |
2018-07-15 | easylogging++: make the logger handle early/late logging | moneromooo-monero | 1 | -4/+5 | |
2018-04-25 | easylogging++: cached allowed categories | moneromooo-monero | 1 | -0/+2 | |
It turns out this can be fairly heavy when logging a lot | |||||
2017-12-09 | easylogging: show the 'no stack trace' warning only once | ston1th | 1 | -5/+6 | |
If execinfo.h is not available, output the stack trace warning only once, so we don't spam the build logs with it. | |||||
2017-11-12 | fixed easylogging compile issue on OpenBSD | Dyrcona | 1 | -2/+7 | |
Issue: #2575 Add ELPP_OS_OPENBSD macros to easylogging++.h so that it will build on OpenBSD. | |||||
2017-09-22 | easylogging++: add categories getter | moneromooo-monero | 1 | -0/+5 | |
2017-04-23 | Silence clang++ warnings | Howard Chu | 1 | -1/+5 | |
Using defined(foo) in a macro expansion is undefined. | |||||
2017-04-10 | Fixup choice of easylogging++ vs libunwind stack trace code | moneromooo-monero | 1 | -0/+1 | |
2017-04-10 | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG | moneromooo-monero | 1 | -2/+2 | |
2017-04-10 | easylogging++: detect DragonFly BSD as a UNIX | moneromooo-monero | 1 | -1/+6 | |
2017-04-10 | easylogging++: fix logging with static const header only data members | moneromooo-monero | 1 | -1/+13 | |
2017-04-10 | easylogging++: allow clipping a common filename prefix | moneromooo-monero | 1 | -1/+15 | |
2017-04-10 | easylogging++: add file-only logs | moneromooo-monero | 1 | -1/+1 | |
2017-04-10 | easylogging++: Print thread ID in a nicer way | moneromooo-monero | 1 | -0/+7 | |
2017-04-10 | easylogging++: add categories | moneromooo-monero | 1 | -0/+19 | |
2017-04-10 | update easylogging++ to latest upstream | moneromooo-monero | 1 | -5754/+3464 | |
2017-02-12 | Fixup choice of easylogging++ vs libunwind stack trace code | moneromooo-monero | 1 | -0/+3 | |
2017-02-11 | Merge pull request #1696 | Riccardo Spagni | 1 | -0/+2 | |
6ea3e3cc Fix race in setThreadName/getThreadName (Lee Clagett) | |||||
2017-02-07 | Fix race in setThreadName/getThreadName | Lee Clagett | 1 | -0/+2 | |
2017-02-05 | easylogging++: do not disable DEBUG level based on _DEBUG/NDEBUG | moneromooo-monero | 1 | -2/+2 | |
2017-02-01 | Fixed a deadlock issue with easylogger++ | NanoAkron | 1 | -2/+2 | |
Ubuntu 16.04/GCC 5.4.0/ARMv8 fix to match previous recursive mutex fix for GCC | |||||
2017-01-20 | Merge pull request #1596 | Riccardo Spagni | 1 | -1/+6 | |
7c0c5c17 easylogging++: detect DragonFly BSD as a UNIX (moneromooo-monero) | |||||
2017-01-20 | easylogging++: detect DragonFly BSD as a UNIX | moneromooo-monero | 1 | -1/+6 | |
2017-01-16 | easylogging++: enforce recursive mutex | moneromooo-monero | 1 | -1/+5 | |
This fixes a hang when logging something which causes some other logging code to be called | |||||
2017-01-16 | easylogging++: fix logging with static const header only data members | moneromooo-monero | 1 | -1/+13 | |
2017-01-16 | easylogging++: add ELPP_DISABLE_CHECK_MACROS | moneromooo-monero | 1 | -0/+2 | |
2017-01-16 | easylogging++: allow clipping a common filename prefix | moneromooo-monero | 1 | -3/+20 | |
2017-01-16 | easylogging++: add file-only logs | moneromooo-monero | 1 | -10/+12 | |
2017-01-16 | eayslogging++: Fix bad memory access before opening any files | moneromooo-monero | 1 | -0/+1 | |
2017-01-16 | easylogging++: avoid creating directory/filename for the builtin default log ↵ | moneromooo-monero | 1 | -0/+2 | |
file | |||||
2017-01-16 | easylogging++: allow setting thread names | moneromooo-monero | 1 | -1/+16 | |
2017-01-16 | easylogging++: Print thread ID in a nicer way | moneromooo-monero | 1 | -1/+2 | |
2017-01-16 | easylogging++: Add logging categories | moneromooo-monero | 1 | -1/+111 | |
2017-01-16 | easylogging++: import upstream | moneromooo-monero | 1 | -0/+6695 | |