667 Commits (master)
 

Author SHA1 Message Date
Derek Mauro edbf66288b Use the correct Bazel copts in crc targets 2 years ago
Abseil Team 4b65075a73 Run the //absl/time timezone tests with a data dependency on, and a 2 years ago
Abseil Team 1b976982d8 Stop unnecessary clearing of fields in ~raw_hash_set. 2 years ago
Derek Mauro 3a35cb3dff Fix throw_delegate_test when using libc++ with shared libraries 2 years ago
Derek Mauro 44bb804570 CRC: Ensure SupportsArmCRC32PMULL() is defined 2 years ago
Evan Brown 0465837711 Improve error messages when comparing btree iterators. 2 years ago
Derek Mauro cc143ed369 Refactor the throw_delegate test into separate test cases 2 years ago
Derek Mauro b4a4a6b01f Replace std::atomic_flag with std::atomic<bool> to avoid the C++20 2 years ago
Abseil Team db8cd47898 Add support for enum types with AbslStringify 2 years ago
Derek Mauro 1687dbf814 Release the CRC library 2 years ago
Evan Brown 8cfc1500f8 Improve error messages when comparing swisstable iterators. 2 years ago
Abseil Team 66bfca85c8 Auto increase inlined capacity whenever it does not affect class' size. 2 years ago
Andy Getzendanner 64f00b1f4a drop an unused dep 2 years ago
Andy Getzendanner 615f214702 Factor out the internal helper AppendTruncated, which is used and redefined in a couple places, plus several more that have yet to be released. 2 years ago
Evan Brown d459fe7137 Fix some invalid iterator bugs in btree_test.cc for multi{set,map} emplace{_hint} tests. 2 years ago
Abseil Team 4ed8e46f1b Force a conservative allocation for pointers to methods in Condition objects. 2 years ago
Michael Diamond 1ee0ea8489 Fix a few lint findings in flags' usage.cc 2 years ago
Andy Getzendanner ce1d348475 Narrow some _MSC_VER checks to not catch clang-cl. 2 years ago
Andy Getzendanner 32e928d29c Small cleanups in logging test helpers 2 years ago
Derek Mauro 4a98f78682 Import of CCTZ from GitHub. 2 years ago
Copybara-Service b45f7e0927 Merge pull request #1287 from GOGOYAO:patch-1 2 years ago
Copybara-Service 34172a0e97 Merge pull request #1307 from KindDragon:patch-1 2 years ago
Derek Mauro 8542ee6a7b Stop disabling some test warnings that have been fixed 2 years ago
Phoebe Liang e6044634dd Support logging of user-defined types that implement `AbslStringify()` 2 years ago
Arkady Shapkin d36d20c051
Fix MSVC version checking in lifetime_test.cc 2 years ago
Jorg Brown 1649c037c5 Eliminate span_internal::Min in favor of std::min, since Min conflicts with a macro in a third-party library. 2 years ago
Abseil Team a87df8e9db Fix -Wimplicit-int-conversion. 2 years ago
Evan Brown 0064d9db90 Improve error messages when dereferencing invalid swisstable iterators. 2 years ago
Derek Mauro 2b403ec754 Cord: Avoid leaking a node if SetExpectedChecksum() is called on an 2 years ago
Abseil Team d819278ab7 Add a warning about extract invalidating iterators (not just the iterator of the element being extracted). 2 years ago
Abseil Team ea882fb766 CMake: installed artifacts reflect the compiled ABI 2 years ago
Abseil Team f5fd4cc7eb Import of CCTZ from GitHub. 2 years ago
Abseil Team 37a1aa00bb Import of CCTZ from GitHub. 2 years ago
Derek Mauro 1db72eb03e Support empty Cords with an expected checksum 2 years ago
Andy Soffer fd9fbe7451 Move internal details from one source file to another more appropriate source 2 years ago
Phoebe Liang 8279400382 Removes `PutPaddedString()` function 2 years ago
Abseil Team 1b6a9e95a7 Return uint8_t from CappedDamerauLevenshteinDistance. 2 years ago
Derek Mauro bc097314fe Remove the unknown CMAKE_SYSTEM_PROCESSOR warning when configuring 2 years ago
Derek Mauro 4691321663 Enforce Visual Studio 2017 (MSVC++ 15.0) minumum 2 years ago
Abseil Team 2fc358dab0 `absl::InlinedVector::swap` supports non-assignable types. 2 years ago
Evan Brown 90184f6cdf Improve b-tree error messages when dereferencing invalid iterators. 2 years ago
Abseil Team b3e64c4168 Mutex: Fix stall on single-core systems 2 years ago
Abseil Team cb436cf014 Document Base64Unescape() padding 2 years ago
Abseil Team 88eee8b511 Fix sign conversion warnings in memory_test.cc. 2 years ago
Abseil Team 85cc4947db Fix a sign conversion warning. 2 years ago
Abseil Team ff10097441 Fix a truncation warning on Windows 64-bit. 2 years ago
Evan Brown 24c32c7de2 Use btree iterator subtraction instead of std::distance in erase_range() and count(). 2 years ago
Gennadiy Rozental 4bc7568c70 Eliminate use of internal interfaces and make the test portable and expose it to OSS. 2 years ago
Abseil Team 94433ef061 Fix various warnings for _WIN32. 2 years ago
Abseil Team 6b2d248d3e Disables StderrKnobsDefault due to order dependency 2 years ago