- 31 Dec, 2018 1 commit
-
-
Sergiu Deitsch authored
Fix unused variable warning in GCC
-
- 26 Dec, 2018 1 commit
-
-
Victor Costan authored
-
- 18 Dec, 2018 3 commits
-
-
Sergiu Deitsch authored
automake: relax GNU standard directory style
-
王振华 (WANG Zhenhua) authored
Now, we can build.
-
王振华 (WANG Zhenhua) authored
GNU standard assumes `README` under root dir, while PR #403 didn't fix the building issue exactually. https://www.gnu.org/software/automake/manual/html_node/List-of-Automake-options.html
-
- 13 Dec, 2018 5 commits
-
-
Sergiu Deitsch authored
update README.md filename in Makefile.am
-
Sergiu Deitsch authored
ci: add clang-cxx17 toolchain
-
Sergiu Deitsch authored
remove register keyword from unittest
-
NeroBurner authored
-
NeroBurner authored
-
- 12 Dec, 2018 4 commits
-
-
NeroBurner authored
-
Sergiu Deitsch authored
Use push/pop macro when supressing warning
-
Roman Gershman authored
-
Sergiu Deitsch authored
ci: add appveyor and travis config
-
- 28 Nov, 2018 1 commit
-
-
Ky Waegel authored
* Previous implementation did not correctly restore the warning state if initially disabled.
-
- 21 Nov, 2018 1 commit
-
-
Taiju Tsuiki authored
* Upstream Chromium local changes to symbolize.cc Chromium has its own fork of symbolize.cc and symbolize.h, and it has several not-yet-upstreamed changes, that are not specific to Chromium. This patch upstreams such a changes. Fixed google::FindSymbol reading past end of a section https://chromium.googlesource.com/chromium/src/+/3dae0a2d7da309159a301e40a592692ec8431a38 Fix -INT_MIN integer overflow in itoa_r(). https://chromium.googlesource.com/chromium/src/+/ac4d28e9cb934e01ff16a9e67a5f387caa82719f Add print_unsymbolized_stack_traces gn arg. https://chromium.googlesource.com/chromium/src/+/6a2726776f59cdcf0090f584a15db4a1ab8c40d7 Switch to standard integer types in base/. https://chromium.googlesource.com/chromium/src/+/9b6f42934e5a1e65ebfc668d91a28a6e2678a14c * Add a build option to print unsymbolized traces This PRINT_UNSYMBOLIZED_STACK_TRACES option to cmake, and --enable-unsymbolized-traces option to autoconf.
-
- 19 Nov, 2018 1 commit
-
-
Rodrigo Queiro authored
The newly-released gflags 2.2.2 includes fixes to the Bazel BUILD files that weren't in the older 2.2.1 release.
-
- 14 Nov, 2018 1 commit
-
-
Fumitoshi Ukai authored
Make symbolize.cc thread safe even on shared fds
-
- 13 Nov, 2018 1 commit
-
-
tzik authored
ReadFromOffset in symbolize.cc used to call lseek() + read() to read data from fd. However, the fd may be reused for multiple symbolize requests from multiple threads, and causes a race around the fd read offset. This updates it to use pread() to resolve the race.
-
- 05 Nov, 2018 1 commit
-
-
Yun Peng authored
To fix https://github.com/google/glog/issues/376
-
- 23 Oct, 2018 2 commits
-
-
Sergiu Deitsch authored
Don't crash on some forms of invalid ELF files
-
Sergiu Deitsch authored
Fix mistype in comment
-
- 17 Oct, 2018 1 commit
-
-
Taras Zaporozhets authored
-
- 15 Oct, 2018 3 commits
-
-
NeroBurner authored
-
NeroBurner authored
The stacktrace unittest hangs when compiled with MSVC. The default timeout is 1500 seconds. Change it to 30 seconds
-
NeroBurner authored
Add toolchain directory with cmake toolchain files used to find compilers and set C++ versions The following configurations are build on Windows using appveyor service: - enable MSVC 2015 SDK 8.1 - enable MSVC 2015 - enable MSVC 2017 - enable MSVC 2017 c++17 - enable mingw-cxx11 - enable mingw-gnuxx11 - enable mingw-cxx17 The following configurations are build on Linux using travis service: - enable Ubuntu 14.04 amd64/i386, C++11 - enable Ubuntu 16.04 amd64/i386, C++11 - enable Ubuntu 18.04 amd64 C++98, C++11, GNU++11, C++17 - enable mingw-w64 on Ubuntu 18.04 amd64, C++11, GNU++11, C++17 The tests for cross compiled mingw windows binaries are run using wine64
-
- 19 Sep, 2018 1 commit
-
-
Brian Silverman authored
With a few tweaks, it will fail to look up symbol names in these cases instead.
-
- 16 Jul, 2018 2 commits
-
-
Sergiu Deitsch authored
Fix errors with BUILD_SHARED_LIBS=ON for Visual Studio 2017 (fixes #343)
-
Dzung Hoang authored
-
- 09 Jul, 2018 1 commit
-
-
levosos authored
resolves #338
-
- 06 Jul, 2018 1 commit
-
-
Sergiu Deitsch authored
-
- 03 Jul, 2018 2 commits
-
-
Sergiu Deitsch authored
fix glog.html link to gflags repository
-
Sergiu Deitsch authored
Delete NEWS
-
- 02 Jul, 2018 2 commits
-
-
NeroBurner authored
remove unused 10 year old empty file
-
NeroBurner authored
Fixes Issue https://github.com/google/glog/issues/325
-
- 29 Jun, 2018 1 commit
-
-
Sergiu Deitsch authored
Fix windows logging ut
-
- 21 Jun, 2018 2 commits
-
-
Sergiu Deitsch authored
tests: fix compilation with C++17
-
NeroBurner authored
Remove throw() commands as they were deprecated with C++11 and are removed with C++17
-
- 20 Jun, 2018 2 commits
-
-
Artem Dinaburg authored
-
Artem Dinaburg authored
-