| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
1. Replace `PROTOBUF_NODISCARD` / `PROTOBUF_MUST_USE_RESULT` with standard `[[nodiscard]]`
2. Remove conflict markers from the patch files
3. Apply non-critical patches on yamaker side, after the update
commit_hash:4e6a85b2a8e69362498810fbf52bef6e6b0ae652
|
| |
|
|
| |
commit_hash:67350029f77654d957a0f73e03231d3286a8e3f2
|
| |
|
|
| |
commit_hash:5baacb4b9980f5d6be4d3a7703b7f10f948db42c
|
| |
|
|
| |
commit_hash:8b025800d51ebaf6dda8420fe471e6375e90eb6d
|
| |
|
|
| |
commit_hash:69ea0055a92f2b384387f867868067fee303a6cd
|
| |
|
|
|
|
|
|
| |
And unbundle corresponding libraries from
* contrib/libs/protobuf
* contrib/libs/protobuf_std
* contrib/libs/grpc/third_party/upb
commit_hash:22d23fcab2e3e72dc440a629dc6dbc826d81f82f
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
<section id="quibbler-autodescription">
#### Откат изменений из libcxx и корректировка видимости методов 📝
- 🔁 Откачен патч из `libcxx`, касающийся модификатора доступа в `lazy_split_view.h`
- 🔧 Удалены патчи для `protobuf`, изменяющие модификаторы доступа методов `SetRedactDebugString`
- 🧹 Убраны макроопределения `#define private public` из тестов, что повышает безопасность и корректность проверок
- 🔀 Перемещены методы в секцию `public` в нескольких классах, где требовался доступ к ранее приватным членам
- 📦 Внесены изменения в реализацию и тесты, связанные с корректным использованием API без нарушения инкапсуляции
- 🛠 Удалены ненужные патчи, возвращающие код к исходному состоянию после отката изменений в сторонних библиотеках
<a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Code Assistant</font></a>
</section>
commit_hash:c3f6064a7107acf7efecd04e83b6da52f8b3a860
|
| |
|
|
| |
commit_hash:dbf9cb42d96e6b988595e3063e0f52ca7c8d8fe7
|
| |
|
|
| |
commit_hash:0edabe845682a1d6c39dead0b00d307533adfbb1
|
| |
|
|
|
|
|
| |
Backport of upstream commits:
<https://github.com/protocolbuffers/protobuf/commit/759fd91388235d7f23f2621d7b8e962cded51781>
<https://github.com/protocolbuffers/protobuf/commit/c3f61a61281e23d8ad2bd6ca0e55d1c31576f36d>
commit_hash:94f61146a91a24c44303b1bad6c98922b1f8c75e
|
| |
|
|
|
|
|
| |
Backport of upstream commit:
[Make public 'TextFormat::Printer::SetRedactDebugString'](https://github.com/protocolbuffers/protobuf/pull/22508)
(<https://github.com/protocolbuffers/protobuf/pull/22508>)
commit_hash:c7b21f3f2d822e2378ed8d7b738714764bb0afbd
|
| |
|
|
|
|
|
| |
This fixes a memory leak if a `ZeroCopyOutputStream` implementation throws.
https://github.com/protocolbuffers/protobuf/commit/be875d0aaf37dbe6948717ea621278e75e89c9c7
commit_hash:34bf698fbbb16786653d00e2106bedfcbbee6128
|
| |
|
|
| |
commit_hash:257c1f495ecb3aac071ea951e8384c5b7d0a5251
|
| |
|
|
| |
commit_hash:8e91f1bc83ec2f7c5c04762b6c4a7343ab3506f2
|
| |
|
|
| |
commit_hash:ea50a3f2955f19abbb43e2898690c7fd6b69d864
|
| |
|
|
| |
commit_hash:6d2a56c5f8e052fb718c9da2ce6d1eb010185b51
|
| |
|
|
|
|
| |
yql/essentials/tests/sql/sql2yql
commit_hash:137ab446f8ed4df274d02b251cbe5e2bb08c8194
|
| |
|
|
| |
commit_hash:abb56697e948fac46777acec62a62b40767ea74d
|
| |
|
|
| |
commit_hash:eddaace1b99679850506a2fe1993b3e0be396422
|
| |
|
|
|
| |
<HIDDEN_URL>
commit_hash:c82a80ac4594723cebf2c7387dec9c60217f603e
|
| |
|
|
| |
commit_hash:b4b0ee880890478723bec5ff7a5083ba1db1d1f7
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Привет!\
Этот PR переключат cpp & python библиотеки protobuf на версию 22.5
Если у вас возникли проблемы после влития этого PR:
1. Если начали падать канон тесты, то проведите их переканонизацию
2. Прочитайте <https://wiki.yandex-team.ru/users/nechda/obnovlenie-cpp-protobuf-22.5/> страничку с основными изменениями
3. Если страничка в вики не помогла, то пишите в [DEVTOOLSSUPPORT](https://st.yandex-team.ru/DEVTOOLSSUPPORT)
7fecade616c20a841b9e9af7b7998bdfc8d2807d
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
Если после это `pr` ломается сборка попробуйте способы решения:
* Починить unused-variable в коде
* Собрать с флагом `-DCFLAGS="-Wno-unused-parameter"`
Если не помогает - приходите в [DEVTOOLSSUPPORT](https://st.yandex-team.ru/createTicket?queue=DEVTOOLSSUPPORT&_form=6668786540e3616bc95905d3)
d45d3e8ee75f0694d7dc7ba4b68aff5b4d91abf7
|
| |
|
|
| |
58c003d6e4dd94e5df4c1cf9f90ff53f2794e5b2
|
| |
|
|
| |
23539e82b20a022827e32bd98a2ab2abac725fab
|
| |
|
|
| |
a628f0376085fcf46dc6d24629f2a7dacb91ae79
|
| |
|
|
| |
32ffef9bfd0386d73c6e0ac8887829e4e0056d08
|
| |
|
|
|
|
|
|
| |
Если это pull-request что-то сломал, то:
- если это тест с канонизацией и еще нет pr с переканонизацией, то переканонизируйте пожалуйста сами
- проверьте, что тест не флапает
- приходите в [DEVTOOLSSUPPORT](https://st.yandex-team.ru/createTicket?queue=DEVTOOLSSUPPORT) - там вам обязательно помогут
987be5ed151f827f7f292f32420470b04b71a91d
|
| |
|
|
| |
99902937b544f5d8150a5c6132861e1bb52d3ced
|
| |
|
|
|
|
| |
replacements
a118aa391374ee757d795d5237e28fb8cf1e74fe
|
| |
|
|
|
|
|
|
|
|
|
| |
Revert "Control of exporting with system STL/vanilla protoc/linux-headers/openSSL by ymake.core.conf"
This reverts commit eb123654ae6ebb82ad676dd1fdcd866e27ee1d88, reversing
changes made to 8177a333abcef7ed90ff110a9c7591be4828de64.
Revert "YT-19191: Rename flag NO_CUSTOM_CHAR_PTR_STD_COMPARATOR in build configs"
This reverts commit 37eff4e1f8d8316d90e9d97fd69353bd1476a41f, reversing
changes made to 3d5d96d24fb40eb0373254617c250e1f2ad41a47.
85b8629ed139a675adfba85b85a44e759b1553c7
|
| |
|
|
|
|
| |
ymake.core.conf
eb123654ae6ebb82ad676dd1fdcd866e27ee1d88
|
| |
|
|
| |
4d7a5caf7339d32a0f45a35e4ec158c4f2bb9ce8
|
| |
|
|
| |
Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
|
| |
|
|
| |
Update tools: yexport, os-yexport
|
| | |
|
| | |
|
| |
|
|
| |
YQL-16404
|
| | |
|
| | |
|
| | |
|
| |
|
| |
Update tools: yexport
|
| | |
|
| |
|
| |
Update tools: yexport
|
| | |
|
| | |
|
| | |
|