aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add new methods for TCompactVectorvadim-xd2025-03-052-3/+56
| | | | commit_hash:dc7ab41cade426d450efbc68b6cd72e045e3f69e
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-051-1/+1
| | | | commit_hash:07b092a6164b27105efb04490ab6ae85b4366638
* Add poisoning helpersbabenko2025-03-046-1/+162
| | | | commit_hash:af266bdf36204a4190b491ea5c45455457030edf
* monlib : adding memOnly flag support for cpp libmiktorius2025-03-0313-57/+432
| | | | commit_hash:cffc55ecd6d0ea22c3c2ce52f21e6aba6da16a15
* support out headers for http simplekuzmich3212025-03-032-9/+9
| | | | commit_hash:cfe9165ddad260bd29afd422967a26259367dcc7
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-021-1/+1
| | | | commit_hash:5d6f5e6cfeeed3cfb1178908ae917c10edc3fd20
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-011-3/+1
| | | | commit_hash:ac4963e48457a6a3a0f2af63212e03f2645d7a83
* Intermediate changesrobot-piglet2025-03-013-31/+31
| | | | commit_hash:e2da3ad430fabaa84a74178b1f2103b09ac69ae7
* YTORM-1292 Error enrichment via dependency injectiondeep2025-02-282-2/+40
| | | | | | | Идея такая: хочу подкладывать атрибуты в ошибки, не протаскивая их через стек (как в orm/server/objects) и не прогоняя все ошибки через специальные методы (как в orm/library/attributes). Для этого завожу fiber-local структурку с ленивым выведением строчек. Поскольку TError и TFls живут в разных мирах, пришлось сделать отдельный трамплин для совсем генеричной доработки ошибок в момент создания. Игнат посоветовал глянуть на Codicil. Там очень похоже, но нет key/value, поэтому похитил только название. Вообще, можно унифицировать, если есть запрос. commit_hash:203ec7abe5e8c8484e66d55f16192485db776806
* YQL-19495 handle NaNs in TDigestvvvv2025-02-283-11/+44
| | | | commit_hash:6ceaf9a8cc4d034c2829780bed37396d25f9056d
* return/make useful coordinator_new TestFetchGraphCanceland422025-02-281-7/+18
| | | | commit_hash:4721e3d84bd7a730a2fc5be4d0e42da14ef16c40
* Fix cancellation in unifetcherjolex0072025-02-277-23/+306
| | | | commit_hash:909fa7aadbf673448dbc709b19d2088963b40404
* Extra copynae2022025-02-251-4/+4
| | | | | Убираю лишнее копирование. Актуально для REVIEW:7901279 commit_hash:79f0f8873f80375269dd5384e189ac4f3b260017
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-02-231-1/+1
| | | | commit_hash:45d8ec98681a0bb28877978df9550882ba975ae4
* YT-22593: More trivial TString->std::string migrationsbabenko2025-02-2229-140/+140
| | | | | [nodiff:runtime] commit_hash:1ba799aed1703ab7c6304b6da7090b3337f768dd
* Intermediate changesrobot-piglet2025-02-217-10/+41
| | | | commit_hash:0ece39f764da165d6f259d1e8d89904001d07282
* refactor out sanitizer pluginpg2025-02-202-0/+105
| | | | commit_hash:d0bd11c053e40d5117172fd59c19b6d6caf6fb8e
* yt/error: optimize constructing TError from TErrorExceptionKonstantin Khlebnikov2025-02-163-0/+18
| | | | | | | | | | | Here we can avoid dynamic cast and exception hazard. Signed-off-by: Konstantin Khlebnikov <khlebnikov@tracto.ai> --- Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/1070 commit_hash:e0709e1fe0f2109792b20b850e0e11a6e96f846a
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-02-141-1/+1
| | | | commit_hash:7132bd0016e0e0b6907a83cb3a84bb91e9a6dd7b
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-02-111-1/+1
| | | | commit_hash:d0427d7119c6d792a6a6a1723db7cea948a3d31f
* Fix unaligned load/store UB in bus and zstd compressionnadya732025-02-102-54/+0
| | | | commit_hash:55e574599005f5286f646ebba93d5550325708bc
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-02-081-1/+1
| | | | commit_hash:0ad644d2dc9b64e4aab23b9ada7f3fce8927fa77
* ,Add Egyptian Arabic to cpp/langsthealexkrut2025-02-061-1/+1
| | | | | | | | | **Частично фиксит проблемы из** 2109 Добавил египетский арабский - в енаме получается 128 значений, поэтому проблему с разпознавалкой не затронули Поправил багу в битсете Поменял ассерт в браузере с 128 на 256, думаю ок, ибо что так - что так в ui8 влезает commit_hash:aea65db5f5e8e2a4ba25a43e25bfe10d3ab77bd8
* Fix UB in chunked memory poolnadya732025-02-061-10/+12
| | | | | | | | | * Changelog entry Type: fix Component: misc-server Fix UB in chunked memory pool commit_hash:d2d5a9707e30abe1814d1ac0c33fc0f2aba134e2
* Move libyqlplugin.so to ytmpereskokova2025-02-0512-395/+0
| | | | | | | | | Приедет в ytsaurus: <HIDDEN_URL> Приедет в `/contrib/ydb/` <HIDDEN_URL> Проверка, что в github ydb ничего не сломается: <https://github.com/ydb-platform/ydb/pull/13286> commit_hash:73ab1b4a3245322afc9fc6e9d71424ad07106477
* YT-24135: Check for oom in TBlob::DoAllocateponasenko-rs2025-02-051-1/+11
| | | | commit_hash:51660c0e427c358c8285a5889c7dd585a97e5140
* Disambiguate call for windows platformngc2242025-02-041-1/+1
| | | | commit_hash:3f7d1518427ed170b9ac8f70724290b71801cae4
* Получение XML аттрибута без исключенийartyasen2025-02-033-0/+52
| | | | | add no exception methods commit_hash:245a52ca795a16ad57a9ac642b0cd00ca0122a32
* Make TCompactFlatMap formattableeshcherbin2025-02-033-1/+7
| | | | commit_hash:e5c092a9d0375881554f1d3bc905c662070956bf
* Gen only symbol decls in rescompilernechda2025-02-022-0/+13
| | | | commit_hash:dad3368a28275822296201186f2b0645f7404837
* Refactor local host name and YP cluster functionsbabenko2025-02-021-0/+1
| | | | commit_hash:a4ecfb1e06e82ba192646d3ab5417cb3f0c6991f
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-02-021-1/+1
| | | | commit_hash:e1bc8fcc8eea19d9168fa25f52d57f6619cb45f7
* Refactor and improve crash handler stderr dumpsbabenko2025-02-013-25/+10
| | | | | | | | | 1. Prevent concurrent crashes to interleave in stderr 2. Cleaner and more compact formatting of registers dump 3. Omit `OLDMASK` (nobody seems to know what is it for) 4. Don't print the top backtrace frame twice 5. Code cosmetics commit_hash:f7a4c960b3400d6dfb0f8f60317aa524611d2fd0
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-02-011-1/+1
| | | | commit_hash:3e72b426ccfeaa252fc910a18509a4de8b428648
* Fix using port in universal_fetcherjolex0072025-01-311-1/+10
| | | | commit_hash:fa0dfc03d76b5e40181e589078cdfff0c13ae51d
* Removed dependence from libidnjolex0072025-01-303-27/+9
| | | | | Выкашиваем зависимость от `libidn` из универсального фетчера (по запросу `ya-bin`) commit_hash:525ba52d2ea4b45a15e726f7d9c73081fa2812ef
* Intermediate changesrobot-piglet2025-01-303-15/+60
| | | | commit_hash:c284e5d683d750f2d89e1bcccb3f4d334b47d60c
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-291-1/+1
| | | | commit_hash:6b8518825b457b22cb5f4e2e69752fcd4688052b
* Intermediate changesrobot-piglet2025-01-282-3/+35
| | | | commit_hash:93f812fd528231c67adb63e20e083855d68bfe8d
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-261-1/+1
| | | | commit_hash:f1049461d52f723ede004c77695a545f3464e1d5
* Fix -Wnon-virtual-dtor in util and gtest wrapperthegeorg2025-01-231-0/+2
| | | | commit_hash:d8917bc04e6ab10b341000f8bb98d456223f0307
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-231-1/+1
| | | | commit_hash:3007e2d02ccd4afd4d5bd187430ceafbdd1c101a
* Intermediate changesrobot-piglet2025-01-211-2/+10
| | | | commit_hash:cdae472f061820ed9998426cf0624c300468cdc8
* Add UnifiedAgentWriterFactorylo-r-d2025-01-203-0/+108
| | | | commit_hash:af6dedadd4d7fe292bcb7a8b6de366aff4e630b1
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-201-1/+1
| | | | commit_hash:8157c8f8fcde5bb0d8a201ff393dbedb050c1f4b
* Switch to std::string for logging tagsbabenko2025-01-193-22/+62
| | | | | [nodiff:caesar] commit_hash:62fa96ca05b1a4018e2e51e6b589483cd3a44fc4
* Babenkoed: Shadow Warssabdenovch2025-01-164-8/+27
| | | | commit_hash:deadebefdfd81b6c737b9464435356b8f652e296
* Typoscoteeq2025-01-161-1/+1
| | | | commit_hash:afeeeea3c2cbdec0ddeed0fea5f88df9d8575f8b
* Squeeze contiguous sequences of blocks in loggingngc2242025-01-143-0/+192
| | | | commit_hash:5dda6f5ef324f03c99af3dae32ebf4a059f02bd3
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-141-1/+1
| | | | commit_hash:0f08d8919403fe3e6d0d7312bc193c022597f33c