Skip to content

Tags: mkruskal-google/abseil-cpp

Tags

20230125.2

Toggle 20230125.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix the implementation of OnlyLiteralZero (abseil#1420)

This patch changes the implementation of OnlyLiteralZero to only fail if the second overload is chosen, instead of failing during overload resolution.

This patch cherry-picks 2de126c.

Fixes abseil#1419

20230125.1

Toggle 20230125.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make `SanitizerSafeCopy()` constexpr, and check for constant evaluati…

…on (abseil#1399)

Also update test Docker container so that LTS patches can be tested

This patch cherry-picks 2 commits:
a0f9b46
35e8e3f

20230125.0

Toggle 20230125.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply LTS transformations for 20230125 LTS branch (abseil#1370)

20230125.rc3

Toggle 20230125.rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply LTS transformations for 20230125 LTS branch (abseil#1370)

20220623.1

Toggle 20220623.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Switch time_state to explicit default initialization instead of value…

… initialization. (abseil#1261)

It looks to me like the language rules treat these the same for this type, but evidently GCC feels differently.

This only matters under TSAN where SpinLock has a non-trivial destructor, and under C++20 where ABSL_CONST_INIT is implemented (as constinit) by gcc.

Fixes abseil#1253

PiperOrigin-RevId: 469806751
Change-Id: Ic01b0142101f361bc19c95f9f9474e635669c58d

20220623.0

Toggle 20220623.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply LTS transformations for 20220623 LTS branch (abseil#1202)

20220623.rc1

Toggle 20220623.rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply LTS transformations for 20220623 LTS branch (abseil#1202)

20211102.0

Toggle 20211102.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Android build of elf_mem_image.cc (abseil#1052)

20211102.rc2

Toggle 20211102.rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Android build of elf_mem_image.cc (abseil#1052)

20210324.2

Toggle 20210324.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Abseil LTS 20210324, Patch 2

* Fixes build with glibc 2.34 (abseil#952)
* Fixes "illegal thread local variable" on some Apple platforms (abseil#954, abseil#965)