- 09 Dec, 2017 2 commits
-
-
Carlos O'Ryan authored
-
Carlos O'Ryan authored
-
- 08 Dec, 2017 6 commits
-
-
Carlos O'Ryan authored
-
Gennadiy Civil authored
Add licenses() directive for googlemock/tests.
-
Carlos O'Ryan authored
Without the directive embedding googletest into third_party breaks any //... target.
-
Gennadiy Civil authored
Fix Travis build
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Remove C4996 warning in VS2017
-
- 07 Dec, 2017 4 commits
-
-
Wojciech Mamrak authored
-
Wojciech Mamrak authored
-
Wojciech Mamrak authored
-
Carlos O'Ryan authored
-
- 05 Dec, 2017 1 commit
-
-
Gennadiy Civil authored
Speed up printing of characters which need hex escaping
-
- 01 Dec, 2017 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Fix issue #826 by treating MinGW as "non-Windows" when determining colored output
-
- 07 Nov, 2017 1 commit
-
-
whame authored
-
- 30 Oct, 2017 2 commits
-
-
Gennadiy Civil authored
remove markdown stars (bold) from code examples
-
Gennadiy Civil authored
Enable CI for VS2017
-
- 29 Oct, 2017 1 commit
-
-
Herbert Thielen authored
-
- 25 Oct, 2017 9 commits
-
-
Arkady Shapkin authored
-
Gennadiy Civil authored
googletest: Add GTEST_API_ attribute to ThreadLocal class.
-
Gennadiy Civil authored
Remove gcc 6 misleading indentations warnings
-
m-gupta authored
-
Romain Geissler authored
-
Gennadiy Civil authored
VS2015/2017 build fix and enable C++11 features (attempt number three)
-
Arkady Shapkin authored
-
Arkadiy Shapkin authored
-
Arkadiy Shapkin authored
-
- 24 Oct, 2017 1 commit
-
-
Gennadiy Civil authored
Update the CMakeLists.txt section in googletest README.md.
-
- 20 Oct, 2017 2 commits
-
-
Manoj Gupta authored
ThreadLocal class needs to be have default visibility. Root cause is gtest uses typeinfo for the ThreadLocal class. The problem manifests When gtest/gmock are built as a shared library with libc++. When a class is used in typeinfo, it must have default visibility. There is an explanation about typeinfo and visibility here: https://developer.apple.com/library/content/documentation/DeveloperTools/Conceptual/CppRuntimeEnv/Articles/SymbolVisibility.html When libc++ is used with gtest in shared library mode, any tests that are compiled with -fvisibility=hidden and exercise the macro EXPECT_CALL, it results in an abort like: [ FATAL ] /usr/include/gtest/internal/gtest-port.h:1394:: Condition typeid(*base) == typeid(Derived) failed. This is because the typeinfo for ThreadLocal class is not visible. Therefore, linker failed to match it to the shared library symbol, creating a new symbol instead. This fixes https://github.com/google/googletest/issues/1207.
-
Gennadiy Civil authored
-
- 18 Oct, 2017 7 commits
-
-
Gennadiy Civil authored
Workaround for Travis issue https://goo.gl/d5eV8o
-
Gennadiy Civil authored
-
https://goo.gl/d5eV8oGennadiy Civil authored
-
Gennadiy Civil authored
Revert "Workaround for Travis issue https://github.com/travis-ci/travis-ci/is…"
-
-
Gennadiy Civil authored
Workaround for Travis issue https://github.com/travis-ci/travis-ci/is…
-
-
- 16 Oct, 2017 2 commits
-
-
Gennadiy Civil authored
Updated README with C runtime dynamic/static linking issues in Windows info
-
Gennadiy Civil authored
#1282: Doc typo fix
-