summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/python/bindings/py_resource.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 udfsvvvv2025-10-061-14/+12
| | | | | init commit_hash:f9684778bf1ea956965f2360b80b91edb7d4ffbe
* Intermediate changesrobot-piglet2025-03-041-4/+4
| | | | commit_hash:acdbcb5ab09c7f6e8d5bf8a01ff1954c04d7a80f
* Move yql/udfs/common/ to /yql/essentials YQL-19206imunkin2024-11-081-0/+116
Except the following directories: * clickhouse/client * datetime * knn * roaring commit_hash:c7da95636144d28db109d6b17ddc762e9bacb59f