aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleared the iterator value type from references and modifiersmikhnenko2023-10-051-4/+5
|
* heterogeneous lookup in IObjectFactorysvshevtsov2023-10-051-6/+12
|
* Allow other types in GetBucketForKeyvadim-xd2023-10-051-2/+11
|
* Intermediate changesrobot-piglet2023-10-0321-3871/+0
|
* Move contrib/tools/jdk to build/platform/java/jdk/testingthegeorg2023-10-0321-0/+3871
|
* YT-19578: Move user_job_statistics to yt/cpp/mapreduce/libraryermolovd2023-10-029-294/+0
|
* Fix: почему InsertTo и EmplaceTo ограничиваются ↵tema-m2023-10-021-0/+12
| | | | | | | | | | определёнными контейнерами? InsertTo -- столкнулся с проблемой, что я не могу им пользоваться, если мой THashSet имеет кастомный хэш. Решил эту проблемы более общим способом -- сделал так, что InsertTo принимает любой контенер, который может делать insert. EmplaceTo -- почему-то умел работать только с TVector -- поэтому поддерживает тоже любой контейнер UPD: поменял методы, чтобы они могли работать с любыми контейнерами, но в некотором коде кто-то зачем-то явно указывал тип T, поэтому мой код это ломал. Так что я просто добавил перегрузку
* KIKIMR-19463: Increase url perform size in http actor libmolotkov-and2023-09-291-1/+1
|
* Add basic unknown fields collectorinnokentii2023-09-295-2/+249
| | | | add basic unknown fields collector
* YT-19441: Support allocator in TCompactSet.ponasenko-rs2023-09-272-34/+42
|
* Small refactoring in TCompactSet.ponasenko-rs2023-09-271-3/+3
|
* [vcs],only allow --relative=[path], print = for EqOnly options in helptldr2023-09-262-5/+15
|
* Remove TAutoPtr usage in library/cpp/sighandlermikailbag2023-09-262-11/+11
|
* Reduce the number of copies of the vectortesseract2023-09-261-1/+1
|
* Intermediate changesrobot-piglet2023-09-251-158/+122
|
* Intermediate changesrobot-piglet2023-09-254-0/+295
|
* Add the missed includemikhnenko2023-09-251-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+()kvk19202023-09-221-12/+12
|
* (no commit message)pg2023-09-211-0/+4
|
* Intermediate changesrobot-piglet2023-09-201-1/+1
|
* Proofread licenses for contrib/tools/bisonthegeorg2023-09-204-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 changesrobot-piglet2023-09-201-1/+1
|
* Clone protobuf_udf to ydb/libraryalexv-smirnov2023-09-1924-0/+930
|
* Introduce library/cpp/charset/lite which excludes functionality with ↵shokhor2023-09-1916-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 changesrobot-piglet2023-09-182-3/+13
|
* switch web login service to http handlers to avoid promise lock-out KIKIMR-19359xenoxeno2023-09-152-2/+2
|
* Intermediate changesrobot-piglet2023-09-141-99/+63
|
* External build system generator release 52robot-ya-builder2023-09-134-0/+32
| | | | Update tools: yexport
* Optimize TConcurrentHashMap; add EmplaceIfAbsentvadim-xd2023-09-131-4/+28
|
* External build system generator release 51robot-ya-builder2023-09-134-32/+0
| | | | Update tools: yexport
* Универсальная ссылка мувается, а не ↵tema-m2023-09-121-2/+2
| | | | | | форвардится Change std::move to std::forward
* Перенести проверку TTL до парсинга ↵conterouz2023-09-113-0/+75
| | | | заголовков
* Improve benchmarks, KIKIMR-19207kruall2023-09-1114-452/+1297
|
* Add local activation queues, KIKIMR-19207kruall2023-09-098-15/+166
|
* (no commit message)pg2023-09-081-1/+1
|
* Revert commit rXXXXXX, Introduce perfect activation queuealexvru2023-09-0815-174/+43
|
* Add thread count metrics to io pool, KIKIMR-18214kruall2023-09-081-1/+5
|
* Revert commit rXXXXXX,[build/plugins/ytest] Allow prebuilt linters for ↵prettyboy2023-09-0821-3871/+0
| | | | opensource
* [build/plugins/ytest] Allow prebuilt linters for opensourceprettyboy2023-09-0821-0/+3871
| | | | | | Без этого, ydb или не сможет запускать flake8 с помощью ya make. Или к ним поедет сборка flake8. Возможно последнее и не так плохо, но сейчас предлагается пока так
* Reset CloseOnIdle by default KIKIMR-19282alexvru2023-09-072-2/+1
|
* Introduce perfect activation queuealexvru2023-09-0715-43/+174
|
* [Sync from ytsaurus/ytsaurus] Put attribute(weak) in a GCC-compatible positionAlexey Filinovich2023-09-071-2/+2
| | | | | | | | | | I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en In addition to #89, there is one more minor fix. GCC doesn't allow putting `__attribute__((weak))` before the `extern "C"` and produces non-weak symbols. Proof: https://godbolt.org/z/h48fYsGMW --- Pull Request resolved: #96
* Add choices to getopt optionshitsedesen2023-09-073-11/+60
|
* Intermediate changesrobot-piglet2023-09-0652-116/+60
|
* Intermediate changesrobot-piglet2023-09-051-63/+99
|
* Intermediate changesrobot-piglet2023-09-0317-4147/+0
|
* YT-19430: Add arrow writernadya022023-09-0217-0/+4147
| | | | Add arrow writer
* Moved devtools/nofuzz to library/cpp/testing/nofuzzprettyboy2023-09-012-0/+42
|
* Intermediate changesrobot-piglet2023-09-012-0/+9
|
* Fixed exception messages about VarUint/VarInt unpackkshalnev2023-09-011-2/+2
|