summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | Return uint8_t from CappedDamerauLevenshteinDistance.Gravatar Abseil Team2022-10-27
* | Remove the unknown CMAKE_SYSTEM_PROCESSOR warning when configuringGravatar Derek Mauro2022-10-26
* | Enforce Visual Studio 2017 (MSVC++ 15.0) minumumGravatar Derek Mauro2022-10-26
* | `absl::InlinedVector::swap` supports non-assignable types.Gravatar Abseil Team2022-10-25
* | Improve b-tree error messages when dereferencing invalid iterators.Gravatar Evan Brown2022-10-25
* | Mutex: Fix stall on single-core systemsGravatar Abseil Team2022-10-24
* | Document Base64Unescape() paddingGravatar Abseil Team2022-10-21
* | Fix sign conversion warnings in memory_test.cc.Gravatar Abseil Team2022-10-21
* | Fix a sign conversion warning.Gravatar Abseil Team2022-10-19
* | Fix a truncation warning on Windows 64-bit.Gravatar Abseil Team2022-10-18
* | Use btree iterator subtraction instead of std::distance in erase_range() and ...Gravatar Evan Brown2022-10-18
* | Eliminate use of internal interfaces and make the test portable and expose it...Gravatar Gennadiy Rozental2022-10-18
* | Fix various warnings for _WIN32.Gravatar Abseil Team2022-10-17
* | Disables StderrKnobsDefault due to order dependencyGravatar Abseil Team2022-10-17
* | Implement btree_iterator::operator-, which is faster than std::distance for b...Gravatar Evan Brown2022-10-17
* | Merge pull request #1298 from rpjohnst:mingw-cmake-buildGravatar Copybara-Service2022-10-17
|\ \
* | | Implement function to calculate Damerau-Levenshtein distance between two stri...Gravatar Abseil Team2022-10-17
| * | Use the `-l` form for MinGW-specific link dependenciesGravatar Russell Johnston2022-10-15
|/ /
* | Change per_thread_sem_test from size medium to size large.Gravatar Evan Brown2022-10-14
* | Support stringification of user-defined types in AbslStringify in absl::Subst...Gravatar Andy Soffer2022-10-14
* | Fix "unsafe narrowing" warnings in absl, 12/12.Gravatar Abseil Team2022-10-13
* | Revert change to internal 'Rep', this causes issues for gdbGravatar Martijn Vels2022-10-13
* | Reorganize InlineData into an inner Rep structure.Gravatar Martijn Vels2022-10-13
* | Remove internal `VLOG_xxx` macrosGravatar Christian Blichmann2022-10-13
* | Import of CCTZ from GitHub.Gravatar Abseil Team2022-10-12
* | `absl::InlinedVector` supports move assignment with non-assignable types.Gravatar Abseil Team2022-10-12
* | Change Cord internal layout, which reduces store-load penalties on ARMGravatar Martijn Vels2022-10-11
* | Detects accidental multiple invocations of AnyInvocable<R(...)&&>::operator()...Gravatar Abseil Team2022-10-11
* | Fix a bug in StrFormat. This issue would have been caught by any compile-timeGravatar Andy Soffer2022-10-10
* | Adds documentation for stringification extensionGravatar Abseil Team2022-10-10
* | CMake: Remove check_target calls which can be problematic in case of dependen...Gravatar Abseil Team2022-10-10
* | Changes mutex unlock profilingGravatar Abseil Team2022-10-07
* | Add static_cast<void*> to the sources for trivial relocations to avoid spurio...Gravatar Evan Brown2022-10-07
* | Configure ABSL_CACHE_ALIGNED for clang-like and MSVC toolchains.Gravatar Abseil Team2022-10-07
* | Fix "unsafe narrowing" warnings in absl, 11/n.Gravatar Abseil Team2022-10-06
* | Eliminate use of internal interfacesGravatar Gennadiy Rozental2022-10-06
* | Merge pull request #1289 from keith:ks/fix-more-clang-deprecated-builtinsGravatar Copybara-Service2022-10-06
|\ \
* \ \ Merge pull request #1285 from jun-sheaf:patch-1Gravatar Copybara-Service2022-10-06
|\ \ \
| * | | Add clang < 7 to conditionsGravatar Randolf J2022-10-05
| * | | Merge branch 'abseil:master' into patch-1Gravatar Randolf J2022-10-05
| |\ \ \ | |/ / / |/| | |
* | | | Delete LogEntry's copy ctor and assignment operator.Gravatar Andy Getzendanner2022-10-05
* | | | Make sinks provided to `AbslStringify()` usable with `absl::Format()`.Gravatar Marcin Kowalczyk2022-10-05
* | | | Cast unused variable to voidGravatar Abseil Team2022-10-04
* | | | No changes in OSS.Gravatar Gennadiy Rozental2022-10-04
| * | | Update charconv.ccGravatar Randolf J2022-10-04
| * | | chore: limit to ClangGravatar Randolf J2022-10-04
| | * | Fix more clang deprecated builtinsGravatar Keith Smiley2022-10-04
| |/ / |/| |
* | | No changes in OSSGravatar Gennadiy Rozental2022-10-03
| | * Initialize `Allocation` to eliminate compile errorGravatar GOGOYAO2022-10-04
| |/ |/|
* | Replace the kPower10ExponentTable array with a formula.Gravatar Abseil Team2022-10-03