summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/python/bindings/py_callable.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20095: Enable modernize-pass-by-valuevitya-smirnov2026-03-021-2/+4
| | | | commit_hash:4939dfad654f18bb31e40711ee0c39063889f17b
* YQL-20095: Enable misc-use-anonymous-namespacevitya-smirnov2026-02-051-1/+5
| | | | | - https://clang.llvm.org/extra/clang-tidy/checks/misc/use-anonymous-namespace.html commit_hash:746be9b9db256111b2fb6ab4d89844746deebcda
* YQL-20095: Enable google-explicit-constructorvitya-smirnov2026-01-231-1/+1
| | | | commit_hash:4d77ad10fd4db303459ec4e45e139967c7fc8196
* YQL-20095: Enable modernize-use-overridevitya-smirnov2026-01-131-1/+1
| | | | | | | | | | | | | | | | | | | The check `modernize-use-override` is useful as it: 1. Removes redundant `override` when it is used with a `final`. 2. Removes redundant `virtual` or replace it with a `override`. So it is more clean for a reader, that overriding happens. It is enabled not out of order, as it is just an alias to `cppcoreguidelines-explicit-virtual-functions`. I also decided to switch a strategy of enabling checks. Now I will enable only a single rule with a single PR and prefer rules with a non-breaking autofix. In the new year with new linter checks! 🎄 commit_hash:e6e233baa90b31e5f65e11837546690c47f71ab5
* YQL-20086: Add yql/essentials Clang Tidy configvitya-smirnov2025-11-211-2/+3
| | | | | | | | | 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
* Intermediate changesrobot-piglet2025-10-061-2/+6
| | | | commit_hash:618c69f7a3090bbeb975dea6d222c8bc7f41314d
* YQL-20086 udfsvvvv2025-10-061-169/+180
| | | | | init commit_hash:f9684778bf1ea956965f2360b80b91edb7d4ffbe
* YQL-20241: Use ASCIIZ strings for UdfTerminate (essential udfs)imunkin2025-07-251-2/+2
| | | | commit_hash:1a11133ec66e71b6c798178453a5ab43cdc6761c
* Move yql/udfs/common/ to /yql/essentials YQL-19206imunkin2024-11-081-0/+423
Except the following directories: * clickhouse/client * datetime * knn * roaring commit_hash:c7da95636144d28db109d6b17ddc762e9bacb59f