667 Commits (master)
 

Author SHA1 Message Date
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
Andy Getzendanner 1fd600dc49 Delete LogEntry's copy ctor and assignment operator. 2 years ago
Marcin Kowalczyk b3162b1da6 Make sinks provided to `AbslStringify()` usable with `absl::Format()`. 2 years ago
Abseil Team d24156f63c Cast unused variable to void 2 years ago
Gennadiy Rozental 04672c69a0 No changes in OSS. 2 years ago
Randolf J bf2bf60a3e
Update charconv.cc 2 years ago
Randolf J 71aa5dda4c
chore: limit to Clang 2 years ago
Keith Smiley e61fc6d8da
Fix more clang deprecated builtins 2 years ago
Gennadiy Rozental e225d0b2c6 No changes in OSS 2 years ago
GOGOYAO 75173d8585
Initialize `Allocation` to eliminate compile error 2 years ago
Abseil Team 535f22b4a0 Replace the kPower10ExponentTable array with a formula. 2 years ago
Abseil Team f19051447f CMake: Mark absl::cord_test_helpers and absl::spy_hash_state PUBLIC 2 years ago
Evan Brown f8e0ff7f33 Use trivial relocation for transfers in swisstable and b-tree. 2 years ago
Copybara-Service d277a48d4c Merge pull request #1284 from t0ny-peng:chore/remove-unused-class-in-variant 2 years ago
Derek Mauro 6acb60c161 Removes the legacy spellings of the thread annotation macros/functions 2 years ago
Randolf J d113dec820
Update charconv.cc 2 years ago
Hao Peng 98f9a61187 chore: Remove unused helper ConversionIsPossible. 2 years ago
Abseil Team 7f3c0d7811 Allows absl::StrCat to accept types that implement AbslStringify() 2 years ago
Copybara-Service e8304a5c62 Merge pull request #1283 from pateldeev:any_inovcable_rename_true 2 years ago
Martijn Vels ba78523573 Cleanup: SmallMemmove nullify should also be limited to 15 bytes 2 years ago
Martijn Vels 516c626692 Cleanup: implement PrependArray and PrependPrecise in terms of InlineData 2 years ago
Martijn Vels 92bc0b6b68 Cleanup: Move BitwiseCompare() to InlineData, and make it layout independent. 2 years ago
pateldeev 54f3476f15 Rename True alias. 2 years ago
Abseil Team b39aa365e1 Change kPower10Table bounds to be half-open 2 years ago
Martijn Vels cfa5dc7576 Cleanup some InlineData internal layout specific details from cord.h 2 years ago