summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/url_base
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20095: Enable performance-move-const-argvitya-smirnov2026-06-241-5/+5
| | | | | | | | | | | | | https://clang.llvm.org/extra/clang-tidy/checks/performance/move-const-arg.html This check useful, as it shows, when a `std::move` is useless, so to expectations of a programmer are not aligned with reality. The most useful profit is to see `const T&` arguments, that are potentially can be replaced with `T`. Also disabled `CheckTriviallyCopyableMove`, see https://nda.ya.ru/t/Emvgx5Z67fpZY5 why. commit_hash:c80c264a9774721aabbac85b350ccdbb8b9a39a2
* YQL-21105 more polyargs (math, yson, url, datetime)vvvv2026-04-224-2/+23
| | | | commit_hash:bb364319f046e3ac37acc5b6c15eb0a1c3858b02
* YQL-20095: Enable readability-isolate-declarationvitya-smirnov2026-04-131-4/+8
| | | | commit_hash:c180c2db4897962cb70063ffdc2ddcd21e5e3418
* YQL-20095: Enable modernize-use-usingvitya-smirnov2026-03-041-1/+1
| | | | commit_hash:ea1f0987ec40e3e683c35bffb64b7f5ab35e73ed
* YQL-20095: Enable misc-definitions-in-headersvitya-smirnov2026-01-301-5/+5
| | | | | | | | - https://clang.llvm.org/extra/clang-tidy/checks/misc/definitions-in-headers.html Just applied auto-fix. Maybe it is worth to manually move functions to `.cpp` files, but I was too lazy. I will do it, if you wish. commit_hash:6ba1b2f014eb1f25dede1299f073e33d823b4ddf
* YQL-20095: Enable google-explicit-constructorvitya-smirnov2026-01-231-1/+1
| | | | commit_hash:4d77ad10fd4db303459ec4e45e139967c7fc8196
* YQL-20086: Add yql/essentials Clang Tidy configvitya-smirnov2025-11-213-10/+10
| | | | | | | | | This patch introduces an extension configuration for the Clang Tidy. It is merged with Arcadia Clang Tidy configuration. To begin with, more checks for identifiers naming are added. Documentation: https://nda.ya.ru/t/AhbDZbiF7MKe3M. commit_hash:3481da4c8df0a4d23a991d4a660ae050d2dc5d33
* YQL-20086 invert flagvvvv2025-10-102-4/+0
| | | | commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
* YQL-20086 udfsvvvv2025-10-069-419/+432
| | | | | init commit_hash:f9684778bf1ea956965f2360b80b91edb7d4ffbe
* YQL-20241: Use ASCIIZ strings for UdfTerminate (essential udfs)imunkin2025-07-251-2/+2
| | | | commit_hash:1a11133ec66e71b6c798178453a5ab43cdc6761c
* YQL-20086 udfsvvvv2025-06-182-7/+7
| | | | commit_hash:631fd9ed259a7c95a618e1265f61df28a87ce922
* Intermediate changesrobot-piglet2025-06-161-4/+0
| | | | commit_hash:18e311c0ad94b55003cb5a6c0487a16830fac5cd
* Switch to library/cpp/charset/lite to avoid dependency on libiconvaneporada2025-02-271-1/+1
| | | | commit_hash:787f4898632b0109fb15fa3f6bbd993430f47616
* YQL-19555: Purge YQL_UDF_TEST_CONTRIB moduleimunkin2025-02-141-1/+1
| | | | commit_hash:804e5d328ce4c658ecff2e5a0f259bce717f84f8
* Introduced two stages mode for type annotation, a FailMe callable to ↵vvvv2024-12-092-6/+6
| | | | | | | | | simulate optimization failures В обычном select 1 \|\| 2 теперь выдается ошибка в InitialTypeAnnotation stage А ошибка на RepeatTypeAnnotation stage эскалируется до Severity=Fatal commit_hash:fb09693b4baf9e14bfe7dae9a8a9cd4b9e0e0142
* Intermediate changesrobot-piglet2024-11-111-1/+1
| | | | commit_hash:b5826cf53cbe98e17103fcd8139fdfd091f5e037
* Intermediate changesrobot-piglet2024-11-111-1/+1
| | | | commit_hash:1495166c0ac2e13c7e4f9be22ca76a5268e67d0d
* Intermediate changesrobot-piglet2024-11-081-8/+0
| | | | commit_hash:b75c4510058a45b92316d448f6ac2dc21963b920
* Move yql/udfs/common/ to /yql/essentials YQL-19206imunkin2024-11-0838-0/+5697
Except the following directories: * clickhouse/client * datetime * knn * roaring commit_hash:c7da95636144d28db109d6b17ddc762e9bacb59f