| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Y_VERIFY_DEBUG->Y_DEBUG_ABORT_UNLESS at '-v ydb' | ilnurkh | 2023-10-16 | 67 | -220/+220 | |
| | | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | |||||
| * | Speed up TPercentileTracker/TPercentileTrackerLg | dcherednik | 2023-10-16 | 2 | -6/+3 | |
| | | | | | | | | | | | | | | | old values: NMonitoring::TPercentileTracker<4ul, 512ul, 15ul> 0.748282s NMonitoring::TPercentileTrackerLg<4ul, 3ul, 15ul> 0.221432s new values: NMonitoring::TPercentileTracker<4ul, 512ul, 15ul> 0.640864s NMonitoring::TPercentileTrackerLg<4ul, 3ul, 15ul> 0.205138s | |||||
| * | Fix memory leak in TRopeArena KIKIMR-19632 | alexvru | 2023-10-16 | 1 | -15/+0 | |
| | | ||||||
| * | KIKIMR-19589 add local boostrap jquery resources | andrew-rykov | 2023-10-16 | 30 | -13/+594 | |
| | | ||||||
| * | add tasan.supp, lsan.supp | nkozlovskiy | 2023-10-13 | 2 | -0/+4 | |
| | | ||||||
| * | Add missed #include <functional> | mikhnenko | 2023-10-12 | 2 | -0/+3 | |
| | | | | | В новой версии libcxx functional перестает подключаться вместе с algorithm, map и другими. Добавил явную зависимость. | |||||
| * | Add THash<TZtStringBuf> | vadim-xd | 2023-10-11 | 1 | -0/+5 | |
| | | ||||||
| * | add sanitizers dependencies | nkozlovskiy | 2023-10-11 | 10 | -0/+205 | |
| | | ||||||
| * | Set request unit trailing header for ScanQuery/ScanYql sctipts. KIKIMR-19243 | dcherednik | 2023-10-11 | 1 | -0/+11 | |
| | | ||||||
| * | Y_VERIFY->Y_ABORT_UNLESS tail2 | ilnurkh | 2023-10-11 | 2 | -2/+2 | |
| | | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | |||||
| * | Y_VERIFY->Y_ABORT_UNLESS at ^l | ilnurkh | 2023-10-09 | 263 | -1014/+1014 | |
| | | | | | https://clubs.at.yandex-team.ru/arcadia/29404 | |||||
| * | KIKIMR-19627: Exclude logging for responses with status 2xx | molotkov-and | 2023-10-09 | 1 | -1/+1 | |
| | | ||||||
| * | Cleared the iterator value type from references and modifiers | mikhnenko | 2023-10-05 | 1 | -4/+5 | |
| | | ||||||
| * | heterogeneous lookup in IObjectFactory | svshevtsov | 2023-10-05 | 1 | -6/+12 | |
| | | ||||||
| * | Allow other types in GetBucketForKey | vadim-xd | 2023-10-05 | 1 | -2/+11 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-10-03 | 21 | -3871/+0 | |
| | | ||||||
| * | Move contrib/tools/jdk to build/platform/java/jdk/testing | thegeorg | 2023-10-03 | 21 | -0/+3871 | |
| | | ||||||
| * | YT-19578: Move user_job_statistics to yt/cpp/mapreduce/library | ermolovd | 2023-10-02 | 9 | -294/+0 | |
| | | ||||||
| * | Fix: почему InsertTo и EmplaceTo ограничиваются ↵ | tema-m | 2023-10-02 | 1 | -0/+12 | |
| | | | | | | | | | | | определёнными контейнерами? InsertTo -- столкнулся с проблемой, что я не могу им пользоваться, если мой THashSet имеет кастомный хэш. Решил эту проблемы более общим способом -- сделал так, что InsertTo принимает любой контенер, который может делать insert. EmplaceTo -- почему-то умел работать только с TVector -- поэтому поддерживает тоже любой контейнер UPD: поменял методы, чтобы они могли работать с любыми контейнерами, но в некотором коде кто-то зачем-то явно указывал тип T, поэтому мой код это ломал. Так что я просто добавил перегрузку | |||||
| * | KIKIMR-19463: Increase url perform size in http actor lib | molotkov-and | 2023-09-29 | 1 | -1/+1 | |
| | | ||||||
| * | Add basic unknown fields collector | innokentii | 2023-09-29 | 5 | -2/+249 | |
| | | | | | add basic unknown fields collector | |||||
| * | YT-19441: Support allocator in TCompactSet. | ponasenko-rs | 2023-09-27 | 2 | -34/+42 | |
| | | ||||||
| * | Small refactoring in TCompactSet. | ponasenko-rs | 2023-09-27 | 1 | -3/+3 | |
| | | ||||||
| * | [vcs],only allow --relative=[path], print = for EqOnly options in help | tldr | 2023-09-26 | 2 | -5/+15 | |
| | | ||||||
| * | Remove TAutoPtr usage in library/cpp/sighandler | mikailbag | 2023-09-26 | 2 | -11/+11 | |
| | | ||||||
| * | Reduce the number of copies of the vector | tesseract | 2023-09-26 | 1 | -1/+1 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-09-25 | 1 | -158/+122 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-09-25 | 4 | -0/+295 | |
| | | ||||||
| * | Add the missed include | mikhnenko | 2023-09-25 | 1 | -0/+1 | |
| | | | | | Обновляю libcxx. При очередном шаге, видимо, поменялась внутренняя система инклудов. В этом коде [перестал](https://a.yandex-team.ru/review/4563541/details?checkId=74300000007107&dialogId=CiCard&filter=resultType%28RT_BUILD%29%3BsuiteCategory%28CATEGORY_CHANGED%29&iterationType=FULL&number=1&openedItems=15950540177304352237%3ART_BUILD%2C12388542047764760906%3ART_BUILD%2C11470847298982251895%3ART_BUILD%2C729955525926945460%3ART_BUILD%2C14835206484459518746%3ART_BUILD%2C4098813625350077376%3ART_BUILD%2C11952358044927700741%3ART_BUILD&snippetViewMode=word-wrap&status=STATUS_FAILED) находиться std::exchange. Добавил явную зависимость | |||||
| * | Get rid of TClusterResourceLimits::operator+() | kvk1920 | 2023-09-22 | 1 | -12/+12 | |
| | | ||||||
| * | (no commit message) | pg | 2023-09-21 | 1 | -0/+4 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-09-20 | 1 | -1/+1 | |
| | | ||||||
| * | Proofread licenses for contrib/tools/bison | thegeorg | 2023-09-20 | 4 | -0/+4 | |
| | | | | | | | | | | | | | And mark `GPL-3.0-or-later WITH Bison-exception-2.2` as it reads as follows: ``` As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof as a parser skeleton. ``` | |||||
| * | Intermediate changes | robot-piglet | 2023-09-20 | 1 | -1/+1 | |
| | | ||||||
| * | Clone protobuf_udf to ydb/library | alexv-smirnov | 2023-09-19 | 24 | -0/+930 | |
| | | ||||||
| * | Introduce library/cpp/charset/lite which excludes functionality with ↵ | shokhor | 2023-09-19 | 16 | -149/+273 | |
| | | | | | | | | | | | | | | | | | | | | | | dependency on libiconv Introduce library/cpp/charset/lite which excludes functionality with dependency on libiconv Задача: - выпилить зависимость от libiconv в библиотеке клавиатуры для андроид libiconv приходит из двух мест: - dict/dictutil - library/cpp/charset В обоих случаях libiconv используется в вариантах CharToWide/WideToChar для перекодировки. Первый кейс dictutil - клавиатура для релиза строится с ключом DICTUTIL_WITHOUT_ICONV_AND_UNICODE, который исключает зависимость. Следующий шаг сделать флаг по умолчанию для мобильных билдов. Второй кейс library/cpp/charset: 1. Шаг - выделяем библиотеку library/cpp/charset/lite без части функциональности, зависящей от libiconv (этот ПР) 2. Шаг - переводим библиотеки, используемые клавиатурой на lite версию (следующий ПР) | |||||
| * | Intermediate changes | robot-piglet | 2023-09-18 | 2 | -3/+13 | |
| | | ||||||
| * | switch web login service to http handlers to avoid promise lock-out KIKIMR-19359 | xenoxeno | 2023-09-15 | 2 | -2/+2 | |
| | | ||||||
| * | Intermediate changes | robot-piglet | 2023-09-14 | 1 | -99/+63 | |
| | | ||||||
| * | External build system generator release 52 | robot-ya-builder | 2023-09-13 | 4 | -0/+32 | |
| | | | | | Update tools: yexport | |||||
| * | Optimize TConcurrentHashMap; add EmplaceIfAbsent | vadim-xd | 2023-09-13 | 1 | -4/+28 | |
| | | ||||||
| * | External build system generator release 51 | robot-ya-builder | 2023-09-13 | 4 | -32/+0 | |
| | | | | | Update tools: yexport | |||||
| * | Универсальная ссылка мувается, а не ↵ | tema-m | 2023-09-12 | 1 | -2/+2 | |
| | | | | | | | форвардится Change std::move to std::forward | |||||
| * | Перенести проверку TTL до парсинга ↵ | conterouz | 2023-09-11 | 3 | -0/+75 | |
| | | | | | заголовков | |||||
| * | Improve benchmarks, KIKIMR-19207 | kruall | 2023-09-11 | 14 | -452/+1297 | |
| | | ||||||
| * | Add local activation queues, KIKIMR-19207 | kruall | 2023-09-09 | 8 | -15/+166 | |
| | | ||||||
| * | (no commit message) | pg | 2023-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | Revert commit rXXXXXX, Introduce perfect activation queue | alexvru | 2023-09-08 | 15 | -174/+43 | |
| | | ||||||
| * | Add thread count metrics to io pool, KIKIMR-18214 | kruall | 2023-09-08 | 1 | -1/+5 | |
| | | ||||||
| * | Revert commit rXXXXXX,[build/plugins/ytest] Allow prebuilt linters for ↵ | prettyboy | 2023-09-08 | 21 | -3871/+0 | |
| | | | | | opensource | |||||
