Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
googletest
/
a4e6314a0bc9a47690be698e61e1e3ee81e4cebe
a4e6314
Removes svn:executable and sets svn:eol-style to CRLF for VS project files.
by zhanyong.wan
· 16 years ago
a5391b5
Adds gtest_all_test.cc. Also cleans up gtest_unittest.cc.
by zhanyong.wan
· 16 years ago
cd3e401
Implements the test sharding protocol. By Eric Fellheimer.
by zhanyong.wan
· 16 years ago
886cafd
Fixes the definition of GTEST_HAS_EXCEPTIONS, allowing exception assertions to be used with gcc.
by zhanyong.wan
· 16 years ago
3750499
Adds tests for EXPECT_FATAL_FAILURE and reduces the golden file bloat (by Zhanyong Wan). Fixes more warnings on Windows (by Vlad Losev).
by zhanyong.wan
· 16 years ago
ad99ca1
Exposes gtest flags to user code access. By Alexander Demin.
by zhanyong.wan
· 16 years ago
4b83461
Fixes some warnings when compiled with MSVC at warning level 4.
by zhanyong.wan
· 16 years ago
c946ae6
Implements a simple regex matcher (to be used by death tests on Windows).
by zhanyong.wan
· 16 years ago
a32fc79
Simplifies gtest's implementation by using an existing API to get the original working directory.
by zhanyong.wan
· 16 years ago
650d5bf
Fixes the bug where the XML output path is affected by test changing the current directory. By Stefan Weigand.
by zhanyong.wan
· 16 years ago
b593ccb
Adds a script to fuse gtest source files into a .h and a .cc.
by zhanyong.wan
· 16 years ago
bbab127
Improves compatibility with cygwin by making the definition of GTEST_HAS_GLOBAL_WSTRING correct on this platform.
by zhanyong.wan
· 16 years ago
2456258
Adds Eric Roman to the contributor list.
by shiqian
· 16 years ago
fe186c3
Implements --gtest_also_run_disabled_tests. By Eric Roman.
by shiqian
· 16 years ago
53e0dc4
Implements the --gtest_death_test_use_fork flag and StaticAssertTypeEq.
by shiqian
· 16 years ago
0efb17d
Merged release 1.2.1 updates to trunk
by vladlosev
· 16 years ago
31306c5
Improves README.
by shiqian
· 16 years ago
92764e9
Improves the instructions in README.
by shiqian
· 16 years ago
3bcc7a2
Adds Makefile to the distribution pacakge.
by shiqian
· 16 years ago
635aff1
Gets ready to release 1.2.1 by bumping up the version number.
by shiqian
· 16 years ago
7b3b36f
A small re-work of the installed m4 script for Google Test. This
by shiqian
· 16 years ago
a369436
Changes config_aux to build-aux to conform with the convention. Simplifies the configuration commands in README. By Chandler Carruth.
by shiqian
· 16 years ago
fab8c18
Necessary changes to gtest-config.in for supporting the up-coming release of Google C++ Mocking Framework. By Chandler Carruth.
by shiqian
· 16 years ago
5145e0f
Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform with the TR1 spec.
by shiqian
· 16 years ago
2051d2c
Updating README with instructions on running python tests from within Xcode.
by preston.a.jackson
· 16 years ago
0fb58d7
Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck.
by shiqian
· 16 years ago
04f025d
Fixes compatibility with Linux IA-64. By Rainer Klaffenboeck.
by shiqian
· 16 years ago
3e1e473
Adds a Makefile to demonstrate building Google Test with a manually-written Makefile.
by shiqian
· 16 years ago
389508e
Merged build script fix from branches/release-1.2
by vladlosev
· 16 years ago
180e74c
Updated CHANGES and release version for 1.2
by vladlosev
· 16 years ago
1998cf5
Allow Google Mock to initialize Google Test
by vladlosev
· 16 years ago
957ed9f
Adding test/gtest_uninitialized_test.py missing from the previous check-in
by vladlosev
· 16 years ago
95536ab
Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows
by vladlosev
· 16 years ago
c440a69
Enables the Python tests to run with 2.3 (necessary for testing on Mac OS X Tiger); also fixes gtest_output_test when built with xcode.
by shiqian
· 16 years ago
514265c
Fixed two of the failing tests mentioned in issue 9
by vladlosev
· 16 years ago
d4e57d1
updating the README (intended for previous ci)
by preston.a.jackson
· 16 years ago
3e93606
oops forgot the config file
by preston.a.jackson
· 16 years ago
0c7871c
Removing a warning when building from the command line. Reordering targets to be semi-alphabetical and to match the ordering in the Makefile. Cleaning up target names to remove the underscore (on the python-based ones), and adding 'run_' Xcode executables to run the python script from within Xcode. Whew
by preston.a.jackson
· 16 years ago
1081384
Sorts the sample and test targets in Makefile.am within their functional group.
by shiqian
· 16 years ago
38e1f9a
Moves a code block in gtest.cc to mirror the change in the Google internal version of gtest.
by shiqian
· 16 years ago
3d70421
Value-parameterized tests and many bugfixes
by vladlosev
· 16 years ago
b6a296d
Clarifies how gtest supports different platforms in README and code comments.
by shiqian
· 16 years ago
d2849f5
Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck.
by shiqian
· 16 years ago
cea2509
Fixes the VC project. Contributed by Rainer Klaffenboeck.
by shiqian
· 16 years ago
66179b1
On some Linux distros, you need to explicitly #include <limits.h> to get
by chandlerc
· 16 years ago
3212343
Fixes the header search path in SConscript and add SConscript to the distribution.
by shiqian
· 16 years ago
e0865dd
Many changes:
by shiqian
· 16 years ago
0cbe322
Adding tests to Xcode project
by preston.jackson
· 16 years ago
980926a
Adding tests to Xcode project
by preston.jackson
· 16 years ago
64cdcb6
Lots of changes:
by shiqian
· 16 years ago
e79c3cc
Makes the Python tests more portable by calling standard functions to interpret the result of os.system(). This could fix the broken Python tests on some users' machines.
by shiqian
· 16 years ago
f6b0dc0
Makes Google Test compile (and all tests pass) on cygwin (possibly on wingw too).
by shiqian
· 16 years ago
9e672bd
Prepares gtest for release 1.1.0.
by shiqian
· 16 years ago
ee39a89
Adds suffix 'd' to gtest's libs on Windows. Also fixes gtest_unittest on non-English Windows. By balazs.dan@gmail.com.
by shiqian
· 16 years ago
36865d8
Adds exception assertions. By balaz.dan@gmail.com.
by shiqian
· 16 years ago
0bbdb14
adding two headers to the Xcode project
by preston.jackson
· 16 years ago
019d19a
Improves thread-safe death tests by changing to the original working directory before they are executed; also fixes out-dated comments about death tests.
by shiqian
· 16 years ago
29d8235
Adds new files for type-parameterized tests, which I forgot to commit in the previous revision.
by shiqian
· 16 years ago
a2b1a85
Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensitive wide string comparison to the String class (by Vlad Losev).
by shiqian
· 16 years ago
0c5a662
Implement wide->UTF-8 string conversion more correctly
by vladlosev
· 16 years ago
c6e674d
Adds a sample on using Google Test as a Mac framework. By Preston Jackson.
by shiqian
· 16 years ago
d5f13d4
Changes test creation functions to factories. By Vlad Losev.
by shiqian
· 16 years ago
9b093c1
Cleans up the usage of testing:: in gtest_unittest. By Zhanyong Wan.
by shiqian
· 16 years ago
dfcf6eb
Adds Xcode's version requirement to README. By Preston Jackson.
by shiqian
· 16 years ago
bcb12fa
Fixes the definition of GTEST_ATTRIBUTE_UNUSED and make the tests pass in opt mode.
by shiqian
· 16 years ago
bf9b4b4
Makes gtest work on Windows Mobile and Symbian. By Mika Raento.
by shiqian
· 16 years ago
dc6ee0e
Makes death tests create temporary files in /tmp instead of the current folder.
by shiqian
· 16 years ago
d88da49
Adds a test for the GTEST_PRINT_TIME env var. By Balazs.Dan@gmail.com.
by shiqian
· 16 years ago
15cbe5f
Adds --gtest_print_test for printing the elapsed time of tests.
by shiqian
· 16 years ago
dbc56bf
Adds an Xcode project for building gtest. By Preston Jackson.
by shiqian
· 16 years ago
253d2bc
Makes the output understandable by VS when compiled by MSVC.
by shiqian
· 16 years ago
b758726
Fixes some style nits; also fixes minor bugs in gtest-death-test.cc.
by shiqian
· 16 years ago
57b43f2
Fix incorrect output file name in gtest_main.vcproj
by vladlosev
· 16 years ago
c67d1a2
Fixes instructions for building on Mac OS X.
by shiqian
· 16 years ago
8bbeac4
Updates the release version to 1.0.1.
by shiqian
· 16 years ago
e0ecb7a
Makes Google Test compile on Mac OS X and Cygwin, and adds project files for Microsoft Visual Studio.
by shiqian
· 16 years ago
e4e9a8b
Makes the autotools scripts work on Mac OS X. Also hopefully makes gtest compile on Windows CE.
by shiqian
· 16 years ago
d201456
Initial import.
by shiqian
· 16 years ago