Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(507)

Issue 5641053: eCos support

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by mha.sophion
Modified:
1 year, 3 months ago
Reviewers:
googletestframework
CC:
googletestframework_googlegroups.com
Base URL:
http://googletest.googlecode.com/svn/trunk/
Visibility:
Public.

Description

This patch does two things: 1. it adds a define called GTEST_HAS_WCHAR which defaults to 1. This can be set to 0 on platforms where wchar_t is unavailable or broken. 2. it adds a define called GTEST_HAS_SETENV which defaults to 1. his can be set to zero on platforms without environment variable support. 3. it adds a define called GTEST_OS_ECOS which sets some GTEST_HAS_* defines necessary for compiling under the ecospro operating system.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+212 lines, -21 lines) Patch
M include/gtest/gtest-message.h View 2 chunks +3 lines, -0 lines 0 comments Download
M include/gtest/gtest-printers.h View 2 chunks +3 lines, -1 line 0 comments Download
M include/gtest/internal/gtest-internal.h View 1 chunk +2 lines, -0 lines 0 comments Download
M include/gtest/internal/gtest-port.h View 4 chunks +33 lines, -2 lines 0 comments Download
M include/gtest/internal/gtest-string.h View 4 chunks +4 lines, -0 lines 0 comments Download
M src/gtest.cc View 10 chunks +23 lines, -2 lines 0 comments Download
M src/gtest-internal-inl.h View 3 chunks +4 lines, -0 lines 0 comments Download
M src/gtest-port.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/gtest-printers.cc View 8 chunks +81 lines, -1 line 0 comments Download
M test/gtest-options_test.cc View 3 chunks +7 lines, -1 line 0 comments Download
M test/gtest-port_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M test/gtest-printers_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/gtest_all_test.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M test/gtest_unittest.cc View 33 chunks +44 lines, -8 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b