| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:3e1b1459766c0173831844249e9e4a3c564ae7ae
|
| |
|
|
|
| |
KIKIMR-23824
commit_hash:dbb554ea903a90c990b23ad016d4690437d57e4b
|
| |
|
|
| |
commit_hash:369029716d3b4afaec45df28e06b27c781a5b564
|
| |
|
|
|
|
|
|
|
| |
Класс `TReadonlyBitVector` имеет виртуальную функцию, но не имеет виртуального деструктора, что накладывает большие ограничения на использование этого класса и может привезти к потенциальным ошибкам.
Соседний класс `TBitVector` же имеет виртуальный деструктор, хотя в нём нет других виртуальных функций.
Поэтому отсутствие виртуального деструктора у класса`TReadonlyBitVector` выглядит как опечатка и данный патч призван её исправить.
commit_hash:6714fa2cc186a847d13e665f215caae8f2a98b09
|
| |
|
|
| |
commit_hash:c79291e10915f16a7e803709401e2d344fc6db3d
|
| |
|
|
| |
commit_hash:09134890fc4d5d1267d6efa21bff48235205e6e5
|
| |
|
|
| |
commit_hash:a2ae9e9ddb0ebd0f3ce876aa1f8f29e291d3aed1
|
| |
|
|
| |
commit_hash:103a2a417e1039b8e61dc17b40bec9a9b6a7dfd1
|
| |
|
|
|
| |
For TArrayRef(TCompactVector)
commit_hash:d6b75e4cd93aa786abeb1c1cc00d9827f6d4ea15
|
| |
|
|
| |
commit_hash:f9faa4cdcf43ef641c640ec86712f48b09031dcb
|
| |
|
|
|
| |
Fixup rXXXXXX
commit_hash:775dffda71dd0a6ad0e91ca361b27ba4f15a0039
|
| |
|
|
| |
commit_hash:dc7ab41cade426d450efbc68b6cd72e045e3f69e
|
| |
|
|
| |
commit_hash:0ece39f764da165d6f259d1e8d89904001d07282
|
| |
|
|
| |
commit_hash:ea73897466c683c4f852d5c9b6eebee419e6b8ab
|
| |
|
|
| |
commit_hash:b648a03fff23eec34a775607e9435d77a885a27a
|
| |
|
|
| |
commit_hash:96d26ff6ad6f69272fc19ff157bb73013c3f8df7
|
| |
|
|
| |
commit_hash:8b7eb71badc9f2fcd168ee34e8c379b35577eccb
|
| |
|
|
| |
commit_hash:ef5ad4cfa9e68bbfc586492e8c376c732d0a48af
|
| | |
|
| |
|
|
| |
3ce1f2a59c087222badce66a8c7043e77907f530
|
| |
|
|
| |
591efff179d61582961dbd66ad865cec1fbf9886
|
| | |
|
| |
|
|
| |
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
|
| |
|
|
| |
Update tools: yexport, os-yexport
|
| | |
|
| | |
|
| |
|
|
| |
https://clubs.at.yandex-team.ru/arcadia/29404
|
| |
|
|
| |
https://clubs.at.yandex-team.ru/arcadia/29404
|
| |
|
|
| |
https://clubs.at.yandex-team.ru/arcadia/29404
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
After this, a new target libyqlplugin.so appears. in open-source cmake build.
Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264
|
| |
|
|
| |
This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing
changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text.
This commit has zero effect on all projects that depend on YQL.
The summary of changes:
- `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library;
- `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes;
- `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`;
- `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`;
- `yql/core` is gone;
- `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`.
**NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Update tools: yexport
|
| | |
|
| |
|
| |
Update tools: yexport
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Update tools: yexport
|
| | |
|
| | |
|
| |
|
| |
Update tools: yexport
|
| |
|
| |
Update tools: yexport
|