summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Introduce FormatForComparison to format values that are operands of ↵HEADmasterkosak@google.com2015-07-282-97/+97
| | | | | | comparison assertions (e.g. ASSERT_EQ). git-svn-id: http://googletest.googlecode.com/svn/trunk@746 861a406c-534a-0410-8894-cb66d6ee9925
* Prevent MSVC from issuing warnings about possible value truncations.kosak@google.com2015-07-281-2/+2
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@745 861a406c-534a-0410-8894-cb66d6ee9925
* Introduct GTEST_HAS_STD_SHARED_PTR_kosak@google.com2015-07-271-0/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@744 861a406c-534a-0410-8894-cb66d6ee9925
* Inject the name of the Init function using a macro.kosak@google.com2015-07-271-0/+4
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@740 861a406c-534a-0410-8894-cb66d6ee9925
* Inject GetArgvs() with a macro from custom/gtest-port.h.kosak@google.com2015-07-242-6/+4
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@738 861a406c-534a-0410-8894-cb66d6ee9925
* Fix an instance of move-pessimization.kosak@google.com2015-07-241-1/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@736 861a406c-534a-0410-8894-cb66d6ee9925
* Add support for named value-parameterized tests.kosak@google.com2015-07-243-13/+158
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@735 861a406c-534a-0410-8894-cb66d6ee9925
* Do not create an extra default instance of T when constructing a ThreadLocal<T>.kosak@google.com2015-07-191-10/+78
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@732 861a406c-534a-0410-8894-cb66d6ee9925
* Allow the single-arg Values() overload to to conversions, just like every otherkosak@google.com2015-07-192-18/+6
| | | | | | | overload. git-svn-id: http://googletest.googlecode.com/svn/trunk@731 861a406c-534a-0410-8894-cb66d6ee9925
* GTEST_USE_OWN_FLAGFILE supportkosak@google.com2015-07-192-0/+6
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@729 861a406c-534a-0410-8894-cb66d6ee9925
* Move stack trace logic into custom/ and add a macro to inject it.kosak@google.com2015-07-171-0/+41
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@728 861a406c-534a-0410-8894-cb66d6ee9925
* Determine the existence of hash_map/hash_set in gtest-port.h.kosak@google.com2015-07-171-0/+9
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@727 861a406c-534a-0410-8894-cb66d6ee9925
* Add support for --gtest_flagfile.kosak@google.com2015-07-176-40/+109
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@725 861a406c-534a-0410-8894-cb66d6ee9925
* Add support for --gtest_flagfilekosak@google.com2015-07-172-0/+13
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@724 861a406c-534a-0410-8894-cb66d6ee9925
* Move the selection of the flag saver implementation into gtest-port.h andkosak@google.com2015-07-142-2/+3
| | | | | | | custom/gtest-port.h. git-svn-id: http://googletest.googlecode.com/svn/trunk@723 861a406c-534a-0410-8894-cb66d6ee9925
* Change GetDefaultFilter to allow for the injection of a custom filter.kosak@google.com2015-07-141-0/+5
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@721 861a406c-534a-0410-8894-cb66d6ee9925
* Add support for gtest custom printers.kosak@google.com2015-07-142-0/+47
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@720 861a406c-534a-0410-8894-cb66d6ee9925
* Minor changes.kosak@google.com2015-07-141-1/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@717 861a406c-534a-0410-8894-cb66d6ee9925
* Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in ↵kosak@google.com2015-07-142-2/+2
| | | | | | INSTANTIATE_TEST_CASE_P. git-svn-id: http://googletest.googlecode.com/svn/trunk@716 861a406c-534a-0410-8894-cb66d6ee9925
* Create custom/gtest-port.h to hold custom logic.kosak@google.com2015-07-143-76/+209
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@714 861a406c-534a-0410-8894-cb66d6ee9925
* Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated inkosak@google.com2015-07-132-2/+2
| | | | | | | INSTANTIATE_TEST_CASE_P. git-svn-id: http://googletest.googlecode.com/svn/trunk@713 861a406c-534a-0410-8894-cb66d6ee9925
* Enable GTest thread safety on Native Client.kosak@google.com2015-02-141-3/+3
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@707 861a406c-534a-0410-8894-cb66d6ee9925
* Add asserts to prevent mysterious hangs in a non-thread-safe gmock build.kosak@google.com2015-02-141-2/+12
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@706 861a406c-534a-0410-8894-cb66d6ee9925
* Add FreeBSD support.kosak@google.com2015-01-221-3/+6
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@705 861a406c-534a-0410-8894-cb66d6ee9925
* Fix build regression with old (Xcode 5.1) clangs.kosak@google.com2015-01-141-4/+8
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@704 861a406c-534a-0410-8894-cb66d6ee9925
* Fix build of Objective-C++ files with new clang versions.kosak@google.com2015-01-081-0/+5
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@703 861a406c-534a-0410-8894-cb66d6ee9925
* Change an example to use 'override' rather than 'virtual'. Add missing ↵kosak@google.com2015-01-081-2/+2
| | | | | | headers for 'connect' and 'socket'. git-svn-id: http://googletest.googlecode.com/svn/trunk@701 861a406c-534a-0410-8894-cb66d6ee9925
* Noop changes to suppress compile-time warnings in WINDOWS code paths.kosak@google.com2014-11-171-0/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@700 861a406c-534a-0410-8894-cb66d6ee9925
* Remove special support for GTEST_OS_IOS_SIMULATOR.kosak@google.com2014-11-171-5/+1
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@699 861a406c-534a-0410-8894-cb66d6ee9925
* Strip trailing whitespace when stringifying type lists.kosak@google.com2014-11-172-1/+8
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@698 861a406c-534a-0410-8894-cb66d6ee9925
* Clang-on-Windows can support GTEST_ATTRIBUTE_UNUSED_.kosak@google.com2014-11-171-3/+14
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@697 861a406c-534a-0410-8894-cb66d6ee9925
* Call move() by qualified name (::testing::internal::move() or just ↵kosak@google.com2014-11-171-2/+2
| | | | | | internal::move()). git-svn-id: http://googletest.googlecode.com/svn/trunk@696 861a406c-534a-0410-8894-cb66d6ee9925
* Add ByMove() modifier for the Return() action.kosak@google.com2014-11-171-8/+11
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@695 861a406c-534a-0410-8894-cb66d6ee9925
* Distinguish between C++11 language and library support for std::function, ↵kosak@google.com2014-11-171-6/+28
| | | | | | std::begin, std::end, and std::move in gtest and gmock. git-svn-id: http://googletest.googlecode.com/svn/trunk@694 861a406c-534a-0410-8894-cb66d6ee9925
* Reduce the stack frame size for CmpHelper* functions by moving the failure ↵kosak@google.com2014-11-171-9/+31
| | | | | | path into their own functions. git-svn-id: http://googletest.googlecode.com/svn/trunk@693 861a406c-534a-0410-8894-cb66d6ee9925
* Expand equality failure messages with a by-line diff.kosak@google.com2014-07-281-0/+32
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@691 861a406c-534a-0410-8894-cb66d6ee9925
* Additional changes, to add support for Windows Phone and Windows RTkosak@google.com2014-06-181-3/+5
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@690 861a406c-534a-0410-8894-cb66d6ee9925
* Reduce the number of occurrences of gendered pronouns in gtest.kosak@google.com2014-06-181-11/+11
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@689 861a406c-534a-0410-8894-cb66d6ee9925
* Push upstream to SVN.billydonahue@google.com2014-05-154-101/+142
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@686 861a406c-534a-0410-8894-cb66d6ee9925
* Export tuple and friends in the ::testing namespace.kosak@google.com2014-04-023-45/+64
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@682 861a406c-534a-0410-8894-cb66d6ee9925
* Implement threading support for gtest on Windows.kosak@google.com2014-03-241-67/+338
| | | | | | | Also, stop using localtime(). Instead, use localtime_r() on most systems, localtime_s() on Windows. git-svn-id: http://googletest.googlecode.com/svn/trunk@681 861a406c-534a-0410-8894-cb66d6ee9925
* Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer.kosak@google.com2014-03-121-0/+12
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@680 861a406c-534a-0410-8894-cb66d6ee9925
* Suppress "Conditional expression is constant" warning on Visual Studio.kosak@google.com2014-01-292-0/+27
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@677 861a406c-534a-0410-8894-cb66d6ee9925
* Add GTEST_MOVE macro, to support mocking methods with move-only return types.kosak@google.com2014-01-291-2/+25
| | | | | | | Add GTEST_ATTRIBUTE_NO_SANITIZE_ADDRESS_ git-svn-id: http://googletest.googlecode.com/svn/trunk@676 861a406c-534a-0410-8894-cb66d6ee9925
* Make Google Test build cleanly on Visual Studio 2010, 2012, 2013.kosak@google.com2014-01-132-0/+16
| | | | | | | Also improve an error message in gtest_test_utils.py. git-svn-id: http://googletest.googlecode.com/svn/trunk@675 861a406c-534a-0410-8894-cb66d6ee9925
* Define specialization of PrintTo(...) for ::std::tuple.kosak@google.com2014-01-122-39/+107
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@673 861a406c-534a-0410-8894-cb66d6ee9925
* Improves documentation on gtest's macros.kosak@google.com2014-01-121-16/+69
| | | | | | | | Adds script to automate releasing new version of wiki docs. git-svn-id: http://googletest.googlecode.com/svn/trunk@672 861a406c-534a-0410-8894-cb66d6ee9925
* Distinguish between C++11 language and library support for <initializer_list>.kosak@google.com2013-12-041-0/+8
| | | | | | | Fix spelling: repositary -> repository. git-svn-id: http://googletest.googlecode.com/svn/trunk@671 861a406c-534a-0410-8894-cb66d6ee9925
* Fix warnings encountered with clang -Wall.kosak@google.com2013-12-031-2/+5
| | | | git-svn-id: http://googletest.googlecode.com/svn/trunk@670 861a406c-534a-0410-8894-cb66d6ee9925
* Add MemorySanitizer annotations in gtest printers. Also remove unused ↵kosak@google.com2013-12-031-0/+13
| | | | | | variable kPathSeparatorString. git-svn-id: http://googletest.googlecode.com/svn/trunk@669 861a406c-534a-0410-8894-cb66d6ee9925