summaryrefslogtreecommitdiff
path: root/src/gtest-filepath.cc
Commit message (Expand)AuthorAgeFilesLines
* Mock out GetCurrentDir in NaCl.kosak@google.com2014-07-291-1/+8
* Push upstream to SVN.billydonahue@google.com2014-05-151-1/+1
* Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...kosak@google.com2013-12-031-2/+0
* Fixes a nasty issue in gtest's template instantiation.zhanyong.wan2013-02-281-0/+1
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-221-1/+1
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-151-12/+13
* Fixed Native Client build of gtest when using glibc (by Ben Smith).vladlosev2012-08-141-2/+2
* Indents preprocessor directives.zhanyong.wan2011-02-221-13/+13
* Adds Google Native Client compatibility (issue 329).vladlosev2010-11-301-2/+2
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-141-3/+3
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-031-1/+2
* Adds support for alternate path separator on Windows, and make all tests pass...zhanyong.wan2010-02-021-11/+50
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-241-17/+16
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-011-7/+7
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-281-9/+16
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-241-4/+4
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-261-20/+10
* Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.zhanyong.wan2009-03-251-6/+7
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-061-0/+1
* Cleans up macro definitions.zhanyong.wan2009-02-231-10/+10
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-291-1/+0
* Fixes the bug where the XML output path is affected by test changing the curr...zhanyong.wan2009-01-261-11/+33
* Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck.shiqian2008-11-101-3/+13
* On some Linux distros, you need to explicitly #include <limits.h> to getchandlerc2008-10-211-0/+1
* Many changes:shiqian2008-10-111-2/+6
* Lots of changes:shiqian2008-09-261-5/+49
* Improves thread-safe death tests by changing to the original working director...shiqian2008-09-121-0/+18
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-311-3/+39
* Initial import.shiqian2008-07-031-0/+208