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.16.x
v1.17.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
Branch
Commit message
Author
Age
B4DE7B5F4F45390ABCFB887AFADA9303
Export Test - Do Not Merge
Abseil Team
6 years
main
Bump Abseil dependency to 20250814.0
Derek Mauro
39 hours
master
Googletest export
Abseil Team
6 years
v1.10.x
Merge pull request #2723 from JohanMabille/warnings
Andy Soffer
6 years
v1.12.x
Updates the version number in CMakeLists.txt to 1.12.1 (#3919)
Derek Mauro
3 years
v1.13.x
Bump version to 1.13.0 in preparation for release
Derek Mauro
3 years
v1.14.x
Bump version to v1.14 in preparation for release
Derek Mauro
2 years
v1.15.x
Update version strings to 1.15.2 (#4583)
Derek Mauro
13 months
v1.16.x
Prepare for v1.16.0 (#4721)
Derek Mauro
7 months
v1.17.x
Prepare for v1.17.0 (#4757)
Derek Mauro
4 months
[...]
Tag
Download
Author
Age
v1.17.0
googletest-1.17.0.zip
googletest-1.17.0.tar.gz
googletest-1.17.0.tar.bz2
Derek Mauro
4 months
v1.16.0
googletest-1.16.0.zip
googletest-1.16.0.tar.gz
googletest-1.16.0.tar.bz2
Derek Mauro
7 months
v1.15.2
googletest-1.15.2.zip
googletest-1.15.2.tar.gz
googletest-1.15.2.tar.bz2
Derek Mauro
13 months
v1.15.1
googletest-1.15.1.zip
googletest-1.15.1.tar.gz
googletest-1.15.1.tar.bz2
Derek Mauro
13 months
v1.15.0
googletest-1.15.0.zip
googletest-1.15.0.tar.gz
googletest-1.15.0.tar.bz2
Derek Mauro
14 months
v1.15.0-pre
googletest-1.15.0-pre.zip
googletest-1.15.0-pre.tar.gz
googletest-1.15.0-pre.tar.bz2
Derek Mauro
14 months
v1.14.0
googletest-1.14.0.zip
googletest-1.14.0.tar.gz
googletest-1.14.0.tar.bz2
Derek Mauro
2 years
v1.14.0-pre
googletest-1.14.0-pre.zip
googletest-1.14.0-pre.tar.gz
googletest-1.14.0-pre.tar.bz2
Derek Mauro
2 years
v1.13.0
googletest-1.13.0.zip
googletest-1.13.0.tar.gz
googletest-1.13.0.tar.bz2
Derek Mauro
3 years
v1.13.0-pre
googletest-1.13.0-pre.zip
googletest-1.13.0-pre.tar.gz
googletest-1.13.0-pre.tar.bz2
Derek Mauro
3 years
[...]
Age
Commit message
Author
Files
Lines
2011-04-18
Cuts release 1.6.0
release-1.6.0
zhanyong.wan
0
-0/+0
2011-04-15
Fixes XL C++ 10.1 compiler errors (based on patch by Hady Zalek); cleans up f...
zhanyong.wan
2
-14/+20
2011-04-14
fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov)
zhanyong.wan
2
-0/+12
2011-04-14
Adds Pasi to CONTRIBUTORS and documents the latest changes.
zhanyong.wan
2
-2/+6
2011-04-12
Fixes Sun C++ compiler errors (by Pasi Valminen)
zhanyong.wan
3
-16/+29
2011-04-12
Avoids iterator_traits, as it's not available in libCStd when compiled with S...
zhanyong.wan
6
-15/+52
2011-04-09
Simplifies ASCII character detection in gtest-printers.h. This also makes it ...
vladlosev
1
-2/+1
2011-04-08
fixes XL C++ compiler errors (by Pasi Valminen)
zhanyong.wan
1
-6/+7
2011-04-08
Fixes a compiler error when compiling with Visual Age (by Hady Zalek).
vladlosev
1
-1/+1
2011-04-08
Removes commas from last items in enums (a C++ standard compliance fix).
vladlosev
1
-1/+1
[...]