summaryrefslogtreecommitdiff
path: root/include/gtest/internal/gtest-port.h
Commit message (Expand)AuthorAgeFilesLines
* Introduct GTEST_HAS_STD_SHARED_PTR_kosak@google.com2015-07-271-0/+1
* Inject the name of the Init function using a macro.kosak@google.com2015-07-271-0/+4
* Inject GetArgvs() with a macro from custom/gtest-port.h.kosak@google.com2015-07-241-3/+4
* Fix an instance of move-pessimization.kosak@google.com2015-07-241-1/+1
* Do not create an extra default instance of T when constructing a ThreadLocal<T>.kosak@google.com2015-07-191-10/+78
* GTEST_USE_OWN_FLAGFILE supportkosak@google.com2015-07-191-0/+4
* Determine the existence of hash_map/hash_set in gtest-port.h.kosak@google.com2015-07-171-0/+9
* Add support for --gtest_flagfilekosak@google.com2015-07-171-0/+8
* Move the selection of the flag saver implementation into gtest-port.h andkosak@google.com2015-07-141-0/+2
* Minor changes.kosak@google.com2015-07-141-1/+1
* Create custom/gtest-port.h to hold custom logic.kosak@google.com2015-07-141-76/+54
* Enable GTest thread safety on Native Client.kosak@google.com2015-02-141-3/+3
* 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
* Noop changes to suppress compile-time warnings in WINDOWS code paths.kosak@google.com2014-11-171-0/+1
* 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-171-0/+7
* 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
* Add ByMove() modifier for the Return() action.kosak@google.com2014-11-171-8/+11
* Distinguish between C++11 language and library support for std::function, std...kosak@google.com2014-11-171-6/+28
* Additional changes, to add support for Windows Phone and Windows RTkosak@google.com2014-06-181-3/+5
* Push upstream to SVN.billydonahue@google.com2014-05-151-34/+66
* Export tuple and friends in the ::testing namespace.kosak@google.com2014-04-021-1/+20
* Implement threading support for gtest on Windows.kosak@google.com2014-03-241-67/+338
* Add annotations to suppress ThreadSanitizer failures due to gunit/gmock printer.kosak@google.com2014-03-121-0/+12
* Suppress "Conditional expression is constant" warning on Visual Studio.kosak@google.com2014-01-291-0/+25
* Add GTEST_MOVE macro, to support mocking methods with move-only return types.kosak@google.com2014-01-291-2/+25
* Define specialization of PrintTo(...) for ::std::tuple.kosak@google.com2014-01-121-0/+24
* Improves documentation on gtest's macros.kosak@google.com2014-01-121-16/+69
* Distinguish between C++11 language and library support for <initializer_list>.kosak@google.com2013-12-041-0/+8
* Fix warnings encountered with clang -Wall.kosak@google.com2013-12-031-2/+5
* Add MemorySanitizer annotations in gtest printers. Also remove unused variabl...kosak@google.com2013-12-031-0/+13
* Fixes unused function warning on Mac, and fixes compatibility with newer GCC.zhanyong.wan2013-02-281-2/+2
* Fixes a nasty issue in gtest's template instantiation.zhanyong.wan2013-02-281-0/+9
* Unbreak building gtest with -std=c++11 on Mac OS X 10.6. Also, better support...jgm@google.com2012-12-031-6/+7
* Unfortunately, the svn repo is a bit out of date. This commit contains 8jgm@google.com2012-11-151-11/+11
* Improves Android support (by David Turner).vladlosev2012-09-191-6/+39
* Fixed Native Client build of gtest when using glibc (by Ben Smith).vladlosev2012-08-141-14/+53
* added defines for iOSjgm@google.com2012-07-091-1/+11
* Improves gtest's failure messages. In particulars, char pointers andzhanyong.wan2012-06-071-0/+4
* Teach gtest to autodetect rtti support with clang (by Nico Weber).vladlosev2012-05-021-0/+7
* Added support for platforms where pthread_t is a struct rather than an integraljgm@google.com2012-04-021-7/+21
* Locking for Notification class.jgm@google.com2012-01-271-4/+19
* Improves conformance to the Google C++ Style Guide (by Greg Miller).vladlosev2011-11-041-2/+2
* Adds empty methods to Mutex on platforms where Google Test is not thread-safe...vladlosev2011-10-241-0/+2
* Expressed the thread-safety annotations in code, replacing the existing comme...vladlosev2011-10-241-0/+4
* Adds ability to inject death test child arguments for test purposes.vladlosev2011-10-051-5/+6
* Adds a new macro simplifying use of snprinf on MS platforms.vladlosev2011-09-261-0/+17