aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/grpc/src/compiler
Commit message (Collapse)AuthorAgeFilesLines
* Update contrib/libs/grpc and contrib/python/grpcio/py3 to 1.54.3shadchin2024-12-173-3/+3
| | | | commit_hash:bb9eada94a255f7675a516b6c69ab9b64e741eec
* Intermediate changesrobot-piglet2024-08-203-0/+6
|
* Make PROTOC_TRANSITIVE_HEADERS=no compatible with GRPC()innokentii2024-02-161-0/+3
| | | | | | | | | | | | | add new deps to protobuf out done with grpc done with pb fix add patch to make intransitive pb compatible with grpc 60ab6319b92d29a98a74971c6906cd8eea1aab1e
* feat contrib: aiogram 3armenqa2024-01-197-214/+0
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* (no commit message)pg2023-12-051-0/+1
|
* External build system generator release 65robot-ya-builder2023-12-051-3/+3
| | | | Update tools: yexport, os-yexport
* add darwin-arm64 CMakeListsdcherednik2023-11-202-0/+39
|
* Fix input variable missprintsvidyuk2023-08-306-0/+175
|
* All .ll files support in LLVM_BCsvidyuk2023-08-306-175/+0
|
* feat grpc: update to grpc 1.53.1leonidlazarev2023-07-179-40/+110
| | | | | | | | | | | | | | update grpc to 1.53.1 update grpcio/py3 to 1.53.1 Added patches: 22-grpc-code-output.patch - allow translation of grpc code to internal string type. 23-max-thread-limitation.patch - to provide interface for settings of thread number limit, as grpc::DynamicThreadPool doesn't provide interface to limit thread number anymore. 24-support_for-non-abort-grpc.patch - generate exception instead of application crash 25-forkable-destruction-order.patch - correct forkable logic for TimerManager 27-skip-child-post-fork-operations.patch - allow to skip child post fork operations to exclude UB (used for unified agent only) pr33495_fox_nested_fork.patch - fix issues with nested forks pr33582_fork_handler.patch - disable fork handler support if it is not requested intentionally
* add ymake export to ydbalexv-smirnov2023-06-133-0/+109
|
* feat grpc: update to grpc 1.50.2leonidlazarev2023-06-024-10/+29
| | | | | | | | | | | | | | | update grpc to 1.50.2 update grpcio to 1.50.0 Удаленные патчи: 06-flow_control.patch - логика в upstream удалена 10-fix-crash-on-fork.patch - логика в upstream удалена 12-coverity-fix.patch - логика в upstream удалена 20-P2166-string-nullptr.patch - в upstream временный объект вместо nullptr PR29209-fix-heap-use-after-free.patch - решение есть в upstream Добавленные патчи: pr33085_fix_epoll1_engine_reinit.patch 21-windows_build.patch
* External build system generator release 29robot-ya-builder2023-04-191-1/+1
| | | Update tools: yexport
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-283-109/+0
|
* Better replacement for #include <string> in contrib/libs/grpcthegeorg2023-03-245-2/+4
|
* Better std::to_string replacement in grpcthegeorg2023-03-234-6/+6
| | | | grpc 1.45.2 introduced `ToString()` method in certain classes. We want to use global `::ToString()` as `std::to_string()` replacement.
* External build system generator release 21robot-ya-builder2023-03-171-3/+3
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-153-0/+109
|
* Intermediate changesrobot-piglet2023-03-092-0/+37
|
* Intermediate changesrobot-piglet2023-03-073-2/+2
|
* External build system generator release 17robot-ya-builder2023-03-061-1/+1
| | | Update tools: yexport
* NO_COMPILER_WARNINGS in cmake msvc buildssvidyuk2023-02-183-3/+3
|
* Intermediate changesrobot-piglet2023-02-073-21/+21
|
* Intermediate changesrobot-piglet2023-02-073-21/+21
|
* External build system generator release 12robot-ya-builder2023-01-311-1/+1
| | | Update tools: yexport
* External build system generator release 8robot-ya-builder2023-01-175-5/+5
| | | Update tools: yexport
* Sync linux-headers instead of using system onesthegeorg2022-12-154-28/+117
|
* Update contrib/libs/grpc to 1.44.0thegeorg2022-11-091-3/+23
|
* Cleanup unused grpc targetsthegeorg2022-11-0217-0/+2798
| | | | | * Merge grpc (core), grpc++ and gpr libraries into contrib/libs/grpc * Drop unused grpc_unsecure, grpc++_unsecure and grpc++_error_details * Remove abundance of hacks from import routine
* Update external build system generation utilityrobot-ya-builder2022-09-011-0/+9
| | | | * [cmake] Hierarchical add_subdirectroy structure * [cmake] Support for same file compilation multiple times with different flags
* fix ya.makemonster2022-07-0716-2793/+0
|
* Hackish NO_COMPILER_WARNINGS supportsvidyuk2022-07-011-0/+1
| | | | | | | | Proper implementation must be done as part of YMAKE-91 YMAKE-91 ref:8b77363477972e5927f43d53d571cd60dd458995
* intermediate changesarcadia-devtools2022-06-071-1/+0
| | | | ref:bab1141168add6a5ad2d3ac926957ac6c27e30c3
* Update grpc to 1.43.2 DTCC-864heretic2022-03-2518-349/+342
| | | | ref:50a492c335cda70f458797cf945e49fe739c2715
* intermediate changesarcadia-devtools2022-03-231-2/+12
| | | | ref:e2259743aaaa198850a5184b92813fca8eb3a49b
* intermediate changesarcadia-devtools2022-03-157-142/+139
| | | | ref:953ca886ec160075b38c0f3614de029b423f0a9e
* intermediate changesarcadia-devtools2022-03-153-110/+0
| | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
* Improve SystemCommand check in YDB CLI, KIKIMR-14321pnv12022-03-011-0/+9
| | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef
* intermediate changesarcadia-devtools2022-02-181-0/+22
| | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3
* Restoring authorship annotation for Vlad Yaroslavlev <vladon@vladon.com>. ↵Vlad Yaroslavlev2022-02-101-3/+3
| | | | Commit 2 of 2.
* Restoring authorship annotation for Vlad Yaroslavlev <vladon@vladon.com>. ↵Vlad Yaroslavlev2022-02-101-3/+3
| | | | Commit 1 of 2.
* Restoring authorship annotation for <akastornov@yandex-team.ru>. Commit 2 of 2.akastornov2022-02-1026-3404/+3404
|
* Restoring authorship annotation for <akastornov@yandex-team.ru>. Commit 1 of 2.akastornov2022-02-1026-3404/+3404
|
* Restoring authorship annotation for <prime@yandex-team.ru>. Commit 2 of 2.prime2022-02-101-5/+5
|
* Restoring authorship annotation for <prime@yandex-team.ru>. Commit 1 of 2.prime2022-02-101-5/+5
|
* Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 2 of 2.dvshkurko2022-02-1023-617/+617
|
* Restoring authorship annotation for <dvshkurko@yandex-team.ru>. Commit 1 of 2.dvshkurko2022-02-1023-617/+617
|
* Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 2 of 2.heretic2022-02-1031-1172/+1172
|
* Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.heretic2022-02-1031-1172/+1172
|
* Restoring authorship annotation for <neksard@yandex-team.ru>. Commit 2 of 2.neksard2022-02-105-582/+582
|