aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #506 from google/BillyDonahue-patch-1Billy Donahue2015-08-241-2/+2
|\ | | | | Update README.md
| * Update README.mdBilly Donahue2015-08-241-2/+2
|/
* Merge pull request #505 from BillyDonahue/import_dBilly Donahue2015-08-241-9/+7
|\ | | | | Import dhood
| * dhood suggestionsBilly Donahue2015-08-241-8/+6
| |
| * Merge pull request #7 from dhood/masterBilly Donahue2015-08-241-4/+4
| |\ | | | | | | Accept dhood's readme improvement
| | * Correct readme linksDeanna Hood2015-08-241-4/+4
| |/ |/|
* | Merge pull request #502 from BillyDonahue/pump_manual_fixBilly Donahue2015-08-221-2/+2
|\ \ | | | | | | Update PumpManual.md
* \ \ Merge pull request #501 from BillyDonahue/masterBilly Donahue2015-08-221-11/+11
|\ \ \ | | | | | | | | integrate doc fixes
| | | * Merge pull request #5 from BillyDonahue/pump_manual_fixBilly Donahue2015-08-221-2/+2
| | |/| | |/|/ | | | Update PumpManual.md
| | * Update PumpManual.mdBilly Donahue2015-08-221-2/+2
| |/
| * Merge pull request #4 from BillyDonahue/samples_md-fixBilly Donahue2015-08-221-11/+11
| |\ | | | | | | relative links to samples/
| | * relative links to samples/Billy Donahue2015-08-221-11/+11
| |/
| * Merge pull request #3 from google/masterBilly Donahue2015-08-220-0/+0
| |\ | |/ |/| Merge pull request #500 from BillyDonahue/master
* | Merge pull request #500 from BillyDonahue/masterBilly Donahue2015-08-220-0/+0
|\| | | | | Merge pull request #2 from google/master
| * Merge pull request #2 from google/masterBilly Donahue2015-08-220-0/+0
| |\ | |/ |/| pull from google master.
* | Merge pull request #499 from google/wikiBilly Donahue2015-08-2229-0/+16074
|\ \ | | | | | | merge wiki branch into master
| * | Merge pull request #498 from BillyDonahue/wikiBilly Donahue2015-08-22200-0/+71777
| |\| | | | | | | Bring googlecode wiki markdown files into docs/ folder.
| | * Move wiki .md files to docs/ folder.Billy Donahue2015-08-2229-0/+0
| | |
| | * Merge branch 'master' into wikiBilly Donahue2015-08-221-91/+83
| | |\
| | | * Merge pull request #1 from google/masterBilly Donahue2015-08-221-91/+83
| | | |\ | |_|_|/ |/| | | update to google/googletest master
* | | | Merge pull request #497 from BillyDonahue/20150822_readme_mdBilly Donahue2015-08-221-91/+83
|\ \ \ \ | |_|_|/ |/| | | Rename README->README.md
| * | | Rename README->README.mdBilly Donahue2015-08-221-91/+83
|/ / /
| | * Merge branch 'wiki' of github.com:BillyDonahue/googletest into wikiBilly Donahue2015-08-2229-0/+16074
| |/| |/|/
| * Migrating wiki contents from Google CodeGoogle Code Exporter2015-07-2829-0/+16074
|
* Merge pull request #495 from BillyDonahue/script_exportBilly Donahue2015-08-211-0/+0
|\ | | | | Initial sync from open_gtest_branch to github.
| * Remove execute permissions from msvc/ files.Billy Donahue2015-08-2110-0/+0
| |
| * Codegear files should be CRLF.Billy Donahue2015-08-216-437/+437
| |
| * Exported by scriptBilly Donahue2015-08-2117-437/+437
|/
* Introduce FormatForComparison to format values that are operands of ↵kosak2015-07-282-97/+97
| | | | comparison assertions (e.g. ASSERT_EQ).
* Prevent MSVC from issuing warnings about possible value truncations.kosak2015-07-281-2/+2
|
* Introduct GTEST_HAS_STD_SHARED_PTR_kosak2015-07-271-0/+1
|
* Order the initializers correctly.kosak2015-07-271-2/+2
|
* Inject GTEST_EXTRA_DEATH_TEST_CHILD_SETUPkosak2015-07-271-0/+5
|
* Inject the custom InitGoogleTest function using a macro.kosak2015-07-271-0/+8
|
* Inject the name of the Init function using a macro.kosak2015-07-272-3/+9
|
* Inject GTEST_CUSTOM_TEST_EVENT_LISTENER_kosak2015-07-241-0/+5
|
* Inject GetArgvs() with a macro from custom/gtest-port.h.kosak2015-07-244-30/+19
|
* Inject GTEST_EXTRA_DEATH_TEST_COMMAND_LINE_ARGS_kosak2015-07-241-0/+6
|
* Fix an instance of move-pessimization.kosak2015-07-241-1/+1
|
* Add support for named value-parameterized tests.kosak2015-07-246-18/+351
|
* Inject implementation of *FromGTestEnv using macros.kosak2015-07-242-0/+13
|
* Add injection point for GTEST_KILLED_BY_SIGNAL_OVERRIDE.kosak2015-07-191-0/+8
|
* Do not create an extra default instance of T when constructing a ThreadLocal<T>.kosak2015-07-192-42/+87
|
* Allow the single-arg Values() overload to to conversions, just like every otherkosak2015-07-192-18/+6
| | | | overload.
* Condition some code on !GTEST_HAS_MUTEX_AND_THREAD_LOCAL_kosak2015-07-191-0/+9
|
* GTEST_USE_OWN_FLAGFILE supportkosak2015-07-194-0/+14
|
* Move stack trace logic into custom/ and add a macro to inject it.kosak2015-07-173-36/+65
|
* Determine the existence of hash_map/hash_set in gtest-port.h.kosak2015-07-173-6/+14
|
* Implement GetThreadCount for Linux.kosak2015-07-172-32/+47
|
* Add support for --gtest_flagfile.kosak2015-07-179-53/+182
|