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
*
Write (more) directly into the structured buffer from StringifySink, includin...
Andy Getzendanner
2022-11-28
*
Avoid using the non-portable type __m128i_u.
Derek Mauro
2022-11-28
*
Reduce flat_hash_{set,map} generated code size.
Abseil Team
2022-11-28
*
Use ABSL_HAVE_BUILTIN to fix -Wundef __has_builtin warning
Derek Mauro
2022-11-28
*
Add a TODO for the deprecation of absl::aligned_storage_t
Derek Mauro
2022-11-28
*
absl: fix Mutex TSan annotations
Abseil Team
2022-11-28
*
Fix AMD cpu detection.
Ilya Tokar
2022-11-23
*
CRC: Get CPU detection and hardware acceleration working on MSVC x86(_64)
Derek Mauro
2022-11-23
*
Removing trailing period that can confuse a url in str_format.h.
Abseil Team
2022-11-22
*
Refactor btree iterator generation code into a base class rather than using i...
Evan Brown
2022-11-22
*
container.h: fix incorrect comments about the location of <numeric> algorithms.
Abseil Team
2022-11-22
*
Zero encoded_remaining when a string field doesn't fit, so that we don't leav...
Andy Getzendanner
2022-11-21
*
Improve error messages when comparing btree iterators when generations are en...
Evan Brown
2022-11-21
*
Document the WebSafe* and *WithPadding variants more concisely, as deltas fro...
Abseil Team
2022-11-21
*
Drop outdated comment about LogEntry copyability.
Andy Getzendanner
2022-11-18
*
Release structured logging.
Andy Getzendanner
2022-11-17
*
Minor formatting changes in preparation for structured logging...
Andy Getzendanner
2022-11-16
*
Update absl::make_unique to reflect the C++14 minimum
Derek Mauro
2022-11-16
*
Update Condition to allocate 24 bytes for MSVC platform pointers to methods.
Abseil Team
2022-11-16
*
Add missing include
Tom Hughes
2022-11-16
*
Refactor "RAW: " prefix formatting into FormatLogPrefix.
Andy Getzendanner
2022-11-16
*
Minor formatting changes due to internal refactoring
Derek Mauro
2022-11-16
*
Fix typos
Tom Hughes
2022-11-15
*
Add a new API for `extract_and_get_next()` in b-tree that returns both the ex...
Evan Brown
2022-11-15
*
Use AnyInvocable in internal thread_pool
Abseil Team
2022-11-15
*
Remove absl/time/internal/zoneinfo.inc. It was used to guarantee
Abseil Team
2022-11-15
*
Updated documentation on use of %v
Tom Manshreck
2022-11-15
*
Use the correct Bazel copts in crc targets
Derek Mauro
2022-11-14
*
Run the //absl/time timezone tests with a data dependency on, and a
Abseil Team
2022-11-14
*
Stop unnecessary clearing of fields in ~raw_hash_set.
Abseil Team
2022-11-11
*
Fix throw_delegate_test when using libc++ with shared libraries
Derek Mauro
2022-11-10
*
CRC: Ensure SupportsArmCRC32PMULL() is defined
Derek Mauro
2022-11-10
*
Improve error messages when comparing btree iterators.
Evan Brown
2022-11-10
*
Refactor the throw_delegate test into separate test cases
Derek Mauro
2022-11-10
*
Replace std::atomic_flag with std::atomic<bool> to avoid the C++20
Derek Mauro
2022-11-09
*
Add support for enum types with AbslStringify
Abseil Team
2022-11-09
*
Release the CRC library
Derek Mauro
2022-11-09
*
Improve error messages when comparing swisstable iterators.
Evan Brown
2022-11-09
*
Auto increase inlined capacity whenever it does not affect class' size.
Abseil Team
2022-11-09
*
drop an unused dep
Andy Getzendanner
2022-11-08
*
Factor out the internal helper AppendTruncated, which is used and redefined i...
Andy Getzendanner
2022-11-07
*
Fix some invalid iterator bugs in btree_test.cc for multi{set,map} emplace{_h...
Evan Brown
2022-11-07
*
Force a conservative allocation for pointers to methods in Condition objects.
Abseil Team
2022-11-07
*
Fix a few lint findings in flags' usage.cc
Michael Diamond
2022-11-06
*
Narrow some _MSC_VER checks to not catch clang-cl.
Andy Getzendanner
2022-11-04
*
Small cleanups in logging test helpers
Andy Getzendanner
2022-11-03
*
Import of CCTZ from GitHub.
Derek Mauro
2022-11-03
*
Merge pull request #1287 from GOGOYAO:patch-1
Copybara-Service
2022-11-03
|
\
*
\
Merge pull request #1307 from KindDragon:patch-1
Copybara-Service
2022-11-03
|
\
\
*
|
|
Stop disabling some test warnings that have been fixed
Derek Mauro
2022-11-03
[next]