summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportAbseil Team2018-12-0338-381/+351
| | | | | | Applied fixes for ClangTidy modernize-use-override and modernize-use-using. PiperOrigin-RevId: 223800219
* Googletest exportdurandal2018-11-291-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 exportdurandal2018-11-294-100/+335
| | | | | | Accept gmock matchers in EXPECT_EXIT and friends to allow matches other than simple regex matches on death output. PiperOrigin-RevId: 223035409
* Issue #1955: Remove THREADS_PREFER_PTHREAD_FLAGrefs/pull/1977/headLukas Mosimann2018-11-221-1/+0
|
* Googletest exportmisterg2018-11-205-5/+5
| | | | | | Internal Change PiperOrigin-RevId: 222123106
* Googletest exportAbseil Team2018-11-201-1/+1
| | | | | | Point IWYU at an existent path. PiperOrigin-RevId: 221797154
* Googletest exportdurandal2018-11-205-0/+839
| | | | | | 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
* Merge pull request #1961 from coppered/patch-1Gennadiy Civil2018-11-141-2/+2
|\ | | | | Update README.md
| * Update README.mdOleksandr Dyakov2018-11-131-2/+2
| | | | | | added -std=c++11
* | Add back warning suppression that shouldn't have been removedrefs/pull/1959/headRobin 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-104-64/+9
|/
* Googletest exportkrzysio2018-11-071-48/+18
| | | | | | | | 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 branch 'master' into makefixrefs/pull/1950/headGennadiy 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
* Googletest exportAbseil Team2018-10-311-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-3111-77/+29
| | | | | | Remove scoped_ptr replace with std::unique_ptr PiperOrigin-RevId: 219291284
* Googletest exportAbseil Team2018-10-311-2/+3
| | | | | | Fix broken Fuchsia cc_test. PiperOrigin-RevId: 219170936
* 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-2910-172/+143
|\ | | | | | | PiperOrigin-RevId: 219134349
| * Replaced all NULLs with nullptr in googletestVadim Barkov2018-10-2810-73/+73
| |
* | Googletest exportmisterg2018-10-2911-422/+38
|/ | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 219129336
* 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-269-27/+421
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218618184
* Googletest exportmisterg2018-10-269-421/+27
| | | | | | Remove linked_ptr and use std::shared_ptr instead PiperOrigin-RevId: 218571466
* Change CMake googletest download location in docsrefs/pull/1934/headJeff VanDyke2018-10-241-6/+6
| | | | Change CMAKE_BINARY_DIR to CMAKE_CURRENT_BINARY_DIR Able to use in a subfolder's CMakeLists.txt
* Googletest exportdurandal2018-10-242-4/+23
| | | | | | Honor GTEST_SKIP() in SetUp(). PiperOrigin-RevId: 218387359
* add documentation of manual c++11 specificationrefs/pull/1929/headJoel Anderson2018-10-241-0/+9
| | | | | | | Per #1883, builds of Google Test may fail if the version C++ is not manually set to C++11 during the build process. Signed-off-by: Joel Anderson <joelanderson333@gmail.com>
* Update advanced.mdGennadiy Civil2018-10-231-1/+1
| | | Fixes #1802
* Merge pull request #1911 from BrukerJWD:isniceGennadiy Civil2018-10-231-2/+3
|\ | | | | | | PiperOrigin-RevId: 218384341
* | Update advanced.mdGennadiy Civil2018-10-231-2/+1
| | | | | | Fixes #1755
* | Update advanced.mdGennadiy Civil2018-10-231-1/+1
| | | | | | Fixes #1925
* | Googletest exportAbseil Team2018-10-223-37/+193
| | | | | | | | | | | | Change ValuesArray to require much less template instantiation depth. PiperOrigin-RevId: 218170842
* | Merge pull request #1839 from Peter-Levine:python3-testsGennadiy Civil2018-10-227-13/+17
|\ \ | | | | | | | | | PiperOrigin-RevId: 217925156
| * \ Merge branch 'master' into python3-testsrefs/pull/1839/headGennadiy Civil2018-10-1926-7015/+246
| |\ \
| * \ \ Merge branch 'master' into python3-testsGennadiy Civil2018-10-0545-886/+510
| |\ \ \
| * \ \ \ Merge branch 'master' into python3-testsGennadiy Civil2018-10-0411-50/+288
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into python3-testsGennadiy Civil2018-09-263-108/+45
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into python3-testsGennadiy Civil2018-09-252-43/+106
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into python3-testsGennadiy Civil2018-09-204-3/+29
| |\ \ \ \ \ \ \
| * | | | | | | | Fix Python3 supportPeter Levine2018-09-147-13/+17
| | | | | | | | |
* | | | | | | | | Merge pull request #1905 from fandjelo:relocatable-pkgconfig-fixGennadiy Civil2018-10-222-4/+6
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | PiperOrigin-RevId: 217923705
| * | | | | | | | Merge branch 'master' into relocatable-pkgconfig-fixGennadiy Civil2018-10-1210-43/+21
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Use pcfiledir for prefix in pkgconfig fileFilipp Andjelo2018-10-112-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using absolute paths in the pkg-config file makes it not relocatable and leads to problems, when trying to use it with precompiled cross toolchains. Setting prefix to relative path based on pcfiledir makes it more reliable for such cases.
* | | | | | | | | Googletest exportmisterg2018-10-186-4417/+79
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New variadic implementation for gtest-param-test Removed non-variadic implementation and added variadic for ValueArray and Values PiperOrigin-RevId: 217703627
* | | | | | | | | Merge pull request #1912 from kakkoko:fix-xml-nameGennadiy Civil2018-10-181-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 217576541
| * | | | | | | | | Fix incorrect XML file name in help messagerefs/pull/1912/headkakkoko2018-10-171-1/+1
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Googletest exportAbseil Team2018-10-182-28/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C++11 code cleanup. PiperOrigin-RevId: 217364243