* Sun Jan 26 2025 andreas.stieger@gmx.de
- update to 20240722.1 (boo#1236438)
* potential integer overflow in hash container create/resize
* Wed Jan 15 2025 bwiedemann@suse.com
- Extend options-cxx17.patch and options-old.patch
to avoid race-condition (boo#1235867)
* Sat Nov 16 2024 andreas.stieger@gmx.de
- update to 20240722.0:
* Add GoogleTest matchers for absl::Status. These matchers make
it easier to write unit tests for code that uses absl::Status.
* absl::AlphaNum no longer allows brace-initialization
* The deprecated symbol absl::kuint128max has been removed and
should be replaced with absl::Uint128Max().
* absl::aligned_storage_t, which was a polyfill consistent with
std::aligned_storage_t, has been removed.
std::aligned_storage_t is deprecated in C++23
* absl::StrJoin now has a absl::string_view overload. This
allows for passing a collection of string-like objects without
having to convert everything to the same type first. However,
this may be a breaking change for users passing an explicit
template argument to absl::StrJoin. In this case, simply remove
the explicit template parameter.
* vlog_is_on.h is now a public header and is no longer included
from log.h. To use VLOG_IS_ON(), absl/log/vlog_is_on.h must be
included.
- drop abseil-cmake-gtest-testonly.patch
* Fri Jul 05 2024 foss@grueninger.de
- Add upstream patch abseil-cmake-gtest-testonly.patch to fix
issue with GTest and CMake 3.30
* Thu Apr 11 2024 andreas.stieger@gmx.de
- update to 20240116.2
* Added absl::NoDestructor<T> to simplify defining static types
that do not need to be destructed upon program exit.
* Added configurable verbose logging (also known as VLOG).
* Added absl::Overload(), which returns a functor that provides
overloads based on the functors passed to it. (from C++17)
* Breaking change: AbslHashValue() no longer accepts C-style
arrays as a parameter.
* Breaking change: absl::weak_equality and absl::strong_equality
have been removed
* Tue Apr 02 2024 dmueller@suse.com
- split abseil libraries so that libzypp / protobuf doesn't
require all to be installed (jsc#PED-8153)
* Mon Mar 04 2024 fstrba@suse.com
- Fix broken link to sources
- Fix build for distributions that lack the ldconfig_scriptlets
macro
- Make the gcc version condition a bit more generic
* Sun Mar 03 2024 andreas.stieger@gmx.de
- update to 20240116.1:
* Add absl::NoDestructor<T> to simplify defining static types
that do not need to be destructed upon program exit.
* Add configurable verbose logging (also known as VLOG).
* Added absl::Overload(), which returns a functor that provides
overloads based on the functors passed to it. Note that this
functionality requires C++17 or newer.
* Breaking Change: AbslHashValue() no longer accepts C-style
arrays as a parameter, caller need to wrap C-string literals in
absl::string_view.
* Breaking Change: absl::weak_equality and absl::strong_equality
have been removed. The corresponding std types were removed
before C++20 was finalized
* Fri Jan 19 2024 dmueller@suse.com
- fix build for non-SUSE distributions
* Fri Oct 06 2023 andreas.stieger@gmx.de
- update to 20230802.1:
* Add StdcppWaiter to the end of the list of waiter
implementations
Version: 20190808-bp152.1.10
* Thu Jan 16 2020 Micha? Rostecki <mrostecki@opensuse.org>
- Remove all packages except source.
* Tue Jan 14 2020 Dominique Leuenberger <dimstar@opensuse.org>
- Set ExcludeArch: %ix86: bazel is required to build which in turn
is not supported on ix86.
* Wed Dec 18 2019 Swaminathan Vasudevan <svasudevan@suse.com>
- Update to version 20190808
* Sat Nov 23 2019 Bernhard Wiedemann <bwiedemann@suse.com>
- Sort find output to make build reproducible (boo#1041090)
* Thu Oct 17 2019 Richard Brown <rbrown@suse.com>
- Remove obsolete Groups tag (fate#326485)
* Mon Sep 23 2019 mrostecki@opensuse.org
- Update to version 20190605:
* avoid use of undefined ABSL_HAVE_ELF_MEM_IMAGE
* Avoid undefined behavior when nullptr is passed to memcpy with size 0
* CMake: Set correct flags for clang-cl
* Adding linking of CoreFoundation to CMakeLists in absl/time as
time_zone_lookup.cc includes CoreFoundation
* Implement Span::first and Span::last from C++20
* Changed HTTP URLs to HTTPS where possible
* Fix GCC8 warnings
* Fix library order for Conan package
* _umul128 is not available on Windows ARM64
* Add note at top that this is supported best-effort
* Update Conan author
* Add Conan topics
* Remove cctz as external dependency
* Add Conan recipe
* Thu Sep 19 2019 Micha? Rostecki <mrostecki@opensuse.org>
- Add source package.
* Wed Jul 24 2019 Micha? Rostecki <mrostecki@opensuse.org>
- Use bazel0.19 as build fails with the latest bazel (0.26)
Version: 20181127-bp151.1.2
* Thu Mar 07 2019 Michal Rostecki <mrostecki@opensuse.org>
- Add soname to all *.so* files.
* Thu Feb 28 2019 Micha? Rostecki <mrostecki@opensuse.org>
- Fix build with Bazel 0.22.0.
- Add optflags.
* Fri Jan 18 2019 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix aarch64 and ppc64 builds
* Wed Dec 12 2018 Jan Engelhardt <jengelh@inai.de>
- Trim redundancies from description.
* Thu Nov 29 2018 Micha? Rostecki <mrostecki@suse.de>
- Update to version 20181127:
* Export of internal Abseil changes. -- 15d7bcf28220750db46930f4d8c090b54e3ae5fe by Jon Cohen <cohenjon@google.com>:
* Export of internal Abseil changes. -- 5278e56bd7d322ecf161eaf29fd7fa3941d7431b by Greg Falcon <gfalcon@google.com>:
- Switch from CMake to Bazel
* Mon Nov 19 2018 Micha? Rostecki <mrostecki@suse.de>
- Update to version 20181116:
* Export of internal Abseil changes. -- da04b8cd21f6225d71397471474d34a77df0efd6 by Jon Cohen <cohenjon@google.com>:
* Export of internal Abseil changes. -- 5f1ab09522226336830d9ea6ef7276d37f536ac5 by Abseil Team <absl-team@google.com>:
* Export of internal Abseil changes. -- 07575526242a8e1275ac4223a3d2822795f46569 by CJ Johnson <johnsoncj@google.com>:
* Export of internal Abseil changes. -- 178e7a9a76fc8fcd6df6335b59139cbe644a16b9 by Jon Cohen <cohenjon@google.com>:
* Export of internal Abseil changes. -- ee19e203eca970ff88e8f25ce4e19c32e143b988 by Jon Cohen <cohenjon@google.com>:
* Export of internal Abseil changes. -- 4e224c85c3730398919fc5195cb1fc7a752e6e4f by Mark Barolak <mbar@google.com>:
* Export of internal Abseil changes. -- 9e8aa654630015ea8221703b0ea10dd1a47a848f by Abseil Team <absl-team@google.com>:
* Export of internal Abseil changes. -- ba4dd47492748bd630462eb68b7959037fc6a11a by Abseil Team <absl-team@google.com>:
* Fix compilation of generic byteswap routines
* Fix absl::container on VS2017 v15.8 (#192)