aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rightlib' into merge-libs-250217-0050Alexander Smirnov2025-02-173-0/+18
|\
| * 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
* | Merge branch 'rightlib' into merge-libs-250214-0050Alexander Smirnov2025-02-141-1/+1
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-02-141-1/+1
| | | | | | | | commit_hash:7132bd0016e0e0b6907a83cb3a84bb91e9a6dd7b
* | Merge branch 'rightlib' into merge-libs-250211-0050Alexander Smirnov2025-02-113-55/+1
|\|
| * 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
* | Merge branch 'rightlib' into merge-libs-250208-0050Alexander Smirnov2025-02-081-1/+1
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-02-081-1/+1
| | | | | | | | commit_hash:0ad644d2dc9b64e4aab23b9ada7f3fce8927fa77
* | Merge branch 'rightlib' into merge-libs-250207-1355Alexander Smirnov2025-02-072-11/+13
|\|
| * ,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
* | Merge branch 'rightlib' into merge-libs-250206-0050Alexander Smirnov2025-02-0613-396/+11
|\|
| * 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
* | Merge branch 'rightlib' into merge-libs-250205-0050Alexander Smirnov2025-02-051-1/+1
|\|
| * Disambiguate call for windows platformngc2242025-02-041-1/+1
| | | | | | | | commit_hash:3f7d1518427ed170b9ac8f70724290b71801cae4
* | Merge branch 'rightlib' into merge-libs-250204-0050Alexander Smirnov2025-02-046-1/+59
|\|
| * Получение XML аттрибута без исключенийartyasen2025-02-033-0/+52
| | | | | | | | | | add no exception methods commit_hash:245a52ca795a16ad57a9ac642b0cd00ca0122a32
| * Make TCompactFlatMap formattableeshcherbin2025-02-033-1/+7
| | | | | | | | commit_hash:e5c092a9d0375881554f1d3bc905c662070956bf
* | Merge branch 'rightlib' into merge-libs-250203-0050Alexander Smirnov2025-02-033-0/+14
|\|
| * 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
* | Merge branch 'rightlib' into merge-libs-250202-0050Alexander Smirnov2025-02-024-26/+11
|\|
| * 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
* | Merge branch 'rightlib' into merge-libs-250201-0050Alexander Smirnov2025-02-011-1/+10
|\|
| * Fix using port in universal_fetcherjolex0072025-01-311-1/+10
| | | | | | | | commit_hash:fa0dfc03d76b5e40181e589078cdfff0c13ae51d
* | Merge branch 'rightlib' into merge-libs-250130-1607Alexander Smirnov2025-01-303-27/+9
|\|
| * Removed dependence from libidnjolex0072025-01-303-27/+9
| | | | | | | | | | Выкашиваем зависимость от `libidn` из универсального фетчера (по запросу `ya-bin`) commit_hash:525ba52d2ea4b45a15e726f7d9c73081fa2812ef
* | Merge branch 'rightlib' into merge-libs-250130-0050Alexander Smirnov2025-01-303-15/+60
|\|
| * Intermediate changesrobot-piglet2025-01-303-15/+60
| | | | | | | | commit_hash:c284e5d683d750f2d89e1bcccb3f4d334b47d60c
* | Merge branch 'rightlib' into merge-libs-250129-0050Alexander Smirnov2025-01-293-4/+36
|\|
| * 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
* | Merge branch 'rightlib' into merge-libs-250126-0020Alexander Smirnov2025-01-261-1/+1
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-261-1/+1
| | | | | | | | commit_hash:f1049461d52f723ede004c77695a545f3464e1d5
* | Merge branch 'rightlib' into merge-libs-250124-0020Alexander Smirnov2025-01-241-0/+2
|\|
| * Fix -Wnon-virtual-dtor in util and gtest wrapperthegeorg2025-01-231-0/+2
| | | | | | | | commit_hash:d8917bc04e6ab10b341000f8bb98d456223f0307
* | Merge branch 'rightlib' into merge-libs-250123-0020Alexander Smirnov2025-01-231-1/+1
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-01-231-1/+1
| | | | | | | | commit_hash:3007e2d02ccd4afd4d5bd187430ceafbdd1c101a
* | Merge branch 'rightlib' into merge-libs-250122-0020Alexander Smirnov2025-01-221-2/+10
|\|
| * Intermediate changesrobot-piglet2025-01-211-2/+10
| | | | | | | | commit_hash:cdae472f061820ed9998426cf0624c300468cdc8
* | Merge branch 'rightlib' into merge-libs-250121-0019Alexander Smirnov2025-01-213-0/+108
|\|
| * Add UnifiedAgentWriterFactorylo-r-d2025-01-203-0/+108
| | | | | | | | commit_hash:af6dedadd4d7fe292bcb7a8b6de366aff4e630b1
* | Merge branch 'rightlib' into merge-libs-250120-0020Alexander Smirnov2025-01-204-23/+63
|\|
| * 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
* | Merge branch 'rightlib' into merge-libs-250117-0020Alexander Smirnov2025-01-175-9/+28
|\|