Update dependency com_google_absl to v20230802 - autoclosed #45
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
20211102.0
->20230802.1
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
abseil/abseil-cpp (com_google_absl)
v20230802.1
: Abseil LTS branch, Aug 2023, Patch 1Compare Source
Abseil LTS
2023080
.1What's New:
nullability
library for designating the expected nullability of pointers. Currently these serve as annotations only, but it is expected that compilers will one day be able to use these annotations for diagnostic purposes.prefetch
library as a portable layer for moving data into caches before it is read.absl::Time
) from relative waits (when passed anabsl::Duration
) when the underlying platform supports differentiating these cases. This only makes a difference when system clocks are adjusted.absl::string_view
is now available as a smaller target,@com_google_absl//absl/strings:string_view
, so that users may use this library without depending on the much larger@com_google_absl//absl/strings
target.Breaking Changes:
Known Issues
Baseline:
fdf5be1
Cherry pick:
659b77b
Cherry pick:
fb3621f
(Patch 1)v20230802.0
: Abseil LTS branch, Aug 2023Compare Source
Abseil LTS
2023080
What's New:
nullability
library for designating the expected nullability of pointers. Currently these serve as annotations only, but it is expected that compilers will one day be able to use these annotations for diagnostic purposes.prefetch
library as a portable layer for moving data into caches before it is read.absl::Time
) from relative waits (when passed anabsl::Duration
) when the underlying platform supports differentiating these cases. This only makes a difference when system clocks are adjusted.absl::string_view
is now available as a smaller target,@com_google_absl//absl/strings:string_view
, so that users may use this library without depending on the much larger@com_google_absl//absl/strings
target.Breaking Changes:
Known Issues
Baseline:
fdf5be1
Cherry pick:
659b77b
v20230125.3
: Abseil LTS branch, Jan 2023, Patch 3Compare Source
Abseil LTS
2023012
.3What's New:
stderr
, disk files, or other sinks (via an extension API). See the logging library documentation for more information.AbslStringify()
, allows user-defined types to seamlessly work with Abseil's string formatting functions likeabsl::StrCat()
andabsl::StrFormat()
.absl/base/options.h
) reflect the compiled ABI.Breaking Changes:
GUARDED_BY()
) have been removed by default in favor of theABSL_
prefixed versions (e.g.ABSL_GUARDED_BY()
) due to clashes with other libraries. The compatibility macroABSL_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
VLOG
andDFATAL
are examples of features that have not yet been released.Baseline:
a69b0ae
Cherry pick:
35e8e3f
(Patch 1)Cherry pick:
a0f9b46
(Patch 1)Cherry pick:
2de126c
(Patch 2)Cherry pick:
807763a
(Patch 3)v20230125.2
: Abseil LTS branch, Jan 2023, Patch 2Compare Source
Abseil LTS
2023012
.2What's New:
stderr
, disk files, or other sinks (via an extension API). See the logging library documentation for more information.AbslStringify()
, allows user-defined types to seamlessly work with Abseil's string formatting functions likeabsl::StrCat()
andabsl::StrFormat()
.absl/base/options.h
) reflect the compiled ABI.Breaking Changes:
GUARDED_BY()
) have been removed by default in favor of theABSL_
prefixed versions (e.g.ABSL_GUARDED_BY()
) due to clashes with other libraries. The compatibility macroABSL_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
VLOG
andDFATAL
are examples of features that have not yet been released.Baseline:
a69b0ae
Cherry pick:
35e8e3f
(Patch 1)Cherry pick:
a0f9b46
(Patch 1)Cherry pick:
2de126c
(Patch 2)v20230125.1
: Abseil LTS branch, Jan 2023, Patch 1Compare Source
Abseil LTS
2023012
.1What's New:
stderr
, disk files, or other sinks (via an extension API). See the logging library documentation for more information.AbslStringify()
, allows user-defined types to seamlessly work with Abseil's string formatting functions likeabsl::StrCat()
andabsl::StrFormat()
.absl/base/options.h
) reflect the compiled ABI.Breaking Changes:
GUARDED_BY()
) have been removed by default in favor of theABSL_
prefixed versions (e.g.ABSL_GUARDED_BY()
) due to clashes with other libraries. The compatibility macroABSL_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
VLOG
andDFATAL
are examples of features that have not yet been released.Baseline:
a69b0ae
Cherry pick:
35e8e3f
(Patch 1)Cherry pick:
a0f9b46
(Patch 1)v20230125.0
: Abseil LTS branch, Jan 2023Compare Source
Abseil LTS
2023012
What's New:
stderr
, disk files, or other sinks (via an extension API). See the logging library documentation for more information.AbslStringify()
, allows user-defined types to seamlessly work with Abseil's string formatting functions likeabsl::StrCat()
andabsl::StrFormat()
.absl/base/options.h
) reflect the compiled ABI.Breaking Changes:
GUARDED_BY()
) have been removed by default in favor of theABSL_
prefixed versions (e.g.ABSL_GUARDED_BY()
) due to clashes with other libraries. The compatibility macroABSL_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
VLOG
andDFATAL
are examples of features that have not yet been released.Baseline:
a69b0ae
v20220623.1
: Abseil LTS branch, June 2022, Patch 1Compare Source
Abseil LTS
2022062
.1What's New:
absl::AnyInvocable
, a move-only function type.absl::CordBuffer
, a type for buffering data for eventual inclusion anabsl::Cord
, which is useful for writing zero-copy code.absl::optional<T>
.Breaking Changes:
ABSL_BUILD_TESTING
(default:OFF
) to control whether or not unit tests are built.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 keywordconstinit
when available. Some compilers are more strict about where this keyword must appear compared to the pre-C++20 implementation.Other:
Baseline:
273292d
Cherry pick:
8c0b94e
(Patch 1)v20220623.0
: Abseil LTS branch, June 2022Compare Source
Abseil LTS
2022062
What's New:
absl::AnyInvocable
, a move-only function type.absl::CordBuffer
, a type for buffering data for eventual inclusion anabsl::Cord
, which is useful for writing zero-copy code.absl::optional<T>
.Breaking Changes:
ABSL_BUILD_TESTING
(default:OFF
) to control whether or not unit tests are built.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 keywordconstinit
when available. Some compilers are more strict about where this keyword must appear compared to the pre-C++20 implementation.Other:
Baseline:
273292d
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.