summaryrefslogtreecommitdiffstats
path: root/googletest/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix formatting of Markdown filesTom Hughes2023-01-241-7/+21
| | | | | PiperOrigin-RevId: 504308485 Change-Id: Ia4ae97b2173b44b89aa5d987ddefd6e0c1488386
* Update documentation for v1.13.0Derek Mauro2023-01-171-1/+1
| | | | | PiperOrigin-RevId: 502644180 Change-Id: Id20b5e4eec22035da278f1767002657f66dbe79c
* Merge pull request #4060 from RerEngineer:mainCopybara-Service2022-11-141-3/+3
|\ | | | | | | | | PiperOrigin-RevId: 488456139 Change-Id: I648f3d2c6affadfea27214a6a22cacc576971cef
| * fixing gcc.gnu domain redirectionRerEngineer2022-11-121-1/+1
|/
* Suggests a release with fixed CMakeLists.txtrefs/pull/4032/headFerenc Géczi2022-10-091-1/+1
| | | | Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
* Merge pull request #3918 from assafpr:master2mainCopybara-Service2022-08-011-2/+2
|\ | | | | | | | | PiperOrigin-RevId: 464586117 Change-Id: Icda62f13b962f7408bb5698ae2b627391257d152
| * documentation, change mater branch to mainassafpr2022-06-221-2/+2
| |
* | docs: update googletest README for release 1.12.0refs/pull/3912/headJulian Arkenau2022-06-251-2/+2
|/
* Let me give a change to try it again - updating to latest versionrefs/pull/3744/headMelroy van den Berg2022-01-251-1/+1
|
* Use GTEST_DONT_DEFINE_TEST_F to guard TEST_FJeremy Nimmer2021-07-011-1/+3
| | | | | | | | | | | The documentation is clear that the FOO we'll be guarding always matches the spelling of the DONT macro. A single guard macro should not toggle more than one implementation macro. This fixes a regression in 7413280c52c1f759395572a384165023d24eeb57. Relatedly, improve the documentation of the DONT macros to bring the list of valid FOO values up to date.
* fix typosrefs/pull/3443/headHyuk Myeong2021-06-131-1/+1
|
* Merge pull request #3314 from Vollstrecker:masterAndy Soffer2021-04-211-53/+13
|\ | | | | | | PiperOrigin-RevId: 369550590
| * Use URL instead of git-reporefs/pull/3314/headVollstrecker2021-04-201-1/+2
| |
| * Mention to explicitely set the option to it's default.Vollstrecker2021-04-141-0/+2
| |
| * Changes like Requested.Vollstrecker2021-04-141-2/+2
| |
| * Use Fetchcontent instead of ExternalProjectVollstrecker2021-03-131-52/+10
| | | | | | | | | | Hi, instead of ExternalProject and a new file that is spawned in a new process, it's easier to just use FetchContent. cmake 3.14 should be old enough to be spread.
* | Merge pull request #3158 from GauthamBanasandra:patch-1Dino Radaković2021-04-131-2/+2
|\ \ | |/ |/| | | PiperOrigin-RevId: 367681693
| * Fix typorefs/pull/3158/headGautham B A2020-12-051-1/+1
| |
* | Simplify cmake install filerefs/pull/3216/headCorentin Musard2021-01-111-7/+0
| |
* | Merge pull request #3094 from chuckatkins:update-deprecated-cmake-versionDerek Mauro2020-12-281-1/+1
|\ \ | |/ |/| | | PiperOrigin-RevId: 349296827
| * Bump CMake minimum to 2.8.12refs/pull/3094/headChuck Atkins2020-10-301-1/+1
| |
* | Merge pull request #3008 from hyukmyeong:update_tutorialAndy Getz2020-11-031-36/+54
|\ \ | |/ |/| | | PiperOrigin-RevId: 340286884
| * Remove spaces between Google Test and Google Mockrefs/pull/3008/headHyuk Myeong2020-09-151-36/+36
| |
| * Add follow-up patch for more natural readingHyuk Myeong2020-09-151-1/+2
| |
| * Apply the reviewed commentHyuk Myeong2020-09-151-13/+17
| |
| * Remove a spaceHyuk Myeong2020-09-141-1/+1
| |
| * Improve the tutorial that may be confusingHyuk Myeong2020-09-141-20/+28
|/
* remove a dead reference to the Autotools scriptrefs/pull/2716/headKrystian Kuzniarek2020-01-291-3/+3
|
* Merge pull request #2522 from cloudrex:patch-1vslashg2019-10-231-2/+2
|\ | | | | | | PiperOrigin-RevId: 276271201
| * Remove extra spacerefs/pull/2522/headλtlas2019-10-191-2/+1
|/
* Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-181-3/+3
|
* Removing make and automake. The only supported build systems are Bazel ↵Gennadiy Civil2019-06-131-84/+1
| | | | internally and CMake community supported
* Formatting ChangesGennadiy Civil2019-06-121-2/+2
|
* Fix README.md broken linkrefs/pull/2092/headBilly SU2019-01-311-1/+1
| | | Fix the **include/gtest/internal/gtest-port.h** link in the `Tweaking Google Test` title
* Update README.mdOleksandr Dyakov2018-11-131-2/+2
| | | added -std=c++11
* 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
* 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 README.mdrefs/pull/1835/headGennadiy Civil2018-09-131-27/+0
|
* Update documentation to syntax highlight coderefs/pull/1803/headArkady Shapkin2018-09-031-51/+55
|
* Sync with internal docsrefs/pull/1626/headGennadiy Civil2018-06-111-187/+168
|
* Sync with internal docsGennadiy Civil2018-06-111-1/+1
|
* Refactor docs about contributions to CONTRIBUTING.md.Carlos O'Ryan2017-12-121-35/+0
| | | | Per the review comments.
* Merge branch 'master' into masterrefs/pull/1139/headGennadiy Civil2017-10-201-0/+11
|\
| * Updated README with information about C runtime dynamic/static linking ↵refs/pull/1288/headJoe Alam2017-10-071-0/+11
| | | | | | | | issues in Windows
* | Update googletest README.mdChe-Hsun Liu2017-07-021-1/+2
|/ | | | | | | | Use `EXCLUDE_FROM_ALL` in `add_subdirectory` to prevent `make install` from including lots of headers from gtest/gmock. ``` add_subdirectory(${CMAKE_BINARY_DIR}/googletest-src ${CMAKE_BINARY_DIR}/googletest-build EXCLUDE_FROM_ALL) ```
* Added CMake configure-time download instructions to docsrefs/pull/658/headCraig Scott2016-12-171-2/+105
| | | | | | | | | | | Adds instructions for how to add gtest and gmock to another CMake project directly. Downloading of the googletest sources happens as configure time, allowing it to be added to the main build directly via the add_subdirectory() command. This ensures googletest is built with the same compiler settings, etc. and will typically result in a more robust and more convenient build arrangement.
* Fix formatting in AdvancedGuide.mdrefs/pull/719/headPaul Wilkinson2016-02-211-1/+1
| | | | | | | | | Put occurrences of "#include" in a code span so they are not interpreted as headers. Other documents were not broken because the #include was not at the start of the line, but put them in code spans anyway just in case the text gets refilled in the future.
* update googletest readme to fix broken linksrefs/pull/616/headAnurag Soni2015-10-191-2/+2
|
* readme mergingrefs/pull/573/headBilly Donahue2015-08-301-97/+3
|
* readme mergingBilly Donahue2015-08-271-23/+0
|