Sign in
skia
/
external
/
github.com
/
abseil
/
abseil-cpp
/
HEAD
4a9a571
Rust wrapper for absl::Clock and absl::SimulatedClock
by Vishnu Poddar
· 7 hours ago
master
2b33d7c
Instead of using bit rotate for CRC hashing, use multiplication by 3.
by Evan Brown
· 9 hours ago
d85c528
Create bounds check functions to improve observability of hardening check failures to monitoring.
by Abseil Team
· 11 hours ago
4dc2be8
Inline absl_testing::status_internal::GetStatus
by Abseil Team
· 28 hours ago
f26b591
Fix a test failure with new version of LLVM TSan.
by Evan Brown
· 32 hours ago
c8bebb9
Change MaxValidSize computation to take into account the limitation of unique keys based on key size and add compile-time assumptions that size/capacity are valid.
by Evan Brown
· 33 hours ago
7db9293
Fix indentation
by Abseil Team
· 2 days ago
64c1b40
Avoid ADL calls with StatusIs() in absl/status/status_matchers.h
by Abseil Team
· 4 days ago
a62029e
Add absl::optional_ref<T>
by Abseil Team
· 5 days ago
5088cf5
Cleanup the uses of the polyfills absl::any, absl::optional,
by Derek Mauro
· 6 days ago
90633b5
Fix comment about releaser's operators in MakeCordFromExternal.
by Abseil Team
· 6 days ago
6f0c4e7
CMake: Add TESTONLY flag to heterogeneous_lookup_testing
by Corentin Le Molgat
· 7 days ago
43a9414
Add FAQ entries about hash tables and sanitizers
by Derek Mauro
· 7 days ago
b4de535
Update FAQ.md with bzlmod instructions, and fix some typos and awkward wording
by Derek Mauro
· 7 days ago
91e52dc
Revert: Record insert misses in hashtable profiling.
by Chris Kennelly
· 7 days ago
6ec9964
Inline deprecated versions of absl::Base64Escape() and
by Derek Mauro
· 8 days ago
586a3fb
Deprecate the versions of Base64Escape() and WebSafeBase64Escape()
by Derek Mauro
· 10 days ago
5ec376e
Remove helper libraries for absl/extend
by Abseil Team
· 11 days ago
4da1361
Resolve the filename and build_id associated with an image only once.
by Abseil Team
· 12 days ago
351df81
Test that absl::ParseTime() rejects input with embedded NULs
by Derek Mauro
· 12 days ago
27a4262
Import of CCTZ from GitHub.
by Abseil Team
· 12 days ago
92b4141
Use crc32 with union and rotate in CombineRawImpl.
by Evan Brown
· 2 weeks ago
35e6a95
Delete the internal version of throw_delegate
by Derek Mauro
· 2 weeks ago
919b8f9
Check for overflow on every iteration in a loop inside of CUnescapeInternal()
by Derek Mauro
· 2 weeks ago
af4f27f
Construct {flat,node}_hash_{set,map} w/ from_range
by Abseil Team
· 2 weeks ago
7313246
Fix sign-extension issue in absl::HexStringToBytes()
by Derek Mauro
· 2 weeks ago
b1b9c18
Remove ABSL_META_INTERNAL_STD_HASH_SFINAE_FRIENDLY_ guard
by Abseil Team
· 2 weeks ago
81839fc
Open up the throw_delegate library to public usage
by Derek Mauro
· 2 weeks ago
edeeb35
absl::Now(): Mention the possibility of injecting an absl::Clock
by Derek Mauro
· 3 weeks ago
1296124
Import of CCTZ from GitHub.
by Derek Mauro
· 3 weeks ago
cb4ad96
Correctly define ABSL_UNREACHABLE when Abseil Hardened Fast is enabled
by Abseil Team
· 3 weeks ago
2f40498
Add comment explaining why assertion may fail.
by Chris Kennelly
· 3 weeks ago
fc3eb05
Remove unused dependency in absl/types/optional.h
by Abseil Team
· 3 weeks ago
bf24e8b
Perform ValidateDownCast only in Abseil Hardened Extensive mode
by Abseil Team
· 3 weeks ago
0e2e1ba
Remove unused dependency in absl/types/optional.h
by Abseil Team
· 3 weeks ago
742e99c
Specialize long strings hash for ARM to benefit from AES instruction differences.
by Vitaly Goldshteyn
· 3 weeks ago
f4fdd8d
Add --define="absl=1" to the Bazel build commands in CI
by Abseil Team
· 3 weeks ago
cd765c9
Upgrade CI to Bazel 9.0.0
by Derek Mauro
· 3 weeks ago
1ad4d33
Upgrade CI to XCode 26.2
by Derek Mauro
· 3 weeks ago
7a992d5
Specialize `Mix4x16Vectors` for ARM to benefit from direct instructions.
by Vitaly Goldshteyn
· 3 weeks ago
045a92b
Update Abseil CI
by Derek Mauro
· 3 weeks ago
62701e8
Avoid -Wsign-conversion in extend/internal/reflection.cc
by Abseil Team
· 3 weeks ago
49cd3c7
Minor formatting change
by Derek Mauro
· 3 weeks ago
0e5031d
Add helper libraries for absl/extend
by Abseil Team
· 4 weeks ago
b2f60a1
Undo add helper libraries for absl/extend
by Abseil Team
· 4 weeks ago
bf4988f
Add helper libraries for absl/extend
by Abseil Team
· 4 weeks ago
0783add
AES based hash function for long strings >32 bytes on ARM CPUs.
by Vitaly Goldshteyn
· 4 weeks ago
1fdbcb5
Add absl::Clock, an abstract interface that interface allows
by Derek Mauro
· 4 weeks ago
0437a6d
Fix ODR violation in `absl/functional/bind_front.h`
by Abseil Team
· 5 weeks ago
e56fcf4
Removing template workaround as the ::benchmark::internal::Benchmark type has now been made non-internal.
by Abseil Team
· 5 weeks ago
dd3cb9e
PR #1993: Disable leak sanitizer on clang/windows
by Gaetano
· 5 weeks ago
889ddc9
Ensure `absl/base/casts.h` usage of `typeid` is well-formed
by Abseil Team
· 6 weeks ago
569ff20
Cleanup duplicated bit-rotation code
by Derek Mauro
· 6 weeks ago
ae164c5
Ensure `__cpp_lib_bit_cast` is defined when available by including `<version>`
by Abseil Team
· 6 weeks ago
28e6a79
Make absl::Condition work with C++23 deducing-this
by Abseil Team
· 6 weeks ago
eef1a08
Update `absl::Span` and `std::span` differences comment
by Abseil Team
· 6 weeks ago
5b086d7
Restrict MSVC CRC32 intrinsics to x64.
by Vitaly Goldshteyn
· 6 weeks ago
fa3783e
Reimplement STLStringResizeUninitializedAmortized() using
by Derek Mauro
· 6 weeks ago
6e0a316
Update *SymbolizeURL APIs to add crash_pc parameter.
by Abseil Team
· 6 weeks ago
83b229a
Refactor GroupSse2Impl to improve codegen for hashtable lookups on x86_64.
by Evan Brown
· 7 weeks ago
e8e23f7
Avoid reentrancy in hashtable profiling during profile generation.
by Chris Kennelly
· 7 weeks ago
26e36bb
Use EXPECT_DEATH_IF_SUPPORTED instead of EXPECT_DEATH.
by Abseil Team
· 7 weeks ago
4426395
Fix typo in requires.h
by Derek Mauro
· 7 weeks ago
6715d82
Update includes in Damerau-Levenshtein distance implementation.
by Abseil Team
· 7 weeks ago
17f673b
Add absl_nonnull annotations to absl::CommandLineFlag
by Laramie Leavitt
· 7 weeks ago
124d5e2
Moves ABSL_REQUIRE_EXPLICIT_INIT macro in file.
by Abseil Team
· 7 weeks ago
a3bf78f
Fix self-move handling in absl::linked_hash_{set|map}
by Derek Mauro
· 7 weeks ago
d9d76ba
Fix unused variable warning in GCC7
by Derek Mauro
· 7 weeks ago
237c42c
Convert FastTypeIdType from an alias to a struct.
by Laramie Leavitt
· 7 weeks ago
6d8e1a5
Mark legacy Mutex methods and MutexLock pointer constructors as deprecated
by Derek Mauro
· 7 weeks ago
685995b
`cleanup`: specify that it's safe to use the class in a signal handler.
by Aaron Jacobs
· 7 weeks ago
37147f5
Suppress bugprone-use-after-move in benign cases
by Abseil Team
· 7 weeks ago
9391635
StrFormat: format scientific notation without heap allocation
by Abseil Team
· 7 weeks ago
bbb342c
Introduce a legacy copy of GetDebugStackTraceHook API.
by Abseil Team
· 7 weeks ago
6bd8e2b
Report 1ns instead of 0ns for probe_benchmarks. Some tools incorrectly assume that benchmark was not run if 0ns reported.
by Vitaly Goldshteyn
· 7 weeks ago
7599e36
Add absl::chunked_queue
by Derek Mauro
· 8 weeks ago
60b607b
`CRC32` version of `CombineContiguous` for length <= 32.
by Vitaly Goldshteyn
· 8 weeks ago
7b40ebf
Add `absl::down_cast`
by Abseil Team
· 8 weeks ago
f788bc3
Fix FixedArray iterator constructor, which should require
by Derek Mauro
· 8 weeks ago
647ed70
Add a latency benchmark for hashing a pair of integers.
by Evan Brown
· 8 weeks ago
2d4a5a8
Delete absl::strings_internal::STLStringReserveAmortized()
by Derek Mauro
· 8 weeks ago
a529ebc
As IsAtLeastInputIterator helper
by Derek Mauro
· 8 weeks ago
87c5479
Use StringAppendAndOverwrite() in CEscapeAndAppendInternal()
by Derek Mauro
· 8 weeks ago
24a5eb0
Add support for absl::(u)int128 in FastIntToBuffer()
by Abseil Team
· 8 weeks ago
5d365d3
absl/strings: Prepare helper for printing objects to string representations.
by Chris Kennelly
· 9 weeks ago
1037021
Use SimpleAtob() for parsing bool flags
by Derek Mauro
· 9 weeks ago
de9ab52
No-op changes to relative timeout support code.
by Derek Mauro
· 9 weeks ago
a8960c0
Adjust visibility of heterogeneous_lookup_testing.h
by Derek Mauro
· 10 weeks ago
746ae76
Remove -DUNORDERED_SET_CXX17 since the macro no longer exists
by Derek Mauro
· 10 weeks ago
6c846a3
[log] Prepare helper for streaming container contents to strings.
by Chris Kennelly
· 10 weeks ago
885e4ff
Restrict the visibility of some internal testing utilities
by Derek Mauro
· 10 weeks ago
630e92d
Add absl::linked_hash_set and absl::linked_hash_map
by Derek Mauro
· 10 weeks ago
ab8fec8
[meta] Add constexpr testing helper.
by Chris Kennelly
· 10 weeks ago
641721e
BUILD file reformatting.
by Chris Kennelly
· 10 weeks ago
03ea849
`absl/meta`: Add C++17 port of C++20 `requires` expression for internal use
by Chris Kennelly
· 10 weeks ago
9ebd93a
Remove the implementation of `absl::string_view`, which was only needed
by Derek Mauro
· 10 weeks ago
d2dd9b9
No public description
by Abseil Team
· 2 months ago
1794717
absl::flags: Stop echoing file content in flagfile parsing errors
by Abseil Team
· 2 months ago
4ab5394
Refactor the declaration of `raw_hash_set`/`btree` to omit default template parameters from the subclasses.
by Samuel Benzaquen
· 2 months ago
fa7bc39
Import of CCTZ from GitHub.
by Abseil Team
· 2 months ago
Next »