aboutsummaryrefslogtreecommitdiff
path: root/src/gtest/gtest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Update bundled gtest to latest version (1.3.0) and include it as akenton@google.com2009-04-211-3540/+0
| | | | | | | | | | | | | | | | | nested autoconf package rather than as raw source. This way we can trivially update it again in the future. Actually, this change doesn't even include gtest in protobuf's SVN. Instead, we auto-download it when autogen.sh is invoked. Note that it will be included in release distributions, though. TODO: * Add a configure option to use the system's installed gtest rather than the bundled copy. Apparently the gtest maintainers are working on some general-purpose autoconf macros which will do this automagically. * Update MSVC project files.
* Support "Solaris 10 using recent Sun Studio".kenton@google.com2008-12-041-0/+1
| | | | | Patch from Monty Taylor <monty.taylor@gmail.com>.
* Support HP C++ on Tru64.kenton@google.com2008-11-141-25/+18
| | | | | Patch (mostly) by Vincent Choinière <Choiniere.Vincent@hydro.qc.ca>.
* Initial checkin.temporal2008-07-101-0/+3546