summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* Add a compilation test for recursive hash map typesGravatar Derek Mauro2022-12-02
* Add AbslStringify support for enum types in Substitute.Gravatar Abseil Team2022-12-02
* Use a c++14-style constexpr initialization if c++14 constexpr is available.Gravatar Jorg Brown2022-12-02
* Move the vtable into a function to delay instantiation until the function isGravatar Samuel Benzaquen2022-12-01
* Cosmetic reformatting in a test.Gravatar Marcin Kowalczyk2022-12-01
* Reorder base64 unescape methods to be below the escaping methods.Gravatar Abseil Team2022-11-30
* Fixes many compilation issues that come from having no external CIGravatar Derek Mauro2022-11-30
* Remove static initializer from mutex.h.Gravatar Abseil Team2022-11-30
* Import of CCTZ from GitHub.Gravatar Abseil Team2022-11-29
* Remove unused iostream include from crc32c.hGravatar Derek Mauro2022-11-29
* Fix MSVC builds that reject C-style arrays of size 0Gravatar Derek Mauro2022-11-29
* Remove deprecated use of absl::ToCrc32c()Gravatar Derek Mauro2022-11-29
* CRC: Make crc32c_t as a class for explicit control of operatorsGravatar Derek Mauro2022-11-29
* Convert the full parser into constexpr now that Abseil requires C++14, and useGravatar Samuel Benzaquen2022-11-29
* Write (more) directly into the structured buffer from StringifySink, includin...Gravatar Andy Getzendanner2022-11-28
* Avoid using the non-portable type __m128i_u.Gravatar Derek Mauro2022-11-28
* Reduce flat_hash_{set,map} generated code size.Gravatar Abseil Team2022-11-28
* Use ABSL_HAVE_BUILTIN to fix -Wundef __has_builtin warningGravatar Derek Mauro2022-11-28
* Add a TODO for the deprecation of absl::aligned_storage_tGravatar Derek Mauro2022-11-28
* absl: fix Mutex TSan annotationsGravatar Abseil Team2022-11-28
* Fix AMD cpu detection.Gravatar Ilya Tokar2022-11-23
* CRC: Get CPU detection and hardware acceleration working on MSVC x86(_64)Gravatar Derek Mauro2022-11-23
* Removing trailing period that can confuse a url in str_format.h.Gravatar Abseil Team2022-11-22
* Refactor btree iterator generation code into a base class rather than using i...Gravatar Evan Brown2022-11-22
* container.h: fix incorrect comments about the location of <numeric> algorithms.Gravatar Abseil Team2022-11-22
* Zero encoded_remaining when a string field doesn't fit, so that we don't leav...Gravatar Andy Getzendanner2022-11-21
* Improve error messages when comparing btree iterators when generations are en...Gravatar Evan Brown2022-11-21
* Document the WebSafe* and *WithPadding variants more concisely, as deltas fro...Gravatar Abseil Team2022-11-21
* Drop outdated comment about LogEntry copyability.Gravatar Andy Getzendanner2022-11-18
* Release structured logging.Gravatar Andy Getzendanner2022-11-17
* Minor formatting changes in preparation for structured logging...Gravatar Andy Getzendanner2022-11-16
* Update absl::make_unique to reflect the C++14 minimumGravatar Derek Mauro2022-11-16
* Update Condition to allocate 24 bytes for MSVC platform pointers to methods.Gravatar Abseil Team2022-11-16
* Add missing includeGravatar Tom Hughes2022-11-16
* Refactor "RAW: " prefix formatting into FormatLogPrefix.Gravatar Andy Getzendanner2022-11-16
* Minor formatting changes due to internal refactoringGravatar Derek Mauro2022-11-16
* Fix typosGravatar Tom Hughes2022-11-15
* Add a new API for `extract_and_get_next()` in b-tree that returns both the ex...Gravatar Evan Brown2022-11-15
* Use AnyInvocable in internal thread_poolGravatar Abseil Team2022-11-15
* Remove absl/time/internal/zoneinfo.inc. It was used to guaranteeGravatar Abseil Team2022-11-15
* Updated documentation on use of %vGravatar Tom Manshreck2022-11-15
* Use the correct Bazel copts in crc targetsGravatar Derek Mauro2022-11-14
* Run the //absl/time timezone tests with a data dependency on, and aGravatar Abseil Team2022-11-14
* Stop unnecessary clearing of fields in ~raw_hash_set.Gravatar Abseil Team2022-11-11
* Fix throw_delegate_test when using libc++ with shared librariesGravatar Derek Mauro2022-11-10
* CRC: Ensure SupportsArmCRC32PMULL() is definedGravatar Derek Mauro2022-11-10
* Improve error messages when comparing btree iterators.Gravatar Evan Brown2022-11-10
* Refactor the throw_delegate test into separate test casesGravatar Derek Mauro2022-11-10
* Replace std::atomic_flag with std::atomic<bool> to avoid the C++20Gravatar Derek Mauro2022-11-09
* Add support for enum types with AbslStringifyGravatar Abseil Team2022-11-09