Commit graph

161 commits

Author SHA1 Message Date
vladlosev
fb96c1a9e9 Creates tags/release-1.2.1 from the head of branches/release-1.2 2008-12-11 06:09:38 +00:00
vladlosev
a2187a5bf5 Merged revisions 146-159 from trunk for release 1.2.1 2008-12-11 05:58:57 +00:00
shiqian
24cddfe534 Improves README. 2008-12-11 05:32:22 +00:00
shiqian
0dbb403b7e Improves the instructions in README. 2008-12-11 03:22:43 +00:00
shiqian
349aad7b8d Adds Makefile to the distribution pacakge. 2008-12-10 22:56:18 +00:00
shiqian
eadabc336d Gets ready to release 1.2.1 by bumping up the version number. 2008-12-10 22:21:16 +00:00
shiqian
0a17df745c A small re-work of the installed m4 script for Google Test. This
allows other projects to easily leverage an installation or
un-installed build of Google Test from their project's Autoconf
script. This re-work specifically introduces the ability to provide a
path as an argument to the resulting configure script option which can
specify either an installation prefix or a build directory for Google
Test.

This change also makes a small portability tweak by using ``s instead
of $() for command expansion.

By Chandler Carruth.  Reviewed by Benoit Sigoure.
2008-12-10 18:27:39 +00:00
shiqian
b63476b949 Changes config_aux to build-aux to conform with the convention. Simplifies the configuration commands in README. By Chandler Carruth. 2008-12-10 05:45:40 +00:00
shiqian
777ccb86eb Necessary changes to gtest-config.in for supporting the up-coming release of Google C++ Mocking Framework. By Chandler Carruth. 2008-12-09 01:35:11 +00:00
shiqian
3f1951822e Use <tuple> instead of <tr1/tuple> when the compiler is not gcc, to conform with the TR1 spec. 2008-12-09 00:54:04 +00:00
preston.a.jackson
0db3043c59 Updating README with instructions on running python tests from within Xcode. 2008-12-09 00:05:42 +00:00
shiqian
72a2d333dc Fixes compatibility with IBM z/OS. By Rainer Klaffenboeck. 2008-12-02 23:41:01 +00:00
shiqian
73300b998a Fixes compatibility with Linux IA-64. By Rainer Klaffenboeck. 2008-12-02 23:35:18 +00:00
shiqian
d6ba3264d0 Adds a Makefile to demonstrate building Google Test with a manually-written Makefile. 2008-12-02 19:52:48 +00:00
vladlosev
82241f05ca Edited wiki page through web user interface. 2008-12-02 05:21:36 +00:00
shiqian
0780791e1e Edited wiki page through web user interface. 2008-12-01 19:13:23 +00:00
vladlosev
354d011694 Merged build script fix from branches/release-1.2 2008-11-27 00:18:29 +00:00
vladlosev
8076e16ec8 Merged build script fix from tags/release-1.2.0 2008-11-27 00:14:59 +00:00
vladlosev
5b6c1ad1db Fixed a bug in the build script causing crash in XCode 2008-11-26 23:59:43 +00:00
vladlosev
c43d12d604 Creates tags/release-1.2.0 from the head of branches/release-1.2 2008-11-26 22:54:39 +00:00
vladlosev
cb26dcb3dc Creates release branch 1.2 from trunk head 2008-11-26 22:50:29 +00:00
vladlosev
aa5f7cb29d Updated CHANGES and release version for 1.2 2008-11-26 22:39:11 +00:00
vladlosev
1c7a367924 Allow Google Mock to initialize Google Test 2008-11-26 20:48:45 +00:00
vladlosev
d359855319 Adding test/gtest_uninitialized_test.py missing from the previous check-in 2008-11-26 20:06:52 +00:00
vladlosev
b8bf4c26d2 Fixed gtest_break_on_failure_unittest on Ubuntu 8.04 and Windows 2008-11-26 20:02:45 +00:00
shiqian
813613badb 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. 2008-11-24 20:13:22 +00:00
vladlosev
5042d62f42 Fixed two of the failing tests mentioned in issue 9 2008-11-22 02:26:23 +00:00
preston.a.jackson
c847a6f35b updating the README (intended for previous ci) 2008-11-21 22:19:28 +00:00
preston.a.jackson
56b9f5dd4c oops forgot the config file 2008-11-21 22:17:45 +00:00
preston.a.jackson
049dc11464 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 2008-11-21 22:16:36 +00:00
shiqian
2ca487f6b8 Sorts the sample and test targets in Makefile.am within their functional group. 2008-11-20 19:40:19 +00:00
vladlosev
622b7a7084 Edited wiki page through web user interface. 2008-11-20 17:55:40 +00:00
shiqian
401938fdbe Edited wiki page through web user interface. 2008-11-20 05:55:33 +00:00
shiqian
e8feaadaef Edited wiki page through web user interface. 2008-11-20 05:54:37 +00:00
shiqian
e53f48c91d Edited wiki page through web user interface. 2008-11-20 05:52:54 +00:00
shiqian
25f4f5e5a0 Edited wiki page through web user interface. 2008-11-20 05:43:36 +00:00
shiqian
d22894cd5e Edited wiki page through web user interface. 2008-11-20 05:39:28 +00:00
shiqian
c9eef32c66 Moves a code block in gtest.cc to mirror the change in the Google internal version of gtest. 2008-11-20 04:56:21 +00:00
vladlosev
8411c01196 Edited wiki page through web user interface. 2008-11-20 02:51:47 +00:00
vladlosev
666d922d98 Edited wiki page through web user interface. 2008-11-20 02:36:04 +00:00
vladlosev
78feecfa5a Added a section on value-parameterized tests. 2008-11-20 02:21:59 +00:00
vladlosev
f99a1713ff Value-parameterized tests and many bugfixes 2008-11-20 01:40:35 +00:00
shiqian
6ac01701ac Clarifies how gtest supports different platforms in README and code comments. 2008-11-17 22:57:44 +00:00
shiqian
bfb0023e4e Edited wiki page through web user interface. 2008-11-17 20:20:28 +00:00
shiqian
3c2c915b10 Edited wiki page through web user interface. 2008-11-17 20:19:11 +00:00
shiqian
8bad671105 Edited wiki page through web user interface. 2008-11-17 20:17:12 +00:00
shiqian
b89995b0c9 Edited wiki page through web user interface. 2008-11-17 20:15:35 +00:00
shiqian
3a6b41af73 Edited wiki page through web user interface. 2008-11-17 20:08:10 +00:00
shiqian
15fd059dd9 Edited wiki page through web user interface. 2008-11-17 19:46:59 +00:00
shiqian
684dccdfcb Edited wiki page through web user interface. 2008-11-17 19:45:03 +00:00