aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportAbseil Team2018-11-201-5/+7
| | | | | | Remove unintended dependency. PiperOrigin-RevId: 222243874
* Googletest exportAbseil Team2018-11-201-2/+0
| | | | | | Remove redundant Base/Derived types. PiperOrigin-RevId: 222243634
* Googletest exportmisterg2018-11-201-0/+10
| | | | | | Silence C4100 msvc warning PiperOrigin-RevId: 222242329
* Googletest exportmisterg2018-11-2015-19/+19
| | | | | | Internal Change PiperOrigin-RevId: 222123106
* Googletest exportAbseil Team2018-11-201-0/+204
| | | | | | Add stringization based tests for gmock-pp.h macros PiperOrigin-RevId: 221961835
* Googletest exportAbseil Team2018-11-204-7/+79
| | | | | | Validate spec modifiers. PiperOrigin-RevId: 221810235
* Googletest exportAbseil Team2018-11-201-1/+1
| | | | | | Point IWYU at an existent path. PiperOrigin-RevId: 221797154
* Googletest exportdurandal2018-11-207-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 exportAbseil Team2018-11-206-598/+167
| | | | | | Upgrade WithArgs family of actions to C++11. PiperOrigin-RevId: 221671690
* Googletest exportAbseil Team2018-11-201-47/+4
| | | | | | Unify implementation of GMOCK_PP_REPEAT and GMOCK_PP_FOREACH. PiperOrigin-RevId: 221659669
* Googletest exportAbseil Team2018-11-157-0/+1302
| | | | | | One macro to rule them all. PiperOrigin-RevId: 221462515
* Merge pull request #1961 from coppered/patch-1Gennadiy Civil2018-11-131-2/+2
|\ | | | | Update README.md
| * Merge branch 'master' into patch-1Gennadiy Civil2018-11-131-0/+1
| |\
| * | Update README.mdOleksandr Dyakov2018-11-131-2/+2
| | | | | | | | | added -std=c++11
* | | Merge pull request #1959 from robinlinden:remove-msvc-workaroundsGennadiy Civil2018-11-1310-102/+21
|\ \ \ | |_|/ |/| | | | | PiperOrigin-RevId: 221356626
| * | Add back warning suppression that shouldn't have been removedRobin Lindén2018-11-101-0/+3
| | |
| * | Define GTEST_DISABLE_MSC_WARNINGS_PUSH/POP for all compilersRobin Lindén2018-11-101-0/+4
| | |
| * | Remove GTEST_HAS_HASH_SET/MAP checkRobin Lindén2018-11-102-12/+0
| | |
| * | Remove workarounds for unsupported MSVC versionsRobin Lindén2018-11-109-84/+19
| |/
* / Googletest exportAbseil Team2018-11-131-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 exportAbseil Team2018-11-083-749/+144
| | | | | | Move FunctionMocker and MockFunction out of the pump file and implement with variadic templates. PiperOrigin-RevId: 220640265
* Googletest exportkrzysio2018-11-073-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/makefixGennadiy Civil2018-11-021-1/+1
|\ | | | | Updating Sample Makefile to Specify C++11
| * Merge branch 'master' into makefixGennadiy Civil2018-11-011-0/+15
| |\ | |/ |/|
* | Googletest exportmisterg2018-11-011-0/+15
| | | | | | | | | | | | Adding GTEST_INTERNAL_DEPRECATED ability to mark deprecated PiperOrigin-RevId: 219515184
| * Added line to sample Makefile in googletest/googletest/make to specify use ↵Benjamin Carman2018-11-011-1/+1
|/ | | | of C++11 in CXXFLAGS as required by the system
* Merge pull request #1948 from jerryturcios08/masterGennadiy Civil2018-10-311-1/+1
|\ | | | | Correct grammatical error in googlemock's README.md file
| * Correct grammatical error in README.mdJerry Turcios2018-10-311-1/+1
| |
| * Merge branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-3115-90/+53
| |\ | |/ |/|
* | Googletest exportAbseil Team2018-10-301-8/+19
| | | | | | | | | | | | | | | | | | | | [Fuchsia] Create the death test child process in a separate job. This creates a separate job to launch the child process into. The exception port can then be attached to the new job before the child process is launched, solving a potential race condition. PiperOrigin-RevId: 219366531
* | Googletest exportmisterg2018-10-3013-80/+30
| | | | | | | | | | | | Remove scoped_ptr replace with std::unique_ptr PiperOrigin-RevId: 219291284
* | Googletest exportAbseil Team2018-10-301-2/+3
| | | | | | | | | | | | Fix broken Fuchsia cc_test. PiperOrigin-RevId: 219170936
* | Merge pull request #1945 from akonradi/optional-matcher-docGennadiy Civil2018-10-301-0/+1
|\ \ | | | | | | Add Optional() to the cheat sheet doc.
| * | Add Optional() to the cheat sheet doc.Alex Konradi2018-10-291-0/+1
|/ / | | | | | | | | The Optional() matcher is otherwise undocumented except in the source. This patch adds it to the cheat sheet for better visibility.
| * Merge branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-2936-811/+252
| |\ | |/ |/|
* | Googletest exportmisterg2018-10-291-1/+0
| | | | | | | | | | | | Remove last traces of gtest-linked_ptr.h PiperOrigin-RevId: 219164781
* | Merge pull request #1941 from barkovv:masterGennadiy Civil2018-10-2915-185/+157
|\ \ | | | | | | | | | PiperOrigin-RevId: 219134349
| * | Replaced all NULLs with nullptr in googlemockVadim Barkov2018-10-285-10/+10
| | |
| * | Replaced all NULLs with nullptr in googletestVadim Barkov2018-10-2810-73/+73
| | |
* | | Googletest exportmisterg2018-10-2926-625/+95
|/ / | | | | | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336
| * Merge branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-281-51/+107
| |\ | |/ |/|
* | Googletest exportAbseil Team2018-10-261-51/+107
| | | | | | | | | | | | | | | | | | [Fuchsia] Make the child process stderr redirection use a socket. This changes the stderr redirection mechanism for the child process in Fuchsia death tests to use a Zircon socket rather than fd redirection. This should improve performance and reliability of the redirection process. This also includes some minor style cleanups. PiperOrigin-RevId: 218903196
* | Googletest exportAbseil Team2018-10-2624-84/+624
| | | | | | | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184
* | Googletest exportmisterg2018-10-2624-624/+84
| | | | | | | | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466
| * Merge branch 'master' of https://github.com/google/googletestJerry Turcios2018-10-244-11/+37
| |\ | |/ |/|
* | Merge pull request #1934 from jeffvandyke/patch-2Gennadiy Civil2018-10-241-6/+6
|\ \ | | | | | | Change CMake googletest download location in docs
| * | Change CMake googletest download location in docsJeff VanDyke2018-10-241-6/+6
|/ / | | | | | | Change CMAKE_BINARY_DIR to CMAKE_CURRENT_BINARY_DIR Able to use in a subfolder's CMakeLists.txt
* | Merge pull request #1890 from peterjc123:clang_fixGennadiy Civil2018-10-241-1/+8
|\ \ | | | | | | | | | PiperOrigin-RevId: 218515152
| * | Disable extensions and force standardpeter2018-10-241-0/+2
| | |
| * | Revert previous changespeter2018-10-241-4/+0
| | |