- 20 Apr, 2021 1 commit
-
-
Vollstrecker authored
-
- 14 Apr, 2021 2 commits
-
-
Vollstrecker authored
-
Vollstrecker authored
-
- 13 Mar, 2021 1 commit
-
-
Vollstrecker authored
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.
-
- 11 Jan, 2021 1 commit
-
-
Corentin Musard authored
-
- 05 Dec, 2020 1 commit
-
-
Gautham B A authored
-
- 30 Oct, 2020 1 commit
-
-
Chuck Atkins authored
-
- 15 Sep, 2020 3 commits
-
-
Hyuk Myeong authored
-
Hyuk Myeong authored
-
Hyuk Myeong authored
-
- 14 Sep, 2020 2 commits
-
-
Hyuk Myeong authored
-
Hyuk Myeong authored
-
- 29 Jan, 2020 1 commit
-
-
Krystian Kuzniarek authored
-
- 19 Oct, 2019 1 commit
-
-
λtlas authored
-
- 18 Jul, 2019 1 commit
-
-
Gennadiy Civil authored
-
- 19 Jun, 2019 1 commit
-
-
Gennadiy Civil authored
-
- 14 Jun, 2019 1 commit
-
-
Gennadiy Civil authored
Documentation sync working on the documentation being included with the code
-
- 13 Jun, 2019 1 commit
-
-
Gennadiy Civil authored
Removing make and automake. The only supported build systems are Bazel internally and CMake community supported
-
- 12 Jun, 2019 1 commit
-
-
Gennadiy Civil authored
-
- 22 May, 2019 1 commit
-
-
Gennadiy Civil authored
Cleanup, remove legacy build scripts, googletest only provides Bazel and CMake
-
- 31 Jan, 2019 1 commit
-
-
Billy SU authored
Fix the **include/gtest/internal/gtest-port.h** link in the `Tweaking Google Test` title
-
- 13 Nov, 2018 1 commit
-
-
Oleksandr Dyakov authored
added -std=c++11
-
- 24 Oct, 2018 2 commits
-
-
Jeff VanDyke authored
Change CMAKE_BINARY_DIR to CMAKE_CURRENT_BINARY_DIR Able to use in a subfolder's CMakeLists.txt
-
Joel Anderson authored
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>
-
- 13 Sep, 2018 1 commit
-
-
Gennadiy Civil authored
-
- 03 Sep, 2018 1 commit
-
-
Arkady Shapkin authored
-
- 11 Jun, 2018 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Sync with internal docs
-
- 12 Dec, 2017 1 commit
-
-
Carlos O'Ryan authored
Per the review comments.
-
- 07 Oct, 2017 1 commit
-
-
Joe Alam authored
-
- 02 Jul, 2017 1 commit
-
-
Che-Hsun Liu authored
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) ```
-
- 17 Dec, 2016 1 commit
-
-
Craig Scott authored
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.
-
- 21 Feb, 2016 1 commit
-
-
Paul Wilkinson authored
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.
-
- 19 Oct, 2015 1 commit
-
-
Anurag Soni authored
-
- 30 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 27 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 26 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 25 Aug, 2015 3 commits
-
-
Billy Donahue authored
-
Billy Donahue authored
-
Billy Donahue authored
-