640 Commits (a87df8e9dbe15a2799efdf4f74e89b4fbfda4570)
 

Author SHA1 Message Date
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
Abseil Team 2ed6963f2b CMake: Remove check_target calls which can be problematic in case of dependency cycle 2 years ago
Abseil Team 76466b85fb Changes mutex unlock profiling 2 years ago
Evan Brown 192e9834bc Add static_cast<void*> to the sources for trivial relocations to avoid spurious -Wdynamic-class-memaccess errors in the presence of other compilation errors. 2 years ago
Abseil Team d870260579 Configure ABSL_CACHE_ALIGNED for clang-like and MSVC toolchains. 2 years ago
Abseil Team 8317b9a01c Fix "unsafe narrowing" warnings in absl, 11/n. 2 years ago
Gennadiy Rozental 10e7b4b72d Eliminate use of internal interfaces 2 years ago
Copybara-Service c814d4e28b Merge pull request #1289 from keith:ks/fix-more-clang-deprecated-builtins 2 years ago
Copybara-Service a39feb0a01 Merge pull request #1285 from jun-sheaf:patch-1 2 years ago
Randolf J 541818ee30
Add clang < 7 to conditions 2 years ago
Randolf J beaec23379
Merge branch 'abseil:master' into patch-1 2 years ago