<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util, branch CLI_2.0.1</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.0.1</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.0.1'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2022-10-11T08:21:16Z</updated>
<entry>
<title>[util]TLazyValue: remove operator bool and Defined</title>
<updated>2022-10-11T08:21:16Z</updated>
<author>
<name>tldr</name>
<email>tldr@yandex-team.com</email>
</author>
<published>2022-10-11T08:21:16Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=128195d32b1e2057a59cb74b66a2144f6d1e1853'/>
<id>urn:sha1:128195d32b1e2057a59cb74b66a2144f6d1e1853</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a warning when compiling util/ with nvcc 10.x</title>
<updated>2022-10-08T15:31:37Z</updated>
<author>
<name>dfyz</name>
<email>dfyz@yandex-team.com</email>
</author>
<published>2022-10-08T15:31:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=35b65c84fba4bca4976ace7ae00a4e4bef6e1ca8'/>
<id>urn:sha1:35b65c84fba4bca4976ace7ae00a4e4bef6e1ca8</id>
<content type='text'>
nvcc10.1 is unable to compile `[[clang::reinitializes]]` and issues warning as follows:
```
util/generic/ptr.h(194): warning: attribute namespace "clang" is unrecognized
util/generic/ptr.h(201): warning: attribute namespace "clang" is unrecognized
[...]
```

nvcc11 compiles this code without any warnings.

This PRs disable `[[clang::reinitialized]]` when compiling with nvcc10.</content>
</entry>
<entry>
<title>[util] Fix TFunctionRef under MSVC</title>
<updated>2022-10-07T09:53:10Z</updated>
<author>
<name>sskvor</name>
<email>sskvor@yandex-team.com</email>
</author>
<published>2022-10-07T09:53:10Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=d10b241085e3d8ea303601bf61d35b2b11ad8146'/>
<id>urn:sha1:d10b241085e3d8ea303601bf61d35b2b11ad8146</id>
<content type='text'>
</content>
</entry>
<entry>
<title>util: add .As&lt;T&gt; to TSharedPtr</title>
<updated>2022-10-01T08:18:40Z</updated>
<author>
<name>ionagamed</name>
<email>ionagamed@yandex-team.com</email>
</author>
<published>2022-10-01T08:18:40Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=fecbe41234ec99b7709d8d9ec617219655ac51a7'/>
<id>urn:sha1:fecbe41234ec99b7709d8d9ec617219655ac51a7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clang14: Fix library/cpp/coroutine/engine under tsan</title>
<updated>2022-09-29T09:29:04Z</updated>
<author>
<name>pg</name>
<email>pg@yandex-team.com</email>
</author>
<published>2022-09-29T09:29:04Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=415be0d1a1a30e2256bbf072fcec6c81cce8d706'/>
<id>urn:sha1:415be0d1a1a30e2256bbf072fcec6c81cce8d706</id>
<content type='text'>
</content>
</entry>
<entry>
<title>External build system generator release 10</title>
<updated>2022-09-26T05:17:01Z</updated>
<author>
<name>robot-ya-builder</name>
<email>robot-ya-builder@yandex-team.com</email>
</author>
<published>2022-09-26T05:17:01Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=861d329b972f5db9d1cce78ba43bced3cb2bb06e'/>
<id>urn:sha1:861d329b972f5db9d1cce78ba43bced3cb2bb06e</id>
<content type='text'>
Update tools: yexport</content>
</entry>
<entry>
<title>add comment for TAdaptiveLock</title>
<updated>2022-09-22T07:28:48Z</updated>
<author>
<name>tobo</name>
<email>tobo@yandex-team.com</email>
</author>
<published>2022-09-22T07:28:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4728a5b422fcd40631a478251e016178ca74e5fb'/>
<id>urn:sha1:4728a5b422fcd40631a478251e016178ca74e5fb</id>
<content type='text'>
https://clubs.at.yandex-team.ru/arcadia/8450/8489#reply-arcadia-8489</content>
</entry>
<entry>
<title>Fix tsan warnings in yt intrusive ptr</title>
<updated>2022-09-19T09:27:43Z</updated>
<author>
<name>ayles</name>
<email>ayles@yandex-team.com</email>
</author>
<published>2022-09-19T09:27:43Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=ff49fbec3c655b16509b12a0f3a82efacd521771'/>
<id>urn:sha1:ff49fbec3c655b16509b12a0f3a82efacd521771</id>
<content type='text'>
For example, https://github.com/google/sanitizers/issues/1352 - tsan is not working well with std::atomic_thread_fence

Minimal reproducible example (and one that bothers most in every fiber-aware service):

```
auto threadPool = NYT::New&lt;NYT::NConcurrency::TThreadPool&gt;(2, "thread");
    
TVector&lt;NYT::TFuture&lt;void&gt;&gt; futures;

for (size_t i = 0; i &lt; 100000; ++i) {
    futures.emplace_back(BIND([]() {
        
    }).AsyncVia(threadPool-&gt;GetInvoker()).Run());
}

for (auto&amp; future : futures) {
    future.Get().ThrowOnError();
}
```</content>
</entry>
<entry>
<title>split hash.h into hash.h and multi_hash_map.h</title>
<updated>2022-09-15T07:14:06Z</updated>
<author>
<name>tobo</name>
<email>tobo@yandex-team.com</email>
</author>
<published>2022-09-15T07:14:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=83f3ea3ed2808ba1449a8af8aa3f72f29bc80efa'/>
<id>urn:sha1:83f3ea3ed2808ba1449a8af8aa3f72f29bc80efa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prepare to split hash.h into hash_table.h hash.h and multi_hash_map.h</title>
<updated>2022-09-09T08:15:36Z</updated>
<author>
<name>tobo</name>
<email>tobo@yandex-team.com</email>
</author>
<published>2022-09-09T08:15:36Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=e96ef596aca8afaf0326b57001ff56fbdd643e8a'/>
<id>urn:sha1:e96ef596aca8afaf0326b57001ff56fbdd643e8a</id>
<content type='text'>
</content>
</entry>
</feed>
