aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* YQL-16443 replace dynamic polymorphism with static, use nfa for tableszverevgeny2023-09-261-37/+57
|
* YQL-16443 MATCH_RECOGNIZE ut setup + simple caseszverevgeny2023-09-266-0/+149
|
* checking issue code instead of stringhcpp2023-09-261-3/+24
|
* Remove TAutoPtr usage in library/cpp/sighandlermikailbag2023-09-262-11/+11
|
* sql -> SQLsabdenovch2023-09-261-1/+1
|
* YQL-15891 LLVM for some blocks nodes.a-romanov2023-09-264-49/+331
|
* Update libc++ to 9b03c08e (6 Mar 2022).halyavin2023-09-2663-285/+391
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Notable changes: * don't warn that coroutines are not supported when using experimental/coroutine * add _LIBCPP_HIDE_FROM_ABI to __quoted_proxy constructors * ADL-proof calls of __quoted * fix ctype facet `is` method for Windows * change return type of bit_width to int (LWG3656) * make private __wrap_iter constructors explicit * fix delayed initialization of `__fill_` in basic_ios * ranges::iter_move cleanup * ADL-proof __synth_three_way * reject random number generators with signed types * use C++ overloads from math.h on AIX * add explicit to some internal constructors * replace _LIBCPP_HAS_NO_STRONG_ENUMS with C++ version check * use `inline constexpr bool` instead of `constexpr bool` for helpers in ranges * reject uniform_int_distribution<bool>, uniform_int_distribution<char> and all user types * allow std::mergeable and std::sortable even with incomplete ranges * fix double close bug in std::filesystem::remove_all * remove recursion in basic_string::insert because it interferes with constexpr * fix error checking of wctob_l calls * pack _Flags class on AIX * fix integer type in __estimate_column_width exposed by AIX * qualify all std::move calls with std * make chrono includes granular * set std::numeric_limits::tinyness_before to true on ARM * add ranges::in_found_result and ranges::min_max_result
* YT-20053 [yt] Disabled linters for broken modulesprettyboy2023-09-261-0/+2
| | | | Отключаю сломанные линтеры для opensource платформу без миграционного конфига для flake8, см https://a.yandex-team.ru/review/4511498/details?checkId=4000000007119&dialogId=CiCard&iterationType=FULL&number=1&snippetViewMode=word-wrap&status=STATUS_FAILED&filter=resultType(RT_STYLE_CHECK)%3BsuiteCategory(CATEGORY_CHANGED)%3Bpath(yt%252F%252a)
* Intermediate changesrobot-piglet2023-09-267-24/+23
|
* Reduce the number of copies of the vectortesseract2023-09-261-1/+1
|
* Optimize copy big blobs for Kafka writetesseract2023-09-261-3/+13
|
* Delete text with 'insert ... select'.pseudolukian2023-09-264-38/+21
|
* move uservices.py to build/internal/pluginssnermolaev2023-09-261-38/+0
|
* Fix memory orderbabenko2023-09-261-1/+1
|
* (no commit message)pg2023-09-261-0/+4
|
* Compile Java with tests using py3 flavored ymakesvidyuk2023-09-251-1/+1
|
* KIKIMR-17274: ReadOnly VDisks testsrobdrynkin2023-09-2529-97/+475
|
* YQL-16325 fix missed breakszverevgeny2023-09-251-1/+2
|
* YQL-16507 Avoid visit of world childvvvv2023-09-252-0/+16
|
* fix docker image typorekby2023-09-251-13/+2
|
* fix overloaded shards histogram calculation KIKIMR-17890monster2023-09-251-0/+6
|
* KIKIMR-19139 Delete legacy Comp Shardskungasc2023-09-2528-5411/+7
|
* Improove postgres-connection docrekby2023-09-251-1/+1
|
* YT-19557: Enable custom allocators YT_TCMALLOC*ni-stoiko2023-09-251-2/+2
| | | | Enable YT_TCMALLOC* at build/ymake.core.conf
* refactor TIndexBuildInfo & add initial cancel support KIKIMR-18963gvit2023-09-255-138/+502
|
* move antlr/ to contribzhukoff-pavel2023-09-252-2/+1
|
* Intermediate changesrobot-piglet2023-09-251-158/+122
|
* KIKIMR-19448 viewer query parsing failedandrew-rykov2023-09-251-1/+1
|
* [library/python/testing/yatest_common/yatest/common/process] Fixed E741prettyboy2023-09-251-2/+2
|
* Intermediate changesrobot-piglet2023-09-251-6/+22
|
* Put contrib/libs/glslang under yamaker once againthegeorg2023-09-251-1/+1
| | | | | | | | | | | | And mark `GPL-3.0-only 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. ```
* KIKIMR-19139 Load index in BuildStatskungasc2023-09-2514-87/+408
|
* YT-19557: Add custom allocators YT_TCMALLOC*ni-stoiko2023-09-251-0/+8
| | | | | | | Добавлен fork tcmalloc для дальшейшего использования в YT. Скопированы все исходные файлы, патчи. Исправлен патч user_data.patch. YT_TCMALLOC и YT_TCMALLOC_256K добавлены в build/ymake.core.conf
* Change "test_storage_config.py"alexv-smirnov2023-09-251-18/+20
|
* Intermediate changesrobot-piglet2023-09-254-0/+295
|
* [library/python/pytest/plugins] Suppress PLR1727prettyboy2023-09-251-2/+2
|
* KIKIMR-19139 Bugfix iterator double returnkungasc2023-09-251-2/+0
|
* Use tables with different sizes in testaozeritsky2023-09-251-2/+1
|
* current time on each iterationabcdef2023-09-251-4/+6
| | | | текущее время на каждой итерации
* Fix full topic name in fetch metricssavnik2023-09-253-5/+11
|
* Remove legacy unused classhor9112023-09-251-29/+0
|
* [yql] Add missing Aggregate... constraint handlersudovichenko-r2023-09-251-13/+18
| | | | YQL-16693
* 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. Добавил явную зависимость
* Hotfix: change "redirects.yaml"blinkov2023-09-251-1/+3
|
* [library/python/cyson/cyson] Suppress F405prettyboy2023-09-251-2/+2
|
* Use static_cast instead of dynamic_castaozeritsky2023-09-251-5/+5
|
* Fix linter erroralexv-smirnov2023-09-251-4/+4
|
* KIKIMR-19139 Introduce TPart.HistoricGroupsCount fieldkungasc2023-09-257-27/+34
|
* KIKIMR-19139 Get index page type from Storekungasc2023-09-256-27/+26
|
* Fix rules order for lookupjoinssmike2023-09-252-14/+92
|