index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
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
*
|
|
Support logging of user-defined types that implement `AbslStringify()`
Phoebe Liang
2022-11-02
|
*
|
Fix MSVC version checking in lifetime_test.cc
Arkady Shapkin
2022-11-03
|
/
/
*
|
Eliminate span_internal::Min in favor of std::min, since Min conflicts with a...
Jorg Brown
2022-11-02
*
|
Fix -Wimplicit-int-conversion.
Abseil Team
2022-11-02
*
|
Improve error messages when dereferencing invalid swisstable iterators.
Evan Brown
2022-11-01
*
|
Cord: Avoid leaking a node if SetExpectedChecksum() is called on an
Derek Mauro
2022-11-01
*
|
Add a warning about extract invalidating iterators (not just the iterator of ...
Abseil Team
2022-10-31
*
|
CMake: installed artifacts reflect the compiled ABI
Abseil Team
2022-10-31
*
|
Import of CCTZ from GitHub.
Abseil Team
2022-10-31
*
|
Import of CCTZ from GitHub.
Abseil Team
2022-10-31
*
|
Support empty Cords with an expected checksum
Derek Mauro
2022-10-28
*
|
Move internal details from one source file to another more appropriate source
Andy Soffer
2022-10-27
*
|
Removes `PutPaddedString()` function
Phoebe Liang
2022-10-27
*
|
Return uint8_t from CappedDamerauLevenshteinDistance.
Abseil Team
2022-10-27
*
|
Remove the unknown CMAKE_SYSTEM_PROCESSOR warning when configuring
Derek Mauro
2022-10-26
*
|
Enforce Visual Studio 2017 (MSVC++ 15.0) minumum
Derek Mauro
2022-10-26
*
|
`absl::InlinedVector::swap` supports non-assignable types.
Abseil Team
2022-10-25
[next]