google-glog 0.7.0
In this release, glog underwent a major overhaul to take advantage of C++14 language and library features. Among the many changes, the public API has also been extended to use the more up-to-date standard library types (notably chrono).
Highlights
- C++14 is now the primary language standard
- Emscripten support
- Many fixes and enhancements
Compatibility
glog aims to maintain source compatibility with the previous release. We did our best to ensure such compatibility in this version as well. However, downstream clients must recompile against the new glog version due to ABI incompatible changes.
Deprecations
A number of functions, methods, and types have been deprecated in favor of more uniform interface.
[!WARNING] Deprecated methods will be removed in glog 0.8.0. Please make sure to update your code.