mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
59d74aea1f
git-subtree-dir: vendor/github.com/muflihun/easyloggingpp git-subtree-split: 850ea2a9f151ed648a989dda1cf44e503e45831f
1.9 KiB
1.9 KiB
Change Log
[9.95.0] - 02-08-2017
Added
- Added NetBSD as unix coypoop
- Ignore
NDEBUG
or_DEBUG
to determine whether debug logs should be enabled or not. UseELPP_DISABLE_DEBUG_LOGS
Fixes
- Fix compile when
_USE_32_BIT_TIME_T
defined gggin - Fix invalid usage of safeDelete which can cause an error with valgrind Touyote
- Add code to ensure no nullptr references tepperly
[9.94.2] - 12-04-2017
Added
- CMake option to create static lib (thanks to @romariorios)
- Ability to use UTC time using
ELPP_UTC_DATETIME
(thanks to @romariorios) - CMake module updated to support static lib
Changes
- Renamed long format specifiers to full names with padding for readbility
Fixes
- Fixed Android NDK build (thanks to @MoroccanMalinois)
- Fix
ELPP_DISABLE_LOGS
not working in VS (thanks to @goloap) #365
[9.94.1] - 25-02-2017
Fixed
- Fixes for
/W4
level warnings generated in MSVC compile (Thanks to Falconne) - Fixed links
- Fixes removing default logger if other than
default
Changes
- Changed documentation to mention
easylogging++.cc
in introduction and added links to features
[9.94.0] - 14-02-2017
Fixed
- Fixed performance tracking time unit and calculations
Added
- Restored
ELPP_DEFAULT_LOGGER
andELPP_DEFAULT_PERFORMANCE_LOGGER
Helpers::getThreadName
for reading current thread name- Custom format specifier now has to return
std::string
instead - Merged
thread_name
withthread
if thread name is available it's used otherwise ID is displayed
For older versions please refer to https://github.com/muflihun/easyloggingpp/tree/master/doc