index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
absl
Commit message (
Expand
)
Author
Age
*
Release a few bits and pieces of DFATAL that were left behind: flag parsing &...
Andy Getzendanner
2023-12-21
*
Add a container-based version of `std::sample()`
Eric Astor
2023-12-21
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2023-12-20
*
Added ByAsciiWhitespace to str_split library.
Abseil Team
2023-12-20
*
AddressIsReadable: improve comments
Fangrui Song
2023-12-20
*
Unify btree EmptyNode allocation code across compilers.
Abseil Team
2023-12-20
*
Create and destroy tables outside of the timer and in batch in Reserve benchm...
Abseil Team
2023-12-20
*
Fix typo: begnning -> beginning
Abseil Team
2023-12-19
*
Add a pragma to disable a maybe-uninitialized warning for GCC12+
Abseil Team
2023-12-19
*
Refactor `EraseMetaOnly` to speed up single group tables.
Abseil Team
2023-12-19
*
Mutex: Prevent false race in EnableInvariantDebugging.
Dmitry Vyukov
2023-12-19
*
Add the `BM_EraseEmplace` benchmark that constantly adds and removes the same...
Abseil Team
2023-12-18
*
Mutex: Fix Condition pointer-to-member cast to respect const qualifier
Abseil Team
2023-12-18
*
Cleanup build file by removing an empty srcs list
Derek Mauro
2023-12-18
*
Add a pragma to disable a stringop-overflow warning for GCC12+
Abseil Team
2023-12-18
*
Remove nullability from Span::{pointer,iterator}
Sam McCall
2023-12-15
*
Roll back changes to AsciiStrToUpper() and AsciiStrToLower() due to bug report.
Abseil Team
2023-12-14
*
Performance improvement for absl::AsciiStrToUpper() and absl::AsciiStrToLower()
Abseil Team
2023-12-14
*
Redirect `GetPageSize()` to C library `getpagesize()` on Hexagon DSP.
Abseil Team
2023-12-13
*
Add `ostream<<` and `AbslStringify` to `absl::StatusOr`.
Zie Weaver
2023-12-13
*
Unit-tests to verify ABSL raw_hash_set does not double-hash in prod
Abseil Team
2023-12-12
*
Add `MaskFull` to `Group`.
Abseil Team
2023-12-12
*
`absl/utility`: Delete tests for C++11-compatible `integer_sequence` and friends
Dino Radakovic
2023-12-11
*
`absl/utility`: Delete C++11-compatible `integer_sequence` and friends
Dino Radakovic
2023-12-11
*
Add nullability annotations
Dmitri Gribenko
2023-12-11
*
Enable ABSL_HAVE_POSIX_WRITE for Hexagon DSP build.
Abseil Team
2023-12-07
*
Small table growth optimization.
Abseil Team
2023-12-07
*
Elide calls to MakeCheckOpString when ABSL_MIN_LOG_LEVEL makes them unnecessary
Abseil Team
2023-12-07
*
Fixing a comment to be correct with the current code.
Abseil Team
2023-12-06
*
absl qualify HasAbslStringify in log_message.h.
Abseil Team
2023-12-06
*
Remove a global destructor in vlog_config.cc
Derek Mauro
2023-12-06
*
Avoid leaking an unprefixed VLOG_IS_ON transitively though absl_log.h
Derek Mauro
2023-12-06
*
Move vlog_config to the internal directory and change the namespace of VLogSite
Derek Mauro
2023-12-06
*
Adds support for wchar_t/wchar_t*/std::wstring{_view} arguments to StrFormat().
Abseil Team
2023-12-05
*
Roll-forward: Honor ABSL_MIN_LOG_LEVEL in CHECK_XX, CHECK_STRXX, CHECK_OK, an...
Andy Getzendanner
2023-12-05
*
Fix codegen trunks in `absl/hash/hash_benchmark.cc`.
Shahriar Rouf
2023-12-05
*
Make `absl::{partial,weak,strong}_ordering` aliases for the `std::` ordering
Marcin Kowalczyk
2023-12-05
*
Add VLOG and friends
Derek Mauro
2023-12-05
*
Remove `absl::weak_equality` and `absl::strong_equality`.
Marcin Kowalczyk
2023-12-04
*
Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platforms
Derek Mauro
2023-11-28
*
`btree_map`: avoid a copy in `map_params::key`.
Abseil Team
2023-11-28
*
Update documentation to reflect best practices (prefer brace initialization)
Abseil Team
2023-11-27
*
Avoid AbslHashValue for std::filesystem::path when <filesystem> is not included
Abseil Team
2023-11-22
*
Make `FlatHashMapPolicy` return `std::true_type` for relocatable objects.
Abseil Team
2023-11-20
*
Respect libc++ config option for disable of filesystem
Abseil Team
2023-11-17
*
Provide AbslHashValue for std::filesystem::path in C++17
Derek Mauro
2023-11-17
*
Use absl::NoDestructor for global log sinks.
Abseil Team
2023-11-16
*
Rollback providing AbslHashValue for std::filesystem::path in C++17
Derek Mauro
2023-11-16
*
Provide AbslHashValue for std::filesystem::path in C++17
Derek Mauro
2023-11-15
*
Use absl::NoDestructor for global FlagRegistry.
Abseil Team
2023-11-15
[next]