summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* TSAN: Remove report_atomic_races=0 from CI now that it has been fixedGravatar Derek Mauro2022-11-28
* absl: fix Mutex TSan annotationsGravatar Abseil Team2022-11-28
* CMake: Remove trailing commas in `AbseilDll.cmake`Gravatar Christian Blichmann2022-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
* Release the CRC libraryGravatar Derek Mauro2022-11-09
* Improve error messages when comparing swisstable iterators.Gravatar Evan Brown2022-11-09
* Auto increase inlined capacity whenever it does not affect class' size.Gravatar Abseil Team2022-11-09
* drop an unused depGravatar Andy Getzendanner2022-11-08
* Factor out the internal helper AppendTruncated, which is used and redefined i...Gravatar Andy Getzendanner2022-11-07
* Fix some invalid iterator bugs in btree_test.cc for multi{set,map} emplace{_h...Gravatar Evan Brown2022-11-07
* Force a conservative allocation for pointers to methods in Condition objects.Gravatar Abseil Team2022-11-07
* Fix a few lint findings in flags' usage.ccGravatar Michael Diamond2022-11-06
* Narrow some _MSC_VER checks to not catch clang-cl.Gravatar Andy Getzendanner2022-11-04
* Small cleanups in logging test helpersGravatar Andy Getzendanner2022-11-03
* Import of CCTZ from GitHub.Gravatar Derek Mauro2022-11-03
* Merge pull request #1287 from GOGOYAO:patch-1Gravatar Copybara-Service2022-11-03
|\
* \ Merge pull request #1307 from KindDragon:patch-1Gravatar Copybara-Service2022-11-03
|\ \
* | | Stop disabling some test warnings that have been fixedGravatar Derek Mauro2022-11-03