<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/util/system, branch CLI_2.2.0</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=CLI_2.2.0</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=CLI_2.2.0'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2023-02-06T17:48:31Z</updated>
<entry>
<title>less shim</title>
<updated>2023-02-06T17:48:31Z</updated>
<author>
<name>pg</name>
<email>pg@yandex-team.com</email>
</author>
<published>2023-02-06T17:48:31Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=6cabb77676668397e5ac0afacc8c68b54c41c86b'/>
<id>urn:sha1:6cabb77676668397e5ac0afacc8c68b54c41c86b</id>
<content type='text'>
К сожалению, люди успели наплодить переменных и методов c именами i64(), ui64(), поэтому для генеренного кода проще всего оказалось завести несколько type alias arc_ui64 -&gt; ui64, и так далее.</content>
</entry>
<entry>
<title>SetLowestThreadPriority in util</title>
<updated>2023-02-01T11:06:22Z</updated>
<author>
<name>ozaykova</name>
<email>ozaykova@yandex-team.com</email>
</author>
<published>2023-02-01T11:06:22Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=99bf72df7c096ea5a2b9015d3bfe4b84fc02c469'/>
<id>urn:sha1:99bf72df7c096ea5a2b9015d3bfe4b84fc02c469</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix spinlock pause</title>
<updated>2023-01-31T22:09:58Z</updated>
<author>
<name>lukyan</name>
<email>lukyan@yandex-team.com</email>
</author>
<published>2023-01-31T22:09:58Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=fff75b19a0093f9769a2f75902d8ea4de6e79886'/>
<id>urn:sha1:fff75b19a0093f9769a2f75902d8ea4de6e79886</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce NumberOfMillicores() function based on refactored CgroupCpus() returning double value</title>
<updated>2023-01-12T17:28:20Z</updated>
<author>
<name>svkrasnov</name>
<email>svkrasnov@yandex-team.com</email>
</author>
<published>2023-01-12T17:28:20Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b168b15511a5b04b8d6aababf3ec9a3fba1e9924'/>
<id>urn:sha1:b168b15511a5b04b8d6aababf3ec9a3fba1e9924</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add windows platform to ydb github export</title>
<updated>2022-12-19T21:50:48Z</updated>
<author>
<name>alexv-smirnov</name>
<email>alex@ydb.tech</email>
</author>
<published>2022-12-19T21:50:48Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=84f2cfa253cc618438ed6e9d68b33fa7c0d88cb9'/>
<id>urn:sha1:84f2cfa253cc618438ed6e9d68b33fa7c0d88cb9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add comment about necessary nanny settings</title>
<updated>2022-11-01T21:17:00Z</updated>
<author>
<name>skorodumov-s</name>
<email>skorodumov-s@yandex-team.com</email>
</author>
<published>2022-11-01T21:17:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=3740591e5cdb20c22146649b06f1561c855ca9e9'/>
<id>urn:sha1:3740591e5cdb20c22146649b06f1561c855ca9e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Correct debug trap for M1</title>
<updated>2022-10-30T09:12:32Z</updated>
<author>
<name>somov</name>
<email>somov@yandex-team.com</email>
</author>
<published>2022-10-30T09:12:32Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=4797d8678612824c0533a78b241eb6611131d542'/>
<id>urn:sha1:4797d8678612824c0533a78b241eb6611131d542</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove a workaround for ancient CUDA versions</title>
<updated>2022-10-29T13:03:13Z</updated>
<author>
<name>dfyz</name>
<email>dfyz@yandex-team.com</email>
</author>
<published>2022-10-29T13:03:13Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8985a698521744e4065500f5945d44ca52f797a9'/>
<id>urn:sha1:8985a698521744e4065500f5945d44ca52f797a9</id>
<content type='text'>
`#define noexcept throw()` is a questionable idea, since replacing `noexcept` with `throw()` in expressions such as `noexcept(true)` results in spectacular compiler errors. We stopped supporting CUDA 8 (and even CUDA 9) long ago, which means we can just get rid of the problematic define.</content>
</entry>
<entry>
<title>Enable linux-arm platform.</title>
<updated>2022-10-26T13:40:35Z</updated>
<author>
<name>dcherednik</name>
<email>dcherednik@ydb.tech</email>
</author>
<published>2022-10-26T13:40:35Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=b981cca279190176740c3bf5c5b4fd03be51b599'/>
<id>urn:sha1:b981cca279190176740c3bf5c5b4fd03be51b599</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>
</feed>
