aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/README.md
Commit message (Collapse)AuthorAgeFilesLines
* remove a dead reference to the Autotools scriptKrystian Kuzniarek2020-01-291-3/+3
|
* Merge pull request #2522 from cloudrex:patch-1vslashg2019-10-231-2/+2
|\ | | | | | | PiperOrigin-RevId: 276271201
| * Remove extra spaceλ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 linkBilly 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 docsJeff 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 specificationJoel Anderson2018-10-231-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.mdGennadiy Civil2018-09-131-27/+0
|
* Update documentation to syntax highlight codeArkady Shapkin2018-09-031-51/+55
|
* Sync with internal docsGennadiy 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-111-35/+0
| | | | Per the review comments.
* Merge branch 'master' into masterGennadiy Civil2017-10-201-0/+11
|\
| * Updated README with information about C runtime dynamic/static linking ↵Joe 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 docsCraig Scott2016-12-181-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.mdPaul 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 linksAnurag Soni2015-10-191-2/+2
|
* readme mergingBilly Donahue2015-08-301-97/+3
|
* readme mergingBilly Donahue2015-08-261-23/+0
|
* readme mergingBilly Donahue2015-08-261-43/+15
|
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-251-0/+425