<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ydb/contrib/restricted/boost/regex/include, branch main</title>
<subtitle>Mirror of YDB github repos</subtitle>
<id>https://code.mastervirt.ru/ydb/atom?h=main</id>
<link rel='self' href='https://code.mastervirt.ru/ydb/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/'/>
<updated>2025-10-22T16:53:31Z</updated>
<entry>
<title>Add NOLINT into contribs for clang-tidy support</title>
<updated>2025-10-22T16:53:31Z</updated>
<author>
<name>mikhnenko</name>
<email>mikhnenko@yandex-team.com</email>
</author>
<published>2025-10-22T16:09:00Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=cbb542ed10ea73da790c776bef7ca79dcd7d16cc'/>
<id>urn:sha1:cbb542ed10ea73da790c776bef7ca79dcd7d16cc</id>
<content type='text'>
commit_hash:0aa0f2a11902c2024bb5318ea6fd5d8bd8e1cb1c
</content>
</entry>
<entry>
<title>Update contrib/restricted/boost/regex to 1.89.0</title>
<updated>2025-08-29T09:11:43Z</updated>
<author>
<name>robot-contrib</name>
<email>robot-contrib@yandex-team.com</email>
</author>
<published>2025-08-29T08:40:52Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=f3427d32290007ce56b94d35ab9505705354170d'/>
<id>urn:sha1:f3427d32290007ce56b94d35ab9505705354170d</id>
<content type='text'>
commit_hash:f11a2b7a06799366e6ecca5dc2173169637161b2
</content>
</entry>
<entry>
<title>Remove boost/regex/v4</title>
<updated>2024-12-24T04:34:49Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2024-12-24T04:15:17Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=5c3c08504a89a9dc3204f848dc7916deccafb410'/>
<id>urn:sha1:5c3c08504a89a9dc3204f848dc7916deccafb410</id>
<content type='text'>
v4 is a pre-c++11 implementation which is not used by anyone.
Remove it completely and avoid adding multiple excessive peerdirs (actually, respect dependencies listed in CMakeLists.txt from upstream).
commit_hash:0d5c0c5c2a38ccc5e5eeeb5afbc976316178d531
</content>
</entry>
<entry>
<title>publishFullContrib: true for ydb</title>
<updated>2024-10-09T10:14:22Z</updated>
<author>
<name>maxim-yurchuk</name>
<email>maxim-yurchuk@yandex-team.com</email>
</author>
<published>2024-10-09T09:29:46Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80'/>
<id>urn:sha1:9731d8a4bb7ee2cc8554eaf133bb85498a4c7d80</id>
<content type='text'>
&lt;HIDDEN_URL&gt;
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
</content>
</entry>
<entry>
<title>Add ydb to sandboxing autocheck</title>
<updated>2023-06-28T17:00:21Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2023-06-28T17:00:21Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=0abb29c131758b92583251c6051e12add7083c29'/>
<id>urn:sha1:0abb29c131758b92583251c6051e12add7083c29</id>
<content type='text'>
Stop copying entire boost/ into ydb project</content>
</entry>
<entry>
<title>Update contrib/restricted/boost/regex to 1.82.0</title>
<updated>2023-05-10T09:10:46Z</updated>
<author>
<name>thegeorg</name>
<email>thegeorg@yandex-team.com</email>
</author>
<published>2023-05-10T09:10:46Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=9d5e6286a4a972c1b02226a218e7a4fdfe3a5faa'/>
<id>urn:sha1:9d5e6286a4a972c1b02226a218e7a4fdfe3a5faa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark import of unused macros as error. Contribs under yamaker, pt. 1</title>
<updated>2023-05-08T13:47:06Z</updated>
<author>
<name>alperevyshin</name>
<email>alperevyshin@yandex-team.com</email>
</author>
<published>2023-05-08T13:47:06Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=8107c88ce7480dfc685a7227eb3b44c9e9f666b1'/>
<id>urn:sha1:8107c88ce7480dfc685a7227eb3b44c9e9f666b1</id>
<content type='text'>
При обычной сборке буста эти макросы не должны инклудится даже с учетом того, что они задефайнены на какие-то существующие пути. 

Подробнее для макроса `PP*`  — [в комментарии](https://arcanum.yandex-team.ru/arcadia/contrib/restricted/boost/type_traits/include/boost/type_traits/detail/is_function_ptr_helper.hpp?#L20) перед этими инклудами:

&gt; Hide these #include from dependency analysers as
&gt; these are required in maintenance mode only

Подробнее для макроса `BOOST_REGEX_H*` [в комментарии](https://arcanum.yandex-team.ru/arcadia/contrib/restricted/boost/regex/include/boost/regex/pending/static_mutex.hpp?#L125)  перед этими инклудами:

&gt; Since this preprocessor path is almost never taken, we hide these header
&gt; dependencies so that build tools don't find them.</content>
</entry>
<entry>
<title>Update contrib/restricted/boost/regex to 1.81.0</title>
<updated>2023-01-09T19:20:57Z</updated>
<author>
<name>robot-contrib</name>
<email>robot-contrib@yandex-team.com</email>
</author>
<published>2023-01-09T19:20:57Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=2d79b278f2265d09c965faf97288acceb21da600'/>
<id>urn:sha1:2d79b278f2265d09c965faf97288acceb21da600</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reimport boost/range as a separate project</title>
<updated>2022-08-13T13:12:40Z</updated>
<author>
<name>bugaevskiy</name>
<email>bugaevskiy@yandex-team.com</email>
</author>
<published>2022-08-13T13:12:40Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=167bbfedbd3a21f0da22ca76f6c81772c6acb9ec'/>
<id>urn:sha1:167bbfedbd3a21f0da22ca76f6c81772c6acb9ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>PR from branch users/shmel1k/KIKIMR-15562_fix_ydb_build</title>
<updated>2022-08-12T19:50:37Z</updated>
<author>
<name>shmel1k</name>
<email>shmel1k@ydb.tech</email>
</author>
<published>2022-08-12T19:50:37Z</published>
<link rel='alternate' type='text/html' href='https://code.mastervirt.ru/ydb/commit/?id=67b2a9fd53a3356b49e8c9883bf7f5ebe47bfde5'/>
<id>urn:sha1:67b2a9fd53a3356b49e8c9883bf7f5ebe47bfde5</id>
<content type='text'>
</content>
</entry>
</feed>
