| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |
* | Revert "YT-17689: Move TFreeList to library/cpp/yt/memory" | aleexfi | 2023-04-17 | 4 | -329/+0 |
* | 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 |
* | 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 |
* | 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 autocheck... | pechatnov | 2023-03-02 | 1 | -1/+5 |
* | Hazard pointers cosmetics | babenko | 2023-02-24 | 6 | -83/+150 |
* | Fix build using cl.exe | spreis | 2023-02-17 | 1 | -1/+3 |
* | 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 |
* | 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 |
* | join-reduce optimization. | orlovorlov | 2023-01-13 | 1 | -0/+6 |
* | Add nallocx impl on windows; Remove dependence on allocator coz it doesn't work | aleexfi | 2023-01-10 | 1 | -0/+3 |
* | Update README.md. | yuryalekseev | 2023-01-09 | 2 | -2/+6 |
* | Update contrib/python/exceptiongroup to 1.1.0 | robot-contrib | 2023-01-07 | 2 | -1/+8 |
* | More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput to... | babenko | 2023-01-03 | 16 | -0/+984 |
* | Cosmetics in ref counted | lukyan | 2022-12-26 | 3 | -7/+7 |
* | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 4 | -16/+81 |
* | Add TSharedRefArray::ToString | babenko | 2022-12-04 | 2 | -0/+22 |
* | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 2 | -61/+0 |
* | validate canons without yatest_common | qrort | 2022-11-30 | 2 | -0/+61 |
* | Fix ya-bin crashes on win when yt-store is enabled | svidyuk | 2022-11-21 | 1 | -0/+8 |
* | Switch to modern std::memory_order enum | babenko | 2022-11-16 | 3 | -17/+17 |
* | Move TChunkedOutputStream to library and make it zero-copy aware | babenko | 2022-11-13 | 4 | -43/+189 |
* | Properly use std::max_align_t | babenko | 2022-11-03 | 1 | -2/+2 |
* | Introduce aligned_malloc; drop more YTAlloc dependencies | babenko | 2022-11-03 | 6 | -38/+16 |
* | [pg] initialize tx timestamps | vvvv | 2022-10-30 | 3 | -21/+44 |
* | Remove a workaround for ancient CUDA versions | dfyz | 2022-10-29 | 2 | -0/+94 |
* | Memory reference tracking restyling | savrus | 2022-10-07 | 6 | -44/+101 |
* | Fix of aligned_free on windows | aleexfi | 2022-10-04 | 2 | -10/+22 |