- 01 Jun, 2018 1 commit
-
-
loop0day authored
This eliminates a conflict between glog and gflags preprocessor definition of GFLAGS_NAMESPACE that can cause the gflags namespace detection to fail (fixes #317).
-
- 26 Apr, 2018 1 commit
-
-
Daiki Maekawa authored
-
- 18 Apr, 2018 2 commits
-
-
Rodrigo Queiro authored
This was previously present in https://github.com/bazelbuild/continuous-integration, but the Bazel team asked us to move it to our repo. It will be helpful if we need to change the build configuration, eg to add new platforms.
-
Akiyoshi Ochiai authored
-
- 21 Mar, 2018 4 commits
-
-
Sergiu Deitsch authored
Resolve missing prototype warning
-
Sergiu Deitsch authored
Fix redefined warnings from config.h
-
Shinichiro Hamaji authored
Make int conversion explicit and fix clang warning
-
samuela authored
-
- 20 Mar, 2018 3 commits
-
-
Sergey Sharybin authored
The issue was caused by config.h header being included from both header files and implementation files. Proposed solution is to have regular header guard in the generated config.h. Benefit of this solution is that it's least intrusive. Downside is that it only solves issue for CMake build system, and autoconf one is not fixed since header template is automatically generated by autoheader who does not add header guard.
-
Shinichiro Hamaji authored
konsole family of terminfo supports colored output
-
Sergey Sharybin authored
Glog was missing colored output when running in terminal who is set to konsole* TERM, even though the terminal itself supports colored output. Add extra terminfo to the check function, so now output from Glog is properly colored.
-
- 18 Mar, 2018 1 commit
-
-
Sergiu Deitsch authored
-
- 27 Feb, 2018 1 commit
-
-
Sergiu Deitsch authored
* added dbghelp symbolizer support for mingw and cygwin * fixed compiler errors in case <stdint.h> is not available * cmake: check whether SymFromAddr actually works
-
- 23 Feb, 2018 1 commit
-
-
Sergiu Deitsch authored
-
- 10 Feb, 2018 1 commit
-
-
Sergiu Deitsch authored
CMake Update
-
- 06 Feb, 2018 3 commits
-
-
Corentin Le Molgat authored
- Use of Project version properties instead of custom variables - fix missmatch between VERSION (build version) and SOVERSION (API version) src: https://cmake.org/cmake/help/latest/prop_tgt/VERSION.html#prop_tgt:VERSION
-
Corentin Le Molgat authored
CTest module already provides it
-
Corentin Le Molgat authored
Useful when using glog as subproject. Add an explanation at top like in gflags.git CMakeLists.txt
-
- 01 Feb, 2018 2 commits
-
-
Rodrigo Queiro authored
-
Rodrigo Queiro authored
Fixes #289.
-
- 16 Jan, 2018 1 commit
-
-
Rodrigo Queiro authored
This works around https://github.com/bazelbuild/bazel/issues/3979, and so closes #282.
-
- 04 Jan, 2018 7 commits
-
-
Sergiu Deitsch authored
-
Sergiu Deitsch authored
Use target gflags instead of old VARIABLES
-
Mizux authored
-
Rodrigo Queiro authored
Add an example using glog from Bazel
-
Rodrigo Queiro authored
-
Rodrigo Queiro authored
Update gflags to latest master
-
Sergiu Deitsch authored
This allows to avoid conflicts between third party gflags find modules floating around. If a package provide a local version of gflags find module, clients which locate glog will incorrectly use it. Another problem is a CMake error message "cmake_policy PUSH without matching POP" in nested find_package calls. In summary, we need to ensure to use the original gflags package config.
-
- 02 Jan, 2018 5 commits
-
-
Sergiu Deitsch authored
-
Sergiu Deitsch authored
-
Sergiu Deitsch authored
This allows to deploy debug and release builds concurrently.
-
Sergiu Deitsch authored
Fixed undeclared identifier error
-
Sergiu Deitsch authored
-
- 21 Dec, 2017 1 commit
-
-
Shinichiro Hamaji authored
Update AUTHORS and CONTRIBUTORS for PR#232
-
- 20 Dec, 2017 1 commit
-
-
Shinichiro Hamaji authored
-
- 19 Dec, 2017 1 commit
-
-
Rodrigo Queiro authored
This means that gflags no longer leaks config.h, so I had to fix a bug in glog.bzl where config.h is generated at the wrong path. I also switched to the best-practice for depending on git repositories, ie using http_archive with a mirror.
-
- 18 Dec, 2017 1 commit
-
-
Rodrigo Queiro authored
Build with Bazel.
-
- 14 Dec, 2017 3 commits
-
-
Zhongming Qu authored
-
Zhongming Qu authored
-
Zhongming Qu authored
This commit addresses a few issues: 1. No longer leak config.h in a way similar to https://github.com/gflags/gflags/issues/233 The solution of prefixing the path by 'glog_internal' is modified from https://github.com/gflags/gflags/issues/234 2. No longer expose internal headers. 3. Replace PACKAGE_NAME with native.package_name() 4. Uers can choose namespaces via the newly added 'namespace' keyword. 5. Replace glob with explicitly listing of files. 6. Make the genrules more compact using pythonic list construction.
-