summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTroels Gram <28827711+to01z@users.noreply.github.com>2024-03-24 05:53:35 (GMT)
committerTroels Gram <28827711+to01z@users.noreply.github.com>2024-03-24 05:53:35 (GMT)
commitf1269cc220734a5be8d68b370bf27efe6962bdb2 (patch)
treeb4866013064e82dba9b2cadd44186508301dca1b /README.md
parenteff443c6ef5eb6ab598bfaae27f9427fdb4f6af7 (diff)
downloadgoogletest-f1269cc220734a5be8d68b370bf27efe6962bdb2.zip
googletest-f1269cc220734a5be8d68b370bf27efe6962bdb2.tar.gz
googletest-f1269cc220734a5be8d68b370bf27efe6962bdb2.tar.bz2
Add support for compiling GoogleTest for Xbox
Support for Xbox platforms, requires the code to support compilation with the WINAPI_FAMILY_GAMES subset of the Win32 API. - Add support for WINAPI_FAMILY_GAMES to enable GTEST_OS_WINDOWS_GAMES platform. - Disable stream redirection (GTEST_HAS_STREAM_REDIRECTION = 0) and colored TTY printing for GTEST_OS_WINDOWS_GAMES platform. Both features currently require Win32 functions that don't exist in the WINAPI_FAMILY_GAMES subset. Misc fixes: - gtest-port.cc: Move GTEST_DISABLE_MSC_DEPRECATED_PUSH_ into GTEST_HAS_STREAM_REDIRECTION conditional section where the corresponding GTEST_DISABLE_MSC_DEPRECATED_POP_ is located. - googletest-port-test.cc: Switch stream redirection tests to be conditional on GTEST_HAS_STREAM_REDIRECTION instead of !defined(GTEST_OS_WINDOWS_MOBILE).
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions