Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | | | | | | | | | | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-07-26 | 4 | -18/+11 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-07-20 | 1 | -4/+0 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | |_|_|_|_|_|_|_|/ / / / / / / / | | | | | |/| | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | | Merge branch 'master' into deprecate | Gennadiy Civil | 2018-07-19 | 4 | -1918/+1719 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | | | | | | | Disable MSVC function deprecation when using Clang | Loo Rong Jie | 2018-07-13 | 4 | -8/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | Change location of generated pkg-config files from CMAKE_BINARY_DIR to ↵ | Elias Daler | 2018-08-13 | 1 | -3/+3 | |
| | | | |_|_|_|_|_|_|/ / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gmock/gtest_BINARY_DIR (#1717) | |||||
| | * | | | | | | | | | | | | | | | | | | | Clean up cache non-advanced variable for subproject | Henry Fredrick Schreiner | 2018-04-05 | 1 | -5/+20 | |
| | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2018-08-01 | 71 | -4392/+4880 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2018-05-13 | 10 | -22/+273 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2018-05-05 | 6 | -34/+50 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2018-04-01 | 21 | -243/+474 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2018-03-05 | 92 | -1087/+3021 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2017-11-19 | 22 | -195/+265 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2017-09-06 | 44 | -1262/+1769 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into fix_death_test_child_mingw_wer_issue1116 | Tanzinul Islam | 2017-08-21 | 57 | -11929/+475 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow death test child to bypass WER under MinGW | Tanzinul Islam | 2017-06-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The mechanics of suppressing debugger trapping and Windows Error Reporting for the crashed child process in a death test are currently guarded under the `GTEST_HAS_SEH` macro. This seems unnecessary, as the logic does not call any APIs related to Structured Error Handling. Replace the guarding macro with the more permissive `GTEST_OS_WINDOWS`, so that Windows toolchains without SEH support (e.g. MinGW) can benefit from it. Fixes: #1116 | |||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems like CMAKE_CXX_FLAGS is getting double appended when building as a ↵ | Jacob Schloss | 2018-08-22 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nested cmake project, which breaks my build as gcc does not allow -specs=nosys.specs to be called multiple times. Removing this fixes it and seems to keep the same compile options, just removing the duplicate definition. | |||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into cross-testing-patch-1refs/pull/924/head | Gennadiy Civil | 2018-08-13 | 18 | -99/+85 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix the broken markdown tablerefs/pull/1731/head | Yi Zheng | 2018-08-13 | 1 | -55/+39 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix some format issue | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Mode change on a python scriptrefs/pull/1727/head | Gennadiy Civil | 2018-08-10 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #1719 from happyCoder92/master | Gennadiy Civil | 2018-08-09 | 2 | -4/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: fix broken links | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into masterrefs/pull/1719/head | Gennadiy Civil | 2018-08-09 | 3 | -3/+9 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | | | | docs: fix broken links | Wiktor Garbacz | 2018-08-09 | 2 | -4/+5 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | formatting and small changes related to code management, no functionality ↵ | Gennadiy Civil | 2018-08-09 | 2 | -11/+8 | |
| | |/ / / / / / / / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | changes | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | code management comments, [ci-skip], no functionality changes | Gennadiy Civil | 2018-08-09 | 2 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing identation, causes build errors when warnings are treated as errorsrefs/pull/1721/head | Gennadiy Civil | 2018-08-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Update gtest-death-test.cc | Gennadiy Civil | 2018-08-09 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Fixing identation, causes build errors when warnings are treated as errors | Gennadiy Civil | 2018-08-09 | 1 | -2/+2 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Formatting tweaks, no functionality changes | Gennadiy Civil | 2018-08-08 | 10 | -26/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into cross-testing-patch-1 | Gennadiy Civil | 2018-08-08 | 198 | -18882/+11590 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | code management changes, no functionalty changesrefs/pull/1713/head | Gennadiy Civil | 2018-08-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/google/googletest | Gennadiy Civil | 2018-08-08 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Formatting changes and code sync Merge branch 'master' of https://github.com/google/googletest | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | upsream additional printer test | Gennadiy Civil | 2018-08-07 | 1 | -0/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Formatting changes,small cleanup, no functionality changesrefs/pull/1705/head | Gennadiy Civil | 2018-08-07 | 6 | -28/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into suppressDefault | Gennadiy Civil | 2018-08-07 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | | | Printers test: fixed compilation bug, due to unnecessary parentheses in ↵refs/pull/1673/head | Philipp Paulweber | 2018-08-03 | 1 | -2/+2 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | declaration | |||||
| * | | | | | | | | | | | | | | | | | | | | | | | | No default exception handling | Wez | 2018-08-03 | 1 | -15/+50 | |
| |/ / / / / / / / / / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | one more fixrefs/pull/1696/head | Gennadiy Civil | 2018-08-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | cmake fixes | Gennadiy Civil | 2018-08-02 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | more fixes | Gennadiy Civil | 2018-08-02 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | add --no_stacktrace_support for json-output-unittest | Gennadiy Civil | 2018-08-02 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | fixes tests | Gennadiy Civil | 2018-08-02 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | cmake test fixes | Gennadiy Civil | 2018-08-02 | 6 | -28/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | cmake fixes | Gennadiy Civil | 2018-08-02 | 2 | -5/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | cmake tests changes | Gennadiy Civil | 2018-08-02 | 1 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | cleaning up and adding test changes to CMake | Gennadiy Civil | 2018-08-02 | 6 | -24/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' of https://github.com/google/googletest | Gennadiy Civil | 2018-08-01 | 14 | -33/+33 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | | Merge branch 'master' into masterrefs/pull/1695/head | Gennadiy Civil | 2018-08-01 | 14 | -33/+33 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' into masterrefs/pull/1685/head | Gennadiy Civil | 2018-07-30 | 25 | -1/+44 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | Updated broken and outdated URLs | Piotr Kąkol | 2018-07-25 | 14 | -33/+33 | |
| | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | | Corresponding CMake Changes | Gennadiy Civil | 2018-08-01 | 1 | -12/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | |