- 02 Mar, 2021 2 commits
-
-
Rodrigo Queiro authored
This will avoid regressions on #596.
-
Rodrigo Queiro authored
Fixes #596.
-
- 01 Mar, 2021 1 commit
-
-
Rodrigo Queiro authored
This avoids conflicts with build/ on case-insensitive filesystems. Fixes #606.
-
- 24 Feb, 2021 1 commit
-
-
Sergiu Deitsch authored
cmake: fixed unwind patch component match check
-
- 23 Feb, 2021 1 commit
-
-
Sergiu Deitsch authored
-
- 22 Feb, 2021 5 commits
-
-
Sergiu Deitsch authored
consolidate readme
-
Marco authored
* Use CMakeLists.txt to check the availability of std::atomic<> * Declare the static integer counters as std::atomic<int> instead of int if C++11's atomic is available * implement fallback mechanism for pre C++11 compilers * src/glog/logging.h.in: fix wrong atomic increment * src/glog/logging.h.in: make modulo operations atomic
-
Sergiu Deitsch authored
replaced __CYGWIN32__ and __CYGWIN64__ by __CYGWIN__
-
Sergiu Deitsch authored
cmake: handle empty unwind version patch component
-
Sergiu Deitsch authored
-
- 20 Feb, 2021 1 commit
-
-
Liang Zou authored
-
- 13 Feb, 2021 8 commits
-
-
Sergiu Deitsch authored
-
Sergiu Deitsch authored
-
Sergiu Deitsch authored
-
Sergiu Deitsch authored
Fix logmailer problem for dynamic lib use of glog.
-
Sergiu Deitsch authored
Annotate LOG_EVERY_N macros as a benign race for TSAN
-
Sergiu Deitsch authored
src/logging.cc: Make LogCleaner aware of filename extension (#589)
-
Sergiu Deitsch authored
src/logging.cc: Fix a typo in comment
-
Sergiu Deitsch authored
Make stl_logging_unittest more robust.
-
- 09 Feb, 2021 1 commit
-
-
Hill Ma authored
-
- 09 Oct, 2020 2 commits
-
-
Marco Wang authored
Signed-off-by:
Marco Wang <m.aesophor@gmail.com>
-
Marco Wang authored
Previously, LogCleaner::IsLogFromCurrentProject() did not consider the custom file extension set with SetLogFilenameExtension(). This PR fixes it. Signed-off-by:
Marco Wang <m.aesophor@gmail.com>
-
- 03 Oct, 2020 2 commits
-
-
Sergiu Deitsch authored
src/logging.cc: encapsulate log cleaner, match logfile with <base_filename_><date>-<time>.<pid>
-
Marco authored
-
- 02 Oct, 2020 5 commits
-
-
Sergiu Deitsch authored
Use NULL to indicate uninitialized VLOG_IS_ON site.
-
Yuhong Guo authored
-
Sergiu Deitsch authored
declare FLAGS_vmodule
-
Sergiu Deitsch authored
remove autoconf support
-
Sergiu Deitsch authored
-
- 01 Oct, 2020 1 commit
-
-
Sergiu Deitsch authored
Fix unused parameter warning on gcc.
-
- 30 Sep, 2020 1 commit
-
-
Victor Costan authored
-
- 29 Sep, 2020 9 commits
-
-
Sergiu Deitsch authored
Add FLAGS_log_utc_time; when 'true' the time will be written in log in UTC, resolves #571
-
Sergiu Deitsch authored
Connect glog to Andorid logging API
-
Sergiu Deitsch authored
OpenBSD/powerpc: clang does not define _CALL_*, use proper ifdef instead
-
Sergiu Deitsch authored
Add extra information in log file header (application build/version, actual duration time)
-
Sergiu Deitsch authored
Replace sprintf() with snprintf() (#536)
-
Sergiu Deitsch authored
Output to logcat on Android
-
Sergiu Deitsch authored
Make message text null-terminated
-
Sergiu Deitsch authored
Added check for if info.dli_sname is NULL
-
Sergiu Deitsch authored
Make cmake build on path with spaces.
-