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
/
include
/
gtest
/
internal
/
gtest-port.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINK...
Abseil Team
2023-09-25
1
-2/+2
*
Update C++ feature detection in `gtest-port.h` to rely on feature test macros...
Abseil Team
2023-09-22
1
-24/+36
*
googletest: Add universal printer for `std::span`
Dino Radakovic
2023-08-25
1
-0/+12
*
changed http to https
refs/pull/4349/head
sthd
2023-08-22
1
-1/+1
*
Remove the GTEST_HAS_DOWNCAST_ customization point.
Derek Mauro
2023-08-02
1
-14/+4
*
Remove unused cast implementation
Derek Mauro
2023-07-19
1
-41/+0
*
Merge pull request #4302 from ciband:feat/nrf52
Copybara-Service
2023-07-18
1
-1/+1
|
\
|
*
add support for nrf52
refs/pull/4302/head
Chris Johnson
2023-06-27
1
-1/+1
*
|
Fix C++20 compatibility bug.
Mike Kruskal
2023-07-01
1
-1/+1
*
|
Resolve an issue where the resolution of `operator<<` overloads would attempt...
Abseil Team
2023-06-27
1
-2/+4
|
/
*
add support for nxp qn9090 mcu
Chris Johnson
2023-06-22
1
-1/+2
*
Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplus
Dino Radakovic
2023-04-28
1
-8/+9
*
Use '=default' to define trivial constructor/destructors
refs/pull/4221/head
Tom Hughes
2023-04-21
1
-5/+5
*
Support --gtest_stream_result_to on macOS
Abseil Team
2023-04-11
1
-1/+1
*
Merge pull request #4103 from gonzalobg:bugfix/nvcxx_support
Copybara-Service
2023-03-28
1
-1/+1
|
\
|
*
Add doc comment
refs/pull/4103/head
gonzalobg
2023-03-23
1
-1/+1
|
*
Fix warnings with nvc++ as the compiler
Gonzalo Brito Gadeschi
2022-12-28
1
-1/+1
*
|
Environment variables are accessible in UWP/WinRT apps
refs/pull/4180/head
Sergey
2023-03-10
1
-2/+2
*
|
Suppress std::string DLL interface warning introduced in commit f063cd25c90cb...
Abseil Team
2023-03-07
1
-1/+3
*
|
Fix compilation with -Wundef.
Tom Hughes
2023-03-06
1
-3/+7
*
|
Always specify definitions for internal macros
Tom Hughes
2023-03-06
1
-0/+20
*
|
Replace "#if GTEST_HAS_ABSL" with "#ifdef GTEST_HAS_ABSL"
Tom Hughes
2023-03-06
1
-7/+8
*
|
Use "#ifdef" with public macros
Tom Hughes
2023-03-06
1
-8/+8
*
|
Only define GTEST_IS_THREADSAFE to 1, not 0
Tom Hughes
2023-03-06
1
-2/+0
*
|
Always specify definitions for internal macros
Tom Hughes
2023-03-06
1
-3/+20
*
|
Use "#ifdef GTEST_OS_..." instead of "#if GTEST_OS_..."
Tom Hughes
2023-03-06
1
-63/+94
*
|
Avoid redundant declaration of static constexpr members in c++17
Dino Radakovic
2023-02-22
1
-0/+5
*
|
Remove strdup usage
Abseil Team
2023-02-15
1
-14/+3
*
|
Avoid reliance on <any> header without RTTI on MSVC
Abseil Team
2023-02-13
1
-1/+2
*
|
Fix formatting of C++ files
Tom Hughes
2023-01-24
1
-1/+1
*
|
Add an explicit #error that C++ versions less than C++14 are not supported
Derek Mauro
2023-01-12
1
-0/+13
*
|
IWYU: Add missing std includes
Tom Hughes
2023-01-05
1
-0/+1
*
|
Fix _MSC_VER check
Tom Hughes
2023-01-04
1
-1/+1
|
/
*
Introduces a new porting flag (GTEST_HAS_FILE_SYSTEM) to indicate whether a p...
Abseil Team
2022-12-12
1
-36/+65
*
Remove incorrect usage of GTEST_ATTRIBUTE_UNUSED_ on classes.
Abseil Team
2022-11-15
1
-10/+4
*
Fix detection of the no_sanitize("hwaddress") attribute
Derek Mauro
2022-10-17
1
-1/+12
*
Use attribute testing to simplify portable attribute macros
Derek Mauro
2022-10-14
1
-48/+37
*
Merge pull request #4016 from Maratyszcza:qurt
Copybara-Service
2022-09-27
1
-11/+21
|
\
|
*
Port GoogleTest to QuRT (Hexagon RTOS)
refs/pull/4016/head
Marat Dukhan
2022-09-26
1
-8/+17
|
/
*
export ThreadLocalValueHolderBase which is required by exported APIs.
refs/pull/3946/head
Andrei Polushin
2022-07-14
1
-1/+1
*
Disable warning C4251 around refactored code
Derek Mauro
2022-06-16
1
-0/+4
*
Simplify ColoredPrintf to rely on ShouldUseColor
Gaspard Petit
2022-05-30
1
-1/+2
*
Fixup some missing overrides in googletest.
Abseil Team
2022-05-10
1
-2/+2
*
Use RE2 for the regex implementation when building with Bazel and using Abseil
Derek Mauro
2022-04-26
1
-28/+42
*
Remove the legacy internal GTEST_DISALLOW_* macros
Derek Mauro
2022-04-22
1
-36/+44
*
Eliminate the legacy GTEST_COMPILE_ASSERT_ macro
Derek Mauro
2022-04-21
1
-11/+0
*
Use the Abseil flags library when Abseil is present
Derek Mauro
2022-04-04
1
-27/+53
*
Running clang-format over all of GoogleTest
Abseil Team
2022-03-15
1
-302/+292
*
GetCurrentOsStackTraceExceptTop (both the method of UnitTestImpl and the wrap...
Abseil Team
2022-02-01
1
-0/+14
*
Consistently apply IWYU pragmas across googletest and googlemock headers
Abseil Team
2022-01-18
1
-1/+5
[next]