aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Automatic release build for ymake, os_ymakerobot-ya-builder2024-06-033-10/+20
| | | | | | | | | | From hash: [0cb9e331dfdcd6329e9a8211b4b89e280df9aa03](https://a.yandex-team.ru/arcadia/commit/0cb9e331dfdcd6329e9a8211b4b89e280df9aa03) From revision: [14134418](https://a.yandex-team.ru/arcadia/commit/rXXXXXX) [CI flow](https://a.yandex-team.ru/projects/ya_make/ci/releases/flow?dir=devtools%2Fya&id=release-ymake&version=194) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ymake, os_ymake 79d1103fc0e2a0ce579f6b70af4d118e2bea6a00
* Update contrib/libs/nghttp2 to 1.62.1robot-contrib2024-06-033-7/+7
| | | | 280befb46d5e3e117f50f938c68bf14c992cd65e
* Update contrib/libs/re2 to 2024-06-01thegeorg2024-06-0361-603/+1036
| | | | 8d72a1e5220ffe0bb7a82257f422606184202ad0
* Intermediate changesrobot-piglet2024-06-031-0/+4
|
* YT-21810: Fixed TReconfigurableThroughputThrottlercapone2122024-06-022-4/+5
| | | | | YT-21810: Fixed TReconfigurableThroughputThrottler 480384ba8327347af57fac418d7aafdea855febd
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-06-021-1/+1
| | | | 7604e12fadf99a4ae81fac39d8926d62d66a9c9f
* Update macOS sdk to 14.2 Sonomathegeorg2024-06-014-17/+15
| | | | 54e59afec75240b5f18a03f72ec7a134ae64b1fb
* Disable -Wdeprecated-declarations when compiling swig-generated codethegeorg2024-06-011-1/+4
| | | | da813408128ccc8c4ff8bf77751e68e5d3a10398
* YT-21740: Add memory tracking for RPC client reponsesdon-dron2024-06-012-15/+54
| | | | 5c21317137b1e47dc927d919683564f2c959206c
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-06-011-1/+1
| | | | e1bd39ae9423633f01b5185703a754aa9e26e3a3
* Update contrib/libs/lzma to 5.6.2thegeorg2024-05-31155-1619/+4547
| | | | | Keep "Update contrib/libs/lzma to 5.6.1" as an independent commit. 0cb9e331dfdcd6329e9a8211b4b89e280df9aa03
* clang-format: set `SpacesInSquareBrackets` to falsethegeorg2024-05-311-0/+1
| | | | | | | https://clang.llvm.org/docs/ClangFormatStyleOptions.html#spacesinsquarebrackets It looks like this is the default behavior though it is not clear neither from docs, nor from the code. 766f1ca523d39d476416af2a36de7579df7b9ebd
* Remove checkout job from toolchain-registry projectshiddenpath2024-05-311-11/+3
| | | | 0b27f0b7396eefe88b791406529b86b14ac0289b
* Cosmetic changes in .clang-formatthegeorg2024-05-311-2/+2
| | | | 8f2be822acca9aea87fb4504635b81659cd8b3f4
* Fix add extra flags macrodimdim112024-05-311-2/+9
| | | | | Fix add extra flags macro c6799a76432fa0f6035f00438e89ed62b7923c3c
* Fix build due to accidental c++23 usearkady-e1ppa2024-05-311-2/+7
| | | | feeb90a4704dca0309a6252ea872283ea9302a4b
* Intermediate changesrobot-piglet2024-05-311-0/+15
|
* chore: set review rules for FBP owned codezaverden2024-05-312-1/+23
| | | | 59b13027ba48c5397d5826853170e119ebb97ca2
* fix propagation of induced deps through .pysnermolaev2024-05-311-1/+1
| | | | cc7935c2b685b0a50941d10fbd53ac5f60c09b3b
* Intermediate changesrobot-piglet2024-05-312-33/+0
|
* Support brackets in ipv6 endpoint notationcezarnik2024-05-303-7/+39
| | | | 60a062b712a946277218f01266a01df505972b31
* [kafka] YT-21866: Support Produce handlernadya732024-05-305-0/+164
| | | | c41fbbb00f2c7073216591393f2c0623d50f5fcb
* [build/ya.conf.json] Made ytexec invisibleprettyboy2024-05-301-1/+2
| | | | acf509f8d132be218f69d69fb8223c0c8b77f765
* YT-21868: Static analysis of format string in loggingarkady-e1ppa2024-05-3015-8/+494
| | | | | | | | | | | | | Added static analysis to format of YT_LOG_XXX macro's. We expect you to write format string as first or the second argument and follow the rules as if you are writing arguments for `NYT::Format`, which match those of printf: https://en.cppreference.com/w/cpp/io/c/fprintf plus few extra flags like 'v'. At the moment analyser checks if flags sequences is 1. Correctly terminated 2. Only contains specifiers valid for a given argument (if we are parsing nth argument of type T, then T must have all specifiers from its list of Conversion or Flag specifiers. (2) Also means that the number of flag sequences must match the number of arguments supplied to format. You can specialize `TFormatArg<T>` which is used to determine allowed Conversion and Flag specifiers to customise rules of static analysis. E.g. you can introduce new flags to the mix which you promise to parse in the related FormatValue function. If you feel like this produces to much overhead in terms of compile time, you are free to use macro YT_DISABLE_FORMAT_STATIC_ANALYSIS to turn the entire thing into a no-op. We have measured compile time to be affected by roughly 3-5% in a log intensive files. ae6def509474e8a42027bb4ed84ac040509b7c85
* Rewrite TSchemalessBufferedDynamicTableWritereshcherbin2024-05-307-203/+157
| | | | 45b1abf5486e3b3f3deb92d5fe0590a5fa87295c
* External build system generator release 91robot-ya-builder2024-05-303-6/+12
| | | | | Update tools: yexport, os-yexport a0916e573fd31b27834ebe5a29cc1f8cf3f0c34f
* Enable match_root for python3spreis2024-05-301-0/+4
| | | | f5a6e36948729b00ba4c0c75d04fec6d209fe0c5
* Intermediate changesrobot-piglet2024-05-301-10/+12
|
* trim dart info in pluginsalevitskii2024-05-302-265/+140
| | | | | trim clang_tidy and force remove empty fields 0ae6ce915f0d2b0c97f87871a052a5adf2dd2e12
* Continue merge cmake and jinja generatordimdim112024-05-3029-224/+653
| | | | ae553e8c277c98241e7ae89f693ae7e7b3dc5c98
* feat(): MODULE_LANG added for add TypeScript (multi)modulesmiripiruni2024-05-309-1/+12
| | | | 80d3ed1b0b58e1552fde0c95b3f2f882146e9793
* Fix kv-hide mod orderingvpozdyayev2024-05-304-92/+92
| | | | 1992e0e5b86fa994a7345037400b098362dbd7dd
* Intermediate changesrobot-piglet2024-05-3011-39/+76
|
* Enable zstd support in contrib/libs/curlthegeorg2024-05-294-5/+7
| | | | 8c3c5650ca807f132b82fa843f480bdc16e77377
* Release gdb14 #9robot-brewer2024-05-292-2/+6
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/gdb14-v9 3760d2b4805b3c1226f0898f8e389d76b6ff5cf2
* hive metastore & thrift targets have been removedhcpp2024-05-29192-129305/+0
| | | | 7becf1cca2ed91e08174c1d0a0cd070a6aeee343
* Refactor TSchemalessDynamicTableWriter and move exception handling to ↵eshcherbin2024-05-291-21/+5
| | | | | | TEventLogWriter 720ae91559238421d0b4041df25845bc131d9701
* Backport AtomicCounter from poco upstream to make it compilable under modern ↵thegeorg2024-05-292-477/+20
| | | | | | macOS SDK 551605377eff8967caeb593938df14b9f0d0172c
* MaxRedirectCount param for http/simpletrofimenkov2024-05-294-2/+169
| | | | 1b80d64b6a03772edc52f2331a860ff0b5621898
* Intermediate changesrobot-piglet2024-05-2912-0/+3110
|
* Intermediate changesrobot-piglet2024-05-291-28/+28
|
* Add renaming py2-proto-symbols to all needed linking scriptsmikhnenko2024-05-298-92/+132
| | | | b7ff75f77e1a1818aac0062ec06948dad92af1bc
* Update py-protobuf to 3.19.0mikhnenko2024-05-2923-693/+173
| | | | dda7c66445e788f38ea676a1713aeca30e370f6a
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-05-291-1/+1
| | | | a4ae49ebd9051e7b2ac4206a8ca960db77510feb
* YT-21810: Handling i64 overflow inside TReconfigurableThroughputThrottlercapone2122024-05-284-5/+61
| | | | | YT-21810: Handling i64 overflow inside TReconfigurableThroughputThrottler 172cd87e0636e55e2a90446a1a1cc624ef66c2ed
* YT-21712: Profile job proxy exit codes and delay timearkady-e1ppa2024-05-283-0/+149
| | | | 87aa02237de767c413db49a8ab0c6697c86fd3fd
* YT-21553: Update tablet replication card if new era is knownosidorkin2024-05-282-1/+6
| | | | b780a13fd50cd6ae5ea2dd10c8423a611473633d
* revert changesv-korovin2024-05-281-35/+9
| | | | acd26311852d82fb81a5e57f7b5e5c67f9d89f64
* YT-21558: Fixes after reviewdon-dron2024-05-281-2/+2
| | | | 0cd18f259612f59cb77c8917531119e8f12ed0b6
* Introduce watermark row mergergryzlov-ad2024-05-285-2/+48
| | | | f1dc39ecbe30b4320f69cbe4c7198a21d23ee9f5