summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Change messagesDenis Hananein2022-10-212-10/+9
| * | | Allow naming expectations #3970Denis Hananein2022-10-202-4/+29
| | |/ | |/|
* | | Use git commit hash in CMake quickstartDino Radakovic2022-10-251-3/+2
* | | Clarify that parameter generator does not evaluate immediatelyAbseil Team2022-10-241-0/+5
|/ /
* | Merge pull request #4036 from zloylos:fix-output-json-3884Copybara-Service2022-10-191-0/+3
|\ \
| * | Fix JSON output format #3884refs/pull/4036/headDenis Hananein2022-10-111-0/+3
* | | CMake: Add GTEST_HAS_ABSL build option for using AbslAbseil Team2022-10-192-0/+17
* | | Adds Win32 UNC path support to FilePath::IsAbsolutePath() and FilePath::IsRoo...Abseil Team2022-10-183-18/+85
* | | Fix detection of the no_sanitize("hwaddress") attributeDerek Mauro2022-10-171-1/+12
* | | Merge pull request #4037 from KloolK:patch-1Copybara-Service2022-10-171-17/+8
|\ \ \
| * | | Fix table markup in testing.mdrefs/pull/4037/headJan2022-10-141-17/+8
* | | | Add Windows CI scriptDino Radakovic2022-10-171-0/+56
| |_|/ |/| |
* | | Use attribute testing to simplify portable attribute macrosDerek Mauro2022-10-141-48/+37
* | | Terse printing of std::reference_wrapper hides pointerAbseil Team2022-10-142-0/+30
|/ /
* | Merge pull request #4035 from Vertexwahn:update-depsCopybara-Service2022-10-121-8/+13
|\ \
| * | Update rules_python, bazel_skylib and platfromsrefs/pull/4035/headVertexwahn2022-10-081-8/+13
* | | Workaround for Visual C++ error C2039 with std::tuple_element_t.Abseil Team2022-10-122-4/+15
| |/ |/|
* | Merge pull request #4032 from Ferenc-:suggest-fixed-versionCopybara-Service2022-10-101-1/+1
|\ \ | |/ |/|
| * Suggests a release with fixed CMakeLists.txtrefs/pull/4032/headFerenc Géczi2022-10-091-1/+1
|/
* Update the POSIX Extended section of the Regular Expression Wikipedia pageAbseil Team2022-10-071-1/+1
* [fuchsia] Use __builtin_trap to trigger gunit_break_on_failure on non-x86 archAbseil Team2022-10-061-0/+12
* Makes Clang compilations via Ninja on Windows define _DLL only for shared CRT...Abseil Team2022-10-051-2/+7
* Merge pull request #4020 from cclauss:patch-1Copybara-Service2022-10-041-4/+4
|\
| * Branding: macOSrefs/pull/4020/headChristian Clauss2022-09-271-1/+1
| * Upgrade GitHub Actions CheckoutChristian Clauss2022-09-271-3/+3
* | Merge pull request #3967 from BMBurstein:custom_type_combineCopybara-Service2022-10-045-17/+198
|\ \
| * \ Merge branch 'google:main' into custom_type_combinerefs/pull/3967/headBaruch2022-09-290-0/+0
| |\ \
| * \ \ Merge branch 'google:main' into custom_type_combineBaruch2022-09-286-14/+46
| |\ \ \
| * \ \ \ Merge branch 'google:main' into custom_type_combineBaruch2022-09-251-1/+1
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'google:main' into custom_type_combineBaruch2022-09-147-31/+19
| |\ \ \ \
| * \ \ \ \ Merge branch 'google:main' into custom_type_combineBaruch2022-08-2520-63/+50
| |\ \ \ \ \
| * | | | | | Custom type with Combine(). Fix for #3781Baruch Burstein2022-07-315-10/+180
* | | | | | | Uses a simpler mechanism to disable the copying of GoogleTest test suites, to...Abseil Team2022-09-302-6/+12
| |_|_|_|_|/ |/| | | | |
* | | | | | Rollback: Moves boilerplate disabling copy constructor/assignment from Google...Abseil Team2022-09-282-16/+6
* | | | | | Rollback: Uses a simpler mechanism to disable the copying of GoogleTest test ...Abseil Team2022-09-282-6/+13
* | | | | | Uses a simpler mechanism to disable the copying of GoogleTest test suites.Abseil Team2022-09-282-13/+6
* | | | | | Moves boilerplate disabling copy constructor/assignment from GoogleTest's TES...Abseil Team2022-09-282-6/+16
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #4016 from Maratyszcza:qurtCopybara-Service2022-09-275-13/+44
|\ \ \ \ \
| * | | | | Port GoogleTest to QuRT (Hexagon RTOS)refs/pull/4016/headMarat Dukhan2022-09-265-10/+40
| | |_|/ / | |/| | |
* | | | | Add GoogleTest workaround for MSVC crash with Address Sanitizer (ASAN) on ver...Abseil Team2022-09-271-1/+2
| |_|_|/ |/| | |
* | | | Merge pull request #4011 from softwaregravy:patch-1Copybara-Service2022-09-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Update link to Bazel installation guiderefs/pull/4011/headJohn Hinnegan2022-09-181-1/+1
|/ / /
* | | Fix MSVC C++14 flag for GitHub workflowDerek Mauro2022-09-131-1/+1
* | | Rollback 4fa8cfe3f4dee8975ee02d98633a5245ab67c6d7Derek Mauro2022-09-134-4/+8
* | | Merge pull request #3984 from keith:ks/bazel-move-std-c-14-to-.bazelrcCopybara-Service2022-09-134-8/+4
|\ \ \
| * | | bazel: move -std=c++14 to .bazelrcrefs/pull/3984/headKeith Smiley2022-08-194-8/+4
* | | | Use UnorderedElementsAre in example about using matchers with mapsAbseil Team2022-09-091-6/+7
* | | | Remove obsolete MSVC warning pragmas for Invalid<T>()Abseil Team2022-09-081-11/+0
* | | | Fixed header guards to match style guide conventions.Abseil Team2022-09-011-3/+3
* | | | Merge pull request #3916 from asmodai27:mainCopybara-Service2022-08-302-4/+5
|\ \ \ \