| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | YT-18920: Parse unknown enum values | galtsev | 2023-04-19 | 1 | -1/+25 |
| | | |||||
| * | External build system generator release 29 | robot-ya-builder | 2023-04-19 | 10 | -10/+10 |
| | | | | Update tools: yexport | ||||
| * | Revert "YT-17689: Move TFreeList to library/cpp/yt/memory" | aleexfi | 2023-04-17 | 7 | -333/+6 |
| | | | | | 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 | 1 | -7/+0 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-04-11 | 3 | -11/+119 |
| | | |||||
| * | YT-18707: Move LLVM out of ytlib | dtorilov | 2023-04-07 | 1 | -0/+16 |
| | | |||||
| * | YT-18375: Get rid of zero size padding | aleexfi | 2023-04-07 | 2 | -1/+23 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-04-07 | 2 | -0/+7 |
| | | |||||
| * | Revert ymake build from ydb oss export | alexv-smirnov | 2023-03-28 | 20 | -384/+0 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-21 | 1 | -1/+2 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-18 | 2 | -2/+17 |
| | | |||||
| * | YT-18571: fix YT enums' uniqueness check | ignatloskutov | 2023-03-17 | 1 | -9/+1 |
| | | | | | | | | | | | | Otherwise, enums like this compile successfully: ``` DEFINE_ENUM(ENonUnique, ((Foo1) (0)) ((Foo2) (0)) ((Foo3) (0)) ((Foo4) (0)) ); ``` | ||||
| * | External build system generator release 21 | robot-ya-builder | 2023-03-17 | 10 | -30/+30 |
| | | | | Update tools: yexport | ||||
| * | YT-17689: Move TFreeList to library/cpp/yt/memory | aleexfi | 2023-03-17 | 8 | -6/+334 |
| | | |||||
| * | add library/cpp/actors, ymake build to ydb oss export | alexv-smirnov | 2023-03-15 | 20 | -0/+383 |
| | | |||||
| * | YT-18571: Refactor YT enums to make them Arcadia-friendly | babenko | 2023-03-14 | 5 | -233/+257 |
| | | |||||
| * | YTORM-666: Fix linear lookups for composite history or watch attributes | dgolear | 2023-03-13 | 1 | -3/+2 |
| | | |||||
| * | Optimize varints | babenko | 2023-03-10 | 2 | -94/+158 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: %% Run on (56 X 3200 MHz CPU s) CPU Caches: L1 Data 32 KiB (x28) L1 Instruction 32 KiB (x28) L2 Unified 256 KiB (x28) L3 Unified 35840 KiB (x2) Load Average: 1.29, 2.30, 2.18 ***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead. ----------------------------------------------------------- Benchmark Time CPU Iterations ----------------------------------------------------------- BM_SmallVarUint 275 ns 275 ns 1843898 BM_MediumVarUint 825 ns 824 ns 843158 BM_LargeVarUint 1200 ns 1200 ns 585964 %% After: %% Run on (56 X 3200 MHz CPU s) CPU Caches: L1 Data 32 KiB (x28) L1 Instruction 32 KiB (x28) L2 Unified 256 KiB (x28) L3 Unified 35840 KiB (x2) Load Average: 1.67, 1.73, 1.74 ***WARNING*** CPU scaling is enabled, the benchmark real time measurements may be noisy and will incur extra overhead. ----------------------------------------------------------- Benchmark Time CPU Iterations ----------------------------------------------------------- BM_SmallVarUint 131 ns 130 ns 5345527 BM_MediumVarUint 505 ns 505 ns 1000000 BM_LargeVarUint 793 ns 793 ns 871621 %% | ||||
| * | YT: Allow to define enum with custom string represenation | bulatman | 2023-03-10 | 2 | -0/+30 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-09 | 20 | -0/+216 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-07 | 1 | -3/+5 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-03-07 | 30 | -20/+20 |
| | | |||||
| * | External build system generator release 17 | robot-ya-builder | 2023-03-06 | 10 | -10/+10 |
| | | | | Update tools: yexport | ||||
| * | Use strong typedefs for TRefCountedTypeCookie and TRefCountedTypeKey | babenko | 2023-03-06 | 4 | -27/+200 |
| | | |||||
| * | Enable -Wdeprecated-this-capture for all YT projects | babenko | 2023-03-03 | 25 | -1/+77 |
| | | |||||
| * | 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 | ||||
| * | Intermediate changes | robot-piglet | 2023-03-02 | 1 | -0/+1 |
| | | |||||
| * | RIP DenseMap | babenko | 2023-02-28 | 1 | -26/+0 |
| | | |||||
| * | 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-14 | 3 | -3/+91 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 24 | -66/+66 |
| | | |||||
| * | Intermediate changes | robot-piglet | 2023-02-07 | 24 | -66/+66 |
| | | |||||
| * | External build system generator release 12 | robot-ya-builder | 2023-01-31 | 10 | -10/+10 |
| | | | | Update tools: yexport | ||||
| * | Refactor and improve TSharedRangeHolder | babenko | 2023-01-20 | 7 | -28/+128 |
| | | |||||
| * | External build system generator release 8 | robot-ya-builder | 2023-01-17 | 41 | -41/+41 |
| | | | | Update tools: yexport | ||||
| * | 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 | 6 | -20/+16 |
| | | |||||
| * | Update README.md. | yuryalekseev | 2023-01-09 | 2 | -2/+6 |
| | | |||||
| * | Update contrib/python/exceptiongroup to 1.1.0 | robot-contrib | 2023-01-07 | 8 | -246/+300 |
| | | |||||
| * | More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput ↵ | babenko | 2023-01-03 | 16 | -0/+984 |
| | | | | | | | | to library More TChunkedMemoryPool, TChunkedMemoryAllocator, TChunkedMemoryPoolOutput to library wip | ||||
| * | Cosmetics in ref counted | lukyan | 2022-12-26 | 3 | -7/+7 |
| | | |||||
| * | Sync linux-headers instead of using system ones | thegeorg | 2022-12-15 | 40 | -113/+669 |
| | | |||||
| * | Node maintenance requests | kvk1920 | 2022-12-08 | 2 | -4/+10 |
| | | |||||
| * | Fix nallocx redefinition when using lf allocator on windows | aleexfi | 2022-12-06 | 3 | -13/+18 |
| | | |||||
| * | Add TSharedRefArray::ToString | babenko | 2022-12-04 | 2 | -0/+22 |
| | | |||||
| * | remove kikimr/driver DEPENDS | qrort | 2022-12-02 | 24 | -2216/+0 |
| | | |||||
| * | validate canons without yatest_common | qrort | 2022-11-30 | 24 | -0/+2216 |
| | | |||||
