aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* YT-21566: Access thread local variables via noinline functionslukyan2024-04-2612-111/+83
| | | | 970c33b44a7bd166b2716d86d3d2053dcaf05d7d
* Intermediate changesrobot-piglet2024-04-241-2/+2
|
* Replace incorrect [[fallthrough]] with breakvadim-xd2024-04-241-1/+1
| | | | 7783a07e40a1942583eb0470e1a4b58b3369951e
* Move NO_UNIQUE_ADDRESS macro to library/cpp/yt/misc/port.harkady-e1ppa2024-04-231-0/+6
| | | | 8b95cb159efca3d611ef0361a6f53a20b2fb5b37
* Replace more bad usages of AsciiCompareIgnoreCasevadim-xd2024-04-231-3/+5
| | | | | Fixup rXXXXXX 9d34af8101f3a279b792863b45b9b402c6bd21f1
* Replace remaining bad usages of AsciiCompareIgnoreCasevadim-xd2024-04-221-3/+5
| | | | 231a9b4db35ccee7e5a5b716b57d594973adc23b
* Move concepts to library/cpp/yt/misc/concepts.harkady-e1ppa2024-04-212-28/+53
| | | | | Done b2c0a25fcacbb46fcf6294ce86b1a27ad2adac50
* Intermediate changesrobot-piglet2024-04-202-7/+7
|
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-04-201-1/+1
| | | | ba564ebebc1f8959e21428666934e394db040489
* Avoid passing columnPresenceBuffer aroundbabenko2024-04-192-0/+48
| | | | ed3889fb0e8fb71a059686f7c4133e9058935718
* Intermediate changesrobot-piglet2024-04-184-0/+89
|
* Use AsciiEqualsIgnoreCase, remove bicyclevadim-xd2024-04-171-10/+3
| | | | 05bf28fe4eb31cec383104614cfd06d51d5c6a72
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-04-171-1/+1
| | | | abc4f16f2a80b89a4bb0f4961df492ad2881a007
* Add THttpHeaders constructor from TArrayRefvadim-xd2024-04-165-2/+38
| | | | 351519c01d45a22beceb491029a8f516619673a0
* Move FunctionView to library/cpp/yt/memory and add unit testsarkady-e1ppa2024-04-154-0/+195
| | | | 0f22987a2824410add2233f4434e26c9e1903da1
* YT: Add NodeFromYsonStreamNonGreedy; use it in TNode::Loadionagamed2024-04-159-20/+160
| | | | | В рамках 3547980204d51d6eba4c3b56989a916379526673
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-04-131-1/+1
| | | | 2a8ad5153e705d400848986ee41961e9727ba64a
* Modernize superseded grpc includesthegeorg2024-04-121-1/+1
| | | | | | `include/grpc++` was the original directory name for all C++ header files but it conflicted with the naming scheme required for some build systems. It is superseded by `include/grpcpp`. ede5ac168419131cfa95db8f7d3cb0bf11597992
* YT-19731: Whitelist now prevents dropping inner errors with whitelisted ↵arkady-e1ppa2024-04-111-0/+40
| | | | | | | attributes No tests for now 9e6aa6815b8d892d1e76281e95f5d044196801e1
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-04-101-1/+1
| | | | bdeed1cefc753fe53d18db1219ca5e6b9e030933
* YDB Import 593robot-ydb-importer2024-04-1039-3928/+0
| | | | 3c9be2821637ff70380f40cad2d26b1db536740c
* DebugPrint for THttpServerOptionsgous322024-04-102-0/+20
| | | | ddffb1ebbc56036902fc8b93aac08ff45a8ef547
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-04-071-1/+1
| | | | ed46af53587fda3122e7fdad8c6f60ef76e66e0e
* Add THttpServerOutput::ContentBytesWrittenvadim-xd2024-04-061-1/+3
| | | | 042561a12173d74b7f904c5e5b4c2a89c148015f
* YT-21402: Fibers Refactoring pt.1: Introduce FunctionView to use it as ↵arkady-e1ppa2024-04-052-0/+210
| | | | | | | | | | | | | | | | | | | AfterSwitch and improved registry algorithm 1) Added FunctionView -- non-owning type-erasure container. If we know that lambda lifetime is long enough, we can save up allocation by using this instead of TCallback. 2) Used FunctionView as AfterSwitch inside FiberSchedulerThread. We saved up a bunch of allocations (e.g. net worst-case allocations per suspend changed from 4 (x2 after switch + fiber allocation + enqueue to idle pool lf stack) to 2 (fiber allocation + enqueue to idle pool lf stack). 3) Fiber is not longer RefCounted. Its lifetime is managed via contract with TFiberRegistry. 4) TFiberRegistry is now lock-free for fiber insertion and deletion. For introspector it is still blocking. 5) "Introduced" SimpleIntrusiveList and IntrusiveMPSCStack to work be used in aforementioned TFiberRegistry. 6) elsedef branch of YT_REUSE_FIBERS was broken for about 3 years cause of double SetAfterSwitch. Now fixed. 7) (3), (4) and (5) caused some changes in yt_fiber_printers because some stuff was hardcoded there. Compat is in place. d6cf2ae5801c87813a21ca3e7243e1b2baa09f35
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-04-041-1/+1
| | | | 885af1f4dbd3971fa148db453793b3bcba86ea06
* Intermediate changesrobot-piglet2024-04-021-4/+0
|
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-04-011-2/+1
| | | | 38fcc9e01d924ff61e67be0f6dfda16ec0f5ad3a
* Intermediate changesrobot-piglet2024-04-011-2/+10
|
* Fix issues of rXXXXXXarkady-e1ppa2024-03-292-7/+4
| | | | | Iss 50866203dbb2e8797cb32b2d1fdaa44bda88e1c1
* [vcs]modchooser -h should not print colored if not TTYtldr2024-03-282-7/+7
| | | | 56651679ad5f4f41f350a3f125a5604495e64dae
* YT-21233: Remove TSimpleException and teach TCompositeException storing ↵arkady-e1ppa2024-03-289-39/+152
| | | | | | | simple attributes Expand the CompositeException 9a10ec65bfc1df854e03bb3a4d8d0a0c0e4a3a5d
* Publish library/cpp/dot_productazevaykin2024-03-2610-0/+1090
| | | | | | | Publish pod_product to https://github.com/ydb-platform/ydb It has already been published to github: https://github.com/catboost/catboost/tree/master/library/cpp/dot_product 44150e7508881f4239c960f90320799b1b090072
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-03-251-1/+1
| | | | fb308a8b9fd2dc57f7015330464c4b55e932cec9
* Increase preprocessor recursion depth limitapachee2024-03-251-7/+604
| | | | | Increase preprocessor recursion depth limit because after commit YT-21331 to release branch number of enum fields exceeds 199 3536c4e6a39e1d48a4225f4845f43b16025ec73c
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-03-221-1/+1
| | | | fe68c37dc6ed2a224462df02e0deb8b1ca0ca38f
* YT-18458: Introduce wide types into mapreduce interfacewhatsername2024-03-2110-2/+488
| | | | 7ae047ef618cc44d7dd3e817dc27f2336d9e38c3
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-03-211-2/+1
| | | | edefcd6a58c9fc64b6e2322c89d7e71848bdf11a
* manage prometheusaleksei-le2024-03-194-77/+140
| | | | a543f08a6f2957757c54b3f9e5a095389a51dbeb
* skip metrics without name label instead of crashing KIKIMR-21198monster2024-03-181-3/+3
| | | | c7b986ea7dbf4feee593ab829a2ad361d46c77b0
* Fix USE_ICONV=local on macOSsomov2024-03-151-2/+2
| | | | 07564a01625ba418360cb1b39a9df66f31a2ca6a
* Export clang-format16 via ydblib projectthegeorg2024-03-132-0/+23
| | | | 6e6be3a95868fde888d801b7590af4044049563f
* Make "GMT+03:00" known timezone formatd-dima2024-03-121-5/+14
| | | | cd2e9b766cd6579b0124ffe05b23a22513e19a93
* YTORM-275: Fix TInstant deserialization from microsecond valuesdgolear2024-03-121-4/+10
| | | | 47845f7aede6898d43680bd7c6f1d48c05607e34
* Intermediate changesrobot-piglet2024-03-081-0/+72
|
* disjoint_interval_tree has been fixed for the only one intervalhcpp2024-03-042-1/+13
| | | | 591efff179d61582961dbd66ad865cec1fbf9886
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-03-011-1/+1
| | | | 41cc54fde10b0b783aec4948c1dc8eae35cea047
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-281-1/+1
| | | | dac62cd9954d9192bc048002d928fc9e5c9cde1f
* Add correct log for ifax snapshots unzipping.ypodlesov2024-02-261-4/+2
| | | | | Add correct log for ifax snapshots unzipping. 7b2383c901420c90a431c34bb7f8695372b68edf
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-02-251-1/+1
| | | | 7f74579a194296c8b3e8c263bfd3d35de08cce9d