summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | 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
* | | | 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
* | | CMake: installed artifacts reflect the compiled ABIGravatar 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