summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Introduce FormatForComparison to format values that are operands of compariso...HEADmasterkosak@google.com2015-07-282-97/+97
* Prevent MSVC from issuing warnings about possible value truncations.kosak@google.com2015-07-281-2/+2
* Introduct GTEST_HAS_STD_SHARED_PTR_kosak@google.com2015-07-271-0/+1
* Order the initializers correctly.kosak@google.com2015-07-271-2/+2
* Inject GTEST_EXTRA_DEATH_TEST_CHILD_SETUPkosak@google.com2015-07-271-0/+5
* Inject the custom InitGoogleTest function using a macro.kosak@google.com2015-07-271-0/+8
* Inject the name of the Init function using a macro.kosak@google.com2015-07-272-3/+9
* Inject GTEST_CUSTOM_TEST_EVENT_LISTENER_kosak@google.com2015-07-241-0/+5
* Inject GetArgvs() with a macro from custom/gtest-port.h.kosak@google.com2015-07-244-30/+19
* Inject GTEST_EXTRA_DEATH_TEST_COMMAND_LINE_ARGS_kosak@google.com2015-07-241-0/+6
* Fix an instance of move-pessimization.kosak@google.com2015-07-241-1/+1
* Add support for named value-parameterized tests.kosak@google.com2015-07-246-18/+351
* Inject implementation of *FromGTestEnv using macros.kosak@google.com2015-07-242-0/+13
* Add injection point for GTEST_KILLED_BY_SIGNAL_OVERRIDE.kosak@google.com2015-07-191-0/+8
* Do not create an extra default instance of T when constructing a ThreadLocal<T>.kosak@google.com2015-07-192-42/+87
* Allow the single-arg Values() overload to to conversions, just like every otherkosak@google.com2015-07-192-18/+6
* Condition some code on !GTEST_HAS_MUTEX_AND_THREAD_LOCAL_kosak@google.com2015-07-191-0/+9
* GTEST_USE_OWN_FLAGFILE supportkosak@google.com2015-07-194-0/+14
* Move stack trace logic into custom/ and add a macro to inject it.kosak@google.com2015-07-173-36/+65
* Determine the existence of hash_map/hash_set in gtest-port.h.kosak@google.com2015-07-173-6/+14
* Implement GetThreadCount for Linux.kosak@google.com2015-07-172-32/+47
* Add support for --gtest_flagfile.kosak@google.com2015-07-179-53/+182
* Add support for --gtest_flagfilekosak@google.com2015-07-178-108/+246
* Move the selection of the flag saver implementation into gtest-port.h andkosak@google.com2015-07-143-6/+8
* Minor refactoring.kosak@google.com2015-07-142-12/+14
* Change GetDefaultFilter to allow for the injection of a custom filter.kosak@google.com2015-07-142-0/+11
* Add support for gtest custom printers.kosak@google.com2015-07-143-31/+62
* Add comment.kosak@google.com2015-07-141-0/+10
* Remove TestPrematureExitFileEnvVarIsSetkosak@google.com2015-07-141-16/+0
* Minor changes.kosak@google.com2015-07-142-2/+2
* Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in INSTANTIATE_TE...kosak@google.com2015-07-142-2/+2
* Control death test with an #ifdef guard.kosak@google.com2015-07-141-0/+4
* Create custom/gtest-port.h to hold custom logic.kosak@google.com2015-07-143-76/+209
* Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated inkosak@google.com2015-07-132-2/+2
* fully-qualify use of scoped_ptr namekosak@google.com2015-07-132-3/+2
* urxvt supports colorskosak@google.com2015-04-282-0/+8
* Work around some unsigned->signed warnings in our tests/.kosak@google.com2015-04-283-19/+20
* Make an int64->double conversion explicit to silence -Wconversion.kosak@google.com2015-04-281-1/+1
* Enable GTest thread safety on Native Client.kosak@google.com2015-02-141-3/+3
* Add asserts to prevent mysterious hangs in a non-thread-safe gmock build.kosak@google.com2015-02-141-2/+12
* Add FreeBSD support.kosak@google.com2015-01-221-3/+6
* Fix build regression with old (Xcode 5.1) clangs.kosak@google.com2015-01-141-4/+8
* Fix build of Objective-C++ files with new clang versions.kosak@google.com2015-01-081-0/+5
* Small Mingw localtime() fix.kosak@google.com2015-01-081-9/+18
* Change an example to use 'override' rather than 'virtual'. Add missing header...kosak@google.com2015-01-082-2/+4
* Noop changes to suppress compile-time warnings in WINDOWS code paths.kosak@google.com2014-11-172-1/+2
* Remove special support for GTEST_OS_IOS_SIMULATOR.kosak@google.com2014-11-171-5/+1
* Strip trailing whitespace when stringifying type lists.kosak@google.com2014-11-174-8/+42
* Clang-on-Windows can support GTEST_ATTRIBUTE_UNUSED_.kosak@google.com2014-11-171-3/+14
* Call move() by qualified name (::testing::internal::move() or just internal::...kosak@google.com2014-11-171-2/+2