aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Missing deps to generated headerssvidyuk2022-11-011-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 libraryalexanderplat2022-10-311-1/+2
|
* Fix public YDB build (lua issue)svidyuk2022-10-311-2/+4
|
* [pg] initialize tx timestampsvvvv2022-10-303-21/+44
| | | | влияет на функции now, statement_timestamp - они будут брать кешированное значение с момента инициализации comp graph. clock_timestamp сейчас всегда возвращает некешированное системное время - это потом надо будет увести в TimeProvider
* Remove a workaround for ancient CUDA versionsdfyz2022-10-292-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 PassAwayalexvru2022-10-288-4/+16
|
* Fix a blockcode-related include in `library/cpp/resource`dfyz2022-10-281-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_DEPARENbabenko2022-10-272-0/+17
|
* Support aws profilesilnaz2022-10-275-0/+74
|
* [monlib] Remove a redundant checkivanzhukov2022-10-271-1/+0
|
* Extract TDigest from YQL to libraryifsmirnov2022-10-277-0/+281
|
* Fix incorrect base class for TEvStateRequestgalaxycrab2022-10-261-2/+5
|
* Enable linux-arm platform.dcherednik2022-10-2639-186/+824
|
* ydb format support for session actor.dcherednik2022-10-262-0/+8
|
* Unicode::Is{Category}amnosov2022-10-2616-0/+1420
| | | Unicode::Is{Category} udfs added
* calc current exception message oncepg2022-10-261-3/+3
|
* [comptrie] Use std::move with TBlob (clang-tidy modernize-pass-by-value)sobols2022-10-251-14/+11
| | | TBlob is ref-counted, moving it may be faster than copying.
* add NOLINT for clang-tidyyakubovskiy032022-10-251-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 arraymokhotskii2022-10-241-1/+2
|
* [external_abt]fix uaas 5xxbarkovbg2022-10-241-0/+8
|
* fix NO_DEBUG_INFO() for OS_DARWINsnermolaev2022-10-231-0/+181
|
* fix namespace usage for tls variableivanmorozov2022-10-211-9/+9
|
* actor logs usage simplificationivanmorozov2022-10-211-0/+43
|
* event for anything (temporary compatibility with simple events)ivanmorozov2022-10-213-16/+30
|
* use context constructor and sender guard instead of method with a lot of ↵ivanmorozov2022-10-212-5/+41
| | | | arguments
* Update contrib/libs/cxxsupp/openmp to 15.0.2thegeorg2022-10-202-13/+9
|
* optimize interfacesivanmorozov2022-10-195-24/+46
|
* Fix spilling UTva-kuznecov2022-10-183-0/+389
|
* actors object modelivanmorozov2022-10-1815-65/+255
|
* Improve TContigousData interfaceinnokentii2022-10-182-78/+227
| | | improve TContiguousData interface
* YT: Support multiple literals in YPathJoindgolear2022-10-182-7/+14
|
* Remove redundant TString conversion in blobstorageinnokentii2022-10-171-0/+7
| | | remove redundant copying
* Allow to pass exception to the coroutine to be cancellednocomer2022-10-143-0/+50
|
* feat: add dlc-ctl package to autocheckcody02022-10-131-12/+2
|
* [scheme] Allow to create a new null value which shares a pool with the ↵sobols2022-10-123-1/+99
| | | | current value without directly attaching it as child
* Fix wilson uploader event handleralexvru2022-10-121-5/+33
|
* [relaxed_escaper] Speed upsobols2022-10-101-15/+19
|
* add test to reproduce the buggvit2022-10-101-4/+10
|
* Use TContiguousData rooms interface in vdisk/pdiskinnokentii2022-10-103-5/+121
| | | | | | | separate concerns add tracing add tracing calls
* Add full message name to error about unknown field in json2protobulatman2022-10-071-1/+1
|
* Memory reference tracking restylingsavrus2022-10-078-48/+105
|
* health checker testsandrew-rykov2022-10-071-39/+0
|
* Introduce serverless names to labeled countersmokhotskii2022-10-061-0/+4
| | | | | 1. Move some classes from tablet_counters_aggregator to private folder 2. Move labled counters to a separate proto file 3. Add serverless_names to labeled counters
* [vcs][library][ydb] move TAsyncSemaphore from ydb/library to ↵tldr2022-10-055-0/+317
| | | | | library/cpp/threading Потребовалось для
* [unittest] Add NOLINT for clang-tidysobols2022-10-051-8/+8
|
* Fix of aligned_free on windowsaleexfi2022-10-044-14/+26
|
* support content-type in GETuzhas2022-10-042-1/+26
|
* Use TContiguousData rooms interface in vdisk/pdiskinnokentii2022-09-301-0/+8
| | | Use TContiguousData rooms interface in vdisk/pdisk/erasure
* Do not enable cuda globally for all platformssvidyuk2022-09-301-0/+3
|
* emplace_back() with arguments support + return reference for consistency ↵tobo2022-09-302-3/+39
| | | | with TVector