aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-2528-22956/+0
|
* Introduce FormatForComparison to format values that are operands of ↵kosak2015-07-282-97/+97
| | | | comparison assertions (e.g. ASSERT_EQ).
* Prevent MSVC from issuing warnings about possible value truncations.kosak2015-07-281-2/+2
|
* Introduct GTEST_HAS_STD_SHARED_PTR_kosak2015-07-271-0/+1
|
* Inject the name of the Init function using a macro.kosak2015-07-271-0/+4
|
* Inject GetArgvs() with a macro from custom/gtest-port.h.kosak2015-07-242-6/+4
|
* Fix an instance of move-pessimization.kosak2015-07-241-1/+1
|
* Add support for named value-parameterized tests.kosak2015-07-243-13/+158
|
* Do not create an extra default instance of T when constructing a ThreadLocal<T>.kosak2015-07-191-10/+78
|
* Allow the single-arg Values() overload to to conversions, just like every otherkosak2015-07-192-18/+6
| | | | overload.
* GTEST_USE_OWN_FLAGFILE supportkosak2015-07-192-0/+6
|
* Move stack trace logic into custom/ and add a macro to inject it.kosak2015-07-171-0/+41
|
* Determine the existence of hash_map/hash_set in gtest-port.h.kosak2015-07-171-0/+9
|
* Add support for --gtest_flagfile.kosak2015-07-176-40/+109
|
* Add support for --gtest_flagfilekosak2015-07-172-0/+13
|
* Move the selection of the flag saver implementation into gtest-port.h andkosak2015-07-142-2/+3
| | | | custom/gtest-port.h.
* Change GetDefaultFilter to allow for the injection of a custom filter.kosak2015-07-141-0/+5
|
* Add support for gtest custom printers.kosak2015-07-142-0/+47
|
* Minor changes.kosak2015-07-141-1/+1
|
* Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in ↵kosak2015-07-142-2/+2
| | | | INSTANTIATE_TEST_CASE_P.
* Create custom/gtest-port.h to hold custom logic.kosak2015-07-143-76/+209
|
* Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated inkosak2015-07-132-2/+2
| | | | INSTANTIATE_TEST_CASE_P.
* Enable GTest thread safety on Native Client.kosak2015-02-141-3/+3
|
* Add asserts to prevent mysterious hangs in a non-thread-safe gmock build.kosak2015-02-141-2/+12
|
* Add FreeBSD support.kosak2015-01-221-3/+6
|
* Fix build regression with old (Xcode 5.1) clangs.kosak2015-01-141-4/+8
|
* Fix build of Objective-C++ files with new clang versions.kosak2015-01-081-0/+5
|
* Change an example to use 'override' rather than 'virtual'. Add missing ↵kosak2015-01-081-2/+2
| | | | headers for 'connect' and 'socket'.
* Noop changes to suppress compile-time warnings in WINDOWS code paths.kosak2014-11-171-0/+1
|
* Remove special support for GTEST_OS_IOS_SIMULATOR.kosak2014-11-171-5/+1
|
* Strip trailing whitespace when stringifying type lists.kosak2014-11-172-1/+8
|
* Clang-on-Windows can support GTEST_ATTRIBUTE_UNUSED_.kosak2014-11-171-3/+14
|
* Call move() by qualified name (::testing::internal::move() or just ↵kosak2014-11-171-2/+2
| | | | internal::move()).
* Add ByMove() modifier for the Return() action.kosak2014-11-171-8/+11
|
* Distinguish between C++11 language and library support for std::function, ↵kosak2014-11-171-6/+28
| | | | std::begin, std::end, and std::move in gtest and gmock.
* Reduce the stack frame size for CmpHelper* functions by moving the failure ↵kosak2014-11-171-9/+31
| | | | path into their own functions.
* Expand equality failure messages with a by-line diff.kosak2014-07-281-0/+32
|
* Additional changes, to add support for Windows Phone and Windows RTkosak2014-06-181-3/+5
|
* Reduce the number of occurrences of gendered pronouns in gtest.kosak2014-06-181-11/+11
|
* Push upstream to SVN.billydonahue2014-05-154-101/+142
|
* Export tuple and friends in the ::testing namespace.kosak2014-04-023-45/+64
|
* Implement threading support for gtest on Windows.kosak2014-03-241-67/+338
| | | | Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows.
* Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer.kosak2014-03-121-0/+12
|
* Suppress "Conditional expression is constant" warning on Visual Studio.kosak2014-01-292-0/+27
|
* Add GTEST_MOVE macro, to support mocking methods with move-only return types.kosak2014-01-291-2/+25
| | | | Add GTEST_ATTRIBUTE_NO_SANITIZE_ADDRESS_
* Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak2014-01-132-0/+16
| | | | Also improve an error message in gtest_test_utils.py.
* Define specialization of PrintTo(...) for ::std::tuple.kosak2014-01-122-39/+107
|
* Improves documentation on gtest's macros.kosak2014-01-121-16/+69
| | | | | Adds script to automate releasing new version of wiki docs.
* Distinguish between C++11 language and library support for <initializer_list>.kosak2013-12-041-0/+8
| | | | Fix spelling: repositary -> repository.
* Fix warnings encountered with clang -Wall.kosak2013-12-031-2/+5
|