- 20 Sep, 2017 1 commit
-
-
Dariusz Ostolski authored
-
- 19 Sep, 2017 1 commit
-
-
Dariusz Ostolski authored
-
- 09 Aug, 2017 5 commits
-
-
Shinichiro Hamaji authored
Fix for missing exports (fixes #227)
-
Sergiu Deitsch authored
-
Shinichiro Hamaji authored
Fix LOG_EVERY_N with clang -Wunused-local-typedef
-
Jim Ray authored
This compile time assert is no longer used anywhere in glog. Remove it.
-
Shinichiro Hamaji authored
Run src/windows/preprocess.sh to pick up latest logging.h.in changes
-
- 06 Aug, 2017 3 commits
-
-
Jim Ray authored
Glog uses a pre-C++11 compile time assert to verify the validity of the severity parameter for LOG_EVERY_N. Unfortunately, some compilers will complain about the usage of LOG_EVERY_N with "-Wunused-local-typedef" due to the way the compile time assert is constructed. This makes it impossible to use LOG_EVERY_N with this warning treated as an error. The fix simply removes the assert entirely. This is safe to do since you can't put anything invalid into the severity parameters without generating a compile error elsewhere. This has been safe to do ever since the GLOG_ prefixes were added as part of 6febec36. Fixes #223
-
Jim Ray authored
-
- 01 Aug, 2017 1 commit
-
-
Shinichiro Hamaji authored
Update Windows docs
-
- 26 Jul, 2017 5 commits
-
-
Andrew Schwartzmeyer authored
-
Andrew Schwartzmeyer authored
-
Andrew Schwartzmeyer authored
-
Shinichiro Hamaji authored
Revert "configure.ac: Allow user to disable gflags"
-
Shinichiro Hamaji authored
-
- 19 Jul, 2017 1 commit
-
-
Shinichiro Hamaji authored
configure.ac: Allow user to disable gflags
-
- 09 Jul, 2017 2 commits
-
-
Shinichiro Hamaji authored
cmake: fixed gflags namespace detection (fixes #193)
-
Sergiu Deitsch authored
This commit fixes gflags namespace detection using Intel compiler and ensures the generated try_compile command line does not produce malformed paths.
-
- 06 Jul, 2017 5 commits
-
-
Shinichiro Hamaji authored
cmake: do not hardcode relative install directories
-
Shinichiro Hamaji authored
cmake: changed project name from google-glog to glog
-
Shinichiro Hamaji authored
Cygwin support
-
Shinichiro Hamaji authored
[RFC] reduce heap memory allocations to zero
-
Shinichiro Hamaji authored
rate limit calls to posix_fadvise()
-
- 05 Jul, 2017 1 commit
-
-
Hans-Andreas Engel authored
-
- 29 Jun, 2017 1 commit
-
-
Shinichiro Hamaji authored
Use gflags ALIAS instead of ${gflags_XXX} vars
-
- 28 Jun, 2017 1 commit
-
-
Shinichiro Hamaji authored
Port stack tracing to Windows
-
- 27 Jun, 2017 5 commits
-
-
Andrew Schwartzmeyer authored
-
Andrew Schwartzmeyer authored
This method ensure that all users of glog get automatically linked to the DbgHelp library without needing to set compiler flags.
-
Andrew Schwartzmeyer authored
Necessary when building with BUILD_SHARED_LIBS=1.
-
Andrew Schwartzmeyer authored
-
Andrew Schwartzmeyer authored
-
- 26 Jun, 2017 2 commits
-
-
Andrew Schwartzmeyer authored
-
Andrew Schwartzmeyer authored
-
- 22 Jun, 2017 2 commits
- 12 May, 2017 2 commits
-
-
Fumitoshi Ukai authored
Remove files generated by autotools closes #165
-
Shinichiro Hamaji authored
for #165. I think not many projects have them in their repo.
-
- 10 May, 2017 2 commits
-
-
Shinichiro Hamaji authored
-
Fumitoshi Ukai authored
Backport internal changes
-