0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 3 days ago.
Jun 13, 2023 — Jun 13, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactors for the event listener API (by Vlad Losev): hides some methods in UnitTest; implements the result printers using the public API. More... almost 15 years ago
Makes gtest's tuple implementation work with Symbian 5th edition by bypassing 2 compiler bugs (by Zhanyong Wan); refactors for the event listener API (by Vlad Losev). More... almost 15 years ago
Turns on exceptions when compiling gtest_output_test (by Vlad Losev); moves TestCase to gtest.h to prepare for the event listener API (by Vlad Losev). More... almost 15 years ago
Fixes the broken run_tests_test (by Vlad Losev). More... almost 15 years ago
Moves TestResult from gtest-internal-inl.h to gtest.h to prepare for the even listener API work (by Vlad Losev); cleans up the scons script (by Zhanyong Wan). More... almost 15 years ago
Fixes compatibility with Windows CE and Symbian (By Tim Baverstock and Mika). More... almost 15 years ago
Fixes broken gtest_unittest on Cygwin and cleans it up (by Vlad Losev); fixes the wrong usage of os.environ.clear() in gtest_output_test.py (by Vlad Losev); fixes the logic for detecting Symbian (by Zhanyong Wan); moves TestProperty for event listener (by Vlad Losev). More... almost 15 years ago
Implements a subset of TR1 tuple needed by gtest and gmock (by Zhanyong Wan); cleaned up the Python tests (by Vlad Losev); made run_tests.py invokable from any directory (by Vlad Losev). More... almost 15 years ago
Fixes the logic for determining whether cxxabi.h is available. More... about 15 years ago
Works around a gcc bug when compiling tr1/tuple with RTTI disabled. More... about 15 years ago
Fixes a typo in run_tests.py and its test (by Vlad Losev). More... about 15 years ago
Enables tr1 tuple on Symbian. More... about 15 years ago
Adds run_tests.py for running the tests (by Vlad Losev). More... about 15 years ago
Adds support for xterm-256color (by Michihiro Kuramochi). More... about 15 years ago
Adds missing copyright in test/gtest-test-part_test.cc (by Markus Heule). Minor format adjustments. More... about 15 years ago
Change a few visibilities to work around a bug in g++ 3.4.2. More... about 15 years ago
Fixes the broken gtest_break_on_failure_unittest.py. More... about 15 years ago
Uses DebugBreak() to properly break on Windows (by Vlad Losev). More... about 15 years ago
Removes dead code (by Vlad Losev). Fixes tr1 tuple's path on gcc version before 4.0.0 (by Zhanyong Wan). More... about 15 years ago
Trivial source code format tweak. More... about 15 years ago
Ports gtest to C++Builder, by Josh Kelley. More... about 15 years ago
Ports gtest to minGW (by Kenton Varda). More... about 15 years ago
Makes --gtest_list_tests honor the test filter (by Jay Campan). More... about 15 years ago
Renames the POSIX wrappers (by Zhanyong Wan) and adds more targets to SConscript (by Vlad Losev). More... about 15 years ago
Makes gtest print elapsed time by default. More... about 15 years ago
Makes the Python tests more stable (by Vlad Losev); fixes a memory leak in GetThreadCount() on Mac (by Vlad Losev); improves fuse_gtest_files.py to support fusing Google Mock files (by Zhanyong Wan). More... about 15 years ago
Adds sample4_unittest to scons (by Vlad Losev); adds logic for getting the thread count on Mac (by Vlad Losev); adds HasFailure() and HasNonfatalFailure() (by Zhanyong Wan). More... about 15 years ago
Fixes the comment about GTEST_ATTRIBUTE_UNUSED_. More... about 15 years ago
Fixes the scons script to build gtest-death-test_test on Linux. More... about 15 years ago
Cleans up the use of GTEST_OS_WINDOWS and _MSC_VER. More... about 15 years ago