- 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
-
- 22 Aug, 2015 1 commit
-
-
Billy Donahue authored
-
- 12 Jan, 2014 1 commit
-
-
kosak authored
-
- 04 Dec, 2013 2 commits
- 27 Feb, 2013 2 commits
-
-
zhanyong.wan authored
also pulls in the latest gtest revision (r638).
-
zhanyong.wan authored
-
- 22 Aug, 2011 1 commit
-
-
vladlosev authored
-
- 20 May, 2011 1 commit
-
-
vladlosev authored
-
- 12 Feb, 2011 1 commit
-
-
vladlosev authored
-
- 28 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 14 Sep, 2010 1 commit
-
-
zhanyong.wan authored
-
- 11 May, 2010 1 commit
-
-
vladlosev authored
-
- 16 Apr, 2010 1 commit
-
-
vladlosev authored
-
- 14 Apr, 2010 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 17 Jan, 2010 2 commits
-
-
zhanyong.wan authored
-
zhanyong.wan authored
-
- 04 Sep, 2009 1 commit
-
-
zhanyong.wan authored
More implementation of the event listener interface (by Vlad Losev); Reduces the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev).
-
- 28 Aug, 2009 1 commit
-
-
preston.a.jackson authored
Updating for Snow Leopard. Cleaning up the sample code. Updating the README with instructions for installation from the command line.
-
- 17 Jun, 2009 1 commit
-
-
zhanyong.wan authored
-