Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(786)

Issue 115846: Retry to checkin a version of gmock, modified to use our boost_tuple in VS2005. (Closed)

Created:
11 years, 7 months ago by awong
Modified:
9 years, 7 months ago
Reviewers:
M-A Ruel
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Retry to checkin a version of gmock, modified to use our boost_tuple in VS2005. This checkin adds gmock, and a small example of how to write a gmock-based unittest. Original Review URL: http://codereview.chromium.org/113807

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37530 lines, -11 lines) Patch
M base/base.gyp View 3 chunks +7 lines, -5 lines 0 comments Download
A base/gmock_unittest.cc View 1 chunk +137 lines, -0 lines 0 comments Download
M build/all.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome.sln View 6 chunks +22 lines, -0 lines 0 comments Download
A testing/README.chromium View 1 chunk +58 lines, -0 lines 0 comments Download
A testing/chromium.patch View 1 chunk +20 lines, -0 lines 0 comments Download
A testing/gmock.gyp View 1 chunk +78 lines, -0 lines 0 comments Download
A testing/gmock/CHANGES View 1 chunk +14 lines, -0 lines 0 comments Download
A testing/gmock/CONTRIBUTORS View 1 chunk +38 lines, -0 lines 0 comments Download
A testing/gmock/COPYING View 1 chunk +28 lines, -0 lines 0 comments Download
A testing/gmock/Makefile.am View 1 chunk +210 lines, -0 lines 0 comments Download
A testing/gmock/README View 1 chunk +345 lines, -0 lines 0 comments Download
A testing/gmock/build-aux/.keep View 0 chunks +-1 lines, --1 lines 0 comments Download
A testing/gmock/configure.ac View 1 chunk +125 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock.h View 1 chunk +93 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-actions.h View 1 chunk +931 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-cardinalities.h View 1 chunk +146 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-actions.h View 1 chunk +2562 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-actions.h.pump View 1 chunk +1008 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-function-mockers.h View 1 chunk +717 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-function-mockers.h.pump View 1 chunk +203 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-matchers.h View 1 chunk +1617 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-matchers.h.pump View 1 chunk +634 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-nice-strict.h View 1 chunk +244 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-generated-nice-strict.h.pump View 1 chunk +146 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-matchers.h View 1 chunk +2232 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-printers.h View 1 chunk +693 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/gmock-spec-builders.h View 1 chunk +1627 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/internal/gmock-generated-internal-utils.h View 1 chunk +277 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/internal/gmock-generated-internal-utils.h.pump View 1 chunk +136 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/internal/gmock-internal-utils.h View 1 chunk +484 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/internal/gmock-port.h View 1 chunk +326 lines, -0 lines 0 comments Download
A testing/gmock/include/gmock/internal/gmock-port.h.orig View 1 chunk +326 lines, -0 lines 0 comments Download
A testing/gmock/make/Makefile View 1 chunk +109 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock.sln View 1 chunk +50 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock.vcproj View 1 chunk +263 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock-spec-builders_test.vcproj View 1 chunk +205 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock_config.vsprops View 1 chunk +20 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock_link_test.vcproj View 1 chunk +203 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock_main.vcproj View 1 chunk +187 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock_output_test_.vcproj View 1 chunk +199 lines, -0 lines 0 comments Download
A testing/gmock/msvc/gmock_test.vcproj View 1 chunk +243 lines, -0 lines 0 comments Download
A testing/gmock/scripts/fuse_gmock_files.py View 1 chunk +240 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/COPYING View 1 chunk +203 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/README View 1 chunk +35 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/README.cppclean View 1 chunk +115 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/ast.py View 1 chunk +1713 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/gmock_class.py View 1 chunk +171 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/keywords.py View 1 chunk +59 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/tokenize.py View 1 chunk +287 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/cpp/utils.py View 1 chunk +41 lines, -0 lines 0 comments Download
A testing/gmock/scripts/generator/gmock_gen.py View 1 chunk +31 lines, -0 lines 0 comments Download
A testing/gmock/scripts/gmock-config.in View 1 chunk +303 lines, -0 lines 0 comments Download
A testing/gmock/scripts/gmock_doctor.py View 1 chunk +416 lines, -0 lines 0 comments Download
A testing/gmock/scripts/test/Makefile View 1 chunk +57 lines, -0 lines 0 comments Download
A testing/gmock/scripts/upload.py View 1 chunk +1387 lines, -0 lines 0 comments Download
A testing/gmock/scripts/upload_gmock.py View 1 chunk +78 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock.cc View 1 chunk +182 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-all.cc View 1 chunk +43 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-cardinalities.cc View 1 chunk +155 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-internal-utils.cc View 1 chunk +159 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-matchers.cc View 1 chunk +202 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-printers.cc View 1 chunk +313 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock-spec-builders.cc View 1 chunk +453 lines, -0 lines 0 comments Download
A testing/gmock/src/gmock_main.cc View 1 chunk +54 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-actions_test.cc View 1 chunk +1034 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-cardinalities_test.cc View 1 chunk +422 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-generated-actions_test.cc View 1 chunk +1651 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-generated-function-mockers_test.cc View 1 chunk +466 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-generated-internal-utils_test.cc View 1 chunk +127 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-generated-matchers_test.cc View 1 chunk +834 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-internal-utils_test.cc View 1 chunk +698 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-matchers_test.cc View 1 chunk +3199 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-nice-strict_test.cc View 1 chunk +228 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-port_test.cc View 1 chunk +95 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-printers_test.cc View 1 chunk +1051 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock-spec-builders_test.cc View 1 chunk +1966 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_leak_test.py View 1 chunk +84 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_leak_test_.cc View 1 chunk +95 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_link2_test.cc View 1 chunk +40 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_link_test.h View 1 chunk +645 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_link_test.cc View 1 chunk +40 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_output_test.py View 1 chunk +230 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_output_test_.cc View 1 chunk +281 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_output_test_golden.txt View 1 chunk +302 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_test.cc View 1 chunk +255 lines, -0 lines 0 comments Download
A testing/gmock/test/gmock_test_utils.py View 1 chunk +126 lines, -0 lines 0 comments Download
M testing/gtest.gyp View 2 chunks +1 line, -5 lines 0 comments Download
M third_party/boost/boost.gyp View 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
M-A Ruel
11 years, 6 months ago (2009-05-29 14:09:07 UTC) #1
You forgot to svn:ignore gmock_main.scons

Powered by Google App Engine
This is Rietveld 408576698