aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Emit toolchain version field to COMPILER_VERSION variablethegeorg2025-03-1810-18/+18
| | | | | | | | | | | | This fixes the following dependency: ``` (dflt) thegeorg@jakku:~/arcadia/util@ymake-compiler-version$ ya dump relation contrib/libs/clang14-rt --recursive --target-platform windows Directory (Start): $S/util -> ... File (Include): $S/contrib/libs/clang14-rt/include/sanitizer/common_interface_defs.h ``` commit_hash:abdc87a51f4c23673bfebf4447d8fec9a2607876
* Correct grammarakhropov2025-03-181-1/+1
| | | | commit_hash:f8e992f1779214943ab68c8f592ea2f087f76eb4
* YT-23989: Track memory in TChunkedOutputStreamnadya022025-03-172-4/+26
| | | | commit_hash:1fcce66b4e0a0a5e5fb55aba38889e9bf5b42a85
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-171-1/+1
| | | | commit_hash:5f70565d417d7f136c2f1c43cb950ba062cd3c47
* annotate TJsonValue's methods with a lifetime bound attributeswarmer2025-03-151-29/+30
| | | | | Check that the strings and dictionaries owned by TJsonValue are not accessed after the destruction of the TJsonValue instance itself. commit_hash:0ed6d84f28681d3f9d8c0fe7080bd7a5dd183919
* YT-23989: Move memory tracker to library/cpp/ytnadya022025-03-144-0/+588
| | | | commit_hash:5dad6ada81567dcb5da6ef1efe47e1738196d219
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-111-1/+1
| | | | commit_hash:49967e68e575ac362d79ad5adda3102b359aac7c
* TConcurrentHashMap::TryRemovesudaques2025-03-101-0/+16
| | | | commit_hash:f9faa4cdcf43ef641c640ec86712f48b09031dcb
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-081-1/+1
| | | | commit_hash:386f918a73616ff015f51877c608158ca92f023f
* Return reference from TCompactVector::emplace_backvadim-xd2025-03-062-5/+7
| | | | | Fixup rXXXXXX commit_hash:775dffda71dd0a6ad0e91ca361b27ba4f15a0039
* YT: Allow serializing and deserializing plain enums to uint64dgolear2025-03-062-5/+24
| | | | commit_hash:abf11126ef1a914939d506a79dd7c4f11df177f2
* monlib : memOnly support for JSON encoding/decoding (cpp)miktorius2025-03-067-9/+250
| | | | | | | json encoder memonly attempt commit_hash:0cef79f66356a94c398c76dc9baf2fe3ea9a6948
* YT-21910: Master compact table schemacherepashka2025-03-061-0/+13
| | | | | | | | | - Changelog entry Type: feature Component: master Introduce TCompactTableSchema, that holds wire protobuf schema representation and lighter than TTableSchema commit_hash:21801854b37fc25c5004ee01e5b79a3b3b6ea983
* Better memory poisoning helpersbabenko2025-03-053-43/+62
| | | | commit_hash:dc1bba1db2b4a5bae15299e926e816920168018f
* 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