History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
1f87a0970dc0 | Billy Donahue | Move everything in googletest into googletest/googletest | Aug 25 2015 | |||
0b10cfd58259 | kosak | Prevent MSVC from issuing warnings about possible value truncations. | Jul 28 2015 | |||
f253efc20ec0 | kosak | Introduct GTEST_HAS_STD_SHARED_PTR_ | Jul 28 2015 | |||
f487e9510be9 | kosak | Inject the name of the Init function using a macro. | Jul 27 2015 | |||
f972f1680aa5 | kosak | Inject GetArgvs() with a macro from custom/gtest-port.h. | Jul 24 2015 | |||
01e229bacf86 | kosak | Fix an instance of move-pessimization. | Jul 24 2015 | |||
794ef030ebad | kosak | Add support for named value-parameterized tests. | Jul 24 2015 | |||
831b87f2342d | kosak | Do not create an extra default instance of T when constructing a ThreadLocal<T>. | Jul 20 2015 | |||
9e38d77f65eb | kosak | Allow the single-arg Values() overload to to conversions, just like every other… | Jul 20 2015 | |||
4d69b1607a87 | kosak | GTEST_USE_OWN_FLAGFILE support | Jul 19 2015 | |||
e7dbfde8ce49 | kosak | Move stack trace logic into custom/ and add a macro to inject it. | Jul 18 2015 | |||
fe95bc332d92 | kosak | Determine the existence of hash_map/hash_set in gtest-port.h. | Jul 18 2015 | |||
4f8dc917ebce | kosak | Add support for --gtest_flagfile. | Jul 18 2015 | |||
195610d30c22 | kosak | Add support for --gtest_flagfile | Jul 17 2015 | |||
0928adbfea9b | kosak | Move the selection of the flag saver implementation into gtest-port.h and… | Jul 15 2015 | |||
38dd7485c0be | kosak | Change GetDefaultFilter to allow for the injection of a custom filter. | Jul 14 2015 | |||
f025eba07ba7 | kosak | Add support for gtest custom printers. | Jul 14 2015 | |||
fb9caa4a1885 | kosak | Minor changes. | Jul 14 2015 | |||
156d1b513b90 | kosak | Create custom/gtest-port.h to hold custom logic. | Jul 14 2015 | |||
1d53731f2c21 | kosak | Enable GTest thread safety on Native Client. | Feb 14 2015 | |||
8209a45e2484 | kosak | Add asserts to prevent mysterious hangs in a non-thread-safe gmock build. | Feb 14 2015 | |||
b215e30cadd1 | kosak | Add FreeBSD support. | Jan 22 2015 | |||
83602c834044 | kosak | Fix build regression with old (Xcode 5.1) clangs. | Jan 14 2015 | |||
7489581db8ea | kosak | Fix build of Objective-C++ files with new clang versions. | Jan 8 2015 | |||
102b50483a4b | kosak | Noop changes to suppress compile-time warnings in WINDOWS code paths. | Nov 17 2014 | |||
40be033887b7 | kosak | Remove special support for GTEST_OS_IOS_SIMULATOR. | Nov 17 2014 | |||
e330b754cbd4 | kosak | Strip trailing whitespace when stringifying type lists. | Nov 17 2014 | |||
074ed8c8ea57 | kosak | Clang-on-Windows can support GTEST_ATTRIBUTE_UNUSED_. | Nov 17 2014 | |||
71271d2c95fd | kosak | Call move() by qualified name (::testing::internal::move() or just internal… | Nov 17 2014 | |||
d3d142ef1cc4 | kosak | Add ByMove() modifier for the Return() action. | Nov 17 2014 | |||
6aa0422e8529 | kosak | Distinguish between C++11 language and library support for std::function, std… | Nov 17 2014 | |||
b54098a9abad | kosak | Expand equality failure messages with a by-line diff. | Jul 28 2014 | |||
bd263344f9e9 | kosak | Additional changes, to add support for Windows Phone and Windows RT | Jun 18 2014 | |||
8120f66c3249 | billydonahue | Push upstream to SVN. | May 15 2014 | |||
5df87d70b64d | kosak | Export tuple and friends in the ::testing namespace. | Apr 2 2014 | |||
a6340420b9ce | kosak | Implement threading support for gtest on Windows. Also, stop using localtime(). | Mar 24 2014 | |||
ffea2d604031 | kosak | Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer. | Mar 12 2014 | |||
41a8bc67ab7e | kosak | Suppress "Conditional expression is constant" warning on Visual Studio. | Jan 29 2014 | |||
35956659eaaa | kosak | Add GTEST_MOVE macro, to support mocking methods with move-only return types. | Jan 29 2014 | |||
7d1051ce2b3b | kosak | Make Google Test build cleanly on Visual Studio 2010, 2012, 2013. Also improve… | Jan 13 2014 | |||
ccf8e33bc59a | kosak | Define specialization of PrintTo(...) for ::std::tuple. | Jan 12 2014 | |||
d3eb97f32192 | kosak | Improves documentation on gtest's macros. Adds script to automate releasing new… | Jan 12 2014 | |||
4f7018ed6196 | kosak | Distinguish between C++11 language and library support for <initializer_list>. | Dec 5 2013 | |||
5d83ee08dff5 | kosak | Fix warnings encountered with clang -Wall. | Dec 4 2013 | |||
37b97d1c93fb | kosak | Add MemorySanitizer annotations in gtest printers. Also remove unused variable… | Dec 3 2013 | |||
aa34ae250800 | kosak | Delete whitespace, and change the return type of ImplicitlyConvertible… | Dec 3 2013 | |||
2d3543f81d6d | zhanyong.wan | avoids clash with the max() macro on Windows | Sep 18 2013 | |||
fc01f532a622 | zhanyong.wan | Fixes unused function warning on Mac, and fixes compatibility with newer GCC. | Mar 1 2013 | |||
6a036a5c8c76 | zhanyong.wan | Fixes a nasty issue in gtest's template instantiation. | Mar 1 2013 | |||
1b89db97058c | zhanyong.wan | Removes an unused variable; also refactors to support an up-coming googlemock… | Feb 28 2013 | |||
cc1fdb58caf8 | kosak | Removes testing::internal::String::Format(), which causes problems as it… | Feb 22 2013 | |||
65b5c22436fa | zhanyong.wan | Fixes an out-dated URL. | Feb 2 2013 | |||
268ba618154d | jgm | Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support… | Dec 3 2012 | |||
87fdda2cf24d | jgm | Unfortunately, the svn repo is a bit out of date. This commit contains 8… | Nov 15 2012 | |||
78bf6d5724e7 | vladlosev | Improves Android support (by David Turner). | Sep 19 2012 | |||
b535c1767e7e | vladlosev | Removes obsolete debug code. | Sep 6 2012 | |||
ff8d732cefb2 | vladlosev | Fixes gtest-tuple.h in Visual C++ 7.1. | Sep 6 2012 | |||
2147489625ea | vladlosev | Fixed Native Client build of gtest when using glibc (by Ben Smith). | Aug 14 2012 | |||
a1c4b46bc2c1 | jgm | added defines for iOS | Jul 9 2012 | |||
a88c9a88e49e | zhanyong.wan | Improves gtest's failure messages. In particulars, char pointers and char… | Jun 7 2012 | |||
cdb24f86d56e | vladlosev | Teach gtest to autodetect rtti support with clang (by Nico Weber). | May 2 2012 | |||
9a56024c9a57 | jgm | Added support for platforms where pthread_t is a struct rather than an integral… | Apr 2 2012 | |||
f0b86fc3b0f6 | jgm | Misc small updates to some debug death code, and to messages streaming to macros | Mar 9 2012 | |||
cfb40870bc74 | jgm | Locking for Notification class. | Jan 27 2012 | |||
8965a6a0d216 | vladlosev | Improves conformance to the Google C++ Style Guide (by Greg Miller). | Nov 4 2011 | |||
83fe024fb0fe | vladlosev | Adds empty methods to Mutex on platforms where Google Test is not thread-safe. | Oct 25 2011 | |||
4c11f25f8c97 | vladlosev | Expressed the thread-safety annotations in code, replacing the existing comment… | Oct 24 2011 | |||
69a40b7d4ab4 | vladlosev | Adds ability to inject death test child arguments for test purposes. | Oct 5 2011 | |||
f7d58e81c35b | vladlosev | Adds a new macro simplifying use of snprinf on MS platforms. | Sep 26 2011 | |||
1b2e50995887 | vladlosev | Fixes C++0x compatibility problems. | Sep 26 2011 | |||
cf3f92ef93ff | vladlosev | Fixes a user reported test break (modifying a dict while iterating). | Aug 16 2011 | |||
386da2037dc7 | vladlosev | QNX compatibility patch (by Haruka Iwao). | Jun 20 2011 | |||
cc265df8b44e | vladlosev | Fixes broken build on VC++ 7.1. | Jun 13 2011 | |||
7e29bb7f7ebc | vladlosev | Adds support for building Google Mock as a shared library (DLL). | May 20 2011 | |||
ee2f8caecc31 | vladlosev | Simplifies the code by removing condfitional section that is no longer… | May 12 2011 | |||
814a5e9310bb | vladlosev | Adds support for death tests in OpenBSD (by Paweł Hajdan Jr.) | May 3 2011 | |||
c91a353c47ea | zhanyong.wan | Fixes XL C++ 10.1 compiler errors (based on patch by Hady Zalek); cleans up… | Apr 15 2011 | |||
c006f8c12bc7 | zhanyong.wan | fixes a problem caused by gcc 4.6 optimization (by Paul Pluzhnikov) | Apr 14 2011 | |||
b8c0e16eeb74 | zhanyong.wan | Fixes Sun C++ compiler errors (by Pasi Valminen) | Apr 12 2011 | |||
fc99b1ad515c | zhanyong.wan | Avoids iterator_traits, as it's not available in libCStd when compiled with Sun… | Apr 12 2011 | |||
6323646e196f | zhanyong.wan | fixes XL C++ compiler errors (by Pasi Valminen) | Apr 8 2011 | |||
741d6c0d4756 | zhanyong.wan | makes gtest compatible with HP UX (by Pasi Valminen); fixes a typo in the name… | Apr 7 2011 | |||
1ea6b31d5deb | vladlosev | Fixes Windows CE compatibility problem (issue http://code.google. | Mar 31 2011 | |||
1d8c5af33b70 | vladlosev | Allows Google Mock to compile on platforms that do not support typed tests. | Mar 29 2011 | |||
5017fe0090e8 | zhanyong.wan | Fixes compatibility with Sun C++ (by Hady Zalek); fixes compatibility with… | Mar 12 2011 | |||
5451ffe816ca | zhanyong.wan | Makes IsContainerTest compatible with Sun C++ and Visual Age C++, based on Hady… | Mar 9 2011 | |||
603533a0a4dc | zhanyong.wan | Fixes compatibility with Borland C++Builder. Original patch by Josh Kelley. | Mar 5 2011 | |||
ffeb11d14a89 | zhanyong.wan | Indents preprocessor directives. | Feb 22 2011 | |||
9d7455f9844e | vladlosev | Adds null check for file locations in XML output printer. | Feb 2 2011 | |||
9bcf4d0a654b | zhanyong.wan | Adds type_param and value_param as <testcase> attributes to the XML report… | Feb 2 2011 | |||
a198966dd349 | vladlosev | Renames some internal functions to avoid name clashes. | Jan 29 2011 | |||
48b1315108cd | zhanyong.wan | Fixes GCC 4.6 warnings (patch by Jeffrey Yasskin). | Jan 10 2011 | |||
b5eb6ed9e27b | zhanyong.wan | Makes gtest print string literals correctly when it contains \x escape… | Dec 3 2010 | |||
42bf979ce7c1 | vladlosev | Adds Google Native Client compatibility (issue 329). | Nov 30 2010 | |||
50f4deb1cf3e | vladlosev | Modifies handling of C++ exceptions in death tests to treat exceptions escaping… | Oct 19 2010 | |||
c18438ca2983 | zhanyong.wan | Makes gtest wokr on MinGW (by Vlad Losev); removes unused linked_ptr::release()… | Oct 11 2010 | |||
dac3e879c56a | zhanyong.wan | Include gtest headers as user headers instead of system headers. | Sep 14 2010 | |||
88e0df62470f | zhanyong.wan | Removes all uses of StrStream; fixes the VC projects and simplifies them by… | Sep 8 2010 | |||
35c39756495b | zhanyong.wan | Casts char to unsigned char before calling isspace() etc to avoid undefined… | Aug 31 2010 | |||
a9f380f5c7ff | zhanyong.wan | Removes the Windows golden file (by Vlad Losev); implements test result… | Aug 20 2010 |
c4science · Help