summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt
Commit message (Collapse)AuthorAgeFilesLines
* Introduce TLazyMultiValueFormatterifsmirnov2023-07-063-0/+81
|
* Intermediate changesrobot-piglet2023-06-302-15/+40
|
* Revert "YT-19324: move YT provider to ydb/library/yql"max422023-06-3051-3680/+0
| | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12.
* YT-19324: move YT provider to ydb/library/yqlmax422023-06-3051-0/+3680
| | | | | | | | | | | | | | This commit is formed by the following script: https://paste.yandex-team.ru/6f92e4b8-efc5-4d34-948b-15ee2accd7e7/text. This commit has zero effect on all projects that depend on YQL. The summary of changes: - `yql/providers/yt -> ydb/library/yql/providers/yt `- the whole implementation of YT provider is moved into YDB code base for further export as a part of YT YQL plugin shared library; - `yql/providers/stat/{expr_nodes,uploader} -> ydb/library/yql/providers/stat/{expr_nodes,uploader}` - a small interface without implementation and the description of stat expr nodes; - `yql/core/extract_predicate/ut -> ydb/library/yql/core/extract_predicate/ut`; - `yql/core/{ut,ut_common} -> ydb/library/yql/core/{ut,ut_common}`; - `yql/core` is gone; - `yql/library/url_preprocessing -> ydb/library/yql/core/url_preprocessing`. **NB**: all new targets inside `ydb/` are under `IF (NOT CMAKE_EXPORT)` clause which disables them from open-source cmake generation and ya make build. They will be enabled in the subsequent commits.
* YT: Escape back slash when format string with quotesbulatman2023-06-282-0/+9
|
* Strongly typed cell tagkvk19202023-06-281-1/+0
|
* add ymake export to ydbalexv-smirnov2023-06-1321-0/+403
|
* Intermediate changesrobot-piglet2023-06-111-0/+10
|
* YT-19300: Various helpers for TStrongTypedefkvk19202023-06-082-1/+57
|
* Copy cached responses in TObjectServiceCachebabenko2023-06-062-0/+19
|
* YT-17341: Use TThreadName instead of TString to store thread name in error.yuryalekseev2023-06-052-4/+15
|
* Fix typos in library/cpp/ytbabenko2023-06-041-1/+1
|
* Fix typos in library/cpp/ytbabenko2023-06-035-5/+5
|
* Intermediate changesrobot-piglet2023-06-024-0/+214
|
* YT: Fix ParseEnum when custom domain names usedbulatman2023-06-013-1/+39
|
* Intermediate changesrobot-piglet2023-05-302-0/+113
|
* YT-19191: Support system stl for yt/cpp/mapreduce clientnadya732023-05-252-3/+3
| | | Support default stl for yt/cpp/mapreduce client
* Intermediate changesrobot-piglet2023-05-231-2/+6
|
* YT: Fix memory leak in Newbulatman2023-05-232-2/+19
|
* YT-18571: Drop TStrongTypedef::operator=babenko2023-05-202-22/+0
|
* Enable more tests involving memory taggingbabenko2023-05-201-3/+7
|
* YT-17341: Use thread name instead of thread id in error origins.yuryalekseev2023-05-206-0/+65
|
* Extract memory tag API to librarybabenko2023-05-198-0/+137
|
* Remove extra semicolons in ytbulatman2023-05-164-8/+14
|
* YT-17689: Move TFreeList to library/cpp/yt/memoryaleexfi2023-05-107-5/+459
| | | Iteration no. 2. First one reverted due to YT-18997
* Support object key serializations-berdnikov2023-05-071-2/+1
|
* Intermediate changesrobot-piglet2023-05-052-8/+12
|
* YT-18920: Add `TryDecodeEnumValue()`galtsev2023-05-043-23/+49
|
* YT-19007: Implement NewWithOffloadedDtorbabenko2023-05-024-112/+120
|
* Statically assert little endianbabenko2023-04-291-3/+1
|
* Drop hash_helpers.hbabenko2023-04-295-0/+21
|
* YT-18920: Parse unknown enum valuesgaltsev2023-04-191-1/+25
|
* External build system generator release 29robot-ya-builder2023-04-1910-10/+10
| | | Update tools: yexport
* Revert "YT-17689: Move TFreeList to library/cpp/yt/memory"aleexfi2023-04-177-333/+6
| | | | This reverts commit 617a1d07971366c19cdf278579ee9b1cbfa53db8, reversing changes made to 27e0312d3842c4e5e3ea6b09611c8f6ff6938dd6.
* Intermediate changesrobot-piglet2023-04-171-3/+3
|
* Refactor backtrace cursorsbabenko2023-04-138-0/+133
|
* Intermediate changesrobot-piglet2023-04-111-7/+0
|
* Intermediate changesrobot-piglet2023-04-113-11/+119
|
* YT-18707: Move LLVM out of ytlibdtorilov2023-04-071-0/+16
|
* YT-18375: Get rid of zero size paddingaleexfi2023-04-072-1/+23
|
* Intermediate changesrobot-piglet2023-04-072-0/+7
|
* Revert ymake build from ydb oss exportalexv-smirnov2023-03-2820-384/+0
|
* Intermediate changesrobot-piglet2023-03-211-1/+2
|
* Intermediate changesrobot-piglet2023-03-182-2/+17
|
* YT-18571: fix YT enums' uniqueness checkignatloskutov2023-03-171-9/+1
| | | | | | | | | | | Otherwise, enums like this compile successfully: ``` DEFINE_ENUM(ENonUnique, ((Foo1) (0)) ((Foo2) (0)) ((Foo3) (0)) ((Foo4) (0)) ); ```
* External build system generator release 21robot-ya-builder2023-03-1710-30/+30
| | | Update tools: yexport
* YT-17689: Move TFreeList to library/cpp/yt/memoryaleexfi2023-03-178-6/+334
|
* add library/cpp/actors, ymake build to ydb oss exportalexv-smirnov2023-03-1520-0/+383
|
* YT-18571: Refactor YT enums to make them Arcadia-friendlybabenko2023-03-145-233/+257
|
* YTORM-666: Fix linear lookups for composite history or watch attributesdgolear2023-03-131-3/+2
|