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