summaryrefslogtreecommitdiffstats
path: root/googletest
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2475 from peterbarker:pr/google-add-overrideGennadiy Civil2019-10-084-7/+7
|\ | | | | | | PiperOrigin-RevId: 273379796
| * Add many missing override keywordsrefs/pull/2475/headPeter Barker2019-09-254-7/+7
| | | | | | | | This helps corrects builds with -Werror=suggest-overrides
* | Merge pull request #2495 from hyukmyeong:typoGennadiy Civil2019-10-072-8/+6
|\ \ | | | | | | | | | PiperOrigin-RevId: 273346440
| * | Fix typo in documentsrefs/pull/2495/headrefs/pull/2486/headhyuk.myeong2019-10-012-8/+6
| | |
* | | Merge pull request #2491 from SoapGentoo:fix-GNUInstallDirs-pkg-configGennadiy Civil2019-10-073-6/+82
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 273342665
| * | | Add documentation for pkg-config in cross-compilation settingsrefs/pull/2491/headDavid Seifert2019-10-051-0/+78
| | | |
| * | | 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-10-031-0/+4
|/ / | | | | | | | | | | | | | | | | Add a compile time check to ensure that the parameters to TEST and TEST_F are not empty Some compilers may already fail in that case and even where it works, it's likely to result in technically invalid code by virtue of creating reserved identifiers: https://en.cppreference.com/w/cpp/language/identifiers PiperOrigin-RevId: 272543242
* | Googletest exportAbseil Team2019-09-271-7/+4
|/ | | | | | | | | | | | | | Use a more portable path for Android to write temp files to. /sdcard is *not* guaranteed to be available, but /data/local/tmp is. In some emulated situations, /sdcard may not be mounted, may not be R/W, or mounting may be delayed until *after* the test process begins. This is fairly common location to use. See e.g.: https://reviews.llvm.org/D9569 PiperOrigin-RevId: 270909282
* Googletest exportkuzkry2019-09-164-20/+10
| | | | | | | | | 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-1222-232/+236
|\ | | | | | | PiperOrigin-RevId: 268693457
| * restore mistakenly removed iffs in their explicit formrefs/pull/2387/headKrystian Kuzniarek2019-08-2022-211/+223
| | | | | | | | | | Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
* | Googletest exportHosein Ghahremanzadeh2019-09-122-19/+4
| | | | | | | | | | | | | | | | | | 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-121-1/+1
| | | | | | | | | | | | In the text fixtures section, point to the specific FAQ entry on constructors vs. `SetUp`. PiperOrigin-RevId: 268509969
* | Googletest exportAbseil Team2019-09-101-43/+42
| | | | | | | | | | | | Some mechanical and grammatical fixes to the Primer. PiperOrigin-RevId: 268200783
* | Googletest exportAbseil Team2019-09-062-3/+3
| | | | | | | | | | | | | | | | | | | | | | Extend gtest-port and stubs for ESP_PLATFORM ESP_PLATFORM is the macro used to indicate compilation for the ESP32 using the esp-idf. This isn't a fully posix compatible system so various features of google test need to be stubbed out in order for it to work. It's oddly similar to the GTEST_OS_WINDOWS_PHONE setup. PiperOrigin-RevId: 267471968
* | Googletest exportAbseil Team2019-09-062-2/+2
| | | | | | | | | | | | Internal Change PiperOrigin-RevId: 267457395
* | Googletest exportkuzkry2019-09-062-41/+2
| | | | | | | | | | | | | | | | | | 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 #2398 from kuzkry:custom-type-traits-iterator_traitsGennadiy Civil2019-08-293-42/+3
|\ \ | | | | | | | | | PiperOrigin-RevId: 266136896
| * | remove a custom implementation of std::iterator_traitsKrystian Kuzniarek2019-08-133-42/+3
| | |
* | | Googletest exportAbseil Team2019-08-281-1/+1
| | | | | | | | | | | | | | | | | | Fix invalid g3doc syntax highlighting languages. PiperOrigin-RevId: 265905539
* | | Googletest exportkuzkry2019-08-232-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 #2401 from kuzkry:custom-type-traits-add_lvalue_referenceXiaoyi Zhang2019-08-232-38/+0
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 264842713
| * | | remove a custom implementation of std::add_lvalue_referencerefs/pull/2401/headKrystian Kuzniarek2019-08-132-38/+0
| |/ /
* | | Merge pull request #2400 from kuzkry:custom-type-traits-enable_ifXiaoyi Zhang2019-08-233-10/+3
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 264693952
| * | | remove a custom implementation of std::enable_ifKrystian Kuzniarek2019-08-133-13/+8
| |/ /
* | | Merge pull request #2393 from kuzkry:custom-type-traits-remove_constXiaoyi Zhang2019-08-212-51/+3
|\ \ \ | |_|/ |/| | | | | PiperOrigin-RevId: 264652890
| * | remove a custom implementation of std::remove_constrefs/pull/2393/headKrystian Kuzniarek2019-08-132-51/+3
| |/
* | Merge pull request #2397 from kuzkry:custom-type-traits-is_referenceGennadiy Civil2019-08-192-10/+172
|\ \ | |/ | | | | PiperOrigin-RevId: 264193098
* | Merge pull request #2381 from Yannic:fix_bazelGennadiy Civil2019-08-193-172/+13
|\ \ | | | | | | | | | 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")`.
* | | Merge pull request #2399 from kuzkry:custom-type-traits-is_sameGennadiy Civil2019-08-155-36/+23
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 263568712
| * | | remove custom implementations of std::is_samerefs/pull/2399/headKrystian Kuzniarek2019-08-145-36/+23
| | |/ | |/|
* | | Merge pull request #2382 from kuzkry:dead-metafunctionGennadiy Civil2019-08-152-24/+0
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 263416977
| * | | remove a dead metafunctionKrystian Kuzniarek2019-08-072-24/+0
| | | |
* | | | Merge pull request #2386 from kuzkry:outdated-commentGennadiy Civil2019-08-151-6/+0
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 263400925
| * | | | remove an outdated commentrefs/pull/2386/headKrystian Kuzniarek2019-08-111-6/+0
| | |/ / | |/| |
* | | | Googletest exportAbseil Team2019-08-151-4/+0
|/ / / | | | | | | | | | | | | | | | Internal change, documentation only. PiperOrigin-RevId: 262554386
* | | Merge pull request #2378 from kuzkry:markdown-tableGennadiy Civil2019-08-073-19/+179
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 262135359
| * | | fix an improperly generated tablerefs/pull/2378/headKrystian Kuzniarek2019-08-061-9/+3
| |/ /
* | | Merge pull request #2372 from pitrou:issue2371-windows-crt-assertsGennadiy Civil2019-08-074-177/+81
|\ \ \ | |/ / |/| | | | | PiperOrigin-RevId: 262040609
| * | Fix #2371: Redirect Windows CRT assertions to stderrrefs/pull/2372/headAntoine Pitrou2019-08-062-5/+71
| | |
* | | Merge pull request #2111 from knuto:pr/remove_slashGennadiy Civil2019-08-065-14/+190
|\ \ \ | |/ / |/| | | | | PiperOrigin-RevId: 261906004
| * | Remove / from parameterized test names if base test name is emptyrefs/pull/2111/headKnut Omang2019-04-263-4/+22
| | | | | | | | | | | | | | | | | | | | | This is useful to let a subsystem generate test names based on parameterized tests without exposing them as such to the user. Signed-off-by: Knut Omang <knut.omang@oracle.com>
* | | Googletest exportmisterg2019-08-051-1/+1
| | | | | | | | | | | | | | | | | | Internal Change PiperOrigin-RevId: 261683482
* | | Merge pull request #2358 from kuzkry:adjustment-of-similar-commentsGennadiy Civil2019-08-021-3/+3
|\ \ \ | | | | | | | | | | | | PiperOrigin-RevId: 261355792
| * | | adjust a comment to the similar section in advanced.mdrefs/pull/2358/headKrystian Kuzniarek2019-07-311-3/+3
| | | | | | | | | | | | | | | | in addition, fix typo of use -> us
* | | | Merge pull request #2341 from ChrisBaish:masterGennadiy Civil2019-08-021-12/+10
|\ \ \ \ | | | | | | | | | | | | | | | PiperOrigin-RevId: 261344735
| * | | | Moved explanation to single line as wellrefs/pull/2341/headChris Baish2019-07-191-12/+6
| | | | |
| * | | | Moved table to single linesChris Baish2019-07-191-12/+12
| | | | |