| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:0aa0f2a11902c2024bb5318ea6fd5d8bd8e1cb1c
|
| |
|
|
| |
commit_hash:f11a2b7a06799366e6ecca5dc2173169637161b2
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
| |
<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
|
| |
|
| |
Stop copying entire boost/ into ydb project
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
При обычной сборке буста эти макросы не должны инклудится даже с учетом того, что они задефайнены на какие-то существующие пути.
Подробнее для макроса `PP*` — [в комментарии](https://arcanum.yandex-team.ru/arcadia/contrib/restricted/boost/type_traits/include/boost/type_traits/detail/is_function_ptr_helper.hpp?#L20) перед этими инклудами:
> Hide these #include from dependency analysers as
> 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) перед этими инклудами:
> Since this preprocessor path is almost never taken, we hide these header
> dependencies so that build tools don't find them.
|
| | |
|
| | |
|
| |
|