<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/build/conf, branch 22.2.46</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=22.2.46</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=22.2.46'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2022-02-21T12:43:19Z</updated>
<entry>
<title>intermediate changes</title>
<updated>2022-02-21T12:43:19Z</updated>
<author>
<name>arcadia-devtools</name>
<email>arcadia-devtools@yandex-team.ru</email>
</author>
<published>2022-02-21T12:43:19Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=178d0e7645de04588522cd6287777cd7a2f065f9'/>
<id>urn:sha1:178d0e7645de04588522cd6287777cd7a2f065f9</id>
<content type='text'>
ref:489c487087adbbffdc59e875df6227bdb2f0bc23
</content>
</entry>
<entry>
<title>intermediate changes</title>
<updated>2022-02-21T08:21:51Z</updated>
<author>
<name>arcadia-devtools</name>
<email>arcadia-devtools@yandex-team.ru</email>
</author>
<published>2022-02-21T08:21:51Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=67b4967b48ae8d719e6f8ca4b950bb8a41bce391'/>
<id>urn:sha1:67b4967b48ae8d719e6f8ca4b950bb8a41bce391</id>
<content type='text'>
ref:229d43ca0aced50dac62d8f0f61cbe9795239cb5
</content>
</entry>
<entry>
<title>intermediate changes</title>
<updated>2022-02-18T08:16:53Z</updated>
<author>
<name>arcadia-devtools</name>
<email>arcadia-devtools@yandex-team.ru</email>
</author>
<published>2022-02-18T08:16:53Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=af118429225479ca21bc858033203e67c0c066e3'/>
<id>urn:sha1:af118429225479ca21bc858033203e67c0c066e3</id>
<content type='text'>
ref:dde29d27178f862374234bb37657e21cda94f00a
</content>
</entry>
<entry>
<title>intermediate changes</title>
<updated>2022-02-17T09:04:09Z</updated>
<author>
<name>arcadia-devtools</name>
<email>arcadia-devtools@yandex-team.ru</email>
</author>
<published>2022-02-17T09:04:09Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2c8e314f8fff8633fe2cf026badfbf6180845ae0'/>
<id>urn:sha1:2c8e314f8fff8633fe2cf026badfbf6180845ae0</id>
<content type='text'>
ref:d5f945ecdc1f5af1ad57e12787c6b8ed1a9f0f12
</content>
</entry>
<entry>
<title>intermediate changes</title>
<updated>2022-02-16T08:42:00Z</updated>
<author>
<name>arcadia-devtools</name>
<email>arcadia-devtools@yandex-team.ru</email>
</author>
<published>2022-02-16T08:42:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=50c7a8a430049bcf5a1051b53221ba67d9836079'/>
<id>urn:sha1:50c7a8a430049bcf5a1051b53221ba67d9836079</id>
<content type='text'>
ref:c3402b3ceb4aaa6583e15c4d0c4e8411d0051573
</content>
</entry>
<entry>
<title>intermediate changes</title>
<updated>2022-02-15T10:45:06Z</updated>
<author>
<name>arcadia-devtools</name>
<email>arcadia-devtools@yandex-team.ru</email>
</author>
<published>2022-02-15T10:45:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=768c9b84a7d48600ccaf3999786f7e4ffed97ca8'/>
<id>urn:sha1:768c9b84a7d48600ccaf3999786f7e4ffed97ca8</id>
<content type='text'>
ref:b7157d7cfb7d4bcf2acad7eae39bd01791e02a77
</content>
</entry>
<entry>
<title>PYTHON and PYTHON3 in cmake export</title>
<updated>2022-02-14T10:05:37Z</updated>
<author>
<name>svidyuk</name>
<email>svidyuk@yandex-team.ru</email>
</author>
<published>2022-02-14T10:05:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=c493463b4ba40d6f21effad2b5405bc1804b02f3'/>
<id>urn:sha1:c493463b4ba40d6f21effad2b5405bc1804b02f3</id>
<content type='text'>
Generates the following `ydb/library/yql/dq/expr_nodes/CMakeLists.txt`:
```
find_package(Python3)

add_library(yql-dq-expr_nodes INTERFACE)
target_link_libraries(yql-dq-expr_nodes INTERFACE
yutil
yql-core-expr_nodes
)
add_custom_command(
OUTPUT
${CMAKE_BINARY_DIR}/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h
${CMAKE_BINARY_DIR}/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h
${CMAKE_BINARY_DIR}/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h
DEPENDS
${CMAKE_SOURCE_DIR}/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj
${CMAKE_SOURCE_DIR}/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.json
${CMAKE_SOURCE_DIR}/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py
COMMAND
Python3::Interpreter
${CMAKE_SOURCE_DIR}/ydb/library/yql/core/expr_nodes_gen/gen/__main__.py
${CMAKE_SOURCE_DIR}/ydb/library/yql/core/expr_nodes_gen/yql_expr_nodes_gen.jnj
${CMAKE_SOURCE_DIR}/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.json
${CMAKE_BINARY_DIR}/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.gen.h
${CMAKE_BINARY_DIR}/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.decl.inl.h
${CMAKE_BINARY_DIR}/ydb/library/yql/dq/expr_nodes/dq_expr_nodes.defs.inl.h
)

```

ref:845858c868ca9262a974ad49179a9b5489ec2870
</content>
</entry>
<entry>
<title>intermediate changes</title>
<updated>2022-02-14T09:50:22Z</updated>
<author>
<name>arcadia-devtools</name>
<email>arcadia-devtools@yandex-team.ru</email>
</author>
<published>2022-02-14T09:50:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=45fd996f054b866273c44f7dc345703befda4c84'/>
<id>urn:sha1:45fd996f054b866273c44f7dc345703befda4c84</id>
<content type='text'>
ref:8ab60421cc2ba564e8436a30100c3fa0e5d46de6
</content>
</entry>
<entry>
<title>intermediate changes</title>
<updated>2022-02-11T16:15:32Z</updated>
<author>
<name>arcadia-devtools</name>
<email>arcadia-devtools@yandex-team.ru</email>
</author>
<published>2022-02-11T16:15:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=623b75523fbec13f26b532972a46e75faf149088'/>
<id>urn:sha1:623b75523fbec13f26b532972a46e75faf149088</id>
<content type='text'>
ref:ee911405f4248489c0aa2817134b7162e0b94f18
</content>
</entry>
<entry>
<title>intermediate changes</title>
<updated>2022-02-10T14:53:52Z</updated>
<author>
<name>arcadia-devtools</name>
<email>arcadia-devtools@yandex-team.ru</email>
</author>
<published>2022-02-10T14:53:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5c64b97bb7e4034eff8833e4c367f61d34fcb4ee'/>
<id>urn:sha1:5c64b97bb7e4034eff8833e4c367f61d34fcb4ee</id>
<content type='text'>
ref:4635f4dd763168c3fa295f87727595c785b4d5a4
</content>
</entry>
</feed>
