Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Y_FAIL->Y_ABORT at '^li' | ilnurkh | 2023-10-17 | 2 | -2/+2 |
| | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | ||||
* | Fix input variable missprint | svidyuk | 2023-08-30 | 4 | -0/+24 |
| | |||||
* | All .ll files support in LLVM_BC | svidyuk | 2023-08-30 | 4 | -24/+0 |
| | |||||
* | Pretty printing for TNode | ermolovd | 2023-08-28 | 2 | -0/+17 |
| | |||||
* | add TryNodeFromJsonString: ability to parse object and check errors without ↵ | ilnurkh | 2023-07-27 | 3 | -0/+25 |
| | | | | try-catch | ||||
* | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 3 | -0/+43 |
| | |||||
* | Remove extra semicolon (library) | bulatman | 2023-06-10 | 1 | -11/+11 |
| | |||||
* | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 3 | -43/+0 |
| | |||||
* | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 1 | -3/+3 |
| | | | Update tools: yexport | ||||
* | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 3 | -0/+43 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-09 | 2 | -0/+37 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-03-07 | 3 | -2/+2 |
| | |||||
* | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 4 | -1/+19 |
| | | | Update tools: yexport | ||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -18/+18 |
| | |||||
* | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -18/+18 |
| | |||||
* | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 1 | -1/+1 |
| | | | Update tools: yexport | ||||
* | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 4 | -4/+4 |
| | | | Update tools: yexport | ||||
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 4 | -21/+96 |
| | |||||
* | Avoid unnecessary copies when visiting yson graph | zhizhin | 2022-08-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | При вызове лямбды происходит деаллокация большого числа TNode. Они деаллоцируются внутри лямбд так как лямбды принимают `const std::pair<TString, TNode>&`, а `THashMap` итерирует по `const std::pair<const TString, TNode>&` Меняю явный тип на `const auto&`. Предыстория: После перехода на TC Malloc начали в сервере ловить странные кордампы при десериализации YSON в строку. Пример дампа: https://coredumps.n.yandex-team.ru/core_trace?core_id=47595674 Вот как вызывали: https://a.yandex-team.ru/arcadia/voicetech/library/asr_logs/message_logger.cpp?rev=rXXXXXX#L161 Вычитка кода показала, что переменная EngineInfo всегда валидная (ссылка на константную глобальную переменную, которая жива всегда во время работы программы). В кордампе заметили деаллокации внутри этих лямбд и поняли, что происходят ненужные копирования. Предполагаем, что деаллокации внутри YSON могут быть причиной кордампов. | ||||
* | Move library/cpp/yson/node/pytbind to library/python/yson_node | thegeorg | 2022-06-01 | 2 | -114/+0 |
| | | | | ref:61c7ceff963203b0d2e3ac34c5624d029622c9ba | ||||
* | intermediate changes | arcadia-devtools | 2022-04-27 | 3 | -0/+72 |
| | | | | ref:6498985c15da3fb6f4b628fbe715a78c29dba393 | ||||
* | intermediate changes | arcadia-devtools | 2022-03-15 | 3 | -53/+0 |
| | | | | ref:ca7a95e8c9a9d780f96497136a152091d54e61b5 | ||||
* | Improve SystemCommand check in YDB CLI, KIKIMR-14321 | pnv1 | 2022-03-01 | 1 | -0/+9 |
| | | | | ref:fe5ed49138dce046a93c364cc8879fad3abf3eef | ||||
* | intermediate changes | arcadia-devtools | 2022-02-18 | 1 | -0/+20 |
| | | | | ref:1a0585d83f27cb6fb5b9c4f68a08177e10faf3b3 | ||||
* | intermediate changes | arcadia-devtools | 2022-02-10 | 1 | -1/+1 |
| | | | | ref:1bf51835ea7425767532e1b783b23a0d09a0a88e | ||||
* | Restoring authorship annotation for <izetag@yandex-team.ru>. Commit 2 of 2. | izetag | 2022-02-10 | 1 | -21/+21 |
| | |||||
* | Restoring authorship annotation for <izetag@yandex-team.ru>. Commit 1 of 2. | izetag | 2022-02-10 | 1 | -21/+21 |
| | |||||
* | Restoring authorship annotation for <udovichenko-r@yandex-team.ru>. Commit 2 ↵ | udovichenko-r | 2022-02-10 | 1 | -3/+3 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <udovichenko-r@yandex-team.ru>. Commit 1 ↵ | udovichenko-r | 2022-02-10 | 1 | -3/+3 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <gaiduk@yandex-team.ru>. Commit 2 of 2. | gaiduk | 2022-02-10 | 2 | -4/+4 |
| | |||||
* | Restoring authorship annotation for <gaiduk@yandex-team.ru>. Commit 1 of 2. | gaiduk | 2022-02-10 | 2 | -4/+4 |
| | |||||
* | Restoring authorship annotation for <alejes@yandex-team.ru>. Commit 2 of 2. | alejes | 2022-02-10 | 3 | -143/+143 |
| | |||||
* | Restoring authorship annotation for <alejes@yandex-team.ru>. Commit 1 of 2. | alejes | 2022-02-10 | 3 | -143/+143 |
| | |||||
* | Restoring authorship annotation for <nikitamorozov@yandex-team.ru>. Commit 2 ↵ | nikitamorozov | 2022-02-10 | 1 | -1/+1 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <nikitamorozov@yandex-team.ru>. Commit 1 ↵ | nikitamorozov | 2022-02-10 | 1 | -1/+1 |
| | | | | of 2. | ||||
* | Restoring authorship annotation for <sage@yandex-team.ru>. Commit 2 of 2. | sage | 2022-02-10 | 1 | -4/+4 |
| | |||||
* | Restoring authorship annotation for <sage@yandex-team.ru>. Commit 1 of 2. | sage | 2022-02-10 | 1 | -4/+4 |
| | |||||
* | Restoring authorship annotation for <pmatsula@yandex-team.ru>. Commit 2 of 2. | pmatsula | 2022-02-10 | 2 | -6/+6 |
| | |||||
* | Restoring authorship annotation for <pmatsula@yandex-team.ru>. Commit 1 of 2. | pmatsula | 2022-02-10 | 2 | -6/+6 |
| | |||||
* | Restoring authorship annotation for <elshiko@yandex-team.ru>. Commit 2 of 2. | elshiko | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <elshiko@yandex-team.ru>. Commit 1 of 2. | elshiko | 2022-02-10 | 1 | -1/+1 |
| | |||||
* | Restoring authorship annotation for <inngonch@yandex-team.ru>. Commit 2 of 2. | inngonch | 2022-02-10 | 5 | -173/+173 |
| | |||||
* | Restoring authorship annotation for <inngonch@yandex-team.ru>. Commit 1 of 2. | inngonch | 2022-02-10 | 5 | -173/+173 |
| | |||||
* | Restoring authorship annotation for <kkhamitov@yandex-team.ru>. Commit 2 of 2. | kkhamitov | 2022-02-10 | 3 | -12/+12 |
| | |||||
* | Restoring authorship annotation for <kkhamitov@yandex-team.ru>. Commit 1 of 2. | kkhamitov | 2022-02-10 | 3 | -12/+12 |
| | |||||
* | Restoring authorship annotation for <osado@yandex-team.ru>. Commit 2 of 2. | osado | 2022-02-10 | 2 | -14/+14 |
| | |||||
* | Restoring authorship annotation for <osado@yandex-team.ru>. Commit 1 of 2. | osado | 2022-02-10 | 2 | -14/+14 |
| | |||||
* | Restoring authorship annotation for <nadya73@yandex-team.ru>. Commit 2 of 2. | nadya73 | 2022-02-10 | 8 | -53/+53 |
| | |||||
* | Restoring authorship annotation for <nadya73@yandex-team.ru>. Commit 1 of 2. | nadya73 | 2022-02-10 | 8 | -53/+53 |
| |