aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/protobuf
Commit message (Collapse)AuthorAgeFilesLines
* Support google::protobuf::Struct and google::protobuf::Value in Json2Prototimuratshin2025-06-172-0/+132
| | | | | | | Добавляем поддержку парсинга TJsonValue в google::protobuf::Struct и google::protobuf::Value Сериализация в пути… commit_hash:0815499b09ba8eeaf77dbda5ab5aced91f1e2474
* Intermediate changesrobot-piglet2025-04-161-2/+2
| | | | commit_hash:f16769226fca7335d2bcf5fb633bf82f06011d96
* Fix bug in proto2json map empty keys serializationvoevodskiy2025-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `<library/cpp/protobuf/json/proto2json.h>` неправильно сериализует пустой ключ protobuf'ной map'ы ``` message TMyMessage { map<string, string> Fields = 1; } ``` При таком протобуфе ``` Fields { key: "" value: "1" } ``` Сейчас получается json ``` { "value": "1" } ``` Хотя должен получаться такой ``` { "": 1 } ``` commit_hash:e678bffbda1a062fa0fcaaba65c2e5f6bf13d558
* Intermediate changesrobot-piglet2025-04-112-0/+9
| | | | commit_hash:3ca33ca3ca1c17f83267938f846bee0cb3c3461b
* change ormathene-grey2025-03-192-2/+3
| | | | commit_hash:9c93eed6009f6341594f2c67190e2c9574947f8e
* Intermediate changesrobot-piglet2025-01-092-2/+25
| | | | commit_hash:c97917e5fe0a2f094b8f7a50cf183357e8d07096
* SortMapKeys in proto2json for deterministic seriarializationdimastark2024-09-303-2/+43
| | | | commit_hash:e64dedae589fa2d16347be4d80e2596f46566b38
* Поддержка автопартиционирования топиков ↵tesseract2024-09-091-1/+9
| | | | | | | | | | | | | | в MVP (перенос из mvp/stable-2024-07) fix create stream without autopartitioning Add topics autopartitioning for MVP fix add support apply datastreams patch Fix empty result of datastreams if kinesisEndpoint is not set 2a51beea2bab550e743f19ec7ee8c5c5eb27ed15
* [yt/cpp/mapreduce]Fix build with system protoc, std::string and system stlnadya732024-07-304-3/+12
| | | | | Fix build with system protoc, std::string and system stl 8b5b81b2d7855f6b0dcb4bb0583a6408e5b7d3f7
* Intermediate changesrobot-piglet2024-07-195-0/+5
|
* Implement number stringification for repeated fields as wellsashashkov2024-06-124-5/+242
| | | | 4ab5908e416439366466d984fc08db7254401884
* Intermediate changesrobot-piglet2024-05-201-0/+2
|
* support Any in Proto2Jsonlavv172024-02-155-4/+79
| | | | 31e18f04efdf8642428d4ab8ec8c87b4101f5ff2
* feat contrib: aiogram 3armenqa2024-01-1943-1175/+0
| | | | Relates: https://st.yandex-team.ru/, https://st.yandex-team.ru/
* Import libs 4 (#758)AlexSm2023-12-272-7/+7
|
* Import libs 3 (#679)AlexSm2023-12-225-10/+53
|
* External build system generator release 65robot-ya-builder2023-12-057-21/+21
| | | | Update tools: yexport, os-yexport
* add darwin-arm64 CMakeListsdcherednik2023-11-2014-0/+217
|
* Optimize Json2Protovadim-xd2023-10-241-8/+12
|
* Remove copy of json mapvadim-xd2023-10-181-1/+1
|
* Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb'ilnurkh2023-10-162-3/+3
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Add missed #include <functional>mikhnenko2023-10-121-0/+2
| | | | В новой версии libcxx functional перестает подключаться вместе с algorithm, map и другими. Добавил явную зависимость.
* Y_VERIFY->Y_ABORT_UNLESS at ^lilnurkh2023-10-091-4/+4
| | | | https://clubs.at.yandex-team.ru/arcadia/29404
* Add basic unknown fields collectorinnokentii2023-09-295-2/+249
| | | | add basic unknown fields collector
* Clone protobuf_udf to ydb/libraryalexv-smirnov2023-09-1924-0/+930
|
* (no commit message)pg2023-09-081-1/+1
|
* Fix input variable missprintsvidyuk2023-08-308-0/+96
|
* All .ll files support in LLVM_BCsvidyuk2023-08-308-96/+0
|
* MARKETRECOM-8673_json_enum_valuemalkovskynv2023-08-0320-5/+329
|
* add ymake export to ydbalexv-smirnov2023-06-137-0/+125
|
* Remove extra semicolon (library)bulatman2023-06-101-2/+2
|
* External build system generator release 29robot-ya-builder2023-04-194-4/+4
| | | Update tools: yexport
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-287-125/+0
|
* fixup: now AllowComments worked prepertly when using non-stream prototype of ↵yurial2023-03-201-4/+5
| | | | Json2Proto
* Intermediate changesrobot-piglet2023-03-201-1/+4
|
* External build system generator release 21robot-ya-builder2023-03-174-12/+12
| | | Update tools: yexport
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-157-0/+125
|
* Intermediate changesrobot-piglet2023-03-098-0/+125
|
* Intermediate changesrobot-piglet2023-03-0712-8/+8
|
* External build system generator release 17robot-ya-builder2023-03-067-4/+40
| | | Update tools: yexport
* Add StringifyInt64Always modedddlatyshev2023-02-223-47/+56
|
* remove flag ForceWriteParsingErrorsToCerrulanovgeorgiy2023-02-102-17/+4
|
* Intermediate changesrobot-piglet2023-02-0712-75/+75
|
* Intermediate changesrobot-piglet2023-02-0712-75/+75
|
* fix typoulanovgeorgiy2023-02-021-1/+1
|
* enabling writing error message to exception in the defaultulanovgeorgiy2023-02-022-4/+4
|
* External build system generator release 12robot-ya-builder2023-01-314-4/+4
| | | Update tools: yexport
* External build system generator release 8robot-ya-builder2023-01-1717-17/+17
| | | Update tools: yexport
* flag for write protobuf error to exception message instead of cerrulanovgeorgiy2023-01-132-19/+74
|
* . move strings instead of copyalex-ersh2022-12-231-2/+2
|