summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Sync branches 251011-0050YDBot3 days23-89/+82
|\
| * jest: use install-node-modules recipevturov4 days2-16/+21
| | | | | | | | commit_hash:8137db6ccefd46cff1864b48b4bf9e0ca365762d
| * Support JUnit6 in ya makemiroslav24 days1-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #### Поддержка JUnit6 в ya make 📝 - 🧪 Добавлена поддержка нового типа модуля `JUNIT6` для корректной работы с тестами JUnit6. - 🛠 Расширена логика определения тестовых suite’ов — теперь система может различать и обрабатывать JUnit6 тесты отдельно от JUnit5 и обычных JUnit тестов. - ⚙️ В фильтрах тестов добавлен новый тип `JUNIT6`, что позволяет запускать JUnit6 тесты через существующие механизмы фильтрации. - 📦 Создан новый класс тестового набора для JUnit6, унаследованный от базового класса Java-тестов. --- **Оценить качество описания можно [здесь](https://nda.ya.ru/t/_MxIaV0Q7FnCMG** <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Code Assistant</font></a> commit_hash:b4ff0e418639934531f48ce356c5b9a18d7fb0b4
| * Remove gdb14 and release-flowmikhnenko4 days1-17/+0
| | | | | | | | commit_hash:1811878d587931b5ebe14b86d1b6ac1b2e77525e
| * YQL-20339 Python UDF supportvvvv4 days1-1/+1
| | | | | | | | | | init commit_hash:2a30a1b920f341e1f9250df382dd951604a0894f
| * Automatic release build for os_test_tool, ya_bin, os_ya, test_toolrobot-ya-builder4 days3-10/+12
| | | | | | | | | | Update tools: os_test_tool, ya_bin, os_ya, test_tool commit_hash:22bc8d4d2eb7ef3b0fe1c847833cd90cc0426fc2
| * Use `on_data_files` to add deps to style macrosesalevitskii4 days4-16/+8
| | | | | | | | | | Use ondata_files to add deps to style macroses commit_hash:be3192183da8903a959851f0a1a2ba72f712e4de
| * fix linters report for some build scriptssnermolaev4 days12-28/+34
| | | | | | | | commit_hash:888d7a022d9df34de2db88254d47a466214ce963
* | Sync branches 251010-0050YDBot4 days17-88/+120
|\|
| * Release gdb16 #2robot-brewer4 days2-2/+6
| | | | | | | | | | | | | | <https://github.com/yandex/toolchain-registry/releases/tag/gdb16-v2> (https://nda.ya.ru/t/k3a-TJRg7L5VYU commit_hash:e13f6597915eb639b221ad2514e3d996fecd2f80
| * Release clang20 #4robot-brewer5 days2-5/+15
| | | | | | | | | | https://github.com/yandex/toolchain-registry/releases/tag/clang20-v4 commit_hash:382dc699b487562af0e8bc52cd2dd7ba10797beb
| * Fix getting sanbox resources with empty out dirnogert5 days1-1/+1
| | | | | | | | commit_hash:930104d5723ad17f67f7ed7e2d209ea5ffb4f76e
| * Prepare LLD resource only when our toolchain is usedborman5 days1-15/+22
| | | | | | | | commit_hash:250819962786e499d63e31bd2bfaa186f8043b68
| * Get rid of f2c-way to compile Fortranthegeorg5 days1-22/+2
| | | | | | | | commit_hash:e96a148f9fc8270c69d57afb357e537f8f51d814
| * Use correct package for gdbmikhnenko5 days1-1/+1
| | | | | | | | commit_hash:4ffd151c58edac87c6ef9a96251b5e5a3d964191
| * Move linker build-id,max-page-size options to /build for Android targetsborman5 days1-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <section id="quibbler-autodescription"> #### Перенос настроек линковки для Android в систему сборки 📝 - 🔧 Убраны флаги `LDFLAGS` с параметрами `max-page-size=16384` и `--build-id` из конфигураций сборки Android-приложений, так как теперь они управляются централизованно на уровне системы сборки. - 📦 Настройки линковки вынесены в `build/platform/lld/ya.make`, где добавлены необходимые флаги для поддержки 16 KiB страниц и идентификаторов сборки (`--build-id=sha1`) для 64-битных Android-таргетов. - 🧪 Обновлены тестовые конфигурации, где убраны дублирующиеся флаги линковки, чтобы избежать конфликтов и обеспечить единообразие параметров сборки. - 🛠️ Исправлены конфигурации сборки нативных библиотек и AAR-пакетов для корректной работы с новыми настройками линковщика. --- **Оценить качество описания можно [здесь](https://nda.ya.ru/t/_MxIaV0Q7FnCMG** <a href="https://nda.ya.ru/t/qa0kX64r7DqvtN"><font size="2">Autodescription by Code Assistant</font></a> </section> commit_hash:f9f4e5e1823b78999eaea24a4e45431240e1ea51
| * Unify repositories setup and use default Bucket convention for credsnevack5 days3-19/+24
| | | | | | | | commit_hash:45a2244bafb326570dc936ae6e8eb6ed51e21ed9
| * Skip mkBuildDir if buildDirectory was already creatednevack5 days1-0/+3
| | | | | | | | commit_hash:a8317fc7eb575e5b5eb081065faea9c266398e0a
| * Support ErrorProne 2.42.0miroslav25 days1-3/+3
| | | | | | | | commit_hash:fa0354c890985a8717c644fff83657614a6579ea
| * import go std 1.25 (no switch)elen-volodina5 days1-0/+3
| | | | | | | | commit_hash:760f0608cacbcb434d2cab9c5d70b1a83cdfaac0
| * Automatic release build for os_test_tool, test_tool, os_ya, ya_binrobot-ya-builder5 days3-10/+12
| | | | | | | | | | Update tools: os_test_tool, test_tool, os_ya, ya_bin commit_hash:48fdbaaefce2c2954792d08e70ed65ecaa26054d
| * Automatic release build for os_ymake, ymakerobot-ya-builder5 days3-10/+20
| | | | | | | | | | Update tools: os_ymake, ymake commit_hash:7631c6f3aebfcb5d7bac2075fafe046542c4621f
* | Sync branches 251009-0050YDBot5 days12-200/+348
|\|
| * More scriptsnechda6 days2-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Migrated scripts: build/scripts/run\_tool.py build/scripts/yield\_line.py build/scripts/xargs.py build/scripts/f2c.py build/scripts/gen\_py\_reg.py build/scripts/gen\_py3\_reg.py build/scripts/configure\_file.py build/scripts/mkver.py build/scripts/symlink.py build/scripts/fetch\_from\_archive.py build/scripts/llvm\_opt\_wrapper.py commit_hash:6ae158c774ba30642a97b15dde78f7c2a539856f
| * init style_json linteramgudym6 days5-0/+111
| | | | | | | | | | RELATES:(https://nda.ya.ru/t/Gkkktkfd7L5yye commit_hash:406bc77fb0202da33e48738e0e32a1d5271d9b6a
| * Add gdb16 to toolchains registrymikhnenko6 days1-15/+40
| | | | | | | | | | (https://nda.ya.ru/t/k3a-TJRg7L5VYU commit_hash:7808d3a22a1ba6600e88812628574399a477a9ef
| * Import clang21-rt for NDK 29borman6 days1-1/+1
| | | | | | | | commit_hash:ed4caddc63014a5b74fd8dcfbd0929e49f914dab
| * Remove FILES field and refactor fields constructionalevitskii6 days3-163/+164
| | | | | | | | | | Remove FILES field and refactor fields construction commit_hash:54a4f3b2825b417f738292b0e031bc8623191e7a
| * Hotfix release build for os_ymake, ymake with strict macro args parserrobot-ya-builder6 days3-10/+20
| | | | | | | | | | Update tools: ymake, os_ymake commit_hash:d24f3466ef48de13938f6963376d09b40134c136
* | Sync branches 251008-0050YDBot6 days37-599/+65
|\|
| * disable -sources.jar for protos via variableiniklyaev7 days1-1/+8
| | | | | | | | commit_hash:a4b4ea1430f9dac200fb204ac6cb79bf29723e3d
| * Automatic release build for ya_bin, os_ya, test_tool, os_test_toolrobot-ya-builder7 days3-10/+12
| | | | | | | | | | Update tools: ya_bin, os_ya, test_tool, os_test_tool commit_hash:d04bfc9268727ae15b68455f70358b1a3ba7c7a8
| * Remove JDK 20 support from Arcadia Tier 0, remove build configuration for JDKmiroslav27 days5-88/+3
| | | | | | | | commit_hash:9222049b8c4fcdc00d541b68ff5f0ed4630efa89
| * Bump CUDA_HOST_TOOLCHAINmikhnenko7 days1-0/+2
| | | | | | | | commit_hash:076fe96026b57c22a3f65ea7b482b7d880430570
| * chore(conf+builder): remove experimental support for npmzaverden7 days21-503/+19
| | | | | | | | commit_hash:ff97bf7139227c9f62a7c1018bcf710ee907efc3
| * Move detailed JDK version info into ya.make filessvidyuk7 days8-0/+24
| | | | | | | | commit_hash:9d8ff7977fc94da791ac3d1736ccedc14d8eae3a
* | Sync branches 251007-0050YDBot7 days10-60/+73
|\|
| * Cleanup warning suppression flagsborman8 days1-25/+29
| | | | | | | | | | | | | | - Format flags in columns for readability - Deduplicate flags between clang versions - Remove project-specific clauses from common config commit_hash:be33eb860a1073800fcd10c8b0be996d604a82a8
| * Cleanup sysincls for contrib/libs/protocthegeorg8 days1-11/+0
| | | | | | | | commit_hash:aa735095319778ea383d7f5e586b2b8c32448ac7
| * Update docs cli to "5.12.4" versionrobot-infraui-ci8 days1-4/+4
| | | | | | | | commit_hash:735be0405727dccbf3cb92cef52df0904317d470
| * Add OS_SDK for ARCH_ARMmikhnenko8 days1-0/+4
| | | | | | | | commit_hash:f5f050ef2602c5d89b7a6e5e95ce19f277293ca6
| * Automatic release build for ya_bin, os_ya, test_tool, os_test_toolrobot-ya-builder8 days3-10/+12
| | | | | | | | | | Update tools: ya_bin, os_ya, test_tool, os_test_tool commit_hash:342c1986186a71e6f77fceddc2e3c4fd4ec3d130
| * Automatic release build for os_ymake, ymakerobot-ya-builder8 days3-10/+20
| | | | | | | | | | Update tools: os_ymake, ymake commit_hash:fa127730dad950a1bd45c9603f98b7c671d9ae6a
| * eslint / stylelint: extend node_pathvturov9 days1-0/+4
| | | | | | | | | | | | Изменения расширяют пути поиска модулей для eslint / stylelint, что позволит стилевым тестам работать нормально после выноса virtual store из node_modules. Необходимые изменения в jest будут внесены отдельно после дополнительных проверок. commit_hash:7510370c04d8967d572408deea82fa05ee03228a
* | Sync branches 251005-0051YDBot9 days1-3/+0
|\|
| * Unmute -Wunused-but-set-variablemikhnenko10 days1-3/+0
| | | | | | | | commit_hash:d5d05490d284742227f7b13046127e886058b6ff
* | Sync branches 251004-0050YDBot10 days5-58/+105
|\|
| * Remove algolia extension from default args3y3k011 days1-1/+3
| | | | | | | | commit_hash:4bb960da95fd273e8b89ef857e8750845651bb10
| * Fix exporting proto library with namespace.nogert11 days1-1/+1
| | | | | | | | commit_hash:1d343387b1c0d8ea186491bcc557d8a738849211
| * Add ubuntu-18 for linux-aarchmikhnenko11 days1-0/+2
| | | | | | | | commit_hash:181a95a30c42dd39536b26f1b3b145903abb455c