Package Release Info

googletest-1.10.0-bp152.1.1

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gmock
gtest

Change Logs

* 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.
Version: 1.10.0-1.10
* Sat Feb 08 2020 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 jengelh@inai.de
- Remove errant backslahes from description.
- Rewrite summaries without em dashes.
* Fri Nov 16 2018 adam.majer@suse.de
- Update to version 1.8.1:
  * add pkg-config files
  * add --no_stacktrace_support for json-output-unittest
  * allow macros inside of parametrized test names.
  * support JSON output format in addition to XML
  * add options to parallelize builds
  * fix double free when building Gtest/GMock in shared libraries
    and linking a test executable with both.
  * 2.6.4 is the minimum CMake version
- cleanup spec file
- googletest-fix-cmake-libdir-install.patch: dropped, upstreamed
* Fri Dec 29 2017 tiwai@suse.de
- Fix the source (and put the download URL as a comment) for
  matching with the actual tarball file name.