summaryrefslogtreecommitdiff
path: root/src/gtest-filepath.cc
Commit message (Expand)AuthorAge
* Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...kosak@google.com2013-12-03
* Fixes a nasty issue in gtest's template instantiation.zhanyong.wan2013-02-28
* Removes testing::internal::String::Format(), which causes problems as it trun...kosak@google.com2013-02-22
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-15
* Fixed Native Client build of gtest when using glibc (by Ben Smith).vladlosev2012-08-14
* Indents preprocessor directives.zhanyong.wan2011-02-22
* Adds Google Native Client compatibility (issue 329).vladlosev2010-11-30
* Include gtest headers as user headers instead of system headers.zhanyong.wan2010-09-14
* Adds Solaris support (by Hady Zalek)vladlosev2010-02-03
* Adds support for alternate path separator on Windows, and make all tests pass...zhanyong.wan2010-02-02
* Publishes the even listener API (by Vlad Losev); adds OS-indicating macros to...zhanyong.wan2009-09-24
* Enables String to contain NUL (by Zhanyong Wan); Adds scons scripts (by Vlad ...zhanyong.wan2009-09-01
* Ports gtest to C++Builder, by Josh Kelley.zhanyong.wan2009-04-28
* Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscr...zhanyong.wan2009-04-24
* Simplifies implementation by defining a POSIX portability layer; adds the dea...zhanyong.wan2009-03-26
* Makes gtest compile without warning with gcc 4.0.3 and -Wall -Wextra.zhanyong.wan2009-03-25
* Implements death tests on Windows (by Vlad Losev); enables POSIX regex on Mac...zhanyong.wan2009-03-06
* Cleans up macro definitions.zhanyong.wan2009-02-23
* Implements a simple regex matcher (to be used by death tests on Windows).zhanyong.wan2009-01-29
* Fixes the bug where the XML output path is affected by test changing the curr...zhanyong.wan2009-01-26
* Makes Google Test compile on Solaris and z/OS. By Rainer Klaffenboeck.shiqian2008-11-10
* On some Linux distros, you need to explicitly #include <limits.h> to getchandlerc2008-10-21
* Many changes:shiqian2008-10-11
* Lots of changes:shiqian2008-09-26
* Improves thread-safe death tests by changing to the original working director...shiqian2008-09-12
* Makes gtest work on Windows Mobile and Symbian. By Mika Raento.shiqian2008-07-31
* Initial import.shiqian2008-07-03