347 Commits (431a8be1662a3bc9601240914f412b0436d94703)
 

Author SHA1 Message Date
vladlosev 431a8be166 Implements the timestamp attribute for the testsuites element in the output XML (external contribution by Dirk Meister). 14 years ago
vladlosev 69a40b7d4a Adds ability to inject death test child arguments for test purposes. 14 years ago
vladlosev 879916a939 Fixes test failure on 32-bit Ubuntu. 14 years ago
vladlosev f7d58e81c3 Adds a new macro simplifying use of snprinf on MS platforms. 14 years ago
vladlosev 1b2e509958 Fixes C++0x compatibility problems. 14 years ago
zhanyong.wan 2ca4d21500 Simplifies the implementatoin of the test result printer; by Ulfar Erlingsson 14 years ago
vladlosev 27615dbc5f Renames the license file. 14 years ago
vladlosev 4b07d73f4e Ignore SIGPROF signal during clone()/fork() call. clone()/fork() call hangs permanently if it consumes more cpu than the SIGPROF signal timer interval (by Nabeel Mian). 14 years ago
vladlosev 294f69f957 Adds explanation on how to build the Xcode project under Xcode 4+ to README. 14 years ago
vladlosev cf3f92ef93 Fixes a user reported test break (modifying a dict while iterating). 14 years ago
vladlosev c2922d4ed2 Fixes a resource leak in gtest-port_test (by Haruka Iwao). 14 years ago
vladlosev 386da2037d QNX compatibility patch (by Haruka Iwao). 14 years ago
vladlosev f3cf0a2316 Suppresses the tail-call optimization of StackGrowsDown() in GCC4.6 (by Paul Pluzhnikov). 14 years ago
vladlosev cc265df8b4 Fixes broken build on VC++ 7.1. 14 years ago
vladlosev 7e29bb7f7e Adds support for building Google Mock as a shared library (DLL). 14 years ago
vladlosev ee2f8caecc Simplifies the code by removing condfitional section that is no longer necessary. 14 years ago
vladlosev 814a5e9310 Adds support for death tests in OpenBSD (by Paweł Hajdan Jr.) 14 years ago
vladlosev 758728ba9b Makes generation of fused sources contingent on availability of Python. 14 years ago
zhanyong.wan c91a353c47 Fixes XL C++ 10.1 compiler errors (based on patch by Hady Zalek); cleans up formatting of GTEST_NO_INLINE_. 14 years ago
zhanyong.wan c006f8c12b fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov) 14 years ago
zhanyong.wan 6a5a25b1e1 Adds Pasi to CONTRIBUTORS and documents the latest changes. 14 years ago
zhanyong.wan b8c0e16eeb Fixes Sun C++ compiler errors (by Pasi Valminen) 14 years ago
zhanyong.wan fc99b1ad51 Avoids iterator_traits, as it's not available in libCStd when compiled with Sun C++. 14 years ago
vladlosev e9adbcbb56 Simplifies ASCII character detection in gtest-printers.h. This also makes it possible to build Google Test on MinGW. 14 years ago
zhanyong.wan 6323646e19 fixes XL C++ compiler errors (by Pasi Valminen) 14 years ago
vladlosev 7d560ed699 Fixes a compiler error when compiling with Visual Age (by Hady Zalek). 14 years ago
vladlosev 962b6554f4 Removes commas from last items in enums (a C++ standard compliance fix). 14 years ago
zhanyong.wan 741d6c0d47 makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the name of xlC (by Hady Zalek). 14 years ago
zhanyong.wan 661758ec1a disables 'make install' 14 years ago
zhanyong.wan 98054bd134 fixes link error in 'make check' on some systems 14 years ago
vladlosev c7a9cc3512 Changes diagnostic output of the question mark from '\?' to '?'. 14 years ago
vladlosev 1ea6b31d5d Fixes Windows CE compatibility problem (issue http://code.google.com/p/googletest/issues/detail?id=362). 14 years ago
vladlosev 03062e2337 Fixes 'formatting error or buffer exceeded' error when outputting long failure messages in XML. 14 years ago
vladlosev 1d8c5af33b Allows Google Mock to compile on platforms that do not support typed tests. 14 years ago
zhanyong.wan 5017fe0090 Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibility 14 years ago
zhanyong.wan 5451ffe816 Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Hady Zalek's report and experiment; also fixes a bug that causes it to think that a class named const_iterator is a container; also clarifies the Borland C++ compatibility fix in the comments based on Josh Kelley's suggestion. 14 years ago
zhanyong.wan 603533a0a4 Fixes compatibility with Borland C++Builder. Original patch by Josh 14 years ago
zhanyong.wan 66ac4909ae Fixes non-conforming uses of commas in enums s.t. the code compiles on 14 years ago
vladlosev f4419791ab Fixes PrintUnprintableTypeTest.InGlobalNamespace in gtest-printers_test on 64bit PowerPCs. 14 years ago
zhanyong.wan 9b89752035 Adds test/gtest-death-test_ex_test.cc to the release package. 14 years ago
zhanyong.wan 0e651afade Adds cmake scripts to the release package. 14 years ago
zhanyong.wan 19d6b45794 Changes gtest's version to 1.6.0 and adds release notes. 14 years ago
zhanyong.wan ffeb11d14a Indents preprocessor directives. 14 years ago
vladlosev 0980b4bd66 Fixes off-by-one error in a message about test sharding (by David Glasser). 14 years ago
vladlosev 6642ca8cd4 Updates an outdated error message. 14 years ago
vladlosev 9d7455f984 Adds null check for file locations in XML output printer. 14 years ago
zhanyong.wan 40d0ba7a62 Add markers to death test messages to make them more recogizable (by Jeff Shute). 14 years ago
vladlosev b147ec394b Removes unused include directive. 14 years ago
zhanyong.wan 9bcf4d0a65 Adds type_param and value_param as <testcase> attributes to the XML 14 years ago
vladlosev c8efea6705 template selection error in IBM's xIC_r compiler. 14 years ago