Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: Update version to latest release | Chris Johnson | 2018-12-07 | 1 | -1/+1 |
| | |||||
* | fix: Remove global chmod from Travis | Chris Johnson | 2018-12-06 | 1 | -3/+1 |
| | | | Removed global chmod +x for Travis scripts in favor of just applying it to PlatformIO builds. | ||||
* | chore: Add initial library.json config | Chris Johnson | 2018-12-06 | 1 | -0/+51 |
| | | | | | Added initial library.json config for PlatformIO Version will be synced to proper googletest version once the PIO library has been registered and proven out round trip. | ||||
* | feat: Add initial support for PlatformIO and Arduino | Chris Johnson | 2018-12-04 | 6 | -0/+77 |
| | |||||
* | Merge pull request #1995 from siddhanjay/patch-1 | Gennadiy Civil | 2018-12-04 | 1 | -1/+1 |
|\ | | | | | Fixed typo | ||||
| * | Fixed typo | Siddhanjay Godre | 2018-12-04 | 1 | -1/+1 |
| | | |||||
* | | Googletest export | Abseil Team | 2018-12-04 | 2 | -3/+12 |
| | | | | | | | | | | | | Deduce SizeType for SizeIs() from the return value of the size() member function PiperOrigin-RevId: 223835674 | ||||
* | | Googletest export | misterg | 2018-12-03 | 1 | -2/+0 |
| | | | | | | | | | | | | Fix bazel issue PiperOrigin-RevId: 223829127 | ||||
* | | Update WORKSPACE | Gennadiy Civil | 2018-12-03 | 1 | -0/+2 |
| | | | | | | Need this for bazel change | ||||
* | | Update README.md | Gennadiy Civil | 2018-12-03 | 1 | -1/+1 |
| | | |||||
* | | Update README.md | Gennadiy Civil | 2018-12-03 | 1 | -1/+1 |
| | | | | | | Fix build icon location | ||||
* | | Googletest export | misterg | 2018-12-03 | 1 | -0/+2 |
| | | | | | | | | | | | | Fix bazel issue PiperOrigin-RevId: 223823930 | ||||
* | | Googletest export | Abseil Team | 2018-12-03 | 51 | -555/+507 |
| | | | | | | | | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219 | ||||
* | | Googletest export | Abseil Team | 2018-12-03 | 5 | -655/+233 |
|/ | | | | | | Replace pump'd Args() matcher with variadic templates. PiperOrigin-RevId: 223794430 | ||||
* | Googletest export | durandal | 2018-11-28 | 1 | -23/+11 |
| | | | | | Fix: remove two added testcases that depend on gmock; I'll put them back later in a way that doesn't break the build. PiperOrigin-RevId: 223227562 | ||||
* | Googletest export | durandal | 2018-11-28 | 5 | -249/+335 |
| | | | | | | Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output. PiperOrigin-RevId: 223035409 | ||||
* | Merge pull request #1977 from lukasm91:issue_1955_remove_pthread_flags | Gennadiy Civil | 2018-11-26 | 2 | -3/+3 |
|\ | | | | | | | PiperOrigin-RevId: 222861732 | ||||
| * | Issue #1955: Remove THREADS_PREFER_PTHREAD_FLAG | Lukas Mosimann | 2018-11-22 | 1 | -1/+0 |
| | | |||||
* | | Googletest export | misterg | 2018-11-26 | 1 | -76/+0 |
| | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 222412033 | ||||
* | | Update .travis.yml | Gennadiy Civil | 2018-11-26 | 1 | -14/+0 |
| | | |||||
* | | Update .travis.yml | Gennadiy Civil | 2018-11-26 | 1 | -31/+16 |
| | | |||||
* | | Update .travis.yml | Gennadiy Civil | 2018-11-26 | 1 | -0/+2 |
| | | |||||
* | | Update .travis.yml | Gennadiy Civil | 2018-11-26 | 1 | -0/+26 |
| | | |||||
* | | Create CODE_OF_CONDUCT.md | Gennadiy Civil | 2018-11-26 | 1 | -0/+76 |
|/ | |||||
* | Update build badge | Gennadiy Civil | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | Googletest export | misterg | 2018-11-20 | 1 | -2/+2 |
| | | | | | | Fix broken OSS build PiperOrigin-RevId: 222244158 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -5/+7 |
| | | | | | | Remove unintended dependency. PiperOrigin-RevId: 222243874 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -2/+0 |
| | | | | | | Remove redundant Base/Derived types. PiperOrigin-RevId: 222243634 | ||||
* | Googletest export | misterg | 2018-11-20 | 1 | -0/+10 |
| | | | | | | Silence C4100 msvc warning PiperOrigin-RevId: 222242329 | ||||
* | Googletest export | misterg | 2018-11-20 | 15 | -19/+19 |
| | | | | | | Internal Change PiperOrigin-RevId: 222123106 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -0/+204 |
| | | | | | | Add stringization based tests for gmock-pp.h macros PiperOrigin-RevId: 221961835 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 4 | -7/+79 |
| | | | | | | Validate spec modifiers. PiperOrigin-RevId: 221810235 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -1/+1 |
| | | | | | | Point IWYU at an existent path. PiperOrigin-RevId: 221797154 | ||||
* | Googletest export | durandal | 2018-11-20 | 7 | -717/+842 |
| | | | | | | Move the Matcher<T> interface to googletest so I can use it to extend death test regex matching in a subsequent change. PiperOrigin-RevId: 221675910 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 6 | -598/+167 |
| | | | | | | Upgrade WithArgs family of actions to C++11. PiperOrigin-RevId: 221671690 | ||||
* | Googletest export | Abseil Team | 2018-11-20 | 1 | -47/+4 |
| | | | | | | Unify implementation of GMOCK_PP_REPEAT and GMOCK_PP_FOREACH. PiperOrigin-RevId: 221659669 | ||||
* | Googletest export | Abseil Team | 2018-11-15 | 7 | -0/+1302 |
| | | | | | | One macro to rule them all. PiperOrigin-RevId: 221462515 | ||||
* | Merge pull request #1961 from coppered/patch-1 | Gennadiy Civil | 2018-11-13 | 1 | -2/+2 |
|\ | | | | | Update README.md | ||||
| * | Merge branch 'master' into patch-1 | Gennadiy Civil | 2018-11-13 | 1 | -0/+1 |
| |\ | |||||
| * | | Update README.md | Oleksandr Dyakov | 2018-11-13 | 1 | -2/+2 |
| | | | | | | | | | added -std=c++11 | ||||
* | | | Merge pull request #1959 from robinlinden:remove-msvc-workarounds | Gennadiy Civil | 2018-11-13 | 10 | -102/+21 |
|\ \ \ | |_|/ |/| | | | | | PiperOrigin-RevId: 221356626 | ||||
| * | | Add back warning suppression that shouldn't have been removed | Robin Lindén | 2018-11-10 | 1 | -0/+3 |
| | | | |||||
| * | | Define GTEST_DISABLE_MSC_WARNINGS_PUSH/POP for all compilers | Robin Lindén | 2018-11-10 | 1 | -0/+4 |
| | | | |||||
| * | | Remove GTEST_HAS_HASH_SET/MAP check | Robin Lindén | 2018-11-10 | 2 | -12/+0 |
| | | | |||||
| * | | Remove workarounds for unsupported MSVC versions | Robin Lindén | 2018-11-10 | 9 | -84/+19 |
| |/ | |||||
* / | Googletest export | Abseil Team | 2018-11-13 | 1 | -0/+1 |
|/ | | | | | | | | Include type_traits header ElementsAre, UnorderedElementsAre, AllOf, and AnyOf are all defined in terms of std::decay, which is in the type_traits header. PiperOrigin-RevId: 220818637 | ||||
* | Googletest export | Abseil Team | 2018-11-08 | 3 | -749/+144 |
| | | | | | | Move FunctionMocker and MockFunction out of the pump file and implement with variadic templates. PiperOrigin-RevId: 220640265 | ||||
* | Googletest export | krzysio | 2018-11-07 | 3 | -116/+55 |
| | | | | | | | | Improve Bazel build files. New target gtest_prod allows access to the FRIEND_TEST macro without depending on the entirety of GTest in production executables. Additionally, duplicate config_setting rules were removed and formatting was adjusted. PiperOrigin-RevId: 220279205 | ||||
* | Merge pull request #1950 from benjamincarman/makefix | Gennadiy Civil | 2018-11-02 | 1 | -1/+1 |
|\ | | | | | Updating Sample Makefile to Specify C++11 | ||||
| * | Merge branch 'master' into makefix | Gennadiy Civil | 2018-11-01 | 1 | -0/+15 |
| |\ | |/ |/| |