lp:~trebelnik-stefina/cinnamon-test/+git/abseil
- Get this repository:
-
git clone
https://git.not.enabled/~trebelnik-stefina/cinnamon-test/+git/abseil
Import details
This repository is an import of the Git repository at https://github.com/abseil/abseil-cpp.git.
Last successful import was .
Branches
Name | Last Modified | Last Commit |
---|---|---|
master | 2023-10-19 05:19:45 UTC |
Optimize prefetch codegen.
Author:
Dmitry Vyukov
Optimize prefetch codegen. Currently we use "r" constraint to pass prefetched address. 16bfb7c: 48 01 cf add %rcx,%rdi Use "m" constraint instead. It's more relaxed and requires 16bfb7c: 0f 0d 0c 39 prefetchw (%rcx,%rdi,1) PiperOrigin-RevId: 574723975 |
lts_2023_08_02 | 2023-09-18 14:40:01 UTC |
Abseil LTS branch, Aug 2023, Patch 1 (#1534)
Author:
Derek Mauro
Abseil LTS branch, Aug 2023, Patch 1 (#1534) * Add StdcppWaiter to the end of the list of waiter implementations Since ABSL_INTERNAL_ PiperOrigin-RevId: 555629066 * Use native methods to implement absl::base_ https:/ * Abseil LTS branch, Aug 2023, Patch 1 |
dinord-patch-2 | 2023-08-04 23:55:37 UTC |
Update BUILD.bazel
Author:
=?utf-8?q?Dino_Radakovi=C4=87?=
Update BUILD.bazel |
dinord-patch-1 | 2023-06-27 15:49:35 UTC |
Update string_view.h
Author:
=?utf-8?q?Dino_Radakovi=C4=87?=
Update string_view.h |
lts_2023_01_25 | 2023-05-04 14:32:38 UTC |
CMake: Install TESTONLY libraries and their dependencies (#1442)
Author:
Mike Kruskal
CMake: Install TESTONLY libraries and their dependencies (#1442) This patch cherry-picks 807763a7f57dcf0 #1407 --------- Co-authored-by: Derek Mauro <dmauro@google.com> |
lts_2022_06_23 | 2022-08-31 17:15:21 UTC |
Switch time_state to explicit default initialization instead of value initial...
Author:
Andy Getz
Switch time_state to explicit default initialization instead of value initialization. (#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 #1253 PiperOrigin-RevId: 469806751 |
lts_2021_11_02 | 2021-11-03 15:26:14 UTC |
Fix Android build of elf_mem_image.cc (#1052)
Author:
Derek Mauro
Fix Android build of elf_mem_image.cc (#1052) |
lts_2021_03_24 | 2021-06-01 14:52:49 UTC |
Abseil LTS 20210324, Patch 2
Author:
Derek Mauro
Abseil LTS 20210324, Patch 2 * Fixes build with glibc 2.34 (#952) |
lts_2020_09_23 | 2021-01-19 18:49:15 UTC |
Cherry-picks for LTS 2020_09_23 Patch Release 3 (#888)
Author:
Derek Mauro
Cherry-picks for LTS 2020_09_23 Patch Release 3 (#888) * Adds missing <limits> include to fix GCC 11 (prerelease) build |
lts_2020_02_25 | 2020-10-09 18:48:48 UTC |
Adds bounds-checking to the second range of absl container algorithms (#811)
Author:
Derek Mauro
Adds bounds-checking to the second range of absl container algorithms (#811) The APIs for the two-range `absl::c_mismatch`, `absl:: This commit cleans up ensures that buggy calls are not exploitable; This is consistent with both C++14's two-range `std::` equivalents and |
lts_2019_08_08 | 2020-10-09 18:48:25 UTC |
Adds bounds-checking to the second range of absl container algorithms (#812)
Author:
Derek Mauro
Adds bounds-checking to the second range of absl container algorithms (#812) The APIs for the two-range `absl::c_mismatch`, `absl:: This commit cleans up ensures that buggy calls are not exploitable; This is consistent with both C++14's two-range `std::` equivalents and |
lts_2018_12_18 | 2020-10-09 18:47:51 UTC |
Adds bounds-checking to the second range of absl container algorithms (#813)
Author:
Derek Mauro
Adds bounds-checking to the second range of absl container algorithms (#813) The APIs for the two-range `absl::c_mismatch`, `absl:: This commit cleans up ensures that buggy calls are not exploitable; This is consistent with both C++14's two-range `std::` equivalents and |
lts_2018_06_20 | 2018-06-20 14:15:31 UTC |
Project import generated by Copybara.
Author:
Abseil Team
Project import generated by Copybara. GitOrigin-RevId: d89dba27e35462d |
1 → 13 of 13 results | First • Previous • Next • Last |