- 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
-
- 09 May, 2017 8 commits
-
-
Shinichiro Hamaji authored
-
Shinichiro Hamaji authored
-
Shinichiro Hamaji authored
-
Shinichiro Hamaji authored
-
Shinichiro Hamaji authored
Don't rely on an internal-linkage extern "C" function having an unmangled name. This isn't required by the ABI, and in fact is not valid for a conforming compiler(!). Instead, allow symbolization to produce either a mangled or an unmangled name here.
-
Shinichiro Hamaji authored
-
Shinichiro Hamaji authored
-
Shinichiro Hamaji authored
-
- 21 Apr, 2017 1 commit
-
-
Fumitoshi Ukai authored
CHECK_NOTNULL works with smart pointers when compiled in C++11.
-
- 20 Apr, 2017 1 commit
-
-
Ning Ren authored
-
- 07 Mar, 2017 1 commit
-
-
Fumitoshi Ukai authored
Add __declspec(noreturn) on Win
-