Sign in
pigweed
/
third_party
/
github
/
abseil
/
abseil-cpp
/
892450977ac6d0e6048423fba6fb914c86cadfd1
/
absl
8924509
PR #1786: Fix typo in test case.
by c8ef
· 4 months ago
6312b70
absl/random: run clang-format.
by Aaron Jacobs
· 4 months ago
dee1b6c
Add some nullability annotations in logging and tidy up some NOLINTs and comments.
by Andy Getzendanner
· 4 months ago
a302705
Delete UnvalidatedMockingBitGen
by Justin Bassett
· 4 months ago
78ed38c
PR #1783: [riscv][debugging] Fix a few warnings in RISC-V inlines
by Alexey Pavlyutkin
· 4 months ago
e83ef27
Add conversion operator to std::array for StrSplit.
by Jake Cobb
· 4 months ago
4794821
Add a comment explaining the extra comparison in raw_hash_set::operator==. Also add a small optimization to avoid the extra comparison in sets that use hash_default_eq as the key_equal functor.
by Evan Brown
· 4 months ago
8596c6e
Add benchmark for absl::HexStringToBytes
by Derek Mauro
· 4 months ago
4b4f41e
Add ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::Span constructors.
by Abseil Team
· 4 months ago
9ae4bb8
Annotate absl::InlinedVector to warn when unused.
by Chris Kennelly
· 4 months ago
fa58881
Make `c_find_first_of`'s `options` parameter a const reference to allow temporaries.
by Abseil Team
· 4 months ago
07fff76
Disable Elf symbols for Xtensa
by Abseil Team
· 4 months ago
4fed124
PR #1775: Support symbolize only on WINAPI_PARTITION_DESKTOP
by Maxim Ivanov
· 4 months ago
45c456b
Require through an internal presubmit that .h|.cc|.inc files contain
by Derek Mauro
· 4 months ago
0b78b5b
Xtensa supports mmap, enable it in absl/base/config.h
by Abseil Team
· 4 months ago
94e64f0
PR #1777: Avoid std::ldexp in `operator double(int128)`.
by Markus Wick
· 4 months ago
8783136
Marks absl::Span as view and borrowed_range, like std::span.
by Abseil Team
· 4 months ago
8c495b5
Mark inline functions with only a simple comparison in strings/ascii.h as constexpr.
by Abseil Team
· 4 months ago
202a8f4
Add missing Abseil inline namespace and fix includes
by Gennadiy Rozental
· 4 months ago
b92128a
Fix bug where the high bits of `__int128_t`/`__uint128_t` might go unused in the hash function.
by Samuel Benzaquen
· 4 months ago
40cab24
Add a test to verify bit casting between signed and unsigned int128 works as expected
by Abseil Team
· 4 months ago
79e4146
Add suggestions to enable sanitizers for asserts when doing so may be helpful.
by Evan Brown
· 4 months ago
485f2be
Add nullability attributes to nullability type aliases.
by Martin Brænne
· 4 months ago
8634e35
Refactor swisstable moves.
by Evan Brown
· 5 months ago
03b8d6e
Improve ABSL_ASSERT performance by guaranteeing it is optimized away under NDEBUG in C++20
by Abseil Team
· 5 months ago
5d34707
Mark Abseil hardening assert in AssertSameContainer as slow.
by Abseil Team
· 5 months ago
c6b2735
Add workaround for q++ 8.3.0 (QNX 7.1) compiler by making
by Derek Mauro
· 5 months ago
482ca0b
Small Mutex::Unlock optimization
by piotrzielinski
· 5 months ago
ba5fd09
Optimize `CEscape` and `CEscapeAndAppend` by up to 40%.
by Shahriar Rouf
· 5 months ago
29fdacd
Fix the conditional compilation of non_temporal_store_memcpy_avx
by Derek Mauro
· 5 months ago
c0b9bd0
Delete TODOs to move functors when moving hashtables and add a test that fails when we do so.
by Evan Brown
· 5 months ago
b345425
Fix benchmarks in `escaping_benchmark.cc` by properly calling `benchmark::DoNotOptimize` on both inputs and outputs and by removing the unnecessary and wrong `ABSL_RAW_CHECK` condition (`check != 0`) of `BM_ByteStringFromAscii_Fail` benchmark.
by Shahriar Rouf
· 5 months ago
162dc78
It seems like commit abc9b916a94ebbf251f0934048295a07ecdbf32a did not work as intended.
by Abseil Team
· 5 months ago
0df5674
Fix a bug in `absl::SetVLogLevel` where a less generic pattern incorrectly removed a more generic one.
by Alex Titov
· 5 months ago
3aa6061
Remove the side effects between tests in vlog_is_on_test.cc
by Alex Titov
· 5 months ago
abc9b91
Attempt to fix flaky Abseil waiter/sleep tests
by Abseil Team
· 5 months ago
9a18cc1
Add an explicit tag for non-SOO CommonFields (removing default ctor) and add a small optimization for early return in AssertNotDebugCapacity.
by Evan Brown
· 5 months ago
857fa4f
Make moved-from swisstables behave the same as empty tables. Note that we may change this in the future.
by Evan Brown
· 5 months ago
cbf5908
Tag tests that currently fail on darwin_arm64 with "no_test_darwin_arm64"
by Abseil Team
· 5 months ago
bd0429d
add gmock to cmake defs for no_destructor_test
by Abseil Team
· 5 months ago
a186a2d
Optimize raw_hash_set moves by allowing some members of CommonFields to be uninitialized when moved-from.
by Evan Brown
· 5 months ago
820f29f
Add more debug capacity validation checks on iteration/size.
by Evan Brown
· 5 months ago
ba835d5
Add more debug capacity validation checks on copies.
by Evan Brown
· 5 months ago
f7c22f5
constinit -> constexpr for DisplayUnits
by Abseil Team
· 5 months ago
f555f69
LSC: Fix null safety issues diagnosed by Clang’s `-Wnonnull` and `-Wnullability`.
by Martin Brænne
· 5 months ago
a1a7086
Remove the extraneous variable creation in Match().
by Abseil Team
· 5 months ago
1d4466e
Import of CCTZ from GitHub.
by Derek Mauro
· 5 months ago
0bc0e9a
Add more debug capacity validation checks on merge/swap.
by Evan Brown
· 5 months ago
67d1260
Add `absl::` namespace to c_linear_search implementation in order to avoid ADL
by Abseil Team
· 6 months ago
e9ca8d1
Distinguish the debug message for the case of self-move-assigned swiss tables.
by Evan Brown
· 6 months ago
043fe3c
Update LowLevelHash comment regarding number of hash state variables.
by Abseil Team
· 6 months ago
f7f3168
Add an example for the `--vmodule` flag.
by Abseil Team
· 6 months ago
b014bff
Remove first prefetch.
by Abseil Team
· 6 months ago
e64dd62
Add moved-from validation for the case of self-move-assignment.
by Evan Brown
· 6 months ago
1031858
Allow slow and fast abseil hardening checks to be enabled independently.
by Abseil Team
· 6 months ago
8f942c0
Update `ABSL_RETIRED_FLAG` comment to reflect `default_value` is no longer used.
by Abseil Team
· 6 months ago
f61aac8
Add validation against use of moved-from hash tables.
by Evan Brown
· 6 months ago
0f93828
Provide file-scoped pragma behind macro ABSL_POINTERS_DEFAULT_NONNULL to
by Abseil Team
· 6 months ago
40a975f
Add stacktrace config for android using the generic implementation
by Francois Bleibel
· 6 months ago
9457dfd
Fix nullability annotations in ABSL code.
by Abseil Team
· 6 months ago
63322a2
Replace CHECKs with ASSERTs and EXPECTs -- no reason to crash on failure.
by Abseil Team
· 6 months ago
fd58e18
Remove ABSL_INTERNAL_ATTRIBUTE_OWNER and ABSL_INTERNAL_ATTRIBUTE_VIEW
by Abseil Team
· 6 months ago
2abe94a
Migrate ABSL_INTERNAL_ATTRIBUTE_OWNER and ABSL_INTERNAL_ATTRIBUTE_VIEW to ABSL_ATTRIBUTE_OWNER and ABSL_ATTRIBUTE_VIEW
by Abseil Team
· 6 months ago
fd7713c
Disable ABSL_ATTRIBUTE_OWNER and ABSL_ATTRIBUTE_VIEW prior to Clang-13
by Derek Mauro
· 6 months ago
5a01d0f
Make ABSL_ATTRIBUTE_VIEW and ABSL_ATTRIBUTE_OWNER public
by Abseil Team
· 6 months ago
116f0af
Optimize raw_hash_set::AssertHashEqConsistent a bit to avoid having as much runtime overhead.
by Evan Brown
· 6 months ago
8bb5dc4
PR #1728: Workaround broken compilation against NDK r25
by Yuriy Chernyshov
· 6 months ago
17c1a5e
Add validation against use of destroyed hash tables.
by Evan Brown
· 6 months ago
b2665ce
Do not truncate `ABSL_RAW_LOG` output at null bytes
by Abseil Team
· 6 months ago
69c4683
Use several unused cord instances in tests and benchmarks.
by Chris Kennelly
· 6 months ago
70502ae
Add comments about ThreadIdentity struct allocation behavior.
by Abseil Team
· 6 months ago
62ad2ba
Refactoring followup for reentrancy validation in swisstable.
by Evan Brown
· 6 months ago
ac267be
Add debug mode checks that element constructors/destructors don't make reentrant calls to raw_hash_set member functions.
by Evan Brown
· 7 months ago
9bd9a2d
Add tagging for cc_tests that are incompatible with Fuchsia
by Michael Brase
· 7 months ago
3848ed7
Add GetTID() implementation for Fuchsia
by Michael Brase
· 7 months ago
ee18629
Disable weak attribute when absl compiled as windows DLL
by Abseil Team
· 7 months ago
0885070
Remove `CharIterator::operator->`.
by Martin Brænne
· 7 months ago
00478de
Mark non-modifying container algorithms as constexpr for C++20.
by Abseil Team
· 7 months ago
809e5de
PR #1739: container/internal: Explicitly include <cstdint>
by Christopher Fore
· 7 months ago
372124e
PR #1732: Fix build on NVIDIA Jetson board. Fix #1665
by Frédéric Bastien
· 7 months ago
6b8ebb3
Enable AsciiStrToLower and AsciiStrToUpper overloads for rvalue references.
by Abseil Team
· 7 months ago
983652e
PR #1735: Avoid `int` to `bool` conversion warning
by Pavel P
· 7 months ago
13ec8d5
Add `absl::swap` functions for `*_hash_*` to avoid calling `std::swap`
by Abseil Team
· 7 months ago
52fad5a
Change internal visibility
by Martijn Vels
· 7 months ago
6c45955
Remove resolved issue.
by Abseil Team
· 7 months ago
8cdf482
Increase test timeouts to support running on Fuchsia emulators
by Michael Brase
· 7 months ago
bb63788
Add tracing annotations to absl::Notification
by Martijn Vels
· 7 months ago
e342b7f
Suppress compiler optimizations which may break container poisoning.
by Abseil Team
· 7 months ago
bd3ae17
Disable ABSL_INTERNAL_HAVE_DEBUGGING_STACK_CONSUMPTION for Fuchsia
by Abseil Team
· 7 months ago
034f8d0
Add tracing annotations to absl::BlockingCounter
by Martijn Vels
· 7 months ago
e696f9f
Update swisstable swap API comments to no longer guarantee that we don't move/swap individual elements.
by Evan Brown
· 7 months ago
5ea745c
Avoid unnecessary copying when upper-casing or lower-casing ASCII string_view
by Abseil Team
· 7 months ago
58df17f
Add weak internal tracing API
by Martijn Vels
· 7 months ago
3358286
Fix LINT.IfChange syntax
by Derek Mauro
· 7 months ago
3cb4988
PR #1720: Fix spelling mistake: occurrance -> occurrence
by Ikko Eltociear Ashimine
· 7 months ago
f754f2b
Add missing include for Windows ASAN configuration in poison.cc
by Abseil Team
· 7 months ago
0598e58
Delete absl/strings/internal/has_absl_stringify.h now that the
by Derek Mauro
· 7 months ago
65ede0a
Remove unneeded 'be' from comment.
by Abseil Team
· 7 months ago
b86d574
Small type fix in absl/log/internal/log_impl.h
by Gregory Pataky
· 7 months ago
26ee072
PR #1710: fixup! PR #1707: Fixup absl_random compile breakage in Apple ARM64 targets
by Soo-Hwan Na
· 8 months ago
Next »