summaryrefslogtreecommitdiffstats
path: root/yql/essentials/udfs/common/python/bindings/py_linear.cpp
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20339 python/js runtime linear checkervvvv2026-03-041-0/+4
| | | | commit_hash:362a2d7f5bad4151c0890ab29f0804471bd1bab4
* YQL-20095: Enable modernize-pass-by-valuevitya-smirnov2026-03-021-2/+4
| | | | commit_hash:4939dfad654f18bb31e40711ee0c39063889f17b
* YQL-20095: Enable modernize-avoid-c-arraysvitya-smirnov2026-02-191-0/+1
| | | | commit_hash:da491ee93c4f4d3c885c7908a22b4d5d66c80388
* 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 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-20339 Python UDF supportvvvv2025-10-101-0/+226
init commit_hash:2a30a1b920f341e1f9250df382dd951604a0894f