summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in version number example in READMEHEADmainDino Radakovic2023-05-171-1/+1
| | | | | PiperOrigin-RevId: 532796425 Change-Id: If81029216cf12b9b05f8e2d79671ba106ebd28fb
* Explicitly document googletest release tag formatDino Radakovic2023-05-161-0/+2
| | | | | | | Fixes #4235 PiperOrigin-RevId: 532446854 Change-Id: If7e1dade02a80d9a30813c136bba3f20c796f0fa
* Merge pull request #4231 from yagneshprajapati:mainCopybara-Service2023-05-151-12/+34
|\ | | | | | | | | PiperOrigin-RevId: 532204016 Change-Id: Ifa309f31bb959b43faa54c5ce631a823e6a2888a
| * Update README.mdyagneshprajapati2023-05-111-1/+0
| | | | | | xml report gan removed
| * Update README.mdyagneshprajapati2023-05-111-2/+2
| | | | | | xUnit link
| * Update README.mdyagneshprajapati2023-05-111-1/+1
| | | | | | xunit link
| * Update README.mdyagneshprajapati2023-05-071-13/+14
|/
* Announce that GitHub actions are not GoogleTest's canonical CIDino Radakovic2023-01-171-0/+7
| | | | | PiperOrigin-RevId: 502654465 Change-Id: I51269e8c389ad63f3737132feec1b6d20dc4c314
* Update documentation for v1.13.0Derek Mauro2023-01-171-5/+4
| | | | | PiperOrigin-RevId: 502644180 Change-Id: Id20b5e4eec22035da278f1767002657f66dbe79c
* Update README.md to point to the Foundational C++ Support PolicyDerek Mauro2022-08-161-33/+6
| | | | | PiperOrigin-RevId: 467959285 Change-Id: Ibd92b3a278f293736b31bd7e07fe502241bb1f05
* Merge pull request #3918 from assafpr:master2mainCopybara-Service2022-08-011-1/+1
|\ | | | | | | | | PiperOrigin-RevId: 464586117 Change-Id: Icda62f13b962f7408bb5698ae2b627391257d152
| * change link from master to main in documentationassafpr2022-06-221-1/+1
| | | | | | since master branch was changed to main, the links should be changed accordingly.
* | Remove support for C++11Derek Mauro2022-06-301-3/+6
| | | | | | | | | | | | | | | | v1.12.x is the last branch to support C++11 Future releases will require at least C++14 PiperOrigin-RevId: 458250106 Change-Id: Ibee2248649ff3c13daaa179135887848bf730f3f
* | Update README.md for release 1.12.0Derek Mauro2022-06-231-2/+2
|/ | | | | PiperOrigin-RevId: 456833286 Change-Id: Iefcc6a71f5da9bb710f112b668cddcd1683a10ae
* Removing commas.MR-A2022-04-061-2/+2
| | | Readme Update!
* Clarify what live-at-head actually meansDerek Mauro2022-04-061-1/+2
| | | | | PiperOrigin-RevId: 439835271 Change-Id: I40765e607a96dfc3f0679450938daf25163c48a4
* Update README.mdassafpr2021-11-161-1/+1
|
* fix typosHyuk Myeong2021-06-131-4/+4
|
* Googletest exportdmauro2021-04-141-4/+0
| | | | | | | Remove AppVeyor configuration. Windows is now tested on Kokoro. PiperOrigin-RevId: 368471950
* Googletest exportAbseil Team2021-03-161-2/+3
| | | | | | Update CONTRIBUTING link in README PiperOrigin-RevId: 362141000
* Googletest exportAbseil Team2021-03-101-10/+19
| | | | | | Update READMEs and issue template PiperOrigin-RevId: 361931644
* Googletest exportdmauro2021-02-051-1/+0
| | | | | | | Disable Travis CI. The migration to travis-ci.com is incompatible with security policy. These tests are now run on Kokoro. PiperOrigin-RevId: 355438343
* Fix link to Google Test PrimerPatryk Obara2021-01-161-1/+1
| | | | Markdown file was moved to a different directory. When googling for "gtest primer", the result is 404 page.
* Googletest exportAbseil Team2020-12-071-33/+36
| | | | | | Update README to clarify supported platforms PiperOrigin-RevId: 346140983
* Merge pull request #3008 from hyukmyeong:update_tutorialAndy Getz2020-11-021-20/+20
|\ | | | | | | PiperOrigin-RevId: 340286884
| * Remove spaces between Google Test and Google MockHyuk Myeong2020-09-161-18/+18
| |
| * Improve the tutorial that may be confusingHyuk Myeong2020-09-151-2/+2
| |
* | A slight Gramatical change.ranodeepbanerjee2020-10-011-1/+1
| |
* | Update README.md, added missing 'a'JethroSama2020-09-181-1/+1
|/
* Googletest exportdmauro2020-08-121-5/+3
| | | | | | | Remove references to the GoogleTest mailing list Fixes #2966 PiperOrigin-RevId: 326065972
* Removing tiny-dnn from "Who is using.."Francisco Geiman Thiesen2020-07-291-2/+0
| | | | | The tiny-dnn project has changed the test framework (https://github.com/tiny-dnn/tiny-dnn/commit/d0d35ca2f4e75b3f647787e19ee7f31d0784b398) and removed the googletest usage. Removing it from the "Who is Using Google Test?" list so as to keep it accurate.
* Merge pull request #2845 from matepek:readme-update-with-opensource-projDerek Mauro2020-05-281-3/+3
|\ | | | | | | PiperOrigin-RevId: 312530971
| * README.dm: Renamed related open source project name: Catch2 and Google Test ↵Mate Pek2020-05-191-1/+1
|/ | | | Explorer -> C++ TestMate
* Merge pull request #2604 from matepek:readme-update-with-opensource-projGennadiy Rozental2019-11-261-0/+4
|\ | | | | | | PiperOrigin-RevId: 282620313
| * README.md: added Catch2 and Google Test ExplorerMate Pek2019-11-251-0/+4
|/
* Googletest exportmisterg2019-10-111-2/+2
| | | | | | | | Updated release 1.10.0 link to point to https://github.com/google/googletest/releases/tag/release-1.10.0 ( that has the high level release info) PiperOrigin-RevId: 274147093
* Mention Cornichon as a related open source projectZebedee Mason2019-10-091-0/+3
|
* Googletest exportmisterg2019-10-031-14/+9
| | | | | | Add an announcement about taking a dep on Abseil soon PiperOrigin-RevId: 272683117
* Googletest exportmisterg2019-10-031-5/+0
| | | | | | Remove outdated CppCon announcement PiperOrigin-RevId: 271866311
* Googletest exportmisterg2019-09-131-0/+5
| | | | | | CppCon announcement PiperOrigin-RevId: 268950306
* Googletest exportmisterg2019-07-291-5/+0
| | | | | | Remove outdated summer vacation from readme PiperOrigin-RevId: 260511450
* Preparation for including docs in round-trip with OSS. Manual review and ↵Gennadiy Civil2019-07-161-1/+3
| | | | merge docs internal-OSS
* Update README.mdGennadiy Civil2019-06-241-0/+3
|
* Formatting Changes, READMEGennadiy Civil2019-06-121-4/+6
|
* Update README.mdGennadiy Civil2019-06-121-48/+67
|
* removing obsolete language from docs, CMake and Bazel is the only supporeted ↵Gennadiy Civil2019-06-101-29/+13
| | | | build methods
* Update README.mdGennadiy Civil2019-04-181-4/+0
|
* chore: Add PlatformIO supported platforms listChris Johnson2019-02-011-0/+1
|
* Update README.mdGennadiy Civil2019-01-031-2/+2
|
* Update README.mdGennadiy Civil2019-01-031-1/+1
|