Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move TChunkedOutputStream to library and make it zero-copy aware | babenko | 2022-11-13 | 4 | -43/+189 | |
| | ||||||
* | make class more compatible with std::vector | tobo | 2022-11-11 | 2 | -5/+72 | |
| | ||||||
* | Add Detach to TSharedData | innokentii | 2022-11-11 | 5 | -6/+36 | |
| | | | add Detach to TSharedData | |||||
* | add move operations, more constructors, fit memory blocks to power-of-two size | tobo | 2022-11-11 | 2 | -5/+107 | |
| | ||||||
* | guess socket type on creation | xenoxeno | 2022-11-09 | 2 | -7/+38 | |
| | ||||||
* | pass away guard | ivanmorozov | 2022-11-08 | 1 | -1/+30 | |
| | ||||||
* | Add owner-based shared_data backend impl for contiguous_data | innokentii | 2022-11-08 | 5 | -183/+213 | |
| | | | add owner-based shared_data backend impl for contiguous_data | |||||
* | async send method | ivanmorozov | 2022-11-07 | 2 | -0/+5 | |
| | ||||||
* | ,completely remove combined poller | kulikov | 2022-11-03 | 3 | -44/+19 | |
| | | | | | | | - no significant perfomance gain by now; - balancer doesn't use combined poller; - tests over combined poller normally check only one part; - poll and epoll have some differences in behaivor; - there is probably a bug somewhere (uncaught exception on switch from poll to epoll). | |||||
* | Add msvc workaround for TContiguousData | innokentii | 2022-11-03 | 1 | -2/+2 | |
| | | | workaround for msvc compiler | |||||
* | Properly use std::max_align_t | babenko | 2022-11-03 | 1 | -2/+2 | |
| | ||||||
* | fix hang on invalid url | xenoxeno | 2022-11-03 | 1 | -3/+3 | |
| | ||||||
* | Introduce aligned_malloc; drop more YTAlloc dependencies | babenko | 2022-11-03 | 8 | -38/+37 | |
| | ||||||
* | Missing deps to generated headers | svidyuk | 2022-11-01 | 1 | -0/+1 | |
| | | | | * Always add ARCHIVE output to cmake sorces as it's intendend to be used as header generator * Precise port of ragel output file name from ya.make to generated cmake | |||||
* | Remove unlocalized mode from NLG library | alexanderplat | 2022-10-31 | 1 | -1/+2 | |
| | ||||||
* | Fix public YDB build (lua issue) | svidyuk | 2022-10-31 | 1 | -2/+4 | |
| | ||||||
* | [pg] initialize tx timestamps | vvvv | 2022-10-30 | 3 | -21/+44 | |
| | | | | влияет на функции now, statement_timestamp - они будут брать кешированное значение с момента инициализации comp graph. clock_timestamp сейчас всегда возвращает некешированное системное время - это потом надо будет увести в TimeProvider | |||||
* | Remove a workaround for ancient CUDA versions | dfyz | 2022-10-29 | 2 | -0/+94 | |
| | | | `#define noexcept throw()` is a questionable idea, since replacing `noexcept` with `throw()` in expressions such as `noexcept(true)` results in spectacular compiler errors. We stopped supporting CUDA 8 (and even CUDA 9) long ago, which means we can just get rid of the problematic define. | |||||
* | Add extra Y_VERIFY in PassAway | alexvru | 2022-10-28 | 8 | -4/+16 | |
| | ||||||
* | Fix a blockcode-related include in `library/cpp/resource` | dfyz | 2022-10-28 | 1 | -1/+1 | |
| | | | `library/cpp/blockcodes` — это большая мета-либа, которая подтягивает к себе все существующие кодеки. `library/cpp/resource` по пирдирам зависит не от неё, а только от пары `library/cpp/blockcodes/core` + `library/cpp/blockcodecs/codecs/zstd`, но при этом включает инклюд напрямую из `library/cpp/blockcodes` (всё работает, потому что `library/cpp/blockcodes` сразу проксирует инклюд в `library/cpp/blockcodes/core`). | |||||
* | Introduce PP_DEPAREN | babenko | 2022-10-27 | 2 | -0/+17 | |
| | ||||||
* | Support aws profiles | ilnaz | 2022-10-27 | 5 | -0/+74 | |
| | ||||||
* | [monlib] Remove a redundant check | ivanzhukov | 2022-10-27 | 1 | -1/+0 | |
| | ||||||
* | Extract TDigest from YQL to library | ifsmirnov | 2022-10-27 | 7 | -0/+281 | |
| | ||||||
* | Fix incorrect base class for TEvStateRequest | galaxycrab | 2022-10-26 | 1 | -2/+5 | |
| | ||||||
* | Enable linux-arm platform. | dcherednik | 2022-10-26 | 39 | -186/+824 | |
| | ||||||
* | ydb format support for session actor. | dcherednik | 2022-10-26 | 2 | -0/+8 | |
| | ||||||
* | Unicode::Is{Category} | amnosov | 2022-10-26 | 16 | -0/+1420 | |
| | | | Unicode::Is{Category} udfs added | |||||
* | calc current exception message once | pg | 2022-10-26 | 1 | -3/+3 | |
| | ||||||
* | [comptrie] Use std::move with TBlob (clang-tidy modernize-pass-by-value) | sobols | 2022-10-25 | 1 | -14/+11 | |
| | | | TBlob is ref-counted, moving it may be faster than copying. | |||||
* | add NOLINT for clang-tidy | yakubovskiy03 | 2022-10-25 | 1 | -2/+2 | |
| | | | | | Сейчас диагностика [readability-container-size-empty](https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/clang-tidy/checks/readability-container-size-empty.html) ругается на %%UNIT_ASSERT_EQUAL(s, "")%%. Можно поменять на %%UNIT_ASSERT(s.empty())%%, но у этого изменения есть как минимум 2 недостатка (дальше со слов @sobols): - Если тест сломается и строчка станет непустой, мы не увидим красивого сообщения об ошибке, содержащего новое значение, а будет безликое сообщение про assertion failed. - Выглядит неоднородно с соседним кодом, который проверяет на непустые строчки. | |||||
* | Add cbor to MimeNames array | mokhotskii | 2022-10-24 | 1 | -1/+2 | |
| | ||||||
* | [external_abt]fix uaas 5xx | barkovbg | 2022-10-24 | 1 | -0/+8 | |
| | ||||||
* | fix NO_DEBUG_INFO() for OS_DARWIN | snermolaev | 2022-10-23 | 1 | -0/+181 | |
| | ||||||
* | fix namespace usage for tls variable | ivanmorozov | 2022-10-21 | 1 | -9/+9 | |
| | ||||||
* | actor logs usage simplification | ivanmorozov | 2022-10-21 | 1 | -0/+43 | |
| | ||||||
* | event for anything (temporary compatibility with simple events) | ivanmorozov | 2022-10-21 | 3 | -16/+30 | |
| | ||||||
* | use context constructor and sender guard instead of method with a lot of ↵ | ivanmorozov | 2022-10-21 | 2 | -5/+41 | |
| | | | | arguments | |||||
* | Update contrib/libs/cxxsupp/openmp to 15.0.2 | thegeorg | 2022-10-20 | 2 | -13/+9 | |
| | ||||||
* | optimize interfaces | ivanmorozov | 2022-10-19 | 5 | -24/+46 | |
| | ||||||
* | Fix spilling UT | va-kuznecov | 2022-10-18 | 3 | -0/+389 | |
| | ||||||
* | actors object model | ivanmorozov | 2022-10-18 | 15 | -65/+255 | |
| | ||||||
* | Improve TContigousData interface | innokentii | 2022-10-18 | 2 | -78/+227 | |
| | | | improve TContiguousData interface | |||||
* | YT: Support multiple literals in YPathJoin | dgolear | 2022-10-18 | 2 | -7/+14 | |
| | ||||||
* | Remove redundant TString conversion in blobstorage | innokentii | 2022-10-17 | 1 | -0/+7 | |
| | | | remove redundant copying | |||||
* | Allow to pass exception to the coroutine to be cancelled | nocomer | 2022-10-14 | 3 | -0/+50 | |
| | ||||||
* | feat: add dlc-ctl package to autocheck | cody0 | 2022-10-13 | 1 | -12/+2 | |
| | ||||||
* | [scheme] Allow to create a new null value which shares a pool with the ↵ | sobols | 2022-10-12 | 3 | -1/+99 | |
| | | | | current value without directly attaching it as child | |||||
* | Fix wilson uploader event handler | alexvru | 2022-10-12 | 1 | -5/+33 | |
| | ||||||
* | [relaxed_escaper] Speed up | sobols | 2022-10-10 | 1 | -15/+19 | |
| |