glog v0.3.4 Release Notes

Release Date: 2015-03-11 // about 9 years ago
  • google-glog 0.3.4

    • ๐Ÿšš repository moved from code.google.com/p/google-glog to github.com/google/glog
    • ๐Ÿ›  fixes for latest MSVS
    • โž• add libc++ support
    • ๐Ÿ›  fix build issue in demangle.cc
    • โž• add callback for OpenObjectFileContainingPcAndGetStartAddress
    • add StrError and replace posix_strerror_r call
    • fix VC build by adding GOOGLE_GLOG_DLL_DECL
    • ๐Ÿ’… style fix for C++11
    • โฌ‡๏ธ reduce dynamic allocation from 3 to 1 per log message
    • ๐Ÿ‘ attempt to improve mingw-w64 support
    • support unordered_(map|set) by stl_logging