Unclaimed project
Are you a maintainer of glog? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
glog
C++ implementation of the Google logging module
Last updated about 1 year ago
google-glog 0.6.0-rc2 - glog Release Notes | AnnounceHQBack to changelogImproved
google-glog 0.6.0-rc2
What's Changed
- bazel: Use glog 0.5.0 in README by @drigz in https://github.com/google/glog/pull/647
- Expose
IsGoogleLoggingInitialized() in public API. by @xkszltl in https://github.com/google/glog/pull/651
- Fix cmake configuration for cygwin environment by @romange in https://github.com/google/glog/pull/656
- Allow updating vmodule levels after vmodule level has been cached by @romange in https://github.com/google/glog/pull/650
- Export COPYING by @fmeum in https://github.com/google/glog/pull/666
- cmake: fixed msvc snprintf detection (fixes #668) by @sergiud in https://github.com/google/glog/pull/670
- cmake: allow to override
-fPIC by @sergiud in https://github.com/google/glog/pull/672
- cmake: export
<atomic> availability (fixes #667) by @sergiud in https://github.com/google/glog/pull/671
- Remove ubuntu1604 from presubmit.yml by @philwo in https://github.com/google/glog/pull/677
- bazel: add GLOG_CUSTOM_PREFIX_SUPPORT by @luliyucoordinate in https://github.com/google/glog/pull/676
- log messages periodically (time-based) by @darbitman in https://github.com/google/glog/pull/669
ci: support more targets by @sergiud in https://github.com/google/glog/pull/686cmake: prefer linking against gflags::gflags (fixes #683) by @sergiud in https://github.com/google/glog/pull/684Fix syscall deprecation warning on macOS >= 10.12 by @z-aki in https://github.com/google/glog/pull/685fixed exception specification mismatch by @sergiud in https://github.com/google/glog/pull/687readme: fix wrong header id by @StephLin in https://github.com/google/glog/pull/674eliminate warnings by @sergiud in https://github.com/google/glog/pull/688fixed additional warnings by @sergiud in https://github.com/google/glog/pull/694Add an static cast to compare unsigned with unsigned by @Fettpet in https://github.com/google/glog/pull/696Fix: not implement virtual class when WITH_CUSTOM_PREFIX on by @Starsss in https://github.com/google/glog/pull/700Change size type in AnnotateBenignRaceSized to size_t from long by @dfreese in https://github.com/google/glog/pull/706Fix link error for Emscripten by @kinsei0916 in https://github.com/google/glog/pull/710raw_logging.h depends on type definition in logging.h. by @xkszltl in https://github.com/google/glog/pull/713export OS_* defines (fixes #715) by @sergiud in https://github.com/google/glog/pull/716Fix syscall warning in Bazel Build by @ArthurBandaryk in https://github.com/google/glog/pull/718Add -Werror to Bazel presubmits by @drigz in https://github.com/google/glog/pull/719added gmock support by @sergiud in https://github.com/google/glog/pull/720Support stack unwind on Android by @huangqinjin in https://github.com/google/glog/pull/708add linux github workflow by @sergiud in https://github.com/google/glog/pull/722ci: replace generated headers by templates by @sergiud in https://github.com/google/glog/pull/723add mock log test by @sergiud in https://github.com/google/glog/pull/724added log cleaner tests and fixed paths by @sergiud in https://github.com/google/glog/pull/732Make LogCleaner support relative paths by @aesophor in https://github.com/google/glog/pull/654cmake: Fix incorrect relative-path concatenation by @nh2 in https://github.com/google/glog/pull/733Restore the stream format after writing the log prefix by @meyerj in https://github.com/google/glog/pull/731fix glog-modules.cmake install by @sergiud in https://github.com/google/glog/pull/739protect VLOG by use_logging by @sergiud in https://github.com/google/glog/pull/742Fix log filename format by @cmsflash in https://github.com/google/glog/pull/747Add Zhuoran Shen to AUTHORS and CONTRIBUTORS by @cmsflash in https://github.com/google/glog/pull/748ci: reworked windows builds by @sergiud in https://github.com/google/glog/pull/737cmake: set CMP0074 policy by @sergiud in https://github.com/google/glog/pull/751ci: use codecov token by @sergiud in https://github.com/google/glog/pull/752Added gmtoff() method in 'LogMessageTime' to get GMT offset by @vijaysattigeri in https://github.com/google/glog/pull/727LogCleaner: Fix relative paths and add a new test by @aesophor in https://github.com/google/glog/pull/754eliminate msvc warnings by @sergiud in https://github.com/google/glog/pull/757cmake: require at least version 3.16 by @sergiud in https://github.com/google/glog/pull/758ci: enable warnings as errors by @sergiud in https://github.com/google/glog/pull/759LogCleaner: make overdue_days_ unsigned int by @aesophor in https://github.com/google/glog/pull/760ci: remove deprecated msvc runner by @sergiud in https://github.com/google/glog/pull/762provide backward compatible send overload by @sergiud in https://github.com/google/glog/pull/763run clang-tidy by @sergiud in https://github.com/google/glog/pull/765eliminate clang warnings by @sergiud in https://github.com/google/glog/pull/766ensure _Unwind_Backtrace to actually be available by @sergiud in https://github.com/google/glog/pull/767cmake: do not search for platform specific unwind by @sergiud in https://github.com/google/glog/pull/769revert to signed int atomics by @sergiud in https://github.com/google/glog/pull/770Add the "FLAG_log_year_in_prefix" by @msamoila in https://github.com/google/glog/pull/771use uint32 for --max-log-size by @sergiud in https://github.com/google/glog/pull/773stdcxx: eliminate excessive use of std::string::c_str() by @anpol in https://github.com/google/glog/pull/775cmake: require at least gflags 2.2.2 by @sergiud in https://github.com/google/glog/pull/781Changed my Email ID by @vijaysattigeri in https://github.com/google/glog/pull/782On Solaris, GetHostName() returns empty string by @fkolarek in https://github.com/google/glog/pull/783LogCleaner: avoid scanning logs too frequently by @fdgkhdkgh in https://github.com/google/glog/pull/776libglog.pc: Set Libs.private for static linking by @Arfrever in https://github.com/google/glog/pull/787cmake: enable custom prefix by default by @sergiud in https://github.com/google/glog/pull/788simplify flags export by @sergiud in https://github.com/google/glog/pull/791rename GOOGLE_GLOG_DLL_DECL to GLOG_EXPORT by @sergiud in https://github.com/google/glog/pull/764cmake_package_config_generate: Fix CMake warnings with CMake 3.23 by @Arfrever in https://github.com/google/glog/pull/792Tests: Respect TEST_TMPDIR, TMPDIR, TMP environmental variables by @Arfrever in https://github.com/google/glog/pull/794Add the logtostdout and colorlogtostdout flag to allow logging to stdout by @git-hulk in https://github.com/google/glog/pull/790Add clang-cl.exe to Bazel CI by @drigz in https://github.com/google/glog/pull/802Fix "'GLOG_EXPORT' macro redefined" on clang-cl by @drigz in https://github.com/google/glog/pull/803Fix namespace resolution issue in LOG_EVERY_T by @skeptic-monkey in https://github.com/google/glog/pull/801New Contributors
- @xkszltl made their first contribution in https://github.com/google/glog/pull/651
- @fmeum made their first contribution in https://github.com/google/glog/pull/666
- @luliyucoordinate made their first contribution in https://github.com/google/glog/pull/676
- @darbitman made their first contribution in https://github.com/google/glog/pull/669
- @z-aki made their first contribution in https://github.com/google/glog/pull/685
- @StephLin made their first contribution in https://github.com/google/glog/pull/674
- @Fettpet made their first contribution in https://github.com/google/glog/pull/696
- @Starsss made their first contribution in https://github.com/google/glog/pull/700
- @dfreese made their first contribution in https://github.com/google/glog/pull/706
- @kinsei0916 made their first contribution in https://github.com/google/glog/pull/710
- @ArthurBandaryk made their first contribution in https://github.com/google/glog/pull/718
- @nh2 made their first contribution in https://github.com/google/glog/pull/733
- @meyerj made their first contribution in https://github.com/google/glog/pull/731
- @cmsflash made their first contribution in https://github.com/google/glog/pull/747
- @vijaysattigeri made their first contribution in https://github.com/google/glog/pull/727
- @anpol made their first contribution in https://github.com/google/glog/pull/775
- @fkolarek made their first contribution in https://github.com/google/glog/pull/783
- @fdgkhdkgh made their first contribution in https://github.com/google/glog/pull/776
- @Arfrever made their first contribution in https://github.com/google/glog/pull/787
- @git-hulk made their first contribution in https://github.com/google/glog/pull/790
Full Changelog: https://github.com/google/glog/compare/v0.5.0...v0.6.0-rc2