index
:
googletest.git
05CC6081FCBD0071053DE78238E136B3
1278977C598F83A02A525FEA38941265
4422C11159FF3F7F49E4BC959EE89D06
498B35FA518A5E1CF8C95CE6D51091B2
77A9B20B4C1E02FAC90D1D942E1D4C18
8EA412EE54E54CAC6E49EE3B7C209DA1
9A681768AABE08D1EFA5CA77528236A4
B4DE7B5F4F45390ABCFB887AFADA9303
BC1EDD4B325FB2BF16E1EF6DF8EFC0DF
main
master
v1.10.x
v1.12.x
v1.13.x
v1.14.x
v1.15.x
v1.8.x
Google's C++ test framework: https://github.com/google/googletest
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
googletest
/
cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #4426 from tamaskenez:cmake_external_absl_re2
Copybara-Service
2023-12-04
1
-0/+4
|
\
|
*
Allow using external absl and re2.
refs/pull/4426/head
Tamas Kenez
2023-12-01
1
-0/+4
*
|
Skip find_package(Python3) when not building tests
Derek Mauro
2023-12-04
1
-1/+3
|
/
*
Merge pull request #4382 from idzm:fix_cmake_comments
Copybara-Service
2023-10-02
1
-18/+18
|
\
|
*
cmake: Fix comments in cmake files
refs/pull/4382/head
Dzmitry Ivaniuk
2023-09-29
1
-19/+18
|
/
*
changed http to https
refs/pull/4349/head
sthd
2023-08-22
1
-1/+1
*
Merge pull request #4293 from juan-lunarg:juan/fix_remaining_cmake_version
Copybara-Service
2023-06-21
1
-51/+21
|
\
|
*
cmake: Remove remaining checks for CMAKE_VERSION
refs/pull/4293/head
Juan Ramos
2023-06-21
1
-49/+19
|
/
*
cmake: Clean up policy code
refs/pull/4290/head
Juan Ramos
2023-06-20
1
-14/+0
*
Merge pull request #4188 from Mizzrym1:component
Copybara-Service
2023-06-12
1
-0/+4
|
\
|
*
Add COMPONENT to install
refs/pull/4188/head
Maciej Sroczyński
2023-03-14
1
-0/+4
*
|
Merge pull request #4256 from niranjan-nilakantan:niranjan-nilakantan/issue4255
Copybara-Service
2023-05-30
1
-2/+12
|
\
\
|
*
|
Disable some warnings for IntelLLVM on Windows.
refs/pull/4256/head
niranjan
2023-05-25
1
-0/+3
|
*
|
Build googletest with IntelLLVM compilers.
Niranjan Nilakantan
2023-05-24
1
-2/+8
|
/
/
*
|
Merge pull request #4157 from dpogue:patch-1
Copybara-Service
2023-03-20
1
-0/+4
|
\
\
|
|
/
|
/
|
|
*
Set CMP0069 policy to avoid warnings
refs/pull/4157/head
Darryl Pogue
2023-02-18
1
-0/+4
*
|
Fix compilation with -Wundef.
Tom Hughes
2023-03-06
1
-2/+2
|
/
*
Build gmock Python tests when building with cmake
Tom Hughes
2023-02-01
1
-2/+4
*
Makes Clang compilations via Ninja on Windows define _DLL only for shared CRT...
Abseil Team
2022-10-05
1
-2/+7
*
Merge pull request #3940 from anpol:pdb-static-lib
Copybara-Service
2022-07-18
1
-1/+2
|
\
|
*
cmake: make PDB output directory match that of a static library.
refs/pull/3940/head
Andrei Polushin
2022-07-12
1
-1/+2
*
|
cmake: find python in order specified by PATH environment variable.
refs/pull/3939/head
Andrei Polushin
2022-07-12
1
-0/+6
|
/
*
Merge pull request #3844 from akohlmey:intel-llvm-utf8-fix
Copybara-Service
2022-07-11
1
-1/+3
|
\
|
*
set -utf-8 flag only for real MSVC compilers. E.g. not Intel's icx.exe
refs/pull/3844/head
Axel Kohlmeyer
2022-05-18
1
-1/+3
*
|
CMake: raise the default C++ standard to cxx_std_14
Derek Mauro
2022-07-08
1
-1/+1
|
/
*
FIX #2174 -- remove `DEBUG_POSTFIX`
refs/pull/3732/head
Ayush Joshi
2022-01-13
1
-4/+0
*
Makes the Python imports consistently use full paths from the repository root,
Derek Mauro
2021-12-22
1
-0/+2
*
Googletest export
dmauro
2021-06-22
1
-2/+2
*
Merge pull request #3155 from ZedThree:cmake-alias-libraries
Dino Radaković
2021-03-30
1
-0/+1
|
\
|
*
CMake: Add namespaced ALIAS library
refs/pull/3155/head
Peter Hill
2020-12-04
1
-0/+1
*
|
Googletest export
Abseil Team
2021-03-22
1
-0/+2
*
|
remove -Zi from MSVC compiler options
refs/pull/3291/head
Be
2021-02-26
1
-1/+1
|
/
*
Merge pull request #3114 from marbre:FindPython
Gennadiy Rozental
2020-11-24
1
-1/+7
|
\
|
*
Refactor finding python
refs/pull/3114/head
Marius Brehler
2020-11-11
1
-1/+7
*
|
Googletest export
dmauro
2020-11-12
1
-36/+9
|
/
*
use target_compile_features to use c++11 if cmake > 3.8
refs/pull/2808/head
Olivier Ldff
2020-07-02
1
-0/+4
*
Ensure that gtest/gmock pkgconfig requirements specify version
refs/pull/2756/head
Neal Gompa
2020-03-21
1
-1/+1
*
Merge pull request #2556 from ienorand:avoid-pkg-config-lpthread-cflag
Andy Getz
2019-11-13
2
-2/+2
|
\
|
*
pkg-config: Remove pthread link flag from Cflags
refs/pull/2556/head
Martin Erik Werner
2019-11-05
2
-2/+2
*
|
Revert "Use pcfiledir for prefix in pkgconfig file"
David Seifert
2019-10-05
2
-6/+4
|
/
*
Setting CMP0054 policy to NEW. This allows to use the string "SHARED" without...
refs/pull/2283/head
Matthias Walter
2019-06-12
1
-0/+4
*
clang: fix `-Wsign-conversion` errors
Enji Cooper
2019-04-06
1
-1/+1
*
Merge pull request #2148 from ngie-eign:clang-add-explicit-c++11-rtti-flag
Gennadiy Civil
2019-04-05
1
-0/+1
|
\
|
*
clang: explicitly enable/disable RTTI support with the compiler
Enji Cooper
2019-04-04
1
-1/+2
|
/
*
Merge pull request #2126 from ngie-eign:clang-add-more-strict-warnings
Gennadiy Civil
2019-02-22
1
-0/+1
|
\
|
*
Add `cxx_strict_flags` for clang to match FreeBSD's WARNS flags
Enji Cooper
2019-02-13
1
-0/+1
*
|
Ignore `-Wsign-conversion` issues
refs/pull/2137/head
Enji Cooper
2019-02-19
1
-1/+1
|
/
*
Merge pull request #2114 from knuto:pr/libtool_support
Gennadiy Civil
2019-02-13
1
-0/+21
|
\
|
*
Generate a libgtest.la to help libtool managing dependencies
refs/pull/2114/head
Knut Omang
2019-02-11
1
-0/+21
*
|
Compile clang with `-Wall -Wshadow -Werror`
refs/pull/2120/head
Enji Cooper
2019-02-13
1
-0/+4
|
/
[next]