Sign in
pigweed
/
third_party
/
github
/
abseil
/
abseil-cpp
/
HEAD
2fcebef
Take failure_message as const char* instead of string_view in LogMessageFatal and friends.
by Andy Getzendanner
· 10 hours ago
master
b67caff
Mention `c_any_of` in the function comment of `absl::c_linear_search`.
by Abseil Team
· 35 hours ago
4a437e8
Import of CCTZ from GitHub.
by Abseil Team
· 2 days ago
ee5e49f
Rewrite some string_view methods to avoid a -Wunreachable-code warning
by Derek Mauro
· 2 days ago
917bfee
IWYU: Update includes and fix minor spelling mistakes.
by Laramie Leavitt
· 5 days ago
e3cf5b3
Add comment on how to get next element after using erase.
by Abseil Team
· 6 days ago
8f739d1
Add ABSL_ATTRIBUTE_LIFETIME_BOUND and a doc note about absl::LogAsLiteral to clarify its intended use.
by Andy Getzendanner
· 7 days ago
c313056
Import of CCTZ from GitHub.
by Abseil Team
· 8 days ago
3a3b7e4
Reduce memory consumption of structured logging proto encoding by passing tag value
by Abseil Team
· 8 days ago
27a0c73
Remove usage of _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY.
by Derek Mauro
· 9 days ago
8d272b2
Make Span's relational operators constexpr since C++20.
by Abseil Team
· 10 days ago
feb6aab
distributions: support a zero max value in Zipf.
by Aaron Jacobs
· 12 days ago
8924509
PR #1786: Fix typo in test case.
by c8ef
· 12 days ago
6312b70
absl/random: run clang-format.
by Aaron Jacobs
· 12 days ago
dee1b6c
Add some nullability annotations in logging and tidy up some NOLINTs and comments.
by Andy Getzendanner
· 13 days ago
0c7c676
CMake: Change the default for ABSL_PROPAGATE_CXX_STD to ON
by Derek Mauro
· 14 days ago
a302705
Delete UnvalidatedMockingBitGen
by Justin Bassett
· 2 weeks ago
78ed38c
PR #1783: [riscv][debugging] Fix a few warnings in RISC-V inlines
by Alexey Pavlyutkin
· 2 weeks ago
e83ef27
Add conversion operator to std::array for StrSplit.
by Jake Cobb
· 2 weeks 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
· 2 weeks ago
8596c6e
Add benchmark for absl::HexStringToBytes
by Derek Mauro
· 2 weeks ago
85c26be
Avoid installing options.h with the other headers
by Florent Castelli
· 2 weeks ago
4b4f41e
Add ABSL_ATTRIBUTE_LIFETIME_BOUND to absl::Span constructors.
by Abseil Team
· 3 weeks ago
9ae4bb8
Annotate absl::InlinedVector to warn when unused.
by Chris Kennelly
· 3 weeks ago
fa58881
Make `c_find_first_of`'s `options` parameter a const reference to allow temporaries.
by Abseil Team
· 3 weeks ago
07fff76
Disable Elf symbols for Xtensa
by Abseil Team
· 4 weeks ago
4fed124
PR #1775: Support symbolize only on WINAPI_PARTITION_DESKTOP
by Maxim Ivanov
· 4 weeks ago
45c456b
Require through an internal presubmit that .h|.cc|.inc files contain
by Derek Mauro
· 4 weeks ago
0b78b5b
Xtensa supports mmap, enable it in absl/base/config.h
by Abseil Team
· 4 weeks ago
94e64f0
PR #1777: Avoid std::ldexp in `operator double(int128)`.
by Markus Wick
· 4 weeks ago
8783136
Marks absl::Span as view and borrowed_range, like std::span.
by Abseil Team
· 4 weeks ago
8c495b5
Mark inline functions with only a simple comparison in strings/ascii.h as constexpr.
by Abseil Team
· 5 weeks ago
202a8f4
Add missing Abseil inline namespace and fix includes
by Gennadiy Rozental
· 5 weeks ago
b92128a
Fix bug where the high bits of `__int128_t`/`__uint128_t` might go unused in the hash function.
by Samuel Benzaquen
· 5 weeks ago
40cab24
Add a test to verify bit casting between signed and unsigned int128 works as expected
by Abseil Team
· 6 weeks ago
79e4146
Add suggestions to enable sanitizers for asserts when doing so may be helpful.
by Evan Brown
· 6 weeks ago
485f2be
Add nullability attributes to nullability type aliases.
by Martin Brænne
· 6 weeks ago
8634e35
Refactor swisstable moves.
by Evan Brown
· 6 weeks ago
03b8d6e
Improve ABSL_ASSERT performance by guaranteeing it is optimized away under NDEBUG in C++20
by Abseil Team
· 7 weeks ago
5d34707
Mark Abseil hardening assert in AssertSameContainer as slow.
by Abseil Team
· 7 weeks ago
c6b2735
Add workaround for q++ 8.3.0 (QNX 7.1) compiler by making
by Derek Mauro
· 8 weeks ago
482ca0b
Small Mutex::Unlock optimization
by piotrzielinski
· 8 weeks ago
ba5fd09
Optimize `CEscape` and `CEscapeAndAppend` by up to 40%.
by Shahriar Rouf
· 8 weeks ago
29fdacd
Fix the conditional compilation of non_temporal_store_memcpy_avx
by Derek Mauro
· 8 weeks ago
c0b9bd0
Delete TODOs to move functors when moving hashtables and add a test that fails when we do so.
by Evan Brown
· 9 weeks 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
· 9 weeks ago
162dc78
It seems like commit abc9b916a94ebbf251f0934048295a07ecdbf32a did not work as intended.
by Abseil Team
· 9 weeks ago
0df5674
Fix a bug in `absl::SetVLogLevel` where a less generic pattern incorrectly removed a more generic one.
by Alex Titov
· 9 weeks ago
3aa6061
Remove the side effects between tests in vlog_is_on_test.cc
by Alex Titov
· 9 weeks ago
abc9b91
Attempt to fix flaky Abseil waiter/sleep tests
by Abseil Team
· 9 weeks 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
· 9 weeks ago
857fa4f
Make moved-from swisstables behave the same as empty tables. Note that we may change this in the future.
by Evan Brown
· 9 weeks ago
cbf5908
Tag tests that currently fail on darwin_arm64 with "no_test_darwin_arm64"
by Abseil Team
· 9 weeks ago
bd0429d
add gmock to cmake defs for no_destructor_test
by Abseil Team
· 9 weeks ago
a186a2d
Optimize raw_hash_set moves by allowing some members of CommonFields to be uninitialized when moved-from.
by Evan Brown
· 9 weeks ago
820f29f
Add more debug capacity validation checks on iteration/size.
by Evan Brown
· 9 weeks ago
ba835d5
Add more debug capacity validation checks on copies.
by Evan Brown
· 9 weeks ago
f7c22f5
constinit -> constexpr for DisplayUnits
by Abseil Team
· 10 weeks ago
f555f69
LSC: Fix null safety issues diagnosed by Clang’s `-Wnonnull` and `-Wnullability`.
by Martin Brænne
· 10 weeks ago
a1a7086
Remove the extraneous variable creation in Match().
by Abseil Team
· 10 weeks ago
1d4466e
Import of CCTZ from GitHub.
by Derek Mauro
· 2 months ago
0bc0e9a
Add more debug capacity validation checks on merge/swap.
by Evan Brown
· 2 months ago
67d1260
Add `absl::` namespace to c_linear_search implementation in order to avoid ADL
by Abseil Team
· 3 months ago
e9ca8d1
Distinguish the debug message for the case of self-move-assigned swiss tables.
by Evan Brown
· 3 months ago
043fe3c
Update LowLevelHash comment regarding number of hash state variables.
by Abseil Team
· 3 months ago
f7f3168
Add an example for the `--vmodule` flag.
by Abseil Team
· 3 months ago
b014bff
Remove first prefetch.
by Abseil Team
· 3 months ago
e64dd62
Add moved-from validation for the case of self-move-assignment.
by Evan Brown
· 3 months ago
1031858
Allow slow and fast abseil hardening checks to be enabled independently.
by Abseil Team
· 3 months ago
8f942c0
Update `ABSL_RETIRED_FLAG` comment to reflect `default_value` is no longer used.
by Abseil Team
· 3 months ago
f61aac8
Add validation against use of moved-from hash tables.
by Evan Brown
· 3 months ago
0f93828
Provide file-scoped pragma behind macro ABSL_POINTERS_DEFAULT_NONNULL to
by Abseil Team
· 3 months ago
40a975f
Add stacktrace config for android using the generic implementation
by Francois Bleibel
· 3 months ago
9457dfd
Fix nullability annotations in ABSL code.
by Abseil Team
· 3 months ago
63322a2
Replace CHECKs with ASSERTs and EXPECTs -- no reason to crash on failure.
by Abseil Team
· 3 months ago
fd58e18
Remove ABSL_INTERNAL_ATTRIBUTE_OWNER and ABSL_INTERNAL_ATTRIBUTE_VIEW
by Abseil Team
· 3 months ago
2abe94a
Migrate ABSL_INTERNAL_ATTRIBUTE_OWNER and ABSL_INTERNAL_ATTRIBUTE_VIEW to ABSL_ATTRIBUTE_OWNER and ABSL_ATTRIBUTE_VIEW
by Abseil Team
· 3 months ago
fd7713c
Disable ABSL_ATTRIBUTE_OWNER and ABSL_ATTRIBUTE_VIEW prior to Clang-13
by Derek Mauro
· 3 months ago
5a01d0f
Make ABSL_ATTRIBUTE_VIEW and ABSL_ATTRIBUTE_OWNER public
by Abseil Team
· 3 months ago
116f0af
Optimize raw_hash_set::AssertHashEqConsistent a bit to avoid having as much runtime overhead.
by Evan Brown
· 3 months ago
8bb5dc4
PR #1728: Workaround broken compilation against NDK r25
by Yuriy Chernyshov
· 3 months ago
17c1a5e
Add validation against use of destroyed hash tables.
by Evan Brown
· 3 months ago
b2665ce
Do not truncate `ABSL_RAW_LOG` output at null bytes
by Abseil Team
· 3 months ago
69c4683
Use several unused cord instances in tests and benchmarks.
by Chris Kennelly
· 3 months ago
70502ae
Add comments about ThreadIdentity struct allocation behavior.
by Abseil Team
· 3 months ago
62ad2ba
Refactoring followup for reentrancy validation in swisstable.
by Evan Brown
· 3 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
· 3 months ago
9bd9a2d
Add tagging for cc_tests that are incompatible with Fuchsia
by Michael Brase
· 4 months ago
3848ed7
Add GetTID() implementation for Fuchsia
by Michael Brase
· 4 months ago
bd0c9c5
PR #1738: Fix shell option group handling in pkgconfig files
by Ruoyu Zhong
· 4 months ago
ee18629
Disable weak attribute when absl compiled as windows DLL
by Abseil Team
· 4 months ago
0885070
Remove `CharIterator::operator->`.
by Martin Brænne
· 4 months ago
00478de
Mark non-modifying container algorithms as constexpr for C++20.
by Abseil Team
· 4 months ago
809e5de
PR #1739: container/internal: Explicitly include <cstdint>
by Christopher Fore
· 4 months ago
9cb5e5d
Don't match -Wnon-virtual-dtor in the "flags are needed to suppress
by Derek Mauro
· 4 months ago
372124e
PR #1732: Fix build on NVIDIA Jetson board. Fix #1665
by Frédéric Bastien
· 4 months ago
d0159ea
Update GoogleTest dependency to 1.15.2
by Derek Mauro
· 4 months ago
6b8ebb3
Enable AsciiStrToLower and AsciiStrToUpper overloads for rvalue references.
by Abseil Team
· 4 months ago
983652e
PR #1735: Avoid `int` to `bool` conversion warning
by Pavel P
· 4 months ago
13ec8d5
Add `absl::swap` functions for `*_hash_*` to avoid calling `std::swap`
by Abseil Team
· 4 months ago
Next »