summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* 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
* | | Support logging of user-defined types that implement `AbslStringify()`Gravatar Phoebe Liang2022-11-02
| * | Fix MSVC version checking in lifetime_test.ccGravatar Arkady Shapkin2022-11-03
|/ /
* | Eliminate span_internal::Min in favor of std::min, since Min conflicts with a...Gravatar Jorg Brown2022-11-02
* | Fix -Wimplicit-int-conversion.Gravatar Abseil Team2022-11-02
* | Improve error messages when dereferencing invalid swisstable iterators.Gravatar Evan Brown2022-11-01
* | Cord: Avoid leaking a node if SetExpectedChecksum() is called on anGravatar Derek Mauro2022-11-01
* | Add a warning about extract invalidating iterators (not just the iterator of ...Gravatar Abseil Team2022-10-31
* | Import of CCTZ from GitHub.Gravatar Abseil Team2022-10-31
* | Import of CCTZ from GitHub.Gravatar Abseil Team2022-10-31
* | Support empty Cords with an expected checksumGravatar Derek Mauro2022-10-28
* | Move internal details from one source file to another more appropriate sourceGravatar Andy Soffer2022-10-27
* | Removes `PutPaddedString()` functionGravatar Phoebe Liang2022-10-27
* | Return uint8_t from CappedDamerauLevenshteinDistance.Gravatar Abseil Team2022-10-27
* | Remove the unknown CMAKE_SYSTEM_PROCESSOR warning when configuringGravatar Derek Mauro2022-10-26
* | Enforce Visual Studio 2017 (MSVC++ 15.0) minumumGravatar Derek Mauro2022-10-26
* | `absl::InlinedVector::swap` supports non-assignable types.Gravatar Abseil Team2022-10-25
* | Improve b-tree error messages when dereferencing invalid iterators.Gravatar Evan Brown2022-10-25
* | Mutex: Fix stall on single-core systemsGravatar Abseil Team2022-10-24
* | Document Base64Unescape() paddingGravatar Abseil Team2022-10-21
* | Fix sign conversion warnings in memory_test.cc.Gravatar Abseil Team2022-10-21
* | Fix a sign conversion warning.Gravatar Abseil Team2022-10-19
* | Fix a truncation warning on Windows 64-bit.Gravatar Abseil Team2022-10-18
* | Use btree iterator subtraction instead of std::distance in erase_range() and ...Gravatar Evan Brown2022-10-18
* | Eliminate use of internal interfaces and make the test portable and expose it...Gravatar Gennadiy Rozental2022-10-18
* | Fix various warnings for _WIN32.Gravatar Abseil Team2022-10-17