summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | | | | | | Remove duplicate functionality PrintValue (in ↵misterg2018-10-111-37/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | googletest-param-test-test.cc), use testing::PrintToString PiperOrigin-RevId: 216733373
* | | | | | | | Merge c41b2bf861ef2ac1a975af05ff66d9256f280b01 into ↵KO Myung-Hun2018-10-117-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f203b2db77161fe54846ea9e839ebec81aeeccac Closes #1899 PiperOrigin-RevId: 216719020
* | | | | | | | Merge 4c92120d6dedb4eeb499a8702faea0224e0a8b23 into ↵David Neto2018-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 658c6390a5b363f46c6ad448ad1bce9d6e97e53a Closes #1893 PiperOrigin-RevId: 216712426
* | | | | | | | Merge 41fc9745d4a448db7d932250d22fac1dda287443 into ↵Aaron Dierking2018-10-111-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 658c6390a5b363f46c6ad448ad1bce9d6e97e53a Accepts #1889 PiperOrigin-RevId: 216709878
* | | | | | | | Project import generated by Copybara.Abseil Team2018-10-112-0/+860
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 216423319
* | | | | | | | Internal Changemisterg2018-10-112-860/+0
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 216417182
* | | | | | | Unconditionally use std::tuple.Abseil Team2018-10-0914-2358/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove all mention of TR1 tuple and our own implementation of tuple. PiperOrigin-RevId: 216395043
* | | | | | | Apply [[noreturn]] to Abort()Abseil Team2018-10-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 216383938
* | | | | | | Update Makefile.amGennadiy Civil2018-10-091-3/+0
| | | | | | | | | | | | | | | | | | | | | Remove references to gtest tupe
* | | | | | | Update BUILD.bazelGennadiy Civil2018-10-091-5/+2
| | | | | | | | | | | | | | | | | | | | | Remove references to googletest-tuple-test.cc
* | | | | | | Delete CHANGESGennadiy Civil2018-10-091-157/+0
| | | | | | | | | | | | | | | | | | | | | We are not maintaining change log, it has not been touched for a very long time
* | | | | | | always define define GTEST_LANG_CXX11 1misterg2018-10-081-12/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | PiperOrigin-RevId: 216184859
* | | | | | Update primer.mdGennadiy Civil2018-10-051-5/+2
| | | | | | | | | | | | | | | | | | fixes #1709
* | | | | | Remove pre-C++11 code from gtest-printersmisterg2018-10-051-8/+0
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 215941759
* | | | | | Make GTestColor and ColoredPrintF available as internal APIs from gtest.h. ↵Abseil Team2018-10-052-15/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for use in abseil exception safety testing. PiperOrigin-RevId: 215920581
* | | | | | Removed pre-C++11 IsContainerTest and IteratorTraitsmisterg2018-10-051-13/+0
| | | | | | | | | | | | | | | | | | | | | | | | PiperOrigin-RevId: 215916605
* | | | | | Apply clang-tidy modernize-use-nullptr to googletest.Abseil Team2018-10-0543-812/+495
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now that googletest has moved to C++11, it should no longer use NULL or 0 for the null pointer. This patch converts all such usages to nullptr using clang-tidy. This prevents LLVM from issuing -Wzero-as-null-pointer-constant warnings. PiperOrigin-RevId: 215814400
* | | | | | Remove checking for C++ 11 and a pre-C++11 test from googletest testsmisterg2018-10-043-33/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | PiperOrigin-RevId: 215789971
* | | | | Merge d830440d48a9502161448bc78be33a53388dd1f4 into ↵1camper2018-10-031-5/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f5260ae757a681566d8f7d0558b8dc0551036506 Closes #1830 PiperOrigin-RevId: 215563532
* | | | | Merge c798e39a4f96f5a985126cc3fab4738b6412cfc1 into ↵Matthieu2018-10-022-19/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e93da23920e5b6887d6a6a291c3a59f83f5b579e Closes #1836 PiperOrigin-RevId: 215461025
* | | | | Merge 2ce0685f76a4db403b7b2650433a584c150f2108 into ↵Arseny Aprelev2018-10-0210-26/+201
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 75e834700d19aa373b428c7c746f951737354c28 Closes #1544 With refinements and changes PiperOrigin-RevId: 215273083