- 15 Oct, 2018 1 commit
-
-
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
-
- 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 3 commits
-
-
Artem Dinaburg authored
-
Artem Dinaburg authored
-
Artem Dinaburg authored
just like the null pointer test.
-
- 19 Jun, 2018 1 commit
-
-
Sergiu Deitsch authored
Fix mingw cross compile
-
- 01 Jun, 2018 7 commits
-
-
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).
-
NeroBurner authored
-
NeroBurner authored
-
NeroBurner authored
- check in cmake if localtime_r exists - if localtime_r is missing (MSVC, mingw-w64 on linux) redefine it using localtime_s
-
NeroBurner authored
-
NeroBurner authored
- fix dbhelp.h include - fix dbghelp check and link
-
NeroBurner authored
-
- 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
-