~medib/opensearch-project-components/+git/googletest:main

Last commit made on 2023-10-03
Get this branch:
git clone -b main https://git.launchpad.net/~medib/opensearch-project-components/+git/googletest
Only Mehdi B. can upload to this branch. If you are Mehdi B. please log in for upload directions.

Branch merges

Branch information

Recent commits

beb552f... by Dino Radakovic <email address hidden>

gmock_cook_book: Document `DoAll`'s return type requirement

The requirement is vaguely documented by "Only the return value of the last action in the sequence will be used.".
However, this can be misleading, as users could potentially expect default-constructed values to be returned in absence of a matching return type.

PiperOrigin-RevId: 570450839
Change-Id: Ibd98a6e6b2aaf2a8cfc15ed6aeab442526eab98e

a6d7fa8... by Copybara-Service <email address hidden>

Merge pull request #4382 from idzm:fix_cmake_comments

PiperOrigin-RevId: 570161165
Change-Id: Idf7eafb163bb067b0031e25a183d5c9cc3e3f378

2d09ed3... by Dzmitry Ivaniuk <email address hidden>

cmake: Fix comments in cmake files

Remove extra spaces. Fix so that the comment line starts with a capital letter and ends with a dot.

e47544a... by Abseil Team <email address hidden>

Resolve `-Wundef` triggering on `GTEST_CREATE_SHARED_LIBRARY` and `GTEST_LINKED_AS_SHARED_LIBRARY` with shared libraries in GoogleTest

Fixes: #4372
PiperOrigin-RevId: 568327612
Change-Id: Ifc47f1a2a2648c29858a22966331557cc928cc47

5bd0f08... by Copybara-Service <email address hidden>

Merge pull request #4374 from masbug:main

PiperOrigin-RevId: 568317621
Change-Id: Icf7fb519f96f5e88eb0df491eed143134c8ac6eb

e40661d... by Abseil Team <email address hidden>

Update C++ feature detection in `gtest-port.h` to rely on feature test macros where possible.

This also avoids conflating C++ language versions with standard library versions, which don't always align.

PiperOrigin-RevId: 567662118
Change-Id: I7c023bd043c81c540c9430eaeb7b450feaadb206

80306a7... by Abseil Team <email address hidden>

Use `absl::HasAbslStringify`, instead of the internal version.

PiperOrigin-RevId: 567349341
Change-Id: I35f2679901aecbe9cb90d2e78ff28c5e383e7257

167a225... by Dino Radakovic <email address hidden>

googletest: Update absl to version with HasAbslStringify

https://github.com/abseil/abseil-cpp/commit/9e1789ffea47fdeb3133aa42aa9592f3673fb6ed

PiperOrigin-RevId: 567324946
Change-Id: I8adc5803a81075a635dad79aa0312d4455e1ad63

e27b194... by Mitja Spes <email address hidden>

Fix compile warnings in gmock-function-mocker.h

Template type int changed to size_t.
This fixes compile warning `conversion to ‘long unsigned int’ from ‘int’ may change the sign of the result` in gmock-function-mocker.h.

adc5145... by Abseil Team <email address hidden>

Update code with IWYU annotations.

PiperOrigin-RevId: 566424331
Change-Id: I0e16d979b9d79643c882c5082e154842983a5317