zhanyong.wan
e5974e3f43
Clarifies how to use gtest as a shared library in README.
15 years ago
zhanyong.wan
d43acacf50
Fixes issue 105.
15 years ago
zhanyong.wan
2d1835b086
Removes uses of deprecated AssertionFailure() API (by Vlad Losev).
15 years ago
zhanyong.wan
736baa8ac0
Prints the type of the actual value as part of a match message when appropriate.
15 years ago
zhanyong.wan
b5d3a17805
Allows EXPECT_FATAL_FAILURE() and friends to accept a string object as the second argument.
15 years ago
vladlosev
4c91551c3b
Updates the gMock Doctor script to understand Clang error messages.
15 years ago
zhanyong.wan
345d9ebf30
Implements GTEST_ASSERT_XY as alias of ASSERT_XY.
15 years ago
zhanyong.wan
53e08c44dd
Include gtest and gmock headers as user headers instead of system headers.
15 years ago
zhanyong.wan
dac3e879c5
Include gtest headers as user headers instead of system headers.
15 years ago
zhanyong.wan
ad7c462be7
Simplifies the VC projects by using gmock-all.cc and
...
gmock_all_test.cc. Also fixes a missing include directory for
gmock_main in the Release mode. I had to add /bigobj to
gmock_test.vcproj to make the compiler happy, as we now need to
generate code for many functions in the same translation unit.
15 years ago
zhanyong.wan
88e0df6247
Removes all uses of StrStream; fixes the VC projects and simplifies them by using gtest-all.cc.
15 years ago
zhanyong.wan
2516f60da9
Publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); casts char to unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); fixes the VC projects (by Fredrik Roubert).
15 years ago
zhanyong.wan
35c3975649
Casts char to unsigned char before calling isspace() etc to avoid undefined behavior (by Zhanyong Wan); removes conditional #includes keyed on GTEST_HAS_PROTOBUF_ (by Zhanyong Wan); publishes GTEST_HAS_STREAM_REDIRECTION (by Vlad Losev); forward declares some classes properly (by Samuel Benzaquen); honors the --gtest_catch_exceptions flag (by Vlad Losev).
15 years ago
zhanyong.wan
a9f380f5c7
Removes the Windows golden file (by Vlad Losev); implements test result streaming (by Nikhil Jindal and cleaned up by Zhanyong Wan).
15 years ago
zhanyong.wan
ccedc1c933
Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454.
15 years ago
zhanyong.wan
b83585c4de
Adds new test files to the distro, and sorts the file lists.
15 years ago
zhanyong.wan
c6333dca1c
Picks up gtest r453.
15 years ago
zhanyong.wan
5c4b472bbf
Makes gtest print enums as integers instead of hex dumps (by Zhanyong Wan); improves the hex dump format (by Zhanyong Wan); gets rid of class TestInfoImpl (by Zhanyong Wan); adds exception handling (by Vlad Losev).
15 years ago
zhanyong.wan
7c598c4f1a
Adds ADD_FAILURE_AT (by Zhanyong Wan); disables -Wswitch-default (by Vlad Losev).
15 years ago
zhanyong.wan
598fe2288e
Removes unused scripts from the distro.
15 years ago
zhanyong.wan
744de6fa59
Removes unused scons-related scripts; makes gtest_nc_test compatible with Clang.
15 years ago
vladlosev
e96d247b20
Allows Google Test to build on OSes other then a pre-determined set and implements GTEST_HAS_POSIX_REGEX condition for compatibility with them.
15 years ago
zhanyong.wan
d60c5f41c2
Removes unused scons scripts; picks up gtest r446.
15 years ago
zhanyong.wan
e2a7f03b80
Allows EXPECT_EQ to accept arguments that don't have operator << (by Zhanyong Wan).
...
Allows a user to customize how the universal printer prints a pointer of a specific type by overloading << (by Zhanyong Wan).
Works around a bug in Cymbian's C++ compiler (by Vlad Losev).
15 years ago
vladlosev
447ed6474d
Fixes warnings when built by GCC with -Wswitch-default. Original patch by Zhixu Liu (zhixu.liu@gmail.com).
15 years ago
vladlosev
3899557cb8
Fixes definitions from pthread.h used before the header inclusion.
15 years ago
zhanyong.wan
5e4214cee4
Makes gtest_break_on_failure_unittest work on minGW (by vladl); improves
...
the NULL-dereferencing hack to work with LLVM (by chandlerc).
15 years ago
zhanyong.wan
e3bd0981ca
Implements ReturnPointee() and ReturnRefOfCopy().
15 years ago
zhanyong.wan
682c89f755
Makes gtest report failures in ad hoc test assertions executed before RUN_ALL_TESTS().
15 years ago
zhanyong.wan
02c1505ebf
Increases the maximum arity of AllOf() and AnyOf() to 10, by Marcus Börger.
15 years ago
zhanyong.wan
b4140808f9
Replaces Python-style interpolation with arbitrary C++ string expression in MATCHER* descriptions.
15 years ago
zhanyong.wan
985a30360c
Adds tests for SkipPrefix().
15 years ago
vladlosev
38e1465902
Fixes a wrong comment for OnTestPartResult().
15 years ago
vladlosev
0e41324393
Fixes issue 286.
15 years ago
vladlosev
fbc266f0a4
Corrects test binary paths in the CMake build script.
15 years ago
vladlosev
0a781df32a
Fixes build failure on Windows/CMake (issue 111).
15 years ago
vladlosev
1097b54dcf
Implements printing parameters of failed parameterized tests (issue 71).
15 years ago
vladlosev
c828e17175
Introduces gtest_force_shared_crt option for CMake build scripts.
15 years ago
zhanyong.wan
ab5b77c179
Implements Pointwise().
15 years ago
zhanyong.wan
55d166a222
Adds GTEST_REMOVE_REFERENCE_AND_CONST_.
15 years ago
vladlosev
65f2fd5920
Fixes a typo in comments.
15 years ago
vladlosev
0f3f5012d8
Adds CMake build script.
15 years ago
vladlosev
e2e8ba401d
Renames test script flags.
15 years ago
vladlosev
3678a248d3
Renames test script flags.
15 years ago
vladlosev
2c697f5919
Comment tweaks in CMakeLists.txt.
15 years ago
vladlosev
9af267d247
Replaces UniversalPrinter<T>::Print(x, os) with UniversalPrint(x, os) as appropriate (by Zhanyong Wan).
15 years ago
vladlosev
7aec2f36ba
Lucid autotools compatibility patch by Jeffrey Yasskin.
15 years ago
vladlosev
e588a3bba2
Renames CMake build script options.
15 years ago
zhanyong.wan
61baf319bb
Suppresses some Clang warnings (by Chandler Carruth, Jeffrey Yasskin, and Zhanyong Wan).
15 years ago
zhanyong.wan
02f7106557
Moves the universal printer from gmock to gtest (by Vlad Losev).
15 years ago