Martin Maly
210392eb27
Adding missing files to googlemock distribution.
10 years ago
Billy Donahue
affb09edf0
move googlemock files into googlemock/ subdir
10 years ago
Billy Donahue
1f87a0970d
Move everything in googletest into googletest/googletest
10 years ago
zhanyong.wan
88080ee943
adds gmock_doctor.py to the distro
11 years ago
zhanyong.wan
c306ef2e14
supports a protocol for catching tests that prematurely exit
12 years ago
zhanyong.wan
778358e3f1
adds more files to gmock's distro
12 years ago
zhanyong.wan
35da814a99
fixes a typo
12 years ago
zhanyong.wan
64bd62daf2
adds gmock-more-matchers.h to the distro
12 years ago
zhanyong.wan
88fe90793c
Removes dangling references in make/cmake files.
12 years ago
kosak
cc1fdb58ca
Removes testing::internal::String::Format(), which causes problems as it truncates the result at 4096 chars. Also update an obsolete link in comment.
12 years ago
vladlosev
40fa8ffc9e
Adds the LICENSE file to the distribution.
12 years ago
vladlosev
d367343685
Adds the LICENSE file to the distribution.
12 years ago
vladlosev
5aa8dd99e2
Renames the license files.
14 years ago
vladlosev
a63da04126
Makes generation of fused sources contingent on availability of Python and pulls in gtest r580.
14 years ago
vladlosev
758728ba9b
Makes generation of fused sources contingent on availability of Python.
14 years ago
zhanyong.wan
52277c919e
disables 'make install'
14 years ago
zhanyong.wan
8e68753288
fixes link errors in 'make check'
14 years ago
zhanyong.wan
661758ec1a
disables 'make install'
14 years ago
zhanyong.wan
98054bd134
fixes link error in 'make check' on some systems
14 years ago
zhanyong.wan
62a35fbc5d
Adds CMake scripts to gmock's release package.
14 years ago
zhanyong.wan
9b89752035
Adds test/gtest-death-test_ex_test.cc to the release package.
14 years ago
zhanyong.wan
0e651afade
Adds cmake scripts to the release package.
14 years ago
vladlosev
b3e904227f
Adds project files for MSVC 2010 (by Fredrik Roubert).
14 years ago
zhanyong.wan
a9f380f5c7
Removes the Windows golden file (by Vlad Losev); implements test result streaming (by Nikhil Jindal and cleaned up by Zhanyong Wan).
15 years ago
zhanyong.wan
ccedc1c933
Removes some gmock internal macros; sorts the file lists in Makefile.am; picks up gtest r454.
15 years ago
zhanyong.wan
b83585c4de
Adds new test files to the distro, and sorts the file lists.
15 years ago
zhanyong.wan
598fe2288e
Removes unused scripts from the distro.
15 years ago
vladlosev
7aec2f36ba
Lucid autotools compatibility patch by Jeffrey Yasskin.
15 years ago
zhanyong.wan
02f7106557
Moves the universal printer from gmock to gtest (by Vlad Losev).
15 years ago
zhanyong.wan
2ccea88c99
Moves the universal printer from gmock to gtest and refactors the cmake script for reusing in gmock (by Vlad Losev).
15 years ago
zhanyong.wan
33605ba454
Adds Each(m) (by Wojtek Moczydlowski); removes scripts/test/Makefile (by Zhanyong Wan); pulls in gtest r424.
15 years ago
zhanyong.wan
d19f58677b
Improves Makefile.am (by Vlad Losev); fixes Makefile and updates README (by Zhanyong Wan).
15 years ago
zhanyong.wan
509b5339e9
Simplifies Makefile.am (by Zhanyong Wan and Vlad Losev).
15 years ago
zhanyong.wan
75e2713e45
Adds the pump.py script.
15 years ago
zhanyong.wan
9f0824b0a6
Adds missing gtest DLL exports.
15 years ago
zhanyong.wan
f3feb338ef
Removes the old DLL solution.
15 years ago
zhanyong.wan
5905ba00fe
Adds threading support (by Vlad Losev); updates the version number (by Zhanyong Wan); adds release notes for 1.5.0 (by Vlad Losev).
15 years ago
zhanyong.wan
3bef459eac
Adds threading support (by Miklos Fazekas, Vlad Losev, and Chandler Carruth); adds wide InitGoogleTest to gtest.def (by Vlad Losev); updates the version number (by Zhanyong Wan); updates the release notes for 1.5.0 (by Vlad Losev); removes scons scripts from the distribution (by Zhanyong Wan); adds the cmake build script to the distribution (by Zhanyong Wan); adds fused source files to the distribution (by Vlad Losev and Chandler Carruth).
15 years ago
zhanyong.wan
284b54d304
Trims the autotools build script.
15 years ago
zhanyong.wan
a3dd9d97c5
Supports building gtest as a DLL (by Vlad Losev).
15 years ago
zhanyong.wan
075b76bb96
Trims the autotools build script.
15 years ago
zhanyong.wan
5a3c1691a1
Removes gmock_output_test_.vcproj.
15 years ago
zhanyong.wan
2e075a7f60
Refactors run_tests.py s.t. it can be shared by gmock (by Vlad Losev); Fixes a warning in gtest-tuple_test.cc on Cygwin (by Vlad Losev).
15 years ago
vladlosev
bad778caa3
Implements support for AssertionResult in Boolean assertions such as EXPECT_TRUE; Fixes Google Tests's tuple implementation to default-initialize its fields in the default constructor (by Zhanyong Wan); Populates gtest_stress_test.cc with actual tests.
16 years ago
zhanyong.wan
bd851333e8
Implements test shuffling (by Zhanyong Wan, based on Josh Kelley's original patch).
...
Enables death tests on minGW (by Vlad Losev).
16 years ago
zhanyong.wan
bcaf6f542f
Removes deprecated /Wp64 flag from VC projects; also removes unneeded VC projects.
16 years ago
zhanyong.wan
d6ffd13698
Adds gmock-more-actions.h to the distribution ('make distcheck' passes).
16 years ago
zhanyong.wan
16e9dd6e28
More implementation of the event listener interface (by Vlad Losev); Reduces the stack space usage of assertions by moving AssertHelper's fields to the heap (by Jorg Brown); Makes String faster, smaller, and simpler (by Zhanyong Wan); Fixes a bug in String::Format() (by Chandler); Adds the /MD version of VC projects to the distribution (by Vlad Losev).
16 years ago
chandlerc
888b6ebe7d
Fix the 'make dist' behavior to include gtest-tuple.h and gtest-tuple.h.pump.
...
Missing these caused failures on platforms depending on them as well as general
failures of the dedicated tests for the tuple implementation.
Change was tested by running 'make distcheck' and then extracting the result to
an entirely separate location (a subdirectory is insufficient, thank you
Autotools) and running './configure; make check'.
16 years ago
zhanyong.wan
a18423e0ee
Re-organizes the file structure for actions.
16 years ago