aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This closes #1595: fix compiler error with Visual Studio 2017 on Win10 JP.Masaru Tsuchiyama2018-06-302-8/+8
| | | | | | | | non-ASCII charactors are interpreted as Shift-JIS on the environment. But the charators in the files are non Shift-JIS charactors and the compiler stops compiling with C4819. To fix the errors, remove non-ASCII charactors.
* Merge pull request #1622 from rohanjoyce/bazel_test_filterGennadiy Civil2018-06-145-8/+129
|\ | | | | Support bazel test filtering
| * Eliminate GTEST_TEST_FILTER_ENV_VAR_.Rohan Joyce2018-06-145-8/+129
|/ | | | | | | | 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.
* Merge pull request #1633 from gennadiycivil/masterGennadiy Civil2018-06-141-0/+5
|\ | | | | ignore .md for appveyor builds
| * Merge branch 'master' into masterGennadiy Civil2018-06-132-35/+35
| |\ | |/ |/|
* | Merge pull request #1627 from atetubou/stdstringGennadiy Civil2018-06-131-3/+3
|\ \ | | | | | | Reduce the number of strcmp calling while initialization
| * \ Merge branch 'master' into stdstringTakuto Ikuta2018-06-141-34/+34
| |\ \ | |/ / |/| |
* | | Merge pull request #1631 from gennadiycivil/masterGennadiy Civil2018-06-131-34/+34
|\ \ \ | | | | | | | | doc sync
| * | | Docs sync/internalGennadiy Civil2018-06-131-32/+32
| | | |
| | * | Merge branch 'master' into stdstringGennadiy Civil2018-06-131-187/+168
| | |\ \ | |_|/ / |/| | |
| | * | Reduce the number of strcmp calling while initializationTakuto Ikuta2018-06-131-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | | * ignore .md for appveyor buildsGennadiy Civil2018-06-131-0/+5
| | |/ | |/|
| * | Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-06-130-0/+0
| |\ \ | |/ / |/| |
* | | Merge pull request #1626 from gennadiycivil/masterGennadiy Civil2018-06-131-187/+168
|\ \ \ | |_|/ |/| | Sync with internal docs
| | * Doc sync/internalGennadiy Civil2018-06-131-2/+2
| |/
| * Sync with internal docsGennadiy Civil2018-06-111-187/+168
|/
* Merge pull request #1625 from gennadiycivil/masterGennadiy Civil2018-06-111-1/+1
|\ | | | | doc sync
| * Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-06-110-0/+0
| |\ | |/ |/|
* | Merge pull request #1624 from gennadiycivil/masterGennadiy Civil2018-06-1113-50/+33
|\ \ | | | | | | Adjust documentation files and links.
| | * Sync with internal docsGennadiy Civil2018-06-111-1/+1
| |/
| * Removed "Documentation.md" not adding value and not consitent with internal docsGennadiy Civil2018-06-112-17/+0
| |
| * Rename Samples.md to samples.md and adjust the linksGennadiy Civil2018-06-113-2/+2
| |
| * Rename FAQ.md to faq.md and adjust the links. Gennadiy Civil2018-06-114-4/+4
| | | | | | Part of documentation rationalization
| * Merge branch 'master' of https://github.com/google/googletestGennadiy Civil2018-06-111-2/+2
| |\ | |/ |/|
* | Merge pull request #1623 from Steelskin/fuchsia-fdioGennadiy Civil2018-06-111-2/+2
|\ \ | | | | | | Fuchsia: Change fdio include path.
| * | Fuchsia: Change fdio include path.Fabrice de Gans-Riberi2018-06-071-2/+2
|/ /
| * Rename AdvancedGuide.md to advanced.md and adjust the links. Gennadiy Civil2018-06-119-17/+17
| | | | | | Part of documentation rationalization work
| * Rename "Primer.md" to "primer.md" and adjust links. Part of the documentaion ↵Gennadiy Civil2018-06-117-15/+15
|/ | | | rationalzation
* Merge pull request #1619 from Steelskin/fuchsia-launchpad-removalGennadiy Civil2018-06-051-22/+21
|\ | | | | Remove launchpad dependency from Fuchsia.
| * Merge branch 'master' into fuchsia-launchpad-removalGennadiy Civil2018-06-042-0/+10
| |\ | |/ |/|
* | Merge pull request #1620 from gennadiycivil/masterGennadiy Civil2018-06-042-0/+10
|\ \ | | | | | | Adress, #1616, add printer for std::nullptr_t
| * | Upstream, cl/199129756Gennadiy Civil2018-06-042-0/+10
|/ / | | | | Add printer for std::nullptr_t, addressing https://github.com/google/googletest/issues/1616
| * Merge branch 'master' into fuchsia-launchpad-removalGennadiy Civil2018-06-042-6/+5
| |\ | |/ |/|
* | Merge pull request #1608 from gennadiycivil/masterGennadiy Civil2018-06-012-6/+5
|\ \ | | | | | | formatting changes
| * | formatting changes Gennadiy Civil2018-05-232-6/+5
|/ /
| * Clean upFabrice de Gans-Riberi2018-05-311-5/+1
| |
| * Remvoe launchpad dependency from Fuchsia.Fabrice de Gans-Riberi2018-05-301-23/+26
|/
* Merge pull request #1607 from gennadiycivil/masterGennadiy Civil2018-05-2330-30/+30
|\ | | | | Formatting changes
| * Formatting changes Gennadiy Civil2018-05-2330-30/+30
|/
* Merge pull request #1603 from Steelskin/unused-variable-fuchsiaGennadiy Civil2018-05-221-1/+1
|\ | | | | Remove unused variable in Fuchsia.
| * Merge branch 'master' into unused-variable-fuchsiaGennadiy Civil2018-05-225-10/+65
| |\ | |/ |/|
* | Merge pull request #1591 from sgraham/disabled-rttiGennadiy Civil2018-05-222-8/+6
|\ \ | | | | | | Fix gmock not building when -fno-rtti
| * \ Merge branch 'master' into disabled-rttiGennadiy Civil2018-05-223-2/+59
| |\ \ | |/ / |/| |
* | | Merge pull request #1601 from jdennett/StdLibVersioningGennadiy Civil2018-05-223-2/+59
|\ \ \ | | | | | | | | Std lib versioning
| * | | Downgrade to C++98.James Dennett2018-05-211-6/+6
| | | | | | | | | | | | Some projects cannot handle C++11 yet.
| * | | Downgrade to C++98 code.James Dennett2018-05-211-6/+6
| | | | | | | | | | | | Some users are not ready for C++11 yet.
| * | | Merge branch 'master' into StdLibVersioningJames Dennett2018-05-212-4/+30
| |\ \ \ | |/ / / |/| | |
| * | | Add support for versioned standard libraries.James Dennett2018-05-101-2/+18
| | | | | | | | | | | | This canonicalizes demangled names by omitting a nested inline namespace within namespace std if the name of the nested namespace begins with a double underscore. This improves compatibility with libc++.
| * | | Update generated code.James Dennett2018-05-101-2/+18
| | | |
| * | | Add unit test for CanonicalizeForStdLibVersioning.James Dennett2018-05-101-0/+25
| | | |