summaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-09-261-1/+1
| | | | commit_hash:9992434a3f64e62fe646462b04978557fc85a75a
* Do not get ref counter when copy weak ptrthenewone2025-09-253-17/+75
| | | | | | | | | | | Если копировать TWeakPtr в момент разрушения объекта, на который он ссылается, то происходит гонка на vptr. GetRefCounter использует vptr, а деструктор объекта может его менять. Thread-sanitizer эту гонку видит. Unit test added; also fixed and enabled older test. Enabled thread sanitizer for library/cpp/yt/memory. commit_hash:87cb083a9905cc8a262b575868bbae3438b9324f
* remove duplicated includetobo2025-09-231-1/+0
| | | | commit_hash:917f27d8134295588e8cb526d9c157c8dc9fa08c
* Intermediate changesrobot-piglet2025-09-233-5/+71
| | | | commit_hash:1442e9e3ce86ef63767d2526ff170888769e16ec
* Style fixnae2022025-09-2345-557/+513
| | | | commit_hash:d506e2a0f2770f3662449a3711e976499eb9ccbb
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-09-231-1/+1
| | | | commit_hash:5adbf14dfcfb04029a862a2c55dfc590e2460f2c
* Set default value for TJson2ProtoConfig fieldsmishatag2025-09-221-2/+2
| | | | commit_hash:fdec34dfe80bd9706dd05dd54307986dc99abaa5
* implement appending `[]` and reverse-lookup `[-1]` in json *ByValue methodsilnurkh2025-09-216-4/+105
| | | | commit_hash:27ed69b5a37eb0d58449fb062147aaeb67ec51ba
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-09-201-1/+1
| | | | commit_hash:0b182c94d1db5093bac5c409e086f826c0e2147d
* Intermediate changesrobot-piglet2025-09-201-2/+2
| | | | commit_hash:d141fc27f80ee0774cb302a41a65bc1109062c59
* Fix race in messagebusmaxim-yurchuk2025-09-191-2/+1
| | | | | | | | Перенос оригинального ПР из гитхаба <https://github.com/ydb-platform/ydb/pull/25413> <https://github.com/ydb-platform/ydb/issues/23180> commit_hash:d07612c78875e6ec094314e01d5a3ade7f9cdd90
* Intermediate changesrobot-piglet2025-09-184-10/+16
| | | | commit_hash:a2c65251912228db1f8c195afd59840d04daf7ff
* Added std::format include into unified agent loggerkirill-bel2025-09-171-0/+1
| | | | | | | | | | | | | | | | | | | Разломались на вызове YLOG\_DEBUG\_F с ошибкой: ``` /home/kirill-bel/arcadia/logbroker/unified_agent/common/zstd_file_stream.cpp:39:17: error: no member named 'format' in namespace 'std' 39 | YLOG_DEBUG_F("TZstdFileStream starting from frame pos = {} frame offset = {}", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 40 | lastFramePos, lastFrameOffset); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` В YLOG\_DEBUG\_F используется `std::format`, но хедер не включен в `library/cpp/unified_agent_client/logger.h`: ``` #define YLOG_DEBUG_F(fmt, ...) YLOG_DEBUG(std::format(fmt, __VA_ARGS__)) ``` commit_hash:0a82f439ec6b8d83e2f4ac1a7d8a8c8cf29b9cc2
* Replaced HashSet count method to contains when the returned value is cast to ↵zaspa942025-09-171-2/+2
| | | | | | | bool in YDB Related GitHub PR: https://github.com/ydb-platform/ydb/pull/24488 commit_hash:d879b0ff8c49c1d066df9b6eda753884aeb708bc
* YT-15805: introduce tz-types into type infoermolovd2025-09-1712-37/+323
| | | | | | | | | | | | | | | | | #### Добавление поддержки временных типов с часовым поясом (TZ-типы) 📝 - 🧱 Добавлены новые примитивные типы для представления даты, даты-времени и меток времени с часовым поясом: `TzDate32`, `TzDatetime64`, `TzTimestamp64`. - 🧪 В модульные тесты добавлены проверки корректности создания и идентификации новых временных типов. - 📦 Обновлена логика сериализации/десериализации: TZ-типы отображаются в строковый формат при работе с различными протоколами (Skiff, protobuf, JSON). - ⚠️ В местах чтения данных добавлена заглушка, которая выбрасывает исключение при попытке обработки новых типов — это временное решение до реализации полной поддержки. - 🔧 Упрощена иерархия классов примитивных типов за счёт использования шаблона `TPrimitiveTypeBase`. - 🗂️ Изменён подход к обработке неизвестных типов в нескольких компонентах: вместо явного перечисления всех поддерживаемых типов теперь используется `default` ветка с общим обработчиком. --- **Оценить качество описания можно [здесь](https://nda.ya.ru/t/_MxIaV0Q7FnCMG** <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Code Assistant</font></a> commit_hash:265cf034372d36f60988238e273cbfe532c2a4e5
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-09-171-1/+1
| | | | commit_hash:2884c52b85c651dea5a463f85d7369fc89756394
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-09-141-1/+1
| | | | commit_hash:a97c7e4cdb863bbff17c511824fba68b6e385515
* Fix potential pointers overflowmikhnenko2025-09-121-1/+5
| | | | commit_hash:20039ca128a1ef8c3aaf337d71d58b1ecec783a1
* Fix `-Wignored-qualifiers` improved in clang20 in librarymikhnenko2025-09-121-3/+3
| | | | | Fix errors from [here](https://nda.ya.ru/t/6hgrAk757JpcZP commit_hash:7d5ee7690cd39bfde0529030cfa213b84ead669a
* fix NO COW modepg2025-09-111-1/+1
| | | | commit_hash:782452058bfe12788549f8c42ed026ddbcfe98e0
* Fix IsLevelEnabled check in YT loggerapollo13212025-09-101-1/+1
| | | | commit_hash:4662067645a9302622ac1ac352f71594523c0aae
* fix yt/malloc build for freebsdtldr2025-09-101-1/+1
| | | | commit_hash:96c6a3e9167c9b61ea1b5e53479ebc6de54d99c8
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-09-081-1/+1
| | | | commit_hash:a7f43c6b799796f5ed750f94960b70111794aac8
* Минимальные и расширенные наборы метрик ↵hobbit2025-09-062-3/+15
| | | | | | в ручке /counters commit_hash:7540b71c453d05401c539b0f22cd489831fdfa20
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-09-051-1/+1
| | | | commit_hash:b2c4e236d7599d26e358020ec6032a6c248af92a
* Intermediate changesrobot-piglet2025-09-041-0/+32
| | | | commit_hash:953617f2251dbf97b237f24d08a7b08816adb90b
* Make reset modes mutually exclusivethegeorg2025-09-042-5/+18
| | | | | | * Support variadic configuration of MutuallyExclusive * Use it to forbid passing conflicting modes to `arc reset` commit_hash:cf056645a91fde017d33cbfffe461229c9c3fc39
* Intermediate changesrobot-piglet2025-09-031-36/+34
| | | | commit_hash:c0bcabe40fb4e3cad8e7b18076d6034df2bc5b49
* YT-25950: Support WebAssembly builddtorilov2025-09-034-9/+9
| | | | commit_hash:1273ab9727e35aafcaaddbc6d9e9f529510a806d
* Drop LINTER param from styling macroses and cleanup depsalevitskii2025-09-0221-4059/+0
| | | | | Drop LINTER param from styling macroses commit_hash:00dd2e2ee103e509cff38f520d4779974abe39a7
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-09-021-1/+1
| | | | commit_hash:fbe003aade6a3238a909a5c60793c807622c747c
* [fetcher] use lz4 encodingvvminashkin2025-09-014-3/+79
| | | | | [fetcher] use lz4 encoding commit_hash:e29504c1f68be2a5d138dbba0ed461b2f2568b97
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-09-011-1/+1
| | | | commit_hash:dde2494df7841a96548c290d0fde5f7fbe6c118a
* YT-25950: Fix WebAssembly compilationdtorilov2025-08-291-3/+14
| | | | commit_hash:205598251dba71e1700845ebcb16ce1057ea1fad
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-08-291-2/+1
| | | | commit_hash:3e38365b9fdd1c3249c9ec847902d0286aa54fe5
* Intermediate changesrobot-piglet2025-08-2821-0/+4059
| | | | commit_hash:d5b1af16dbe9030537a04c27eb410c88c2f496cd
* Add tests for TSortedStagingArea and fix bugsapollo13212025-08-281-0/+2
| | | | commit_hash:03e41d2fa64fd120f7422f961fafa24b7f255e4d
* Intermediate changesrobot-piglet2025-08-261-1/+5
| | | | commit_hash:42684503f86c4df0cb68327e220c292b1cbe481d
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-08-261-1/+1
| | | | commit_hash:18dccae5d29550effc7eff3f1cc7f4001f9eb2de
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-08-231-1/+1
| | | | commit_hash:dad77065ced2ed8e88d55d4f3ea90d01d9db09a1
* Add a guard for per-fiber extra logging tagsifsmirnov2025-08-223-0/+33
| | | | commit_hash:3dfc664a8e26d9bfec6e997c848d5f66ede6e925
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-08-201-1/+1
| | | | commit_hash:61506f5fe5096e8d94ed035274511eabd0cef8bc
* YT-19137: Make full_read a first class citizencoteeq2025-08-183-1/+37
| | | | commit_hash:dac730c0d9dc052edce7dd7873c51687ea19082e
* YT-18571: Refactor traced (fomerly tracked) spin locks and add unittestsbabenko2025-08-1815-92/+159
| | | | commit_hash:2476930524e6179b49fbf312f907bd03413cd8b8
* Intermediate changesrobot-piglet2025-08-175-24/+10
| | | | commit_hash:ca1f7319b759adc9a144adc5d01ae005c364e806
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-08-171-1/+1
| | | | commit_hash:6d303d60500d15de5c209a797d46cb702f617665
* babenko cosmeticnadya022025-08-154-5/+5
| | | | commit_hash:691cdf0de0f155c0c9076507a291a0c4f32a6065
* YT-25894: Add '$remaining_row_bytes' skiff columnnadya732025-08-152-8/+64
| | | | | | | | | | | ``` * Changelog entry Type: feature Component: proxy Introduce a special skiff-column '$remaining_row_bytes'. ``` commit_hash:b3f817454e13a852fd35e17dc59f237258b8a0b4
* YT-18571: Cosmetics for YT_DEFINE_STRONG_TYPEDEFh0pless2025-08-112-2/+3
| | | | commit_hash:48c6dc49d8c0ffb3bbb5fa773dc38bdee243f3c3
* Add missing PEERDIR to the library/cpp/containers/concurrent_hashswarmer2025-08-114-0/+217
| | | | | KIKIMR-23824 commit_hash:dbb554ea903a90c990b23ad016d4690437d57e4b