summaryrefslogtreecommitdiff
path: root/absl
Commit message (Expand)AuthorAge
* Implement function to calculate Damerau-Levenshtein distance between two stri...Gravatar Abseil Team2022-10-17
* 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
* 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
|\
* | 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
| * Replace the kPower10ExponentTable array with a formula.Gravatar Abseil Team2022-10-03
| * CMake: Mark absl::cord_test_helpers and absl::spy_hash_state PUBLICGravatar Abseil Team2022-10-03
| * Use trivial relocation for transfers in swisstable and b-tree.Gravatar Evan Brown2022-10-03
| * Merge pull request #1284 from t0ny-peng:chore/remove-unused-class-in-variantGravatar Copybara-Service2022-10-03
| |\
| * | Removes the legacy spellings of the thread annotation macros/functionsGravatar Derek Mauro2022-10-03
* | | Update charconv.ccGravatar Randolf J2022-10-02
|/ /
| * chore: Remove unused helper ConversionIsPossible.Gravatar Hao Peng2022-10-01
|/
* Allows absl::StrCat to accept types that implement AbslStringify()Gravatar Abseil Team2022-09-30
* Merge pull request #1283 from pateldeev:any_inovcable_rename_trueGravatar Copybara-Service2022-09-30
|\
* | Cleanup: SmallMemmove nullify should also be limited to 15 bytesGravatar Martijn Vels2022-09-30
* | Cleanup: implement PrependArray and PrependPrecise in terms of InlineDataGravatar Martijn Vels2022-09-29
* | Cleanup: Move BitwiseCompare() to InlineData, and make it layout independent.Gravatar Martijn Vels2022-09-29
| * Rename True alias.Gravatar pateldeev2022-09-29
|/
* Change kPower10Table bounds to be half-openGravatar Abseil Team2022-09-29
* Cleanup some InlineData internal layout specific details from cord.hGravatar Martijn Vels2022-09-29
* Improve the comments on the implementation of format hooks adl tricks.Gravatar Matt Kulukundis2022-09-29
* Expand LogEntry method docs.Gravatar Andy Getzendanner2022-09-29
* Documentation: Remove an obsolete note about the implementation of `Cord`.Gravatar Abseil Team2022-09-28
* `absl::base_internal::ReadLongFromFile` should use `O_CLOEXEC` and handle int...Gravatar Abseil Team2022-09-28
* Allows absl::StrFormat to accept types which implement AbslStringify()Gravatar Abseil Team2022-09-28
* Add common_policy_traits - a subset of hash_policy_traits that can be shared ...Gravatar Evan Brown2022-09-28