Sign in
pigweed
/
third_party
/
github
/
abseil
/
abseil-cpp
/
HEAD
e9f87bc
Disable inlining for some templated symbols in Abseil
by Abseil Team
· 4 hours ago
master
eb0e0d4
Add parentheses-removal support for non-__VA_OPT__-supporting compilers to status macros
by Abseil Team
· 7 hours ago
f883d40
Fix comment in variant.h to refer to `absl::variant`.
by Abseil Team
· 23 hours ago
0e9e3da
Add an overload of absl::c_move to move between containers.
by Abseil Team
· 28 hours ago
b368f2c
PR #2057: doc: clarify moved-from state for hash containers
by Drishti Tripathi
· 29 hours ago
e7e7b01
CRC: Fix unused variable warnings in no-op implementation
by Derek Mauro
· 32 hours ago
c726987
Store capacity by log and change macro to represent original version of storing by value.
by Vitaly Goldshteyn
· 2 days ago
9346a86
Fix typo in the documentation of absl::CopyCordToSpan()
by Derek Mauro
· 2 days ago
caf7059
Add friends to visibility list for Abseil hardening build target
by Abseil Team
· 2 days ago
7890035
Remove STATUS_MACROS_IMPL_ELSE_BLOCKER_
by Abseil Team
· 2 days ago
c508bab
Do not reserve space for GrowthInfo for single element tables in non-SOO case.
by Vitaly Goldshteyn
· 3 days ago
8fb4507
Fix strict aliasing violation in node_hash_map
by Peter Collingbourne
· 3 days ago
7153103
Remove more unused leftover STATUS_MACROS_... macros
by Abseil Team
· 3 days ago
213609f
Fix a bug in LogMessage::CopyToEncodedBufferWithStructuredProtoField where all strings are encoded as not literal strings.
by Abseil Team
· 3 days ago
ad00fb7
Disable ABSL_DEFINE_UNQUALIFIED_STATUS_MACROS in OSS
by Abseil Team
· 3 days ago
23837c6
Prefix ABSL_ to ASSIGN_OR_RETURN() and RETURN_IF_ERROR() macros and use ABSL_DEFINE_UNQUALIFIED_STATUS_MACROS to enable them
by Abseil Team
· 3 days ago
2d5f437
Enforce GCC 10 and MSVC 2022 minimum
by Derek Mauro
· 3 days ago
1ea7b92
Undo deprecate and inline of absl::optional and absl::nullopt
by Abseil Team
· 6 days ago
18e7230
Fix visibility issue in absl/log/internal:flags
by Abseil Team
· 7 days ago
7eaa5fb
Deprecate and inline absl::optional and absl::nullopt
by Abseil Team
· 7 days ago
b0e44a9
Refactor size checks in c_copy and c_copy_n to use base_internal::HardeningAssert.
by Abseil Team
· 7 days ago
a20313e
Deprecate and inline historical functions in Abseil
by Abseil Team
· 7 days ago
07389c2
Remove unused leftover STATUS_MACROS_... macros
by Abseil Team
· 7 days ago
98583ec
Deprecate and inline absl::apply
by Abseil Team
· 7 days ago
d936f59
Move dereferences that crash when the iterator is invalid into the new CrashIfIteratorIsInvalid function in order to give more helpful stack traces.
by Evan Brown
· 8 days ago
c20be0a
Add absl::StatusBuilder and status macros (ASSIGN_OR_RETURN, RETURN_IF_ERROR, etc.)
by Abseil Team
· 8 days ago
d885e62
PR #2051: Fix absl_stacktrace_test on s390x
by Milad Fa
· 8 days ago
ca1d7cb
Add container overloads for absl::c_copy and absl::c_copy_n
by Abseil Team
· 9 days ago
0c60e21
Remove PCLMUL steam on AMD Rome, as it appears to be marginally faster without it.
by Connal de Souza
· 9 days ago
c349faa
Refactor HashtableCapacity code to force using bzhi when available (and when capacity-by-log is enabled, which is non-default).
by Evan Brown
· 9 days ago
a7fbfa4
Add [[clang::nomerge]] to absl::base_internal::HardeningAbort()
by Abseil Team
· 9 days ago
89203a0
Update Abseil deps in preparation for release
by Derek Mauro
· 10 days ago
d4aba0a
Deprecate and inline historical functions in Abseil
by Abseil Team
· 10 days ago
bc5e9d0
Abseil CI updates:
by Derek Mauro
· 10 days ago
33bbc26
Break on `nullptr` return address in `UnwindImpl` on RISC-V
by Abseil Team
· 10 days ago
5704b72
Fix absl::make_unique_for_overwrite test under GCC 16
by Derek Mauro
· 11 days ago
ae7be71
Optimize `is_small()` checks in raw_hash_set for log-based capacity.
by Vitaly Goldshteyn
· 11 days ago
e309302
Added handle to make HashtableInlineData store log-based capacity based on compile time flag.
by Vitaly Goldshteyn
· 12 days ago
30bba84
Roll back changing abseil hardening assertion in any_invocable from macro to function
by Abseil Team
· 14 days ago
723c2e7
Change abseil hardening assertion in any_invocable from macro to function
by Abseil Team
· 2 weeks ago
659ba44
absl::Substitute: Set variables in the correct order to avoid an
by Derek Mauro
· 2 weeks ago
638e17a
Add absl::CopyCordToSpan()
by Derek Mauro
· 2 weeks ago
d0d4c59
Deprecate and inline some historical inline variables in Abseil
by Abseil Team
· 2 weeks ago
9517566
Change abseil hardening assertions in cleanup from macros to functions
by Abseil Team
· 2 weeks ago
e68f118
Update AssertIsValidForComparison to have better comments for cases in which there are sanitizer crashes that we can't give a good assertion failure message for.
by Evan Brown
· 2 weeks ago
9855fba
Change abseil hardening assertions in btree from macros to functions
by Abseil Team
· 2 weeks ago
271ba27
Change abseil hardening assertions in chunked_queue and fixed_array from macros to functions
by Abseil Team
· 2 weeks ago
4dcbb59
Add VMA naming fallback for LowLevelAlloc.
by Chris Kennelly
· 2 weeks ago
97aea89
Add a comment about the dataflow to //absl/log/internal/proto.cc
by Derek Mauro
· 2 weeks ago
bd6adb8
Change abseil hardening assertions in the strings directory from macros to functions
by Abseil Team
· 2 weeks ago
34a2c1e
Change abseil hardening assertions in inlined_vector from macros to functions
by Abseil Team
· 2 weeks ago
c7a875c
Rollback of Add [[clang::nomerge]] to absl::base_internal::HardeningAbort()
by Abseil Team
· 2 weeks ago
d061f5f
Add [[clang::nomerge]] to absl::base_internal::HardeningAbort()
by Abseil Team
· 3 weeks ago
74b81df
Fix aarch64 stacktrace unwinding.
by Mike Kruskal
· 3 weeks ago
db10d46
Change inlined_vector internal consistency assertions to ABSL_ASSERT from ABSL_HARDENING_ASSERT
by Abseil Team
· 3 weeks ago
49fe184
Deprecate and inline historical typedefs in Abseil
by Abseil Team
· 3 weeks ago
8f7e820
Deprecate and inline absl::variant
by Abseil Team
· 3 weeks ago
ef23deb
Deprecate and inline absl::index_sequence
by Abseil Team
· 3 weeks ago
deaf349
Update to layout-compatible StatusCode and StatusCodeError types
by Taylor Cramer
· 3 weeks ago
7dcc24c
Factor out ABSL_INTERNAL_UNEVALUATED() from ABSL_ASSERT()
by Abseil Team
· 3 weeks ago
acbfcef
Add an absl::StrCat floating-point formatter absl::HighPrecision
by Derek Mauro
· 3 weeks ago
06534e0
Add VMA naming fallback for LowLevelAlloc.
by Abseil Team
· 3 weeks ago
5193aa7
Add VMA naming fallback for LowLevelAlloc.
by Chris Kennelly
· 3 weeks ago
f9adcd0
Add container overloads for absl::c_copy and absl::c_copy_n
by Abseil Team
· 3 weeks ago
a5c2143
Add container overloads for absl::c_copy and absl::c_copy_n
by Abseil Team
· 3 weeks ago
0b7fd1c
Update static_assert comment.
by Evan Brown
· 3 weeks ago
bbed3b1
Relax static_assert on HashtableInlineDataImpl size.
by Vitaly Goldshteyn
· 3 weeks ago
8ce4569
Remove IWYU private pragmas now that vlog_is_on is public
by Mike Kruskal
· 3 weeks ago
a4ca419
Refactor HashtableInlineData to support different capacity storage modes.
by Vitaly Goldshteyn
· 3 weeks ago
1eb0661
Re-land crc32 optimization on AMD Milan+
by Ilya Tokar
· 3 weeks ago
bbdeb41
Add GenericPrint specialization for `std::monostate`.
by Abseil Team
· 3 weeks ago
892f513
Remove extraneous symbol from nullability documentation comment
by Abseil Team
· 4 weeks ago
852fc61
Remove more lingering C++17 type traits polyfill usages
by Abseil Team
· 4 weeks ago
3510863
Update documentation for `absl::StrSplit()` to mention that
by Abseil Team
· 4 weeks ago
3a4bad5
Add absl::bind_back
by Abseil Team
· 4 weeks ago
418845f
Partial rollback of removal of usages of absl::void_t
by Derek Mauro
· 4 weeks ago
0b1904f
Fix MSVC warning C4819 by removing various unicode dash characters
by Derek Mauro
· 4 weeks ago
6bafadb
Import of CCTZ from GitHub.
by Abseil Team
· 4 weeks ago
0df2ed8
Restrict ABSL_ATTRIBUTE_NULL_AFTER_MOVE to clang >= 12.0, when support for
by Abseil Team
· 4 weeks ago
f58ee26
Add a friendship for gloop testing
by Mike Kruskal
· 4 weeks ago
dcd3be5
Update Emscripten version macros to use uppercase variants.
by Abseil Team
· 4 weeks ago
8a6b6ae
Automated rollback of commit 34e723033bf6e31b196258451c6cdc684804a88d.
by Abseil Team
· 4 weeks ago
34e7230
Change abseil hardening assertions in types directory from macros to functions
by Abseil Team
· 4 weeks ago
ac5ea99
Change abseil hardening assertions in types directory from macros to functions
by Abseil Team
· 4 weeks ago
fe307ce
Replace ABSL_INTERNAL_LOG with ABSL_RAW_LOG in ReadMonotonicClockNanos.
by Chris Kennelly
· 4 weeks ago
d4d92a7
Introduce HashtableCapacity wrapper for capacity_ and rename HashtableSize to HashtableInlineData and move capacity into it.
by Vitaly Goldshteyn
· 4 weeks ago
6d6854b
Use if constexpr around allocator type check for hashtable sampling.
by Chris Kennelly
· 5 weeks ago
9aca3c8
Add a friendship for gloop testing
by Mike Kruskal
· 5 weeks ago
b85d169
Optimzie crc32 on AMD Milan+
by Abseil Team
· 5 weeks ago
5f9d5bf
Optimzie crc32 on AMD Milan+
by Ilya Tokar
· 5 weeks ago
cd0423d
Stop exporting internal Base64 escaping functions that do not need to
by Derek Mauro
· 5 weeks ago
b9536c9
Add additional bounds check functions to cover most ABSL_HARDENING_ASSERTs.
by Abseil Team
· 5 weeks ago
04b6110
Undo unintended inlining of absl::void_t -- the inlining didn't actually replace it with std::void_t
by Abseil Team
· 6 weeks ago
ea64b6e
Consume result from various SampleRecorder methods.
by Chris Kennelly
· 6 weeks ago
9cb62a0
Remove unnecessary usages of absl::void_t
by Abseil Team
· 6 weeks ago
354d4d9
StrFormat: format %g without heap allocation
by Abhi Raman
· 6 weeks ago
8cd6450
Remove unnecessary namespace bracketing for an internal nullability macro.
by Abseil Team
· 6 weeks ago
9034b9c
Introduce ABSL_OPTION_INLINE_HW_ACCEL_STRATEGY in absl/base/options.h
by Derek Mauro
· 6 weeks ago
884282e
Refactor error factories to propagate static knowledge to the compiler, where supported.
by Samuel Benzaquen
· 6 weeks ago
eb76981
Inline absl::void_t to std::void_t wherever possible
by Abseil Team
· 6 weeks ago
Next »