- 31 Oct, 2019 11 commits
-
-
Sergiu Deitsch authored
Allow getpwuid_r to return missing entry.
-
Sergiu Deitsch authored
Respect configured docdir
-
Sergiu Deitsch authored
Use thread local for libunwind GetStackTrace() reentrancy protection
-
Sergiu Deitsch authored
Fix build for Android API < 21
-
Sergiu Deitsch authored
Fix symbolize_unittest for musl builds
-
Sergiu Deitsch authored
Fix warnings
-
Sergiu Deitsch authored
logging: Fix compilation with uClibc++
-
Sergiu Deitsch authored
googletest: Switch to nanosleep
-
Rosen Penev authored
uClibc++ has compiler support for C++11, but not the functions. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
usleep is deprecated and optionally not available with uClibc-ng.
-
Sergiu Deitsch authored
src/symbolize.cc: fix build without dlfcn.h
-
- 29 Oct, 2019 1 commit
-
-
Fabrice Fontaine authored
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-
- 03 Sep, 2019 1 commit
-
-
Shinichiro Hamaji authored
I supported clang-cl with BUILD_SHARED_LIBS
-
- 02 Sep, 2019 2 commits
- 07 May, 2019 1 commit
-
-
Fumitoshi Ukai authored
-
- 24 Apr, 2019 1 commit
-
-
Philipp Wollermann authored
Ubuntu 14.04 is about to be end-of-life and Bazel CI will stop supporting it shortly afterwards. Context: https://groups.google.com/d/msg/bazel-dev/_D6XzfNkQQE/8TNKiNmsCAAJ
-
- 12 Apr, 2019 1 commit
-
-
Shuhei Takahashi authored
We need at least following defs to be set to print stacktrace in failure signal handler. - HAVE_UNWIND_H: on Linux and macOS. unwind.h is usually present by default on those OSes. - HAVE_DLADDR: on macOS. Windows is not cared because glog can not be built with bazel on Windows today.
-
- 03 Apr, 2019 1 commit
-
-
Amol Bhave authored
When glog 0.4.0 is built using musl instead of glibc, the compilation for this test fails because musl doesn't provide execinfo.h, which sets HAVE_STACKTRACE to false. Tested by building glog with musl and verifying that the build succeeds with this patch. [See https://github.com/openwrt/packages/pull/8583] Signed-off-by: Amol Bhave <ambhave@fb.com>
-
- 22 Mar, 2019 1 commit
-
-
Shinichiro Hamaji authored
Release 0.4.0
-
- 18 Feb, 2019 1 commit
-
-
Shinichiro Hamaji authored
Protect macros from user code to the left of them
-
- 16 Feb, 2019 2 commits
- 14 Feb, 2019 1 commit
-
-
Shinichiro Hamaji authored
-
- 02 Feb, 2019 2 commits
-
-
Shinichiro Hamaji authored
remove time from raw logging
-
Shinichiro Hamaji authored
for `&CheckStackAddress`, VisualStudio emits address of a trampoline like PLT, not the actual address of `CheckStackTrace`. We need address of `CheckStackTrace` to guess the address range of the function. `static` function seems to return the actual address of the function. Fixes #421
-
- 01 Feb, 2019 1 commit
-
-
Shinichiro Hamaji authored
Stop using auto_ptr std::unique_ptr requires -std=c++11. just use raw pointer.
-
- 29 Jan, 2019 1 commit
-
-
Peter Mutsaers authored
-
- 28 Jan, 2019 1 commit
-
-
Fumitoshi Ukai authored
project/google/glog -> project/google-admin/glog
-
- 24 Jan, 2019 1 commit
-
-
Shinichiro Hamaji authored
windows/glog/logging.h is expected to be generated by src/windows/preprocess.sh and should not be modified directly.
-
- 23 Jan, 2019 2 commits
-
-
Sergiu Deitsch authored
Use push/pop macro when supressing warning
-
Shinichiro Hamaji authored
-
- 22 Jan, 2019 3 commits
-
-
Ky Waegel authored
* Same as PR #397 , but for the `.in` file. Useful for some unusual cross-platform build environments (e.g. WSL).
-
Shinichiro Hamaji authored
-
Shinichiro Hamaji authored
-
- 07 Jan, 2019 2 commits
-
-
Haakan Younes authored
Support ABI tags after <local-source-name> in demangle.cc. Update the reference URL. Fixes #50
-
Thomas Anderson authored
* Fix demangling template parameter packs Clang 4.0.1-10 and gcc 7.3.0 both mangle the function "void add<int>(int)" as "_Z3addIJiEEvDpT_". The template parameter pack is of the form J <template-arg>* E The opening character for a param pack could be either I or J, as libiberty follows [1]. This change simply adds the J case. [1] https://github.com/gcc-mirror/gcc/blob/fbd263526ad105a953fd51d9f7bca2c3f268cf82/libiberty/cp-demangle.c#L3209
-
- 01 Jan, 2019 1 commit
-
-
Sergiu Deitsch authored
build: cleanup temps and remove NEWS
-
- 31 Dec, 2018 2 commits
-
-
Prem Nair authored
-
Prem Nair authored
The code references `@ac_cv_have_libgflags@` but not `@ac_cv_have_libgflags_h@`. This corrects that. `int(with_gflags)` incorporates the possibility of `True/False`: https://github.com/bazelbuild/bazel/issues/4792
-