Revisions of abseil-cpp

Fabian Vogt's avatar Fabian Vogt (favogt) accepted request 1095945 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 16)
- Add baselibs.conf to make protobuf happy. Hopefully temporary.
buildservice-autocommit accepted request 1089208 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 15)
baserev update by copy to link target
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 1088977 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 14)
- update to 20230125.3
  Details can be found on:
    https://github.com/abseil/abseil-cpp/releases/tag/20230125.3
buildservice-autocommit accepted request 1082518 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 13)
baserev update by copy to link target
Fabian Vogt's avatar Fabian Vogt (favogt) accepted request 1082510 from Adrian Schröter's avatar Adrian Schröter (adrianSuSE) (revision 12)
- update to 20230125.2
  What's New:
    The Abseil logging library has been released. This library
    provides facilities for writing short text messages about the
    status of a program to stderr, disk files, or other sinks
    (via an extension API). See the logging library documentation
    for more information.
      An extension point, AbslStringify(), allows user-defined types
    to seamlessly work with Abseil's string formatting functions
    like absl::StrCat() and absl::StrFormat().
      A library for computing CRC32C checksums has been added.
      Floating-point parsing now uses the Eisel-Lemire algorithm,
    which provides a significant speed improvement.
      The flags library now provides suggestions for the closest 
    flag(s) in the case of misspelled flags.
      Using CMake to install Abseil now makes the installed artifacts
    (in particular absl/base/options.h) reflect the compiled ABI.
  Breaking Changes:
    Abseil now requires at least C++14 and follows Google's Foundational
    C++ Support Policy. See this table for a list of currently supported
    versions compilers, platforms, and build tools.
      The legacy spellings of the thread annotation macros/functions
    (e.g. GUARDED_BY()) have been removed by default in favor of the
    ABSL_ prefixed versions (e.g. ABSL_GUARDED_BY()) due to clashes with
    other libraries. The compatibility macro ABSL_LEGACY_THREAD_ANNOTATIONS
    can be defined on the compile command-line to temporarily restore these
    spellings, but this compatibility macro will be removed in the future.
  Known Issues
    The Abseil logging library in this release is not a feature-complete
    replacement for glog yet. VLOG and DFATAL are examples of features
buildservice-autocommit accepted request 1006366 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 11)
baserev update by copy to link target
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 1005779 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 10)
- update to 20220623.1:
  * minor warning fix
buildservice-autocommit accepted request 988573 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 9)
baserev update by copy to link target
Fabian Vogt's avatar Fabian Vogt (favogt) accepted request 988522 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 8)
- Add Fix-maes-msse41-leaking-into-pkgconfig.patch
  * Do not make programs compiled with abseil require new-ish CPUs.
buildservice-autocommit accepted request 986572 from Richard Brown's avatar Richard Brown (RBrownSUSE) (revision 7)
baserev update by copy to link target
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 986507 from Matthias Eliasson's avatar Matthias Eliasson (elimat) (revision 6)
- Update to version 20220623.0
  What's New:
  * Added absl::AnyInvocable, a move-only function type.
  * Added absl::CordBuffer, a type for buffering data for eventual inclusion an
    absl::Cord, which is useful for writing zero-copy code.
  * Added support for command-line flags of type absl::optional<T>.
  Breaking Changes:
  * CMake builds now use the flag ABSL_BUILD_TESTING (default: OFF) to control
    whether or not unit tests are built.
  * The ABSL_DEPRECATED macro now works with the GCC compiler. GCC users that
    are experiencing new warnings can use -Wno-deprecated-declatations silence
	the warnings or use -Wno-error=deprecated-declarations to see warnings but
	not fail the build.
  * ABSL_CONST_INIT uses the C++20 keyword constinit when available. Some
    compilers are more strict about where this keyword must appear compared to
	the pre-C++20 implementation.
  * Bazel builds now depend on the bazelbuild/bazel-skylib repository.
    See Abseil's WORKSPACE file for an example of how to add this dependency.
  Other:
  * This will be the last release to support C++11. Future releases will require at least C++14.
- run spec-cleaner
buildservice-autocommit accepted request 985793 from Fabian Vogt's avatar Fabian Vogt (favogt) (revision 5)
baserev update by copy to link target
Fabian Vogt's avatar Fabian Vogt (favogt) committed (revision 4)
- Remove obsolete 0%{suse_version} < 1500 conditions
Fabian Vogt's avatar Fabian Vogt (favogt) accepted request 985782 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 3)
- Add options-old.patch, options-cxx17.patch
  * Ensure ABI stability regardless of compiler settings per instruction in the header.
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 985762 from Bruno Pitrus's avatar Bruno Pitrus (dziobian) (revision 2)
- Add options.patch
  * Ensure ABI stability regardless of compiler settings per instruction in the header.
Richard Brown's avatar Richard Brown (RBrownSUSE) committed (revision 1)
osc copypac from project:devel:kubic package:abseil-cpp revision:46
Displaying revisions 21 - 36 of 36
openSUSE Build Service is sponsored by