Homec4science

Merge pull request #498 from BillyDonahue/wiki

Description

Merge pull request #498 from BillyDonahue/wiki

Bring googlecode wiki markdown files into docs/ folder.

Event Timeline

Billy Donahue <BillyDonahue@users.noreply.github.com> committed R9484:3003e787a5f6: Merge pull request #498 from BillyDonahue/wiki (authored by Billy Donahue <BillyDonahue@users.noreply.github.com>).Aug 22 2015, 23:37

Merged Changes

This commit merges a very large number of changes. Only the first 50 are shown.
CommitAuthorDetailsCommitted
613e23a4bf37Billy Donahue
Move wiki .md files to docs/ folder. 
Aug 22 2015
6698939b3299Billy Donahue
Merge branch 'master' into wiki 
Aug 22 2015
5050d9680b27Billy Donahue
Merge pull request #1 from google/master 
Aug 22 2015
e6ad956e00daBilly Donahue
Merge branch 'wiki' of github.com:BillyDonahue/googletest into wiki 
Aug 22 2015
b45583ace084Billy Donahue
Merge pull request #497 from BillyDonahue/20150822_readme_md 
Aug 22 2015
a47310a1c1e8Billy Donahue
Rename README->README.md 
Aug 22 2015
849f2813959fBilly Donahue
Merge pull request #495 from BillyDonahue/script_export 
Aug 21 2015
524958b4440dBilly Donahue
Remove execute permissions from msvc/ files. 
Aug 21 2015
98f62c9cdde5Billy Donahue
Codegear files should be CRLF. 
Aug 21 2015
02730de6e3aeBilly Donahue
Exported by script 
Aug 21 2015
6f8a66431cb5kosak
Introduce FormatForComparison to format values that are operands of comparison… 
Jul 28 2015
0b10cfd58259kosak
Prevent MSVC from issuing warnings about possible value truncations. 
Jul 28 2015
f253efc20ec0kosak
Introduct GTEST_HAS_STD_SHARED_PTR_ 
Jul 28 2015
333075294121kosak
Order the initializers correctly. 
Jul 28 2015
1e86cae1d64bkosak
Inject GTEST_EXTRA_DEATH_TEST_CHILD_SETUP 
Jul 27 2015
c33ce7c15905kosak
Inject the custom InitGoogleTest function using a macro. 
Jul 27 2015
f487e9510be9kosak
Inject the name of the Init function using a macro. 
Jul 27 2015
4188ec352925kosak
Inject GTEST_CUSTOM_TEST_EVENT_LISTENER_ 
Jul 24 2015
f972f1680aa5kosak
Inject GetArgvs() with a macro from custom/gtest-port.h. 
Jul 24 2015
40bba6c9ec1akosak
Inject GTEST_EXTRA_DEATH_TEST_COMMAND_LINE_ARGS_ 
Jul 24 2015
01e229bacf86kosak
Fix an instance of move-pessimization. 
Jul 24 2015
794ef030ebadkosak
Add support for named value-parameterized tests. 
Jul 24 2015
41b5b28d4858kosak
Inject implementation of *FromGTestEnv using macros. 
Jul 24 2015
c6b9fcd60ab2kosak
Add injection point for GTEST_KILLED_BY_SIGNAL_OVERRIDE. 
Jul 20 2015
831b87f2342dkosak
Do not create an extra default instance of T when constructing a ThreadLocal<T>. 
Jul 20 2015
9e38d77f65ebkosak
Allow the single-arg Values() overload to to conversions, just like every other… 
Jul 20 2015
7d7beaa15571kosak
Condition some code on !GTEST_HAS_MUTEX_AND_THREAD_LOCAL_ 
Jul 20 2015
4d69b1607a87kosak
GTEST_USE_OWN_FLAGFILE support 
Jul 19 2015
e7dbfde8ce49kosak
Move stack trace logic into custom/ and add a macro to inject it. 
Jul 18 2015
fe95bc332d92kosak
Determine the existence of hash_map/hash_set in gtest-port.h. 
Jul 18 2015
060b7452ec0fkosak
Implement GetThreadCount for Linux. 
Jul 18 2015
4f8dc917ebcekosak
Add support for --gtest_flagfile. 
Jul 18 2015
195610d30c22kosak
Add support for --gtest_flagfile 
Jul 17 2015
0928adbfea9bkosak
Move the selection of the flag saver implementation into gtest-port.h and… 
Jul 15 2015
80167de7055dkosak
Minor refactoring. 
Jul 15 2015
38dd7485c0bekosak
Change GetDefaultFilter to allow for the injection of a custom filter. 
Jul 14 2015
f025eba07ba7kosak
Add support for gtest custom printers. 
Jul 14 2015
1cc9514de5a9kosak
Add comment. 
Jul 14 2015
54566c2573cbkosak
Remove TestPrematureExitFileEnvVarIsSet 
Jul 14 2015
fb9caa4a1885kosak
Minor changes. 
Jul 14 2015
683886c5676dkosak
Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in… 
Jul 14 2015
1e4d31008ff9kosak
Control death test with an #ifdef guard. 
Jul 14 2015
156d1b513b90kosak
Create custom/gtest-port.h to hold custom logic. 
Jul 14 2015
d5ac8cd9ebdbkosak
Add GTEST_ATTRIBUTE_UNUSED_ to the dummy variable generated in… 
Jul 14 2015
0f3d673be15dkosak
fully-qualify use of scoped_ptr name 
Jul 13 2015
1197daf35711kosak
urxvt supports colors 
Apr 29 2015
f8c44a0ae449kosak
Work around some unsigned->signed warnings in our tests/. Thanks to Diego… 
Apr 28 2015
5c996c64665fkosak
Make an int64->double conversion explicit to silence -Wconversion. 
Apr 28 2015
1d53731f2c21kosak
Enable GTest thread safety on Native Client. 
Feb 14 2015
8209a45e2484kosak
Add asserts to prevent mysterious hangs in a non-thread-safe gmock build. 
Feb 14 2015