glog v0.3.5 Release Notes
Release Date: 2017-05-10 // almost 6 years ago-
- CHECK_NOTNULL works with smart pointers when compiled in C++11
- Add __declspec(noreturn) on Win
- DCHECK_ALWAYS_ON to make D* enabled under NDEBUG
- MinGW: avoid the error "conflicting declaration 'typedef DWORD pthread_t'" etc.
- NULL sinks_ after deletion to prevent dangling pointer
- Symbolize: Calculate a module's zero VA using program headers
- ๐ Allow permission line in /proc/self/map to be "rwx"
- โ Add support for PowerPC
- ๐ Use namespace GFLAGS_NAMESPACE instead namespace gflags. #62
- Win: use _fdopen instead of fdopen. Fix #73
- Win: FAILED macro can't be used with HANDLE. Fix #79
- ๐ฆ Avoid calling new/malloc in signalhandler to fix #78
- ๐ฆ Reset SIGABRT action only if FailureSignalHandler is installed
- ๐ Fix missing public include directory
- ๐ Fix double-free in unit test on Windows
- โ Add logfile_mode to control logfile permissions to fix #23
- ๐ Fix mocklog unused arguments
- Fix redefinition of _XOPEN_SOURCE
- Don't call RAW_VLOG with locking vmodule_lock to fix #29
- โ Add CMake support. closes #4
- ๐ Fix #8 AddLogSink memory leak
- โ Add #ifndefs to avoid collision with other google opensource projects
- ๐ฒ LOG_STRING: use std::vector and std::string
- โ Adds color output support for tmux terminals
- ๐ Fix x64/Debug build on MSVS