google-glog 0.4.0
- build: cleanup temps and remove NEWS by @jackwish (#410)
- Fix unused variable warning in GCC by @pwnall (#412)
- automake: relax GNU standard directory style by @jackwish (#408)
- update README.md filename in Makefile.am by @NeroBurner (#403)
- ci: add clang-cxx17 toolchain by @NeroBurner (#406)
- remove register keyword from unittest by @NeroBurner (#405)
- Use push/pop macro when supressing warning by @kwaegel (#397)
- ci: add appveyor and travis config by @NeroBurner (#330)
- Make symbolize.cc thread safe even on shared fds by @tzik (#388)
- Don't crash on some forms of invalid ELF files by @bsilver8192 (#367)
- Fix mistype in comment by @zaporozhets (#371)
- Fix errors with BUILD_SHARED_LIBS=ON for Visual Studio 2017 (fixes #343) by @dzung (#344)
- fix glog.html link to gflags repository by @NeroBurner (#336)
- Delete NEWS by @NeroBurner (#337)
- Fix windows logging unittest by @NeroBurner (#331)
- tests: fix compilation with C++17 by @NeroBurner (#332)
- Fix mingw cross compile by @NeroBurner (#324)
- Resolve missing prototype warning by @nazg (#302)
- Fix redefined warnings from config.h by @nazg (#303)
- Make int conversion explicit and fix clang warning by @samuela (#305)
- konsole family of terminfo supports colored output by @nazg (#304)
- CMake Update by @Mizux (#292)
- Use target gflags instead of old VARIABLES by @Mizux (#283)
- Add an example using glog from Bazel by @drigz (#276)
- Update gflags to latest master by @drigz (#277)
- Fixed undeclared identifier error by @sergiud (#281)
- Build with Bazel. by @qzmfranklin (#232)
- Compute base addresses from program headers while reading /proc/self/maps. by @pcc (#261)
- Cache strlen outside of cycles (PVS-Studio) by @dimhotepus (#106)
- Shell escape arguments to /bin/mail. by @ukai (#260)
- Fix username lookup in case of missing USER environment variable by @DariuszOstolski (#245)
- #253: Use MS preprocessor idiom to disable warning by @DariuszOstolski (#254)
- Zero allocation fix by @sergiud (#226)
- Fix for missing exports (fixes #227) by @sergiud (#228)
- Fix LOG_EVERY_N with clang -Wunused-local-typedef by @jray272 (#225)
- Run src/windows/preprocess.sh to pick up latest logging.h.in changes by @jray272 (#224)
- Update Windows docs by @andschwa (#218)
- cmake: fixed gflags namespace detection (fixes #193) by @sergiud (#209)
- cmake: do not hardcode relative install directories by @sergiud (#153)
- cmake: changed project name from google-glog to glog by @sergiud (#152)
- Cygwin support by @sergiud (#157)
- [RFC] reduce heap memory allocations to zero by @sergiud (#158)
- rate limit calls to posix_fadvise() by @pixelb (#145)
- Use gflags ALIAS instead of ${gflags_XXX} vars by @v1bri (#199)
- Port stack tracing to Windows by @andschwa (#168)