- 08 Aug, 2015 1 commit
-
-
Sergiu Dotenco authored
This commit additionally enables threading for win32 by default.
-
- 06 Aug, 2015 8 commits
-
-
Fumitoshi Ukai authored
Fix mocklog unused arguments
-
Fumitoshi Ukai authored
Fix redefinition of _XOPEN_SOURCE.
-
Fumitoshi Ukai authored
-
Fumitoshi Ukai authored
Don't call RAW_VLOG with locking vmodule_lock SetVLOGLevel locks vmodule_lock however RAW_VLOG at the end also implicitly locks it via InitVLOG3__. This causes deadlock/segfault. fixes #29
-
Fumitoshi Ukai authored
delete LogDestination::sinks_ at DeleteLogDestinations(). fixes #8
-
Fumitoshi Ukai authored
-
Fumitoshi Ukai authored
Add CMake support. closes #4
-
Fumitoshi Ukai authored
-
- 15 Jul, 2015 12 commits
-
-
Sergiu Dotenco authored
-
Sergiu Dotenco authored
-
Sergiu Dotenco authored
-
Sergiu Dotenco authored
-
Sergiu Dotenco authored
-
Sergiu Dotenco authored
-
Sergiu Dotenco authored
-
Sergiu Dotenco authored
-
Sergiu Dotenco authored
-
Sergiu Dotenco authored
-
Sergiu Dotenco authored
-
Sergiu Dotenco authored
-
- 16 Jun, 2015 3 commits
-
-
Brian Silverman authored
Under Debian Jessie, I get a warning about redefining _XOPEN_SOURCE which is easy to fix.
-
Brian Silverman authored
-
Brian Silverman authored
-
- 30 Apr, 2015 1 commit
-
-
romange authored
SetVLOGLevel locks vmodule_lock however RAW_VLOG at the end also implicitly locks it via InitVLOG3__. This causes deadlock/segfault.
-
- 23 Apr, 2015 1 commit
-
-
Pierre Phaneuf authored
-
- 10 Apr, 2015 1 commit
-
-
Fumitoshi Ukai authored
-
- 08 Apr, 2015 1 commit
-
-
Abhishek Parmar authored
Guard GOOGLE_PREDICT_TRUE|FALS with #ifndef to avoid collision with other google opensource projects like protobuf.
-
- 27 Mar, 2015 2 commits
-
-
Fumitoshi Ukai authored
fixes #8 AddLogSink memory leak
-
Fumitoshi Ukai authored
LOG_STRING: use std::vector and std::string.
-
- 26 Mar, 2015 2 commits
-
-
Jesse Rosenstock authored
Previously, plain vector and string were used. This assumed that there were "using" directives or declarations before the macro was used. This will not always be the case.
-
Fumitoshi Ukai authored
Adds color output support for tmux terminals
-
- 23 Mar, 2015 1 commit
-
-
Michael Tanner authored
-
- 18 Mar, 2015 1 commit
-
-
Fumitoshi Ukai authored
Fix x64/Debug build on MSVS
-
- 16 Mar, 2015 1 commit
-
-
Pierre Phaneuf authored
Also add a CONTRIBUTING.md, that GitHub will link to in the pull request creation page.
-
- 13 Mar, 2015 1 commit
-
-
tbennun authored
-
- 11 Mar, 2015 1 commit
-
-
Fumitoshi Ukai authored
glog: release 0.3.4
-
- 10 Mar, 2015 1 commit
-
-
Fumitoshi Ukai authored
-
- 09 Mar, 2015 1 commit
-
-
Fumitoshi Ukai authored
migrate to https://github.com/google/glog use autoconf 2.69 / automake 1.14.1
-
- 19 Aug, 2014 1 commit
-
-
- ssize_t Since Windows does not have ssize_t, we need to include BaseTsd.h and use SSIZE_t instead. - include algorithm MSVS 2013 requests developers to include algorithm when they use std::min. By yyanagisawa git-svn-id: https://google-glog.googlecode.com/svn/trunk@143 eb4d4688-79bd-11dd-afb4-1d65580434c0
-