summaryrefslogtreecommitdiffstats
path: root/googlemock
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #2421 from kuzkry:cleanup-for-regexAndy Soffer2019-10-162-4/+4
|\ \ \ \ | |/ / / |/| | | | | | | PiperOrigin-RevId: 275058934
| * | | mention the existing support for wide strings in string matchersrefs/pull/2421/headKrystian Kuzniarek2019-09-231-2/+2
| | | |
| * | | change usingsKrystian Kuzniarek2019-09-121-1/+1
| | | |
* | | | Merge pull request #2498 from thejcannon:noexcept_specGennadiy Civil2019-10-112-51/+20
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 274155281
* \ \ \ \ Merge pull request #2498 from thejcannon:noexcept_specGennadiy Civil2019-10-112-20/+51
|\ \ \ \ \ | |/ / / / | | | | | | | | | | PiperOrigin-RevId: 274097989
| * | | | Made noexcept condition more excitingrefs/pull/2498/headJoshua Cannon2019-10-101-8/+12
| | | | |
| * | | | Use declval in noexcept expressionJoshua Cannon2019-10-071-7/+8
| | | | |
| * | | | Switch to free function to avoid GCC bugJoshua Cannon2019-10-071-3/+3
| | | | |
| * | | | Avoid comma operatorJoshua Cannon2019-10-071-2/+3
| | | | |
| * | | | Fix spacingJoshua Cannon2019-10-071-3/+3
| | | | |
| * | | | Use the verbatim noexcept spec in MOCKED_METHODJoshua Cannon2019-10-072-10/+35
| | |_|/ | |/| |
* | | | Googletest exportAbseil Team2019-10-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix the O(n^2) number of instantiations in ElemFromList. It is now O(n). It still has O(1) instantiation depth. PiperOrigin-RevId: 273980821
* | | | Merge pull request #2497 from thejcannon:handle_null_filenameGennadiy Civil2019-10-101-1/+5
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 273585229
| * | | | Use FormatFileLocation for streaming file and linerefs/pull/2497/headJoshua Cannon2019-10-071-1/+2
| |/ / /
* | | | Merge pull request #2448 from kuzkry:bad-googletest-exportGennadiy Civil2019-10-103-5/+2
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 273585026
| * | | | square away the stuff that hasn't been merged in a manual reviewKrystian Kuzniarek2019-09-163-5/+2
| | |_|/ | |/| | | | | | | | | | | | | | This fixes up ab8f346b (a manual merge) that has abandoned some things from PR #2395.
* | | | Merge pull request #2495 from hyukmyeong:typoGennadiy Civil2019-10-071-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 273346440
| * | | | Fix typo in documentsrefs/pull/2495/headrefs/pull/2486/headhyuk.myeong2019-10-011-1/+1
| | |/ / | |/| |
* | | | Revert "Use pcfiledir for prefix in pkgconfig file"David Seifert2019-10-052-6/+4
|/ / / | | | | | | | | | | | | | | | | | | | | | The change makes implicit assumptions on the layout of the install tree, which is going to break in many ways. The correct solution is to use the `PKG_CONFIG_SYSROOT_DIR` variable to inject the cross-compiled sysroot into `-I` and `-L` paths.
* | | Googletest exportAbseil Team2019-09-272-2/+14
| | | | | | | | | | | | | | | | | | Makes testing::ResultOf() work with non-copyable arguments. PiperOrigin-RevId: 271222632
* | | Googletest exportAbseil Team2019-09-271-88/+88
| | | | | | | | | | | | | | | | | | Updates headings. PiperOrigin-RevId: 271148974
* | | Googletest exportAbseil Team2019-09-271-4/+4
|/ / | | | | | | | | | | Remove unnecessary full qualifications from std types. PiperOrigin-RevId: 270101485
* | Googletest exportkuzkry2019-09-163-18/+16
|/ | | | | | | | | Merge 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd into fb49e6c164490a227bbb7cf5223b846c836a0305 Closes #2407 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2407 from kuzkry:StaticAssertTypeEq 3bdefdb473d304803d2a38e2a2cd5cdc1827c3bd PiperOrigin-RevId: 269255328
* Merge pull request #2387 from kuzkry:iffShaindel Schwartz2019-09-1213-85/+98
|\ | | | | | | PiperOrigin-RevId: 268693457
| * restore mistakenly removed iffs in their explicit formrefs/pull/2387/headKrystian Kuzniarek2019-08-2013-84/+98
| | | | | | | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
* | Googletest exportHosein Ghahremanzadeh2019-09-122-50/+55
| | | | | | | | | | | | | | | | | | Merge 4c9ef099b29d2c840c04643cd9662fd7be712f7b into 565f1b848215b77c3732bca345fe76a0431d8b34 Closes #2403 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2403 from IYP-Programer-Yeah:remove-compile-assert-type-equal 4c9ef099b29d2c840c04643cd9662fd7be712f7b PiperOrigin-RevId: 268681883
* | Googletest exportAbseil Team2019-09-091-2/+2
| | | | | | | | | | | | | | | | Move IsFalse/IsTrue to a more appropriate section in the gmock matchers cheat sheet. I'm assuming their current placement within the "Container Matchers" list is a mistake -- they don't seem to be container related and would fit well with other generic matchers. PiperOrigin-RevId: 268016027
* | Googletest exportAbseil Team2019-09-091-1/+12
| | | | | | | | | | | | ...text exposed to GitHub repo https://www.github.com/google/googletest PiperOrigin-RevId: 267654546
* | Googletest exportAbseil Team2019-09-091-4/+4
| | | | | | | | | | | | ...text exposed to GitHub repo https://www.github.com/google/googletest PiperOrigin-RevId: 267617889
* | Googletest exportkuzkry2019-09-064-21/+4
| | | | | | | | | | | | | | | | | | Merge 7f4f58da20e1066a888d3e4bcbef541db798a605 into 90a443f9c2437ca8a682a1ac625eba64e1d74a8a Closes #2395 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2395 from kuzkry:custom-type-traits-remove_reference 7f4f58da20e1066a888d3e4bcbef541db798a605 PiperOrigin-RevId: 266189044
* | Merge pull request #2426 from kuzkry:#2396-postreviewGennadiy Civil2019-08-281-9/+9
|\ \ | | | | | | | | | PiperOrigin-RevId: 265785837
| * | post-review to db1b7399 (#2396)refs/pull/2426/headKrystian Kuzniarek2019-08-241-9/+9
| | |
* | | Merge pull request #2382 from kuzkry:dead-metafunctionGennadiy Civil2019-08-271-13/+0
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 265730482
| * | | remove a dead metafunctionrefs/pull/2382/headKrystian Kuzniarek2019-08-161-13/+0
| | | |
* | | | Googletest exportmisterg2019-08-262-84/+2
| | | | | | | | | | | | | | | | | | | | | | | | Add tuple version of Optional() matches. This allows Optional() to be used in Pointwise matchers. PiperOrigin-RevId: 265501882
* | | | Googletest exportAbseil Team2019-08-232-2/+84
| |/ / |/| | | | | | | | | | | | | | Add tuple version of Optional() matches. This allows Optional() to be used in Pointwise matchers. PiperOrigin-RevId: 265110864
* | | Googletest exportkuzkry2019-08-233-40/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | Merge b8ca465e73ac0954a0c9eec2a84bdd8913d5763b into 90a443f9c2437ca8a682a1ac625eba64e1d74a8a Closes #2396 COPYBARA_INTEGRATE_REVIEW=https://github.com/google/googletest/pull/2396 from kuzkry:custom-type-traits-true/false_type-and-bool_constant b8ca465e73ac0954a0c9eec2a84bdd8913d5763b PiperOrigin-RevId: 265064856
* | | Merge pull request #2394 from ↵Xiaoyi Zhang2019-08-231-14/+3
|\ \ \ | | | | | | | | | | | | | | | | | | | | kuzkry:custom-type-traits-duplication-of-custom-index_sequence PiperOrigin-RevId: 264863984
| * | | reuse IndexSequence from googletestrefs/pull/2394/headKrystian Kuzniarek2019-08-141-14/+3
| | | |
* | | | Merge pull request #2393 from kuzkry:custom-type-traits-remove_constXiaoyi Zhang2019-08-212-23/+24
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 264652890
| * | | | remove a custom implementation of std::remove_constrefs/pull/2393/headKrystian Kuzniarek2019-08-132-23/+24
| |/ / /
* | | | Googletest exportAbseil Team2019-08-211-2/+2
| |_|/ |/| | | | | | | | | | | | | | Update broken links. PiperOrigin-RevId: 264405918
* | | Merge pull request #2397 from kuzkry:custom-type-traits-is_referenceGennadiy Civil2019-08-196-16/+309
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 264193098
| * | | remove a custom implementation of std::is_referenceKrystian Kuzniarek2019-08-145-16/+6
| |/ /
* | | Merge pull request #2381 from Yannic:fix_bazelGennadiy Civil2019-08-192-303/+3
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 264186624
| * | | Prepare for Bazel incompatible changesYannic Bonenberger2019-08-071-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fixes googletest for upcoming `--incompatible_load_cc_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/8743) and `--incompatible_load_python_rules_from_bzl` (https://github.com/bazelbuild/bazel/issues/9006). This change was automatically generated with `buildifier -lint=fix -warnings=all $(find . -name "BUILD" -o -name "BUILD.bazel" -o -name "*.bzl")`.
* | | | Googletest exportAbseil Team2019-08-191-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | Fix broken link to regex syntax guide in cheat_sheet.md PiperOrigin-RevId: 263840914
* | | | Googletest exportAbseil Team2019-08-191-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Fix a broken link about selecting overloaded methods. PiperOrigin-RevId: 263807775
* | | | Googletest exportmisterg2019-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fix broken link at beginning of "Mocking Non-virtual Methods" section. PiperOrigin-RevId: 263772074
* | | | Googletest exportmisterg2019-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 263768422