- Jan 04, 2019
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Example/sample makefile improvements
-
- Jan 03, 2019
-
-
Gennadiy Civil authored
PiperOrigin-RevId: 227615222
-
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.
-
- Dec 30, 2018
-
-
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.
-
- Dec 29, 2018
-
-
Gennadiy Civil authored
Update Xcode project file
-
- Dec 28, 2018
-
-
Syohei YOSHIDA authored
Remove files which no longer exist.
-
Ryohei Machida authored
PiperOrigin-RevId: 227030722
-
Gennadiy Civil authored
-
Gennadiy Civil authored
PiperOrigin-RevId: 227028806
-
- Dec 22, 2018
-
-
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
-
- Dec 21, 2018
-
-
Case, Matt authored
and googletest. Library files are now created and named like versions produced by Cmake.
-
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
-
- Dec 18, 2018
-
-
misterg authored
Suppress C4503 for MCVS , again PiperOrigin-RevId: 225895719
-
misterg authored
Suppress C4503 for MCVS PiperOrigin-RevId: 225871050
-
Gennadiy Civil authored
Update build badge to point to the correct location
-
misterg authored
Internal Change PiperOrigin-RevId: 225849972
-
Abseil Team authored
Remove GTEST_REFERENCE_TO_CONST_ usage from GMock. In C++11, it's redundant. PiperOrigin-RevId: 225719210
-
Abseil Team authored
Allow container matchers to accept move-only containers. PiperOrigin-RevId: 225667441
-
Abseil Team authored
Replace pump'd code for DoAll with variadic templates. PiperOrigin-RevId: 225584656
-
- Dec 16, 2018
- Dec 15, 2018
-
-
Gennadiy Civil authored
PiperOrigin-RevId: 225552792
-
- Dec 14, 2018
-
-
Abseil Team authored
Support skipped in XML and JSON output PiperOrigin-RevId: 225386540
-
misterg authored
Internal Change PiperOrigin-RevId: 225231727
-
Gennadiy Civil authored
point build badge back to proper repo path
-
- Dec 13, 2018
-
-
Abseil Team authored
The gmock matchers have a concept of MatchAndExpain; where the details of the matching are written to a "result listener". A matcher can avoid creating expensive debug info by checking result_listener->IsInterested(); but, unfortunately, the default matcher code (called from EXPECT_THAT) is always "interested". This change implements EXPECT_THAT matching to first run the matcher in a "not interested" mode; and then run it a second time ("interested") only if the match fails. PiperOrigin-RevId: 225036073
-
- Dec 12, 2018
-
-
Gennadiy Civil authored
Cache gcc and clang APT packages
-
Dominic Jodoin authored
-