651 Commits (1ee0ea84893e7d1edfc4fdaf192a0551a46e20b4)
 

Author SHA1 Message Date
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
Evan Brown bbf2ed7890 Implement btree_iterator::operator-, which is faster than std::distance for btree iterators. 2 years ago
Copybara-Service 7ab917ec21 Merge pull request #1298 from rpjohnst:mingw-cmake-build 2 years ago
Abseil Team edf41d7238 Implement function to calculate Damerau-Levenshtein distance between two strings. 2 years ago
Russell Johnston 8bf19a07e0 Use the `-l` form for MinGW-specific link dependencies 2 years ago
Evan Brown 5fa65f28e4 Change per_thread_sem_test from size medium to size large. 2 years ago
Andy Soffer 5631e52ed7 Support stringification of user-defined types in AbslStringify in absl::Substitute. 2 years ago
Abseil Team f073fe8ee5 Fix "unsafe narrowing" warnings in absl, 12/12. 2 years ago
Martijn Vels cbaba1a9bf Revert change to internal 'Rep', this causes issues for gdb 2 years ago
Martijn Vels 3af3e6386d Reorganize InlineData into an inner Rep structure. 2 years ago
Christian Blichmann fbe4660185 Remove internal `VLOG_xxx` macros 2 years ago
Abseil Team e58d05efe0 Import of CCTZ from GitHub. 2 years ago
Abseil Team 90965f4c96 `absl::InlinedVector` supports move assignment with non-assignable types. 2 years ago
Martijn Vels 91b7cd600a Change Cord internal layout, which reduces store-load penalties on ARM 2 years ago
Abseil Team 73789eb068 Detects accidental multiple invocations of AnyInvocable<R(...)&&>::operator()&& by producing an error in debug mode, and clarifies that the behavior is undefined in the general case. 2 years ago
Andy Soffer 845610e80b Fix a bug in StrFormat. This issue would have been caught by any compile-time 2 years ago
Abseil Team a0b5e3273b Adds documentation for stringification extension 2 years ago