- 04 Jan, 2019 6 commits
-
-
Chris authored
-
https://github.com/ciband/googletestChris authored
Merge branch 'chore/fix_library_json' of https://github.com/ciband/googletest into chore/fix_library_json
-
Chris Johnson authored
-
Chris authored
-
Chris authored
-
Gennadiy Civil authored
Update Docs TestCase->TestSuite
-
- 03 Jan, 2019 11 commits
-
-
-
Gennadiy Civil authored
-
misterg authored
Fixes #1261 PiperOrigin-RevId: 227740670
-
misterg authored
TestCase->TestSuite refactoring PiperOrigin-RevId: 227702164
-
Chris authored
-
Chris authored
Improved flexibility by removing the Arduino entry points in favor of manual calls to setup/loop that the user can call from their entry point. This is the more common use case for Arudino. Also added the gtest/gmock_main files to the PlatformIO ignore list since we are not supporting that feature.
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Example/sample makefile improvements
-
Gennadiy Civil authored
PiperOrigin-RevId: 227615222
-
- 02 Jan, 2019 6 commits
-
-
misterg authored
Internal Change PiperOrigin-RevId: 227575279
-
Abseil Team authored
Remove the #ifs for old, unsupported and buggy compilers: * old versions of GCC & MSVC * Symbian PiperOrigin-RevId: 227116941
-
Gennadiy Civil authored
Remove outdated scripts
-
Gennadiy Civil authored
-
Gennadiy Civil authored
This reverts commit 4665eee1.
-
-
- 29 Dec, 2018 2 commits
-
-
https://github.com/ciband/googletestChris authored
Merge branch 'chore/fix_library_json' of https://github.com/ciband/googletest into chore/fix_library_json
-
Chris authored
This is still a work in progress.
-
- 28 Dec, 2018 2 commits
-
-
Gennadiy Civil authored
Update Xcode project file
-
Syohei YOSHIDA authored
Remove files which no longer exist.
-
- 27 Dec, 2018 3 commits
-
-
Ryohei Machida authored
PiperOrigin-RevId: 227030722
-
Gennadiy Civil authored
-
Gennadiy Civil authored
PiperOrigin-RevId: 227028806
-
- 21 Dec, 2018 5 commits
-
-
Chris Johnson authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
PiperOrigin-RevId: 226493373
-
Abseil Team authored
Get rid of code generation for NiceMock / StrictMock. They got small enough that it doesn't make sense to generate them. PiperOrigin-RevId: 226455689
-
Case, Matt authored
and googletest. Library files are now created and named like versions produced by Cmake.
-
- 20 Dec, 2018 3 commits
-
-
Abseil Team authored
Add public entry point testing::RegisterTest. PiperOrigin-RevId: 226350937
-
Abseil Team authored
Use std::function to implement type erasure in Action, wrapping the legacy ActionInterface if necessary. This makes functors / std::function the primary way to implement Action; the existing ActionInterface implementations are handled through ActionAdaptor. The existing actions are not (yet) migrated though; they'll pay the cost of one additional indirection - but that should be negligible. PiperOrigin-RevId: 226126137
-
Abseil Team authored
Unifdef c++11-related macros from googletest now that it requires C++11. PiperOrigin-RevId: 225905601
-
- 17 Dec, 2018 2 commits