Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gmock-1.14.0-1.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: gmock Distribution: openSUSE:Factory:zSystems
Version: 1.14.0 Vendor: openSUSE
Release: 1.2 Build date: Tue Mar 12 17:43:25 2024
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 723747 Source RPM: googletest-1.14.0-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/google/googletest
Summary: Development files for the Google C++ Mocking Framework
Inspired by jMock, EasyMock, and Hamcrest, and designed with C++'s specifics in
mind, Google C++ Mocking Framework (or Google Mock for short) is a library for
writing and using C++ mock classes.

This package provides shared libraries and header files for development
with googlemock.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Mar 12 2024 Takashi Iwai <tiwai@suse.com>
  - Exclude test for 32bit x86 that is broken for now
* Fri Mar 08 2024 Richard Rahl <rrahl0@proton.me>
  - update to 1.14.0:
    * GoogleTest requires at least C++14
    * Remove the GTEST_HAS_DOWNCAST_ customization point.
    * Add googletest-message-test to the Bazel tests
    * Make testing::Message support streamed AbslStringify values
    * gtest: Supress warning about set unused variable
    * Make AbslStringify usage public in GoogleTest
    * Remove unused cast implementation
    * Use template type FloatType in the cast.
    * Fix C++20 compatibility bug.
    * Make GoogleTest handle SEH exceptions before stack unwinding rather than afterward
    * Resolve an issue where the resolution of operator<< overloads would attempt
      to instantiate the incomplete testing::internal::Secret type.
    * add support for nrf52
    * add support for nxp qn9090 mcu
    * Allow clients to un-suppress output from gUnit EXPECT_EXIT tests.
    * Use GTEST_INTERNAL_CPLUSPLUS_LANG instead of __cplusplus
    * Add qualifier to avoid argument dependent lookup
    * Add missing std includes
    * Remove GTEST_FOR_GOOGLE_ macro
    * Remove some filesystem APIs and tests under !GTEST_HAS_FILE_SYSTEM
* Sun Mar 26 2023 Andrea Manzini <andrea.manzini@suse.com>
  - update to 1.13.0:
    * Floating point prints full precision by default to aid in debugging
    * GTEST_FAIL_AT now terminates the test (like ASSERT_*), rather than failing and continuing (like EXPECT_*)
    * Added testing::SrcDir(), which returns the configured directory for test data files
  - CMake and GCC minimum according to https://github.com/google/oss-policies-info/blob/main/foundational-cxx-support-matrix.md
* Thu Oct 06 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.12.1:
    * Support for move-only values to Return
    * New matchers: WhenBase64Unescaped
    * ResultOf() now has a 3-arg overload that takes a description string for better
      error messages
    * CMake minimum increased to 3.5
* Fri Apr 08 2022 Martin Liška <mliska@suse.cz>
  - Disable 2 warnings that are affected by GCC 12:
    gh#google/googletest#3792 and gh#google/googletest#3793.
* Wed Feb 02 2022 Stefan Brüns <stefan.bruens@rwth-aachen.de>
  - Add missing ldconfig calls in %post/%postun
  - Enable unit tests on Tumbleweed (fails on 15.x)
  - Update rpmlintrc for rpmlint 2.0
* Wed Jan 05 2022 Dirk Müller <dmueller@suse.com>
  - update to 1.11.0:
    * --gtest_brief shows only test failures in output
    * --gtest_fail_fast stops test execution on first failure
    * Failures in SetUpTestSuite and TearDownTestSuite now cause tests to fail
      rather than log
    * Uninstantiated TEST_P and TYPED_TEST_P now fail unless allowlisted using
      GTEST_ALLOW_UNINSTANTIATED_PARAMETERIZED_TEST
    * new matchers and mocking behavior, see
      https://github.com/google/googletest/releases/tag/release-1.11.0
* Mon May 17 2021 Matej Cepl <mcepl@suse.com>
  - Don't depend on python2, when we don't need it.
* Sat Feb 08 2020 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 1.10.0
    * Deprecated "....TEST_CASE" API in favor of "....TEST_SUITE".
      In a nutshell if you have code that uses something like
      "INSTANTIATE_TYPED_TEST_CASE_P " - this and all other
      "*_TEST_CASE " are now deprecated in favor of more standard
      _TEST_SUITE.
    * New powerful MOCK_METHOD macro.
      For example:
      (Old) MOCK_METHOD1(Bar, double(std::string s));
      (New) MOCK_METHOD(double, Bar, (std::string s), (override));
      So there is no need to count the parameters anymore.
* Sat Nov 17 2018 Jan Engelhardt <jengelh@inai.de>
  - Remove errant backslahes from description.
  - Rewrite summaries without em dashes.

Files

/usr/include/gmock
/usr/include/gmock/gmock-actions.h
/usr/include/gmock/gmock-cardinalities.h
/usr/include/gmock/gmock-function-mocker.h
/usr/include/gmock/gmock-matchers.h
/usr/include/gmock/gmock-more-actions.h
/usr/include/gmock/gmock-more-matchers.h
/usr/include/gmock/gmock-nice-strict.h
/usr/include/gmock/gmock-spec-builders.h
/usr/include/gmock/gmock.h
/usr/include/gmock/internal
/usr/include/gmock/internal/custom
/usr/include/gmock/internal/custom/README.md
/usr/include/gmock/internal/custom/gmock-generated-actions.h
/usr/include/gmock/internal/custom/gmock-matchers.h
/usr/include/gmock/internal/custom/gmock-port.h
/usr/include/gmock/internal/gmock-internal-utils.h
/usr/include/gmock/internal/gmock-port.h
/usr/include/gmock/internal/gmock-pp.h
/usr/include/gmock/src
/usr/include/gmock/src/gmock-all.cc
/usr/include/gmock/src/gmock-cardinalities.cc
/usr/include/gmock/src/gmock-internal-utils.cc
/usr/include/gmock/src/gmock-matchers.cc
/usr/include/gmock/src/gmock-spec-builders.cc
/usr/include/gmock/src/gmock.cc
/usr/include/gmock/src/gmock_main.cc
/usr/lib64/cmake/GTest
/usr/lib64/cmake/GTest/GTestConfig.cmake
/usr/lib64/cmake/GTest/GTestConfigVersion.cmake
/usr/lib64/cmake/GTest/GTestTargets-relwithdebinfo.cmake
/usr/lib64/cmake/GTest/GTestTargets.cmake
/usr/lib64/libgmock.so
/usr/lib64/libgmock.so.1.14.0
/usr/lib64/libgmock_main.so
/usr/lib64/libgmock_main.so.1.14.0
/usr/lib64/pkgconfig/gmock.pc
/usr/lib64/pkgconfig/gmock_main.pc
/usr/share/doc/packages/gmock
/usr/share/doc/packages/gmock/README.md
/usr/share/licenses/gmock
/usr/share/licenses/gmock/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:50:42 2024