aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Code formatting changes, clean up, no functionality changesGennadiy Civil2018-08-144-15/+6
|
* Merge pull request #1733 from gennadiycivil/masterGennadiy Civil2018-08-147-58/+78
|\ | | | | Move instructions into custom/README files
| * Merge branch 'master' into masterGennadiy Civil2018-08-141-1/+1
| |\ | |/ |/|
* | Merge pull request #924 from wind-river-cdt/cross-testing-patch-1Gennadiy Civil2018-08-131-1/+1
|\ \ | | | | | | Fix #923 - support CMAKE_CROSSCOMPILING_EMULATOR for tests
| * \ Merge branch 'master' into cross-testing-patch-1Gennadiy Civil2018-08-1321-103/+94
| |\ \ | |/ / |/| |
| * | Merge branch 'master' into cross-testing-patch-1Gennadiy Civil2018-08-08311-36369/+19148
| |\ \
| * | | Fix #923 - support CMAKE_CROSSCOMPILING_EMULATOR for testsMartin Oberhuber2016-11-051-1/+1
| | | | | | | | | | | | | | | | | | | | Replaced legacy syntax of cmake add_test() with more modern syntax. This allows running gtests's own tests on remote (cross) systems using CMAKE_CROSSCOMPILING_EMULATOR with cmake-3.3 or newer.
| | | * formatting custom/README.mdGennadiy Civil2018-08-132-11/+11
| | | |
| | | * formatting for new READMEsGennadiy Civil2018-08-132-28/+28
| | | |
| | | * Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-08-130-0/+0
| | | |\ | |_|_|/ |/| | |
* | | | Merge pull request #1732 from gennadiycivil/masterGennadiy Civil2018-08-131-2/+0
|\ \ \ \ | | | | | | | | | | comment cleanup
| | | | * Move instructions into custom/README filesGennadiy Civil2018-08-137-58/+78
| | |_|/ | |/| |
| * | | comment cleanupGennadiy Civil2018-08-131-2/+0
|/ / /
* | | Merge pull request #1731 from 2power10/masterGennadiy Civil2018-08-131-55/+39
|\ \ \ | | | | | | | | Fix the bad format issues in docs/advanced.md
| * | | - Fix the broken markdown tableYi Zheng2018-08-131-55/+39
|/ / / | | | | | | | | | - Fix some format issue
* | | Merge pull request #1727 from gennadiycivil/masterGennadiy Civil2018-08-101-0/+0
|\ \ \ | | | | | | | | Mode change on a python script
| * | | Mode change on a python scriptGennadiy Civil2018-08-101-0/+0
|/ / /
* | | Update README.mdGennadiy Civil2018-08-101-2/+1
| | |
* | | Merge pull request #1726 from google/gennadiycivil-patch-2Gennadiy Civil2018-08-101-0/+7
|\ \ \ | | | | | | | | Feature forward plans - README.md
| * | | Update README.mdGennadiy Civil2018-08-101-1/+1
| | | |
| * | | Update README.mdGennadiy Civil2018-08-101-1/+1
| | | |
| * | | Update README.mdGennadiy Civil2018-08-101-1/+1
| | | |
| * | | Update README.mdGennadiy Civil2018-08-101-2/+2
| | | |
| * | | Update README.mdGennadiy Civil2018-08-101-0/+7
|/ / /
* | | Merge pull request #1725 from google/gennadiycivil-patch-1Gennadiy Civil2018-08-091-1/+1
|\ \ \ | | | | | | | | Update gmock_output_test.py, formatting
| * | | Update gmock_output_test.pyGennadiy Civil2018-08-091-1/+1
|/ / /
* | | Merge pull request #1719 from happyCoder92/masterGennadiy Civil2018-08-092-4/+5
|\ \ \ | | | | | | | | docs: fix broken links
| * \ \ Merge branch 'master' into masterGennadiy Civil2018-08-094-4/+11
| |\ \ \
| * | | | docs: fix broken linksWiktor Garbacz2018-08-092-4/+5
| | | | |
* | | | | Merge pull request #1724 from gennadiycivil/masterGennadiy Civil2018-08-092-11/+8
|\ \ \ \ \ | |_|/ / / |/| | | | formatting and small changes related to code management
| * | | | Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-08-090-0/+0
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1723 from gennadiycivil/masterGennadiy Civil2018-08-092-0/+3
|\ \ \ \ \ | | | | | | | | | | | | code management comments,
| * \ \ \ \ Merge branch 'master' into masterGennadiy Civil2018-08-090-0/+0
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #1721 from gennadiycivil/masterGennadiy Civil2018-08-091-3/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixing identation, causes build errors when warnings are treated as errors
| | | * | | | formatting and small changes related to code management, no functionality ↵Gennadiy Civil2018-08-092-11/+8
| | |/ / / / | | | | | | | | | | | | | | | | | | changes
| | * / / / code management comments, [ci-skip], no functionality changesGennadiy Civil2018-08-092-0/+3
| |/ / / /
| * | | | Fixing identation, causes build errors when warnings are treated as errorsGennadiy Civil2018-08-091-1/+2
| | | | |
| * | | | Merge branch 'master' of github.com:gennadiycivil/googletestGennadiy Civil2018-08-091-2/+1
| |\ \ \ \
| | * | | | Update gtest-death-test.ccGennadiy Civil2018-08-091-7/+9
| | | | | |
| * | | | | Fixing identation, causes build errors when warnings are treated as errorsGennadiy Civil2018-08-091-5/+8
| |/ / / /
| * | | | Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-08-090-0/+0
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Merge pull request #1720 from gennadiycivil/masterGennadiy Civil2018-08-091-1/+2
|\ \ \ \ \ | |_|/ / / |/| | | | Formatting change for auto code management, no functionality changes
* | | | | Merge pull request #1714 from gennadiycivil/masterGennadiy Civil2018-08-0810-26/+24
|\ \ \ \ \ | |_|_|_|/ |/| | | | Formatting tweaks, no functionality changes
| | | * | Fixing identation, causes build errors when warnings are treated as errorsGennadiy Civil2018-08-091-2/+2
| | |/ /
| | * | Merge branch 'master' of github.com:gennadiycivil/googletestGennadiy Civil2018-08-090-0/+0
| | |\ \ | | |/ / | |/| |
| * | | Merge branch 'master' into masterGennadiy Civil2018-08-080-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Merge pull request #1713 from gennadiycivil/masterGennadiy Civil2018-08-081-0/+2
|\ \ \ \ | | | | | | | | | | code management changes, no functionalty changes
| | | * | Formatting change for auto code management, no functionality changesGennadiy Civil2018-08-091-1/+2
| | |/ / | | | | | | | | | | | | Merge branch 'master' of https://github.com/google/googletest
| | * / Formatting tweaks, no functionality changesGennadiy Civil2018-08-0810-26/+24
| |/ /
| * / code management changes, no functionalty changesGennadiy Civil2018-08-081-0/+2
|/ /