index
:
debian-abseil
master
Debian packaging for Abseil
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Change CommonFields from a private base class of raw_hash_set to be the first...
Evan Brown
2022-12-08
*
The abridged justification is as follows:
Abseil Team
2022-12-08
*
Fixes issue where AbslStringify() breaks formatting with %d for enums
Phoebe Liang
2022-12-07
*
Add some missing copts and linkopts in logging and fix the warnings
Derek Mauro
2022-12-07
*
Remove possible UB from CopyRaw()
Martijn Vels
2022-12-07
*
Create alternate absl-prefixed versions of absl logging macros.
Mike Kruskal
2022-12-06
*
Merge pull request #1338 from MBkkt:patch-5
Copybara-Service
2022-12-06
|
\
*
|
Move implementations of absl logging to an internal file.
Mike Kruskal
2022-12-06
|
*
Update non_temporal_memcpy.h
Valery Mironov
2022-12-06
|
/
*
Export the bug report template
Derek Mauro
2022-12-05
*
Switch to a structured bug report form and redirect questions to
Derek Mauro
2022-12-05
*
Add a compilation test for recursive hash map types
Derek Mauro
2022-12-02
*
Add AbslStringify support for enum types in Substitute.
Abseil Team
2022-12-02
*
Use a c++14-style constexpr initialization if c++14 constexpr is available.
Jorg Brown
2022-12-02
*
Move the vtable into a function to delay instantiation until the function is
Samuel Benzaquen
2022-12-01
*
Cosmetic reformatting in a test.
Marcin Kowalczyk
2022-12-01
*
Reorder base64 unescape methods to be below the escaping methods.
Abseil Team
2022-11-30
*
Fixes many compilation issues that come from having no external CI
Derek Mauro
2022-11-30
*
Remove static initializer from mutex.h.
Abseil Team
2022-11-30
*
Import of CCTZ from GitHub.
Abseil Team
2022-11-29
*
Remove unused iostream include from crc32c.h
Derek Mauro
2022-11-29
*
Fix MSVC builds that reject C-style arrays of size 0
Derek Mauro
2022-11-29
*
Remove deprecated use of absl::ToCrc32c()
Derek Mauro
2022-11-29
*
CRC: Make crc32c_t as a class for explicit control of operators
Derek Mauro
2022-11-29
*
Convert the full parser into constexpr now that Abseil requires C++14, and use
Samuel Benzaquen
2022-11-29
*
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
*
TSAN: Remove report_atomic_races=0 from CI now that it has been fixed
Derek Mauro
2022-11-28
*
absl: fix Mutex TSan annotations
Abseil Team
2022-11-28
*
CMake: Remove trailing commas in `AbseilDll.cmake`
Christian Blichmann
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
[next]