summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-07-06reduce memory allocations to zeroHans-Andreas Engel5-1/+46
2016-03-31Run src/windows/preprocess.shmayah1-16/+35
2015-12-17use namespace GFLAGS_NAMESPACE instead namespace gflagsFumitoshi Ukai1-1/+1
2015-12-17win: use _fdopen instead of fdopenFumitoshi Ukai1-0/+4
2015-12-17win: FAILED macro can't be used with HANDLE.Fumitoshi Ukai1-1/+1
2015-12-17avoid calling new/malloc in signalhandler.Fumitoshi Ukai1-1/+1
2015-11-26Reset SIGABRT action only if FailureSignalHandler is installed.Yoshisato Yanagisawa4-7/+31
2015-09-06Fix double-free in unit test on Windows.Robert Hencke1-1/+2
2015-08-12Merge pull request #47 from sergiud/masterFumitoshi Ukai1-0/+3
2015-08-12Merge pull request #26 from theopolis/feature-mode-flagFumitoshi Ukai2-1/+6
2015-08-10[#23] Add logfile_mode to control logfile permissionsTeddy Reed2-1/+6
2015-08-08cmake: allow to disable multithreading supportSergiu Dotenco1-0/+3
2015-08-06Merge pull request #35 from bsilver8192/fix-mocklog-unused-argumentsFumitoshi Ukai1-1/+2
2015-08-06Merge pull request #34 from bsilver8192/fix-macro-redefinitionFumitoshi Ukai1-1/+3
2015-08-06Merge pull request #20 from UbimoLTD/patch-1Fumitoshi Ukai1-18/+20
2015-08-06Merge pull request #12 from ukai/fix_leakFumitoshi Ukai1-0/+2
2015-08-06Merge pull request #7 from sergiud/masterFumitoshi Ukai13-16/+244
2015-07-15added missing includeSergiu Dotenco1-0/+1
2015-07-15fixed vc 14.0 ctp 6 compilation errorSergiu Dotenco1-0/+2
2015-07-15determine gflags namespace automaticallySergiu Dotenco5-1/+21
2015-07-15do not redefine snprintf if it's already availableSergiu Dotenco2-2/+8
2015-07-15do not redefine stl logging macrosSergiu Dotenco1-0/+8
2015-07-15allow to define TEST_SRC_DIR as a macroSergiu Dotenco1-1/+1
2015-07-15allow to use __declspec(noreturn)Sergiu Dotenco1-3/+3
2015-07-15export the Demangle functionSergiu Dotenco1-1/+1
2015-07-15added cmake supportSergiu Dotenco3-8/+199
2015-06-16Fix redefinition of _XOPEN_SOURCE.Brian Silverman1-1/+3
2015-06-16Fix unused arguments warning in ScopedMockLog.Brian Silverman1-1/+2
2015-04-30Update vlog_is_on.ccromange1-18/+20
2015-04-11don't remove sinks_ elements.Fumitoshi Ukai1-3/+0
2015-04-08Guard GOOGLE_PREDICT_TRUE|FALS with #ifndef to avoid collision with other goo...Abhishek Parmar1-4/+17
2015-03-27delete LogDestination::sinks_ at DeleteLogDestinations().Fumitoshi Ukai1-0/+5
2015-03-27Merge pull request #10 from jmr/std_vectorFumitoshi Ukai1-1/+1
2015-03-26LOG_STRING: use std::vector and std::string.Jesse Rosenstock1-1/+1
2015-03-23Adds color output support for tmux terminalsMichael Tanner1-0/+1
2015-03-13Fix x64/Debug build on MSVStbennun1-1/+1
2014-08-19Fixes for the latest MSVS.1-0/+5
2014-03-05Add libc++ support1-10/+13
2014-03-02Build issues in demangle.cc1-4/+1
2014-03-01Adding a callback mechanism to allow users of google.glog to provide2-37/+243
2013-10-31Add StrError and replace posix_strerror_r calls5-23/+30
2013-10-31Fix VC build by adding GOOGLE_GLOG_DLL_DECL2-2/+2
2013-07-29A style fix for C++111-1/+1
2013-05-29Reduce dynamic allocation from 3 to 1 per log message1-35/+16
2013-02-18Attempt to improve mingw-w64 support7-117/+64
2013-02-18Support unordered_(map|set) by stl_logging3-17/+94
2013-02-01Fix Mac test failure1-1/+1
2013-01-31Make sure stderr is not buffered.1-0/+3
2013-01-31Add dllimport and dllexport for new symbols2-8/+8
2013-01-31Revert http://code.google.com/p/google-glog/source/detail?r=1272-2/+6