Sign in
chromium
/
external
/
github.com
/
abseil
/
abseil-cpp
/
HEAD
9abb0b5
Add ABSL_REFACTOR_INLINE to separate the inliner directive from the
by Derek Mauro
· 23 hours ago
master
c70fe97
Reduce stack usage when unwinding without fixups
by Abseil Team
· 2 days ago
29d24c5
Reduce stack usage when unwinding from 170 to 128 on x64
by Abseil Team
· 2 days ago
ff43958
Rename RecordInsert -> RecordInsertMiss.
by Chris Kennelly
· 7 days ago
0f89191
PR #1968: Use std::move_backward within InlinedVector's Storage::Insert
by Mark Rowe
· 7 days ago
d6f4577
Use the new absl::StringResizeAndOverwrite() in CUnescape()
by Derek Mauro
· 7 days ago
f328eff
Explicitly instantiate common `raw_hash_set` backing array functions.
by Vitaly Goldshteyn
· 7 days ago
5bd1257
Rollback reduction of maximum load factor. Now it is back to 28/32.
by Vitaly Goldshteyn
· 7 days ago
18ac608
Export Mutex::Dtor from shared libraries in NDEBUG mode
by Abseil Team
· 8 days ago
6d94b2c
Allow `IsOkAndHolds` to rely on duck typing for matching `StatusOr` like types
by Zie Weaver
· 8 days ago
7374f9b
Fix typo in macro and add missing static_cast for WASM builds.
by Abseil Team
· 9 days ago
d1ddbf4
windows(cmake): add abseil_test_dll to target link libraries when required
by Corentin Le Molgat
· 9 days ago
cd62ba5
Handle empty strings in `SimpleAtof` after stripping whitespace
by Abseil Team
· 9 days ago
b13bf1d
Avoid using a thread_local in an inline function since this
by Derek Mauro
· 9 days ago
982f425
(Roll forward) Change Abseil's SpinLock adaptive_spin_count to a class static variable that can be set by tcmalloc friend classes.
by Connal de Souza
· 12 days ago
6c5a175
Change Abseil's SpinLock adaptive_spin_count to a class static variable that can be set by tcmalloc friend classes.
by Abseil Team
· 13 days ago
ed0efc0
Change Abseil's SpinLock adaptive_spin_count to a class static variable that can be set by tcmalloc friend classes.
by Connal de Souza
· 13 days ago
f43bcc0
Fixes for String{Resize|Append}AndOverwrite
by Derek Mauro
· 13 days ago
01a4ea7
Correct the supported features of Status Matchers
by Zie Weaver
· 14 days ago
aed1a5e
absl/time: Use "memory order acquire" for loads, which would allow for the safe removal of the data memory barrier.
by Abseil Team
· 2 weeks ago
9a2624f
Use the new absl::StringResizeAndOverwrite() in string escaping utilities
by Derek Mauro
· 2 weeks ago
f81f1b1
Add an internal-only helper StringAppendAndOverwrite() similar to
by Derek Mauro
· 2 weeks ago
2487de0
Release `ABSL_EXPECT_OK` and `ABSL_ASSERT_OK`.
by Zie Weaver
· 2 weeks ago
f0a9967
Fix the CHECK_XX family of macros to not print `char*` arguments as C-strings if the comparison happened as pointers.
by Samuel Benzaquen
· 2 weeks ago
b8c46fe
Rollback StringAppendAndOverwrite() - the problem is that
by Derek Mauro
· 2 weeks ago
d3c55ba
Add an internal-only helper StringAppendAndOverwrite() similar to
by Derek Mauro
· 2 weeks ago
1a25916
PR #1961: Fix Clang warnings on powerpc
by Milad Fa
· 3 weeks ago
d71fcd1
Use the new absl::StringResizeAndOverwrite() in string escaping utilities
by Abseil Team
· 3 weeks ago
09c29fe
Use the new absl::StringResizeAndOverwrite() in string escaping utilities
by Derek Mauro
· 3 weeks ago
4099f74
macOS CI: Move the Bazel vendor_dir to ${HOME} to workaround a Bazel issue
by Derek Mauro
· 3 weeks ago
ee47800
Use __msan_check_mem_is_initialized for detailed MSan report
by Abseil Team
· 3 weeks ago
f40a1cc
Optimize stack unwinding by reducing `AddressIsReadable` calls.
by Abseil Team
· 3 weeks ago
6cdb3d1
Add internal API to allow bypassing stack trace fixups when needed
by Abseil Team
· 3 weeks ago
04e19d0
absl::StrFormat: improve test coverage with scientific exponent test cases
by Abseil Team
· 3 weeks ago
215d8a0
Add throughput and latency benchmarks for `absl::ToDoubleXYZ` functions.
by Shahriar Rouf
· 3 weeks ago
f807de0
CordzInfo: Use absl::NoDestructor to remove a global destructor.
by Derek Mauro
· 3 weeks ago
71c513c
string_view: Enable std::view and std::borrowed_range
by Jesse Rosenstock
· 3 weeks ago
2f1be7b
cleanup: s/logging_internal/log_internal/ig for consistency
by Andy Getzendanner
· 3 weeks ago
8faaaeb
Use the new absl::StringResizeAndOverwrite() in string escaping utilities
by Abseil Team
· 3 weeks ago
c9ffd88
Use the new absl::StringResizeAndOverwrite() in string escaping utilities
by Derek Mauro
· 3 weeks ago
1f659de
Use the new absl::StringResizeAndOverwrite() in absl::AsciiStrTo{Lower|Upper}
by Derek Mauro
· 3 weeks ago
4dbcee4
Use the new absl::StringResizeAndOverwrite() in absl::StrJoin()
by Derek Mauro
· 3 weeks ago
bda5c03
Use the new absl::StringResizeAndOverwrite() in absl::StrCat()
by Derek Mauro
· 3 weeks ago
fdb6e72
string_view: Fix include order
by Jesse Rosenstock
· 3 weeks ago
0d9dff7
Don't pass nullptr as the 1st arg of `from_chars`
by Abseil Team
· 4 weeks ago
ab4f684
absl/types: format code with clang-format.
by Aaron Jacobs
· 4 weeks ago
d6c9f93
Validate absl::StringResizeAndOverwrite op has written bytes as expected.
by Chris Kennelly
· 4 weeks ago
6725fe3
Skip the ShortStringCollision test on WASM.
by Evan Brown
· 4 weeks ago
ef1ae8e
Rollback `absl/types`: format code with clang-format.
by Abseil Team
· 4 weeks ago
067246f
Remove usage of the WasmOffsetConverter for Wasm / Emscripten stack-traces.
by Tom Rybka
· 4 weeks ago
b6f7ac3
Use the new absl::StringResizeAndOverwrite() in absl::CordCopyToString()
by Derek Mauro
· 4 weeks ago
86372e7
Remove an undocumented behavior of --vmodule and absl::SetVLogLevel that could set a module_pattern to defer to the global vlog threshold.
by Andy Getzendanner
· 4 weeks ago
6e7b7e8
Update to rules_cc 0.2.9
by Derek Mauro
· 4 weeks ago
8254d8c
Avoid redefine warnings with ntstatus constants
by Derek Mauro
· 4 weeks ago
55a99fb
PR #1944: Use same element-width for non-temporal loads and stores on Arm
by J. Neuschäfer
· 4 weeks ago
2e4a469
absl::StringResizeAndOverwrite(): Add the requirement that the only
by Derek Mauro
· 4 weeks ago
dfd10a6
absl/types: format code with clang-format.
by Aaron Jacobs
· 4 weeks ago
3ad9b11
Minor formatting changes.
by Abseil Team
· 4 weeks ago
346ac9d
Remove `IntIdentity` and `PtrIdentity` from `raw_hash_set_probe_benchmark`.
by Vitaly Goldshteyn
· 4 weeks ago
e12330f
Automated rollback of commit cad60580dba861d36ed813564026d9774d9e4e2b.
by Abseil Team
· 4 weeks ago
e5c6ccb
FlagStateInterface implementors need only support being restored once.
by Sam McCall
· 4 weeks ago
cad6058
Clarify the post-condition of `reserve()` in Abseil hash containers.
by Abseil Team
· 4 weeks ago
f2678d2
Clarify the post-condition of `reserve()` in Abseil hash containers.
by Shahriar Rouf
· 4 weeks ago
bf891a1
Represent dropped samples in hashtable profile.
by Chris Kennelly
· 5 weeks ago
79549fe
Add lifetimebound to absl::implicit_cast and make it work for rvalue references as it already does with lvalue references
by Abseil Team
· 5 weeks ago
6ae6cc6
Clean up a doc example where we had `absl_nonnull` and `= nullptr;`
by Abseil Team
· 5 weeks ago
511de5b
Change Cordz to synchronize tracked cords with Snapshots / DeleteQueue
by Martijn Vels
· 5 weeks ago
78c54a5
Minor refactor to `num_threads` in deadlock test
by Martijn Vels
· 5 weeks ago
fc4481e
Rename VLOG macro parameter to match other uses of this pseudo type.
by Andy Getzendanner
· 5 weeks ago
2af4687
`time`: Fix indentation
by Dino Radakovic
· 5 weeks ago
266d62e
Automated Code Change
by Abseil Team
· 5 weeks ago
0cf55c4
Adds `absl::StringResizeAndOverwrite` as a polyfill for C++23's
by Derek Mauro
· 5 weeks ago
1420ad8
Internal-only change
by Aaron Jacobs
· 5 weeks ago
a683736
absl/time: format code with clang-format.
by Aaron Jacobs
· 5 weeks ago
0c01ee1
No public description
by Abseil Team
· 6 weeks ago
a54cb45
Expose typed releasers of externally appended memory.
by Abseil Team
· 6 weeks ago
efee2e5
Fix __declspec support for ABSL_DECLARE_FLAG()
by Corentin Le Molgat
· 6 weeks ago
76e395d
Annotate absl::AnyInvocable as an owner type via [[gsl::Owner]] and absl_internal_is_view = std::false_type
by Abseil Team
· 6 weeks ago
8d29c80
Annotate absl::FunctionRef as a view type via [[gsl::Pointer]] and absl_internal_is_view
by Abseil Team
· 6 weeks ago
6315c20
Remove unnecessary dep on `core_headers` from the `nullability` cc_library
by Abseil Team
· 6 weeks ago
820cd9e
type_traits: Add type_identity and type_traits_t backfills
by Jesse Rosenstock
· 6 weeks ago
b2574e9
Refactor raw_hash_set range insertion to call private insert_range function.
by Evan Brown
· 7 weeks ago
2d77015
Fix bug in absl::FunctionRef conversions from non-const to const
by Abseil Team
· 7 weeks ago
473a0c7
PR #1937: Simplify ConvertSpecialToEmptyAndFullToDeleted
by Anton Klarén
· 7 weeks ago
aef36c3
Improve absl::FunctionRef compatibility with C++26
by Abseil Team
· 7 weeks ago
f1428cf
Add a workaround for unused variable warnings inside of not-taken
by Derek Mauro
· 7 weeks ago
f138b9d
Annotate ABSL_DIE_IF_NULL's return type with `absl_nonnull`
by Abseil Team
· 7 weeks ago
9b55d18
Move insert index computation into `PrepareInsertLarge` in order to reduce inlined part of insert/emplace operations.
by Vitaly Goldshteyn
· 7 weeks ago
f4c22a1
Automated Code Change
by Abseil Team
· 7 weeks ago
2370ccf
PR #1939: Add missing rules_cc loads
by Keith Smiley
· 7 weeks ago
620d600
Expose (internally) a LogMessage constructor taking file as a string_view for (internal, upcoming) FFI integration.
by Andy Getzendanner
· 8 weeks ago
768f754
Fixed up some #includes in mutex.h
by Abseil Team
· 8 weeks ago
affc2bd
Make absl::FunctionRef support non-const callables, aligning it with std::function_ref from C++26
by Abseil Team
· 8 weeks ago
23b9b75
Move capacity update in `Grow1To3AndPrepareInsert` after accessing `common.infoz()` to prevent assertion failure in `control()`.
by Vitaly Goldshteyn
· 8 weeks ago
e8c1a5f
Fix check_op(s) compilation failures on gcc 8 which eagerly tries to
by Sohaib Iftikhar
· 9 weeks ago
179d2e3
Use `ABSL_ATTRIBUTE_ALWAYS_INLINE`for lambda in `find_or_prepare_insert_large`.
by Vitaly Goldshteyn
· 9 weeks ago
78bacea
Mark the implicit floating operators as constexpr for `absl::int128` and `absl::uint128`
by Derek Bailey
· 9 weeks ago
dc242cc
PR #1931: raw_hash_set: fix instantiation for recursive types on MSVC with /Zc:__cplusplus
by Zephyr Lykos
· 9 weeks ago
0739328
Add std::pair specializations for IsOwner and IsView
by Abseil Team
· 9 weeks ago
266b1a0
Cast ABSL_MIN_LOG_LEVEL to absl::LogSeverityAtLeast instead of absl::LogSeverity.
by Andy Getzendanner
· 9 weeks ago
Next »