- 12 Jul, 2018 1 commit
-
-
Adrian Moran authored
Signed-off-by:Adrian Moran <amoran@ikerlan.es>
-
- 11 Jul, 2018 7 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
VS2005 with SP1(_MSC_VER=1400) already supports __pragma
-
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>
-
- 10 Jul, 2018 2 commits
-
-
Gennadiy Civil authored
[skip ci]
-
Gennadiy Civil authored
[ci skip]
-
- 29 Jun, 2018 1 commit
-
-
杜修杏 authored
-
- 14 Jun, 2018 6 commits
-
-
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.
-
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
-
- 13 Jun, 2018 7 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
doc sync
-
Gennadiy Civil authored
-
-
Gennadiy Civil authored
Doc sync/internal
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Sync with internal docs
-
- 12 Jun, 2018 1 commit
-
-
Takuto Ikuta authored
When we do parallel test execution with a process for a test, initialization of gtest become performance bottleneck when the test binary contains many testcases. Especially, some parameterlized test in chromium browser affected by largely when address sanitizer is enabled. Address sanitizer does not allow using optimized strcmp function and test addition in parameterized test require lookup of test case using strcmp. This patch reduces the number of strcmp, it is called when registering parameterized test. Using reverse iterator improves the time to find registered tests in such case. Some tests for chromium browser using address sanitizer finished 2x faster with this patch.
-
- 11 Jun, 2018 12 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
doc sync
-
-
Gennadiy Civil authored
Sync with internal docs
-
Gennadiy Civil authored
Adjust documentation files and links.
-
Gennadiy Civil authored
Removed "Documentation.md" not adding value and not consitent with internal docs
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Part of documentation rationalization
-
-
Gennadiy Civil authored
Rename AdvancedGuide.md to advanced.md and adjust the links. Part of documentation rationalization work
-
Gennadiy Civil authored
Fuchsia: Change fdio include path.
-
Gennadiy Civil authored
-
- 07 Jun, 2018 1 commit
-
-
Fabrice de Gans-Riberi authored
-
- 05 Jun, 2018 1 commit
-
-
Gennadiy Civil authored
Remove launchpad dependency from Fuchsia.
-
- 04 Jun, 2018 1 commit
-
-
Gennadiy Civil authored
-