aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rightlib' into merge-libs-250416-2114Alexander Smirnov2025-04-164-6/+19
|\
| * Fix MakeFormattableViewlukyan2025-04-163-4/+17
| | | | | | | | commit_hash:0e4b24c65451e75f168b456cd0d271ddebb7219d
| * Intermediate changesrobot-piglet2025-04-161-2/+2
| | | | | | | | commit_hash:f16769226fca7335d2bcf5fb633bf82f06011d96
* | Merge branch 'rightlib' into merge-libs-250416-0829Alexander Smirnov2025-04-1618-54/+131
|\|
| * Fix bug in proto2json map empty keys serializationvoevodskiy2025-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `<library/cpp/protobuf/json/proto2json.h>` неправильно сериализует пустой ключ protobuf'ной map'ы ``` message TMyMessage { map<string, string> Fields = 1; } ``` При таком протобуфе ``` Fields { key: "" value: "1" } ``` Сейчас получается json ``` { "value": "1" } ``` Хотя должен получаться такой ``` { "": 1 } ``` commit_hash:e678bffbda1a062fa0fcaaba65c2e5f6bf13d558
| * Intermediate changesrobot-piglet2025-04-151-0/+6
| | | | | | | | commit_hash:6e0336f180bc33996d20f97d2135b5b46109a052
| * Revert commit rXXXXXX, YT-24537: Prioritize writers in TReaderWriterSpinLockpavook2025-04-155-266/+17
| | | | | | | | | | It turns out, RWSpinLock previously accidentally supported recursive AcquireReaders, and this property was broken with the change. commit_hash:f996e7b52ef8b3d37118034530a094af0efbe435
| * Fix some errors related with libcxx update in librarymikhnenko2025-04-151-0/+1
| | | | | | | | commit_hash:583294dce96f9191d4976fa33730362bac79892f
| * Enable more parentheses-related warningsbabenko2025-04-141-1/+11
| | | | | | | | commit_hash:e5aee6f170c4d38261597cd10e9b42c2dc58c1f3
| * Intermediate changesrobot-piglet2025-04-141-28/+30
| | | | | | | | commit_hash:6452cbd39bd37ef1f2bd6be70bf9ceb91fb08a26
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-04-141-1/+1
| | | | | | | | commit_hash:ece56d3b0a1a270d28958e82f020d390de1485c2
| * Intermediate changesrobot-piglet2025-04-112-0/+9
| | | | | | | | commit_hash:3ca33ca3ca1c17f83267938f846bee0cb3c3461b
| * YT-24537: Prioritize writers in TReaderWriterSpinLockpavook2025-04-105-17/+266
| | | | | | | | commit_hash:94fee5363799655628bd7e2c144a7869a9d89002
| * use TString::Join() and use TStringBuf instead of const char*tobo2025-04-102-5/+4
| | | | | | | | commit_hash:451ebc0373719a4e87b0eef9c6278b1fe8eea842
| * Use consistent format and naming in blocks' loggingngc2242025-04-101-1/+1
| | | | | | | | commit_hash:77f144acd2d648f4e32055553be332f1d25d6106
| * List captured variables explicitly when 'this' has been implicitly captured ↵akhropov2025-04-102-4/+4
| | | | | | | | | | | | to avoid compiler warnings. commit_hash:6dda5bad9e3d887f91817bd4fdab95b66f3db001
| * remove unused includetobo2025-04-101-1/+0
| | | | | | | | commit_hash:acb52196481fcf4c768f63b391165775d3b35e4a
| * Make TLogger respect rvaluespogorelov2025-04-093-12/+62
| | | | | | | | commit_hash:dc29e989d9edbb7f171ba47632de428289393058
| * QL joins refactoringsabdenovch2025-04-081-0/+1
| | | | | | | | commit_hash:bf6a38b831d4a1301e19a6524c711d7a1c17bf48
* | Merge branch 'rightlib' into merge-libs-250408-0050Alexander Smirnov2025-04-087-77/+58
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-04-081-1/+1
| | | | | | | | commit_hash:d1a020a6c819ad53c70a8c9d62796c8b10b76516
| * Remove arcadia_test_datasay2025-04-072-11/+0
| | | | | | | | commit_hash:0daacd6f5a9880a3a29a2c32a039e41407266063
| * Make WriteMetric protectedgolubi-kuryat2025-04-074-65/+57
| | | | | | | | | | | | | | | | Появляется возможность зарегистрировать новую тип метрики с кастомным поведением, который наследуется от IMetric Пример использования HIDDEN_URL commit_hash:82e3997427ef61d8017d6a1c1eca848131b03d7b
* | Merge branch 'rightlib' into merge-libs-250407-0050Alexander Smirnov2025-04-078-10/+35
|\|
| * Fix TTbbLocalExecutor::GetWorkerThreadId. Enable ↵akhropov2025-04-072-4/+23
| | | | | | | | | | | | test_fit_on_scipy_sparse_spmatrix on Windows. commit_hash:c52cdc5529aff5cda1cbd11be2852647736ceb49
| * More detailed description of GetWorkerThreadId. Remove comments duplicationakhropov2025-04-062-3/+5
| | | | | | | | commit_hash:19ac2b49b9bb7ac988b229e4d5c4c4ed6f75b138
| * Intermediate changesrobot-piglet2025-04-061-0/+2
| | | | | | | | commit_hash:3e0e2ae2f8d8181ebbfadef7f8c4c2ae76b95705
| * Add more IWYU export pragmas in library/*vadim-xd2025-04-064-3/+5
| | | | | | | | | | Followup for rXXXXXX - reduce false-positives of include cleaner commit_hash:03bb3b1817067ed576faa57c597737b01d63d2e4
* | Merge branch 'rightlib' into merge-libs-250406-0050Alexander Smirnov2025-04-061-0/+2
|\|
| * Add IWYU pragmas to library/cpp/testing/gtest/gtest.h, remove from ignore listvadim-xd2025-04-051-0/+2
| | | | | | | | commit_hash:78d100f33169991cd5dd97d46b7f816695da7a50
* | Merge branch 'rightlib' into merge-libs-250405-0050Alexander Smirnov2025-04-051-1/+1
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-04-051-1/+1
| | | | | | | | commit_hash:1b1e03806eac26bc869e1716fff6898f516901f8
* | Merge branch 'rightlib' into merge-libs-250404-0808Alexander Smirnov2025-04-042-14/+9
|\|
| * Intermediate changesrobot-piglet2025-04-032-14/+9
| | | | | | | | commit_hash:813f69d5cbf58ac7b580f7c6461a3be8afcc1671
* | Merge branch 'rightlib' into merge-libs-250402-0050Alexander Smirnov2025-04-025-17/+95
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-04-021-1/+1
| | | | | | | | commit_hash:11f3e0b9e8e3b59c5361156860009aaef24aeb5b
| * Add BufferFlushPeriod option for TSyncPageCacheFileLogBackendartin-phares2025-04-012-16/+77
| | | | | | | | commit_hash:c1554e872fcaa2b74aef0c46372defab03ba3859
| * YT: Add type name of std::exception to error text in TError constructorpechatnov2025-04-012-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Без этого, исключение о выходе за пределы массива в векторе выглядит так: ``` vector origin (pid 178121, thread library-cpp-yt-) datetime 2025-03-31T14:59:49.069209Z ``` С фиксом: ``` vector origin (pid 178121, thread library-cpp-yt-) datetime 2025-03-31T14:59:49.069209Z exception_type std::out_of_range ``` commit_hash:7382eba16208f6847d581b901a7df4dfa39452b0
* | Merge branch 'rightlib' into merge-libs-250401-0050Alexander Smirnov2025-04-014-1/+14
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-04-011-1/+1
| | | | | | | | commit_hash:43f290553dd5911501d3d7f5474e6fed6c0e4198
| * Add Body to reportanterpin2025-03-313-0/+13
| | | | | | | | | | | | | | Add test Add body to reqenv commit_hash:222fa588fa7d7a7f65869bd997d32610e78b7378
* | Merge branch 'rightlib' into merge-libs-250329-0050Alexander Smirnov2025-03-294-11/+11
|\|
| * New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-291-1/+1
| | | | | | | | commit_hash:2147f1af4cd6bec3169e0c6bdde56b9ca182ad5c
| * TAtomic => TSpinLocktobo2025-03-281-8/+8
| | | | | | | | commit_hash:007934c094f1cc36fb088267f7be87ad93d61cfd
| * Fix circular #include between util/stream/output.h and util/stream/debug.hthegeorg2025-03-281-1/+1
| | | | | | | | commit_hash:4c198f344c22ca2387327f8ed6f9bed70d33f7e1
| * Intermediate changesrobot-piglet2025-03-281-1/+1
| | | | | | | | commit_hash:75947792e236bf8588efbadca3b510178fca782a
* | Merge branch 'rightlib' into merge-libs-250328-1230Alexander Smirnov2025-03-288-8/+8
|\|
| * Merge yexception.h and bt_exception.h to prevent include cyclethegeorg2025-03-288-8/+8
| | | | | | | | commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f
* | Merge branch 'rightlib' into merge-libs-250328-0050Alexander Smirnov2025-03-283-26/+71
|\|
| * Intermediate changesrobot-piglet2025-03-271-15/+15
| | | | | | | | commit_hash:0830a73862cb129490950eb5b3986d9c2db68d84