aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Intermediate changesrobot-piglet2025-04-171-7/+3
| | | | commit_hash:103a2a417e1039b8e61dc17b40bec9a9b6a7dfd1
* refactor counters page to better support ic-proxyxenoxeno2025-04-171-23/+68
| | | | commit_hash:d6538967a151a3aba3c806d3d1ba3f4c7ef1ae47
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-04-171-1/+1
| | | | commit_hash:3b3c9b5707e608f411cace07b0b7a41f2ec1f2cb
* Fix MakeFormattableViewlukyan2025-04-163-4/+17
| | | | commit_hash:0e4b24c65451e75f168b456cd0d271ddebb7219d
* Intermediate changesrobot-piglet2025-04-161-2/+2
| | | | commit_hash:f16769226fca7335d2bcf5fb633bf82f06011d96
* 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
* 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
* 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
* Add IWYU pragmas to library/cpp/testing/gtest/gtest.h, remove from ignore listvadim-xd2025-04-051-0/+2
| | | | commit_hash:78d100f33169991cd5dd97d46b7f816695da7a50
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-04-051-1/+1
| | | | commit_hash:1b1e03806eac26bc869e1716fff6898f516901f8
* Intermediate changesrobot-piglet2025-04-032-14/+9
| | | | commit_hash:813f69d5cbf58ac7b580f7c6461a3be8afcc1671
* 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
* 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
* 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 yexception.h and bt_exception.h to prevent include cyclethegeorg2025-03-288-8/+8
| | | | commit_hash:4a6a74639669cf2836dedbc7b61efb1f43faef1f
* Intermediate changesrobot-piglet2025-03-271-15/+15
| | | | commit_hash:0830a73862cb129490950eb5b3986d9c2db68d84
* Fix YT deserialization of schemas with Decimal columns having zero scaleudovichenko-r2025-03-272-11/+56
| | | | commit_hash:04525d1d60a5ace05ce17e9c8aebdd3b4b750eef
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-261-1/+1
| | | | commit_hash:084ceec7be90f34deed34b118565191fc0ea6034
* Make some methods of smart enum being constexprhiddenpath2025-03-252-13/+14
| | | | commit_hash:c29f08fc16d8bd974d4ce516af499de848607ab8
* [library/cpp/threading] Add convenience methods to schedule functions in ↵sskvor2025-03-243-64/+169
| | | | | | TTaskScheduler commit_hash:b8c3ae8e8ca6b0fea0bbf820f40513da41a242f8
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-231-1/+1
| | | | commit_hash:8f2338bca5a2d2de8fbca5db3cb526c2f53863a8
* Add missing typesudovichenko-r2025-03-221-0/+4
| | | | commit_hash:70049abfcda15809251ad057e3e43ad0af234d92
* Intermediate changesrobot-piglet2025-03-211-39/+11
| | | | commit_hash:acc6d7b7aee41b420f987775aa566ee89eacb8eb
* Intermediate changesrobot-piglet2025-03-211-1/+1
| | | | commit_hash:4fb5f2c622a5d9fe2d8d9e2a63b75b6cba7f2bb2
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2025-03-201-1/+1
| | | | commit_hash:24bdc7e32a2d40dd93845e941b49dbb6aee9875f