aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rightlib' into mergelibs-240926-1443Alexander Smirnov2024-09-2623-218/+310
|\
| * Add an option to disable refcounted trackingnastprol2024-09-253-3/+13
| | | | | | | | commit_hash:ceb575c0377d4a48c0507590d878e690e92f5c63
| * add remaining web_pages udfs&nodesakhovrychev2024-09-251-0/+1
| | | | | | | | | | copy of [https://a.yandex-team.ru/review/6244248](https://a.yandex-team.ru/review/6244248/details) with additions commit_hash:ba2944673c9f5a8d75bb628c2febb6d23eff1cbd
| * Intermediate changesrobot-piglet2024-09-231-38/+53
| | | | | | | | commit_hash:9da3eb91ac1626625fafab7ae80b22f3f3b75821
| * Fix TAtomicIntrusivePtr::Reset for lsanbabenko2024-09-231-1/+0
| | | | | | | | commit_hash:7db063d2838aac3ab4a0c681ca1744361cfbb31e
| * Make TAtomicIntrusivePtr lsan-friendlybabenko2024-09-233-26/+134
| | | | | | | | commit_hash:c4a4db14dd6f9b82fb65377014112bf0a131d3e0
| * Fix typo in library/cpp/yt/memoryponasenko-rs2024-09-232-3/+3
| | | | | | | | commit_hash:7b3f45fc7a89f88cb3f5609ab96fe1951290bfa4
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-09-231-1/+1
| | | | | | | | commit_hash:2b9516db9387ad85e62b08511c52f7bd73f1cf64
| * Intermediate changesrobot-piglet2024-09-221-2/+5
| | | | | | | | commit_hash:fd1105c7e74e7daa1ed746cc2f82c5a37e3a946c
| * Increase RC size to 64 bitsbabenko2024-09-213-14/+13
| | | | | | | | commit_hash:31d021c482ac2a3f99e86bf1a2aca7231c86c11d
| * More assertions in refcountersbabenko2024-09-213-8/+32
| | | | | | | | commit_hash:0c6147f498fdf817921889ac84a321f84f2d1059
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-09-211-1/+1
| | | | | | | | commit_hash:9714f9b847c397d02c23f220e3d09b59b7d50e78
| * Remove usages of nullptr_t TString ctor (library/)dgolear2024-09-191-1/+1
| | | | | | | | | | library/ commit_hash:38b8e7afe8e2e7fd377997abd8aea6e33171cdb7
| * std::variant formatter: require that arguments are formattablepavook2024-09-192-0/+2
| | | | | | | | commit_hash:f3123d7cb2022bdc565cc9aadd347deb2cd235d3
| * init pid fielduzhas2024-09-181-1/+1
| | | | | | | | commit_hash:018112cc71f6f4d8bb32bb04a09e8741ba4f8d3d
| * remove cpp/yt/misc no longer depends on cpp/yt/stringarkady-e1ppa2024-09-187-125/+56
| | | | | | | | commit_hash:429a843ed1a0e0fe3a5bc7d237f586b6671b8997
* | Merge branch 'rightlib' into mergelibs-240918-0758Alexander Smirnov2024-09-1810-121/+108
|\|
| * fix dereferencing of temporary string value in the default constructed ↵swarmer2024-09-184-5/+47
| | | | | | | | | | | | TZtStringBuf. Enable check lifetime bounds of the TZtStringBuf commit_hash:4aa9319e8b2d685402a8ea68fdc24fa07af82d1b
| * Intermediate changesrobot-piglet2024-09-181-11/+13
| | | | | | | | commit_hash:3ef81205ed4cf9360829f834baa07c2fbf69b999
| * Intermediate changesrobot-piglet2024-09-172-57/+0
| | | | | | | | commit_hash:3f84b1767987cbb9253143868a0b58a0ad1b0540
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-09-171-1/+1
| | | | | | | | commit_hash:631b638df5e15b9735b2b32cb6449d0ed952fcf6
| * check lifetime bounds in the url libraryswarmer2024-09-162-47/+47
| | | | | | | | commit_hash:a13b2b608cf10b63726c06e1ece6405e92c41377
* | Merge branch 'rightlib' into mergelibs-240913-0843Alexander Smirnov2024-09-134-5/+17
|\|
| * fix tsan warnings in library/cpp/threading unit testskulikov2024-09-121-5/+5
| | | | | | | | | | | | | | | | | | - blocking_counter: fix destroy order; - thread_local: Head_.load must use std::memory_order_acquire to match memory_order_release in compare_exchange and ensure all writes are visible; also fix always null node value in first compare_exchange call; - work_stealing: use atomics. commit_hash:53f01a16bb40dd3eb890b0eb60388ecb0ce9c908
| * Intermediate changesrobot-piglet2024-09-121-0/+6
| |
| * Intermediate changesrobot-piglet2024-09-112-0/+6
| |
* | Merge branch 'rightlib' into mergelibs-240911-0600Alexander Smirnov2024-09-117-3/+78
|\|
| * YT-22593: Switch (some) trace context tags to std::string and refactor code ↵babenko2024-09-094-0/+67
| | | | | | | | | | | | around [TRIVIAL] 643d86a500b7db9df11009f54364b468b29a409a
| * Fix indentdgolear2024-09-091-1/+1
| | | | | | | | 9d68586af8dfca759270be14dad2e1c5a97a7891
| * Поддержка автопартиционирования топиков ↵tesseract2024-09-091-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | в MVP (перенос из mvp/stable-2024-07) fix create stream without autopartitioning Add topics autopartitioning for MVP fix add support apply datastreams patch Fix empty result of datastreams if kinesisEndpoint is not set 2a51beea2bab550e743f19ec7ee8c5c5eb27ed15
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-09-081-1/+1
| | | | | | | | 76d2086f08dad8f8b84fd14098837b5ab5d3b16e
* | Merge branch 'rightlib' into mergelibs-240905-0836Alexander Smirnov2024-09-0515-51/+377
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-09-051-1/+1
| | | | | | | | 3100b1d55d1494429bcc50c0a4dbcd259cb2b4ca
| * fisco -> fiascoMaxim Akhmedov2024-09-051-1/+1
| | | | | | | | | | | | | | | | | | No description --- b181413931eab2909c605b373dc858657e8bcb14 Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/816
| * Intermediate changesrobot-piglet2024-09-049-49/+147
| |
| * Intermediate changesrobot-piglet2024-09-034-0/+228
| |
* | Merge branch 'rightlib' into mergelibs-240903-1104Alexander Smirnov2024-09-037-123/+194
|\|
| * YT: Allow heterogeneous lookup for TCompactFlatMapdgolear2024-09-034-122/+139
| | | | | | | | b7397bff929c40b73c27256bbf9be5a5594ebafa
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-09-021-1/+1
| | | | | | | | 07fc1a60b52cd39df10b46a67b5b86455ffd1222
| * YT-22642: Fix unaligned access UBbabenko2024-08-312-0/+54
| | | | | | | | 378099ca41e7698fba0ceda68b8d2b554e61b6ea
* | Merge branch 'rightlib' into mergelibs-240830-1442Alexander Smirnov2024-08-302-31/+82
|\|
| * Check malloc result for null; add TryNew* for overloads involving custom ↵babenko2024-08-302-31/+82
| | | | | | | | | | | | allocator 86ad7067e751c73259ce60432651ce3ecd0d057e
* | Merge branch 'rightlib' into manual_importMaxim Yurchuk2024-08-304-4/+3
|\|
| * Update cpp-protobuf to 22.5nechda2024-08-301-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Привет!\ Этот PR переключат cpp & python библиотеки protobuf на версию 22.5 Если у вас возникли проблемы после влития этого PR: 1. Если начали падать канон тесты, то проведите их переканонизацию 2. Прочитайте <https://wiki.yandex-team.ru/users/nechda/obnovlenie-cpp-protobuf-22.5/> страничку с основными изменениями 3. Если страничка в вики не помогла, то пишите в [DEVTOOLSSUPPORT](https://st.yandex-team.ru/DEVTOOLSSUPPORT) 7fecade616c20a841b9e9af7b7998bdfc8d2807d
| * YT-22603 Improve error message when all replicas are bannedgryzlov-ad2024-08-271-1/+1
| | | | | | | | 9da49d54d0eb5009874c090d094aac3117ca77b7
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-08-261-1/+1
| | | | | | | | d09193f6d3a62d7b7603c955985d21aae4f7c3e9
| * Fix TSAN warningvmordovin2024-08-231-1/+1
| | | | | | | | e2f99a0432865120bc478a3fb91956424c374445
* | Fix LWTrace HTML page generation (#8158)Semyon Danilov2024-08-261-1/+1
| |
* | Merge branch 'rightlib' into mergelibs-240823-1155Alexander Smirnov2024-08-233-15/+14
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-08-231-1/+1
| | | | | | | | 4fbdf2c6326bb76d9e4f3f771383bc2b00a8d3e2