- Jul 19, 2018
-
-
duxiuxing authored
-
Gennadiy Civil authored
Ignore .DS_Store file
-
Gennadiy Civil authored
-
- Jul 18, 2018
-
-
Gennadiy Civil authored
Code merge
-
Gennadiy Civil authored
Fix link
-
Gennadiy Civil authored
Code sync, mostly formatting and removing outdates
-
Gennadiy Civil authored
Formatting and a link
-
Gennadiy Civil authored
Fix broken links to FAQ in primer.md
-
Gennadiy Civil authored
Docs sync
-
Gennadiy Civil authored
-
- Jul 17, 2018
-
-
Syohei YOSHIDA authored
-
duxiuxing authored
Fix warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
-
Jakub Młokosiewicz authored
-
- Jul 16, 2018
-
-
Gennadiy Civil authored
Fix issue #1654.
-
- Jul 13, 2018
-
-
Adrian Moran authored
-
Adrian Moran authored
Signed-off-by:
Adrian Moran <amoran@ikerlan.es>
-
Gennadiy Civil authored
Adds stacktrace support from Abseil to Google Test
-
Derek Mauro authored
-
Gennadiy Civil authored
Adds the UniversalPrinter for absl::variant.
-
Derek Mauro authored
-
- Jul 12, 2018
-
-
Adrian Moran authored
Signed-off-by:
Adrian Moran <amoran@ikerlan.es>
-
Gennadiy Civil authored
-
Gennadiy Civil authored
VS2005 with SP1(_MSC_VER=1400) already supports __pragma
-
- Jul 11, 2018
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
docs sync, formatting
-
Gennadiy Civil authored
more formatting [skip ci]
-
Gennadiy Civil authored
formatting, [ci skip]
-
Adrian Moran authored
Signed-off-by:
Adrian Moran <amoran@ikerlan.es>
-
Gennadiy Civil authored
[skip ci]
-
Gennadiy Civil authored
[ci skip]
-
Derek Mauro authored
This does the same thing to the CMake tests that is done to the Bazel tests, and now makes the CMake tests pass.
-
Derek Mauro authored
This change adds the ability to generate stacktraces in Google Test on both failures of assertions/expectations and on crashes. The stacktrace support is conditionally available only when using Abseil with Google Test. To use this support, run the test under Bazel with a command like this: bazel test --define absl=1 --test_env=GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1 //path/to/your:test The "--define absl=1" part enables stacktraces on assertion/expectation failures. The "--test_env=GTEST_INSTALL_FAILURE_SIGNAL_HANDLER=1" part enables the signal handler that logs a stacktrace in the event of a crash (this also requires the "--define absl=1" part). This is not the default since it may interfere with existing tests.
-
- Jun 29, 2018
-
-
杜修杏 authored
-
- Jun 15, 2018
-
-
Gennadiy Civil authored
Support bazel test filtering
-
Rohan Joyce authored
GTEST_TEST_FILTER_ENV_VAR_ was used to specify an environment variable to obtain the default test filter from. By default it was unset which broke "--test_filter" for bazel. This CL eliminates GTEST_TEST_FILTER_ENV_VAR_ and explicitly obtains the default test filter from the environment variable TESTBRIDGE_TEST_ONLY if it exists.
-
- Jun 14, 2018
-
-
Gennadiy Civil authored
ignore .md for appveyor builds
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Reduce the number of strcmp calling while initialization
-
Takuto Ikuta authored
-