aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-06-141-2/+1
| | | | 37b50713c341b80929c9c75df32b79a4e3fe00ab
* Intermediate changesrobot-piglet2024-06-131-6/+6
|
* Update Python from 2.7.16 to 2.7.18shadchin2024-06-1342-186/+237
| | | | 2a151e9cf2ebdfa59d250c1bbb800e908703a6f0
* Add OS_SDK from ubuntu-22mikhnenko2024-06-132-1/+3
| | | | afb63fdba183d6c56bedb1bc853c1c19edd333d3
* YT-21868: Enable stat analysis in some other placesarkady-e1ppa2024-06-1317-306/+133
| | | | | | | | | | | We slightly rework inner workings of stat analysis. For almost any sane use case the behavior is identical, but should compile a little faster. If you send string literals like `char[N]` or `const char*` make them constexpr. If you can't (e.g. `ex.what()` case) wrap it in `TStringBuf`, if you want the "by the book; 100% right" solution then wrap it in `TRuntimeFormat` instead. `SetRequestInfo` methods now statically checks the format. Only one error was found -- hooray! Some other internal stuff was added, a lot removed -- don't worry about it. You won't be able to see the difference 62050dfe8a9cedc1289f18e80397ff33a8e2ecdb
* feat(conf): strong error for missing envzaverden2024-06-131-1/+1
| | | | 2bcbc388f4572621be717459467a10ee900a6348
* Intermediate changesrobot-piglet2024-06-131-8/+11
|
* Fix babenko-issues for watermark row mergergryzlov-ad2024-06-133-6/+12
| | | | 35578ca1f598ea49758c82e06d70191036ceded8
* feat(nots/cli): build env supportzaverden2024-06-132-1/+25
| | | | 15835b7dc46959ac79a57b0c0ec84f500dc839aa
* Revert commit rXXXXXX, YT-21692: Enable ChunkProber by defaultdon-dron2024-06-131-1/+1
| | | | cbed5971acf61f658192644a09aa39ddb349a20e
* Fix java command file in pluginv-korovin2024-06-134-12/+55
| | | | e43ef305d767fb94adc0f4f6e3901156fc3b7939
* Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, os_test_toolrobot-ya-builder2024-06-134-20/+24
| | | | | | | | | | From hash: [2c546a824d7c0893a9b0412115f3d71aea0033f0](https://a.yandex-team.ru/arcadia/commit/2c546a824d7c0893a9b0412115f3d71aea0033f0) From revision: [14204596](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-ya-bin2-ya-bin3-tts&version=419) Flow triggered by user: [v-korovin](https://staff.yandex-team.ru/v-korovin) Update tools: ya_bin3, os_ya, ya_bin, test_tool, os_test_tool a927299a1f95a2db79e298fd9b5d78e66d02b7ec
* Intermediate changesrobot-piglet2024-06-1314-823/+534
|
* Intermediate changesrobot-piglet2024-06-132-0/+44
|
* [build] link_exe: Add cupti to CUDA_LIBRARIESdeshevoy2024-06-131-0/+2
| | | | bddf00bb1bd387adf17502c2af8be1e265c8f5a8
* Change "build/ymake.core.conf": add .a and .lib extensions to _LINK_UNIT to ↵thetweak2024-06-121-1/+1
| | | | | | enable prebuilt libs at PROGRAM level 0cc271a33abdfed1937da5019bf4dbd7e3ba8e98
* Import upstream 74056a0e2834577ad590d023ee73cc20cf103d38mikhnenko2024-06-121-1/+1
| | | | ef4420043d69b575e894d62b4a77946a51cc4c1b
* Increment timeout counter on dns resolve timeoutGleb Vishnevsky2024-06-121-2/+3
| | | | | | | | | Seems to be a bug, `TimeoutCounter` is created in `TDnsResolver` but never incremented. --- 74769ed5efd79d43378bce375b4ce2c7a3e6c9e4 Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/642
* Mitigate meaningless difference in .clang-format'sthegeorg2024-06-121-0/+1
| | | | 2b225295e185799ec49e39f48de7268d0e753cee
* YT-21692: Enable ChunkProber by defaultdon-dron2024-06-121-1/+1
| | | | 1c3d938a168945e34ac8c28bd98544a3d91f2b8c
* Intermediate changesrobot-piglet2024-06-121-0/+10
|
* Upload new jdk-21.0.3+9robot-javacom2024-06-121-5/+5
| | | | | https://a.yandex-team.ru/projects/committeejava/ci/actions/flow?dir=devtools%2Fcontrib%2Fprepare_jdk&id=prepare-new-pr&number=45 d83e5011b2313efbba8b81dbd92bf8f7a6401c6b
* Fix commands on Windowsspreis2024-06-122-10/+25
| | | | | In order to get stable command regardless of platform we shall use linux way of representing commands everywhere. Happily this almost always works on Windows except direct file presence checks like in compile_cuda.py 1412fdabc2fcf1732cd2578e0c6ffe91b220aa2e
* return some patchesdimastark2024-06-121-0/+2
| | | | 6a24fc876b103baf5f4653aeb8b335a889ba77ff
* Intermediate changesrobot-piglet2024-06-121-0/+90
|
* YT-21868: Delete unneeded ToString methodsarkady-e1ppa2024-06-1277-435/+142
| | | | e856aa45df227b86e8b121852d3774bb2504193b
* Port VQE to Xtensa Hifi4 DSPs (part I)koryabkin2024-06-121-1/+5
| | | | 76fe082cd069e31ecdd31397ef217cbdd9a3b61b
* Intermediate changesrobot-piglet2024-06-12120-3506/+5322
|
* Allocate slots in RCT with a reserve to reduce spinlock contentionnastprol2024-06-121-1/+1
| | | | 5778a3fa489a7969a4d6a0e8af567e3efca7355c
* QT; Multiple ACOsMarina Preskokova2024-06-127-7/+58
| | | | | | | | | | | No description --- 0309ad6d3e31b25f24aa81607fa7aac6ed9f0d9d Pull Request resolved: https://github.com/ytsaurus/ytsaurus/pull/635 Co-authored-by: mpereskokova <mpereskokova@yandex-team.com>
* Intermediate changesrobot-piglet2024-06-1210-53/+774
|
* Introduce project-specific STYLE_CPP() variantthegeorg2024-06-121-4/+10
| | | | | This is a temporary macro which will be used to mitigate differences between two `.clang-format`'s. d1113adfb7285ed63b989094fa2464ec38b9c039
* kotlinx serializationc0nsumer2024-06-121-1/+4
| | | | 677d8646ef933e13f3e0b0749d3edd87aedf5dfe
* Intermediate changesrobot-piglet2024-06-121-0/+314
|
* [kafka] YT-21744: Cosmeticsnadya732024-06-125-92/+50
| | | | 7e1e2306abcd13040873396f6f3b594d9c08da38
* Add xtensa hifi4 toolchainmaksimbenko102024-06-121-1/+1
| | | | | Add xtensa hifi4 toolchain ab8e00c608a1c1303ef130979da46bf9bb19ddb6
* Stricter trimming in dart filesalevitskii2024-06-122-12/+11
| | | | | Stricter trimming in dart files b8eeb48ccf1ed0341d21160679810952f71aeff4
* Implement number stringification for repeated fields as wellsashashkov2024-06-124-5/+242
| | | | 4ab5908e416439366466d984fc08db7254401884
* Intermediate changesrobot-piglet2024-06-1215-35/+108
|
* add contrib/python/yandexcloud to importiddqd2024-06-11580-0/+97376
| | | | 03b7d3cad2237366b55b393e18d4dc5eb222798c
* Return to the use of NThreading::TSpinLockarkady-e1ppa2024-06-111-2/+2
| | | | 4792c7769dba84e38c0d981714741114add571d3
* Allow external serialization of non-literal typesarkady-e1ppa2024-06-113-3/+24
| | | | ca955bf8d04299fabe9f3ab001fe331440fe3a2b
* More cosmetic issuesarkady-e1ppa2024-06-119-61/+61
| | | | 810902d6e6c3104880e1ab3b34d29a8aa4bec21b
* New version of the tld SKIP_CHECK SKIP_REVIEWrobot-ratatosk2024-06-111-1/+1
| | | | e9e28de85726616f22169b34b12e1d064eea2a15
* feat(conf+builder): build without contrib/typescriptzaverden2024-06-117-15/+73
| | | | 89c8f9767a1ef610f9ee050e1a5da5728bba02d7
* Fix style of commented argument namesbabenko2024-06-1110-19/+19
| | | | 23312d4c81ec46ab94f4050a8b465222e9757beb
* Rename pipeline status to pipeline statedddlatyshev2024-06-1112-27/+27
| | | | 66998ad6956df769779ef2612808722a32eb937c
* Intermediate changesrobot-piglet2024-06-112-20/+9
|
* [contrib] Add CUB 1.8.0 for CUDA 10.2deshevoy2024-06-116-13/+42
| | | | | | | Newer CUB versions are not compatible with CUDA 10.2 ISSUE: 779c9f7c241a2298e22be34c903c5d0cac32dcba
* Release gdb14 #12robot-brewer2024-06-102-2/+6
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/gdb14-v12 161f312eabe89fa5eae067c7ddb94c83245bf435