| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Use volatile TLS in library/cpp/yt | lukyan | 2023-12-05 | 1 | -1/+3 | |
| | | ||||||
| * | External build system generator release 65 | robot-ya-builder | 2023-12-05 | 1 | -3/+3 | |
| | | | | | Update tools: yexport, os-yexport | |||||
| * | add darwin-arm64 CMakeLists | dcherednik | 2023-11-20 | 2 | -0/+36 | |
| | | ||||||
| * | Support Save/Load TYsonString | yurial | 2023-11-16 | 4 | -0/+29 | |
| | | ||||||
| * | YT-20424: Fix move constructor and assignment for TSharedRange. | ponasenko-rs | 2023-11-14 | 3 | -0/+85 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-09-25 | 4 | -0/+295 | |
| | | ||||||
| * | Removed the last typedefs in the codebase | sabdenovch | 2023-08-28 | 7 | -17/+17 | |
| | | | | | | removed a lot of typedefs and turned a couple of std::pairs into something more meaningful | |||||
| * | YT-19686: Support building TRef from std::string | gritukan | 2023-08-07 | 3 | -0/+9 | |
| | | ||||||
| * | YT-19210: expose YQL shared library for YT. | max42 | 2023-07-29 | 2 | -0/+65 | |
| | | | | | After this, a new target libyqlplugin.so appears. in open-source cmake build. Diff in open-source YDB repo looks like the following: https://paste.yandex-team.ru/f302bdb4-7ef2-4362-91c7-6ca45f329264 | |||||
| * | Add explicit sanitizer dependencies up to market | reshilkin | 2023-07-26 | 5 | -0/+5 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-06-30 | 2 | -15/+40 | |
| | | ||||||
| * | Revert "YT-19324: move YT provider to ydb/library/yql" | max42 | 2023-06-30 | 2 | -65/+0 | |
| | | | | | This reverts commit ca272f12fdd0e8d5c3e957fc87939148f1caaf72, reversing changes made to 49f8acfc8b0b5c0071b804423bcf53fda26c7c12. | |||||
| * | YT-19324: move YT provider to ydb/library/yql | max42 | 2023-06-30 | 2 | -0/+65 | |
| | | | | | | | | | | | | | | | 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. | |||||
| * | add ymake export to ydb | alexv-smirnov | 2023-06-13 | 2 | -0/+69 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-06-11 | 1 | -0/+10 | |
| | | ||||||
| * | Copy cached responses in TObjectServiceCache | babenko | 2023-06-06 | 2 | -0/+19 | |
| | | ||||||
| * | Fix typos in library/cpp/yt | babenko | 2023-06-03 | 2 | -2/+2 | |
| | | ||||||
| * | YT-19191: Support system stl for yt/cpp/mapreduce client | nadya73 | 2023-05-25 | 2 | -3/+3 | |
| | | | | Support default stl for yt/cpp/mapreduce client | |||||
| * | YT: Fix memory leak in New | bulatman | 2023-05-23 | 2 | -2/+19 | |
| | | ||||||
| * | Enable more tests involving memory tagging | babenko | 2023-05-20 | 1 | -3/+7 | |
| | | ||||||
| * | Extract memory tag API to library | babenko | 2023-05-19 | 8 | -0/+137 | |
| | | ||||||
| * | Remove extra semicolons in yt | bulatman | 2023-05-16 | 2 | -2/+2 | |
| | | ||||||
| * | YT-17689: Move TFreeList to library/cpp/yt/memory | aleexfi | 2023-05-10 | 4 | -0/+455 | |
| | | | | Iteration no. 2. First one reverted due to YT-18997 | |||||
| * | Intermediate changes | robot-piglet | 2023-05-05 | 2 | -8/+12 | |
| | | ||||||
| * | YT-19007: Implement NewWithOffloadedDtor | babenko | 2023-05-02 | 4 | -112/+120 | |
| | | ||||||
| * | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 1 | -1/+1 | |
| | | | | Update tools: yexport | |||||
| * | Revert "YT-17689: Move TFreeList to library/cpp/yt/memory" | aleexfi | 2023-04-17 | 4 | -329/+0 | |
| | | | | | This reverts commit 617a1d07971366c19cdf278579ee9b1cbfa53db8, reversing changes made to 27e0312d3842c4e5e3ea6b09611c8f6ff6938dd6. | |||||
| * | Intermediate changes | robot-piglet | 2023-04-17 | 1 | -3/+3 | |
| | | ||||||
| * | Refactor backtrace cursors | babenko | 2023-04-13 | 8 | -0/+133 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-04-11 | 3 | -11/+119 | |
| | | ||||||
| * | YT-18707: Move LLVM out of ytlib | dtorilov | 2023-04-07 | 1 | -0/+16 | |
| | | ||||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 2 | -61/+0 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-03-21 | 1 | -1/+2 | |
| | | ||||||
| * | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 1 | -3/+3 | |
| | | | | Update tools: yexport | |||||
| * | YT-17689: Move TFreeList to library/cpp/yt/memory | aleexfi | 2023-03-17 | 5 | -0/+330 | |
| | | ||||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 2 | -0/+60 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-03-09 | 2 | -0/+30 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-03-07 | 3 | -2/+2 | |
| | | ||||||
| * | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 1 | -1/+1 | |
| | | | | Update tools: yexport | |||||
| * | Use strong typedefs for TRefCountedTypeCookie and TRefCountedTypeKey | babenko | 2023-03-06 | 2 | -27/+43 | |
| | | ||||||
| * | Enable -Wdeprecated-this-capture for all YT projects | babenko | 2023-03-03 | 3 | -0/+9 | |
| | | ||||||
| * | YT: Fix yt/yt/client, yt/yt/ytlib for std::string and include it to ↵ | pechatnov | 2023-03-02 | 1 | -1/+5 | |
| | | | | | autocheck with TString=std::string | |||||
| * | Hazard pointers cosmetics | babenko | 2023-02-24 | 6 | -83/+150 | |
| | | ||||||
| * | Fix build using cl.exe | spreis | 2023-02-17 | 1 | -1/+3 | |
| | | | | | | | | https://en.cppreference.com/w/c/language/array `Zero-length array declarations are not allowed, even though some compilers offer them as extensions (typically as a pre-C99 implementation of flexible array members).` This is needed to build catboost for Windows. | |||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -27/+27 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 3 | -27/+27 | |
| | | ||||||
| * | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 1 | -1/+1 | |
| | | | | Update tools: yexport | |||||
| * | Refactor and improve TSharedRangeHolder | babenko | 2023-01-20 | 5 | -14/+95 | |
| | | ||||||
| * | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 4 | -4/+4 | |
| | | | | Update tools: yexport | |||||
| * | join-reduce optimization. | orlovorlov | 2023-01-13 | 1 | -0/+6 | |
| | | ||||||
