summaryrefslogtreecommitdiffstats
path: root/googletest/README.md
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* readme mergingBilly Donahue2015-08-261-43/+15
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+425