summaryrefslogtreecommitdiffstats
path: root/build/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Generate filenames deterministicallynechda9 days1-1/+11
| | | | commit_hash:9df18dee7e66807ff56369c48f70d725c945c6c7
* Migrate java scripts to py3nechda9 days3-11/+9
| | | | | rep py2 -> py3 for java commit_hash:78171638f15125a712c6142b22cdc8bc33b75a56
* fix external filteringalicebeth12 days1-2/+82
| | | | | fix external filtering commit_hash:6155236a9439c03a594bdda31b01b84e8eaaf33b
* fix compile error exit in iwyualicebeth12 days1-23/+47
| | | | | fix compile error exit in iwyu commit_hash:4bfdc0e70496933a0a5ec7e559583dfd051c0a1d
* upd iwyu.pyalicebeth13 days1-4/+14
| | | | | upd iwyu.py commit_hash:165bbb355494ae71e5a8873248ba461cf802d004
* add tests for iwyu to devtools/yaalicebeth13 days1-240/+385
| | | | | add tests for iwyu to devtools/ya commit_hash:528598228cdc4a4f004956ce50b28f13fa3841fa
* Drop clang14 and add clang 20 support in build=profilemikhnenko13 days1-1/+1
| | | | commit_hash:c1a2735e8ed59819590c2991e3862ced5a39e085
* Generate Kotlin by KAPTdimdim112025-09-021-1/+7
| | | | commit_hash:7de52d94720c3dbca0867461b53fc7d7d5c9a8a6
* move verbose to iwyu.erralicebeth2025-08-291-2/+9
| | | | | move verbose to iwyu.err commit_hash:6d75986aebc22cf664ffd1c960e79843fdcf1225
* fix bug for correct includes in iwyu.pyalicebeth2025-08-281-9/+4
| | | | | fix bug for correct includes in iwyu.py commit_hash:1c793e078f7680c3040e84f480dd1e20eba9c89f
* update iwyu readme and fix bug in buildalicebeth2025-08-281-1/+1
| | | | | update iwyu readme and fix bug in build commit_hash:0cebb8cbeb770a376c4b7bbb894fdcc224da8973
* Fix KAPT optionsdimdim112025-08-271-11/+20
| | | | | Fix KAPT options commit_hash:f57610c58e1ed15aa24211c24b1cf00892df899c
* KAPT AP optionsdimdim112025-08-271-1/+29
| | | | | KAPT AP options commit_hash:71e5753000f04861243579a301e13463588b7220
* add iwyu to corealicebeth2025-08-253-0/+390
| | | | | | | Добавляем поддержку IWYU (include what you use) в линтеры. По аналогии с clang-tidy. add iwyu to core and tests commit_hash:e47e8af907bd589aa6eb61ba4eba8f8d0ecb2e0e
* fix linter reports for build/scripts/go_tool.pysnermolaev2025-08-231-6/+6
| | | | commit_hash:5df3af822ed3a50395cb71deaa4cea14972a5db4
* fix linter reports for build/scripts/compile_java.pysnermolaev2025-08-221-2/+2
| | | | commit_hash:b8e331f74518106d63b5be296355b75242b93bfc
* fix linter reports for build/scripts/copy_docs_files_to_dir.pysnermolaev2025-08-221-3/+3
| | | | commit_hash:2b9a0101e4407721493164b40be1fc824e7f6462
* fix linter reports for build/scripts/copy_docs_files.pysnermolaev2025-08-221-2/+2
| | | | commit_hash:d8d98cc2b334c46acf2ad866b861ccada86494d6
* fix misprint: enable py2test/py3test for build/scripts and ↵snermolaev2025-08-211-4/+7
| | | | | | build/internal/scripts commit_hash:03b4c0294d202846a129cf2875a329bbed81c358
* Revert commit rXXXXXX, DOCSBOOK is final tgarget again; additional output ↵snermolaev2025-08-152-45/+1
| | | | | | preprocessed.tar.gz for DOCSBOOK commit_hash:7d97aea65f4c2c03054fbb23e5cc2217014e9ceb
* DOCSBOOK is final tgarget again; additional output preprocessed.tar.gz for ↵snermolaev2025-08-152-1/+45
| | | | | | DOCSBOOK commit_hash:58b2d779b2e6e3462eceeeb50fa73e93238bad43
* update jdk to 21kmartynkov2025-08-082-4/+4
| | | | commit_hash:42cfb75861cd469bfa665deeb0a79f80e977d156
* Fix encoding in java coverage reportersay2025-08-041-3/+3
| | | | commit_hash:32cb4b7e203daba93b9230229537293ac52f9d22
* [build/scripts/compile_cuda] Support mcdc coverage optionprettyboy2025-08-011-3/+7
| | | | commit_hash:52fc45f6924fc03f61c4bd37c9feaf8da3fb4e95
* [devtools/ya/test/programs/test_tool/resolve_clang_coverage] Fail in case of ↵prettyboy2025-07-281-1/+1
| | | | | | processing duplucated in mc\dc and branch coverage commit_hash:9cd14f0060d7593861f29fadbd9d34081df54864
* fix stderr forwardingzaverden2025-07-241-1/+1
| | | | | При `stderr=subprocess.STDOUT` теряется ошибка в выводе результатов работы скрипта commit_hash:42c01da4ea6322d2617ad0f35d23678a554c72bb
* More meaningful message when proto namespace is incorrectalevitskii2025-07-221-3/+6
| | | | | More meaningful message when proto namespace is incorrect commit_hash:4f9e4c8b3e97bf267c51f90e52a20f0ee96612db
* temporary crutchsnermolaev2025-06-211-1/+1
| | | | commit_hash:0c488d042b864913c9d967a1aba4fb794ce1109f
* add info about a file being processed in case of exceptionsnermolaev2025-06-201-6/+9
| | | | commit_hash:ae7d1ce9430fae6cfb796a95aeae7cba2e0a7021
* Fix WITH_CREDITS buildsvidyuk2025-06-181-6/+0
| | | | | Six is not included into ymake python3 but was included in ymake python2. commit_hash:1c53eb951ab5316411b474e765df73f4f2673f0a
* up targetSdk and compileSdk to 35kmartynkov2025-06-172-66/+85
| | | | | | | 1. Поднимаю targetSdk до 35 2. Поднимаю gradle до 8.7 3. Версия JDK для мапкита поднимается до 17 commit_hash:7ff3c6a596221f9f5a21a2a72267c5bca837b423
* Migrate linker related scripts to py3nechda2025-06-162-2/+2
| | | | commit_hash:53092809407c91c9ec49c7cc6bcf32f1cb5fac7d
* support armv6 for go stdlibchopik2025-05-071-2/+7
| | | | commit_hash:965b2acef69f3f498322f06c527d9f628fb6d3be
* warn if no profile library found for coverage buildiniklyaev2025-04-281-0/+7
| | | | commit_hash:e5c5172a2d6960cfb77ec37878bb87869ead057c
* linux ARM7 arch for golang buildchopik2025-04-161-2/+10
| | | | commit_hash:e9962def09076c0ee2b1b69e79dfe1583ee40e92
* Drop -I to stl for bpf targetsmikhnenko2025-04-141-0/+13
| | | | commit_hash:ed9aed0cc15d46e1718fa49fcea36432fce52951
* switch commands from asrc.conf to YMAKE_PYTHON3snermolaev2025-04-111-2/+1
| | | | commit_hash:b23eaf199adf02c0bc0c2f27bde457e988d16315
* YMAKE_PYTHON => YMAKE_PYTHON3 for commands from misc.confsnermolaev2025-04-111-0/+4
| | | | commit_hash:9c3174434e041e9c59167f95d0bf91b4a1447622
* Always taring WITH_JDK by python, patch tarinfo in python taringdimdim112025-04-071-17/+31
| | | | commit_hash:34dbae394624660e81ae61f12d5b87569025cdda
* Build fontconfig on androidkirilltatunov2025-04-021-0/+8
| | | | | Я завожу библиотеку skia в contrib/ и fontconfig, как одна из её зависимостей, не собиралась под нужную нам платформу — android. commit_hash:e2f38b9bc49cd2b64bcf0bfc3fa2887d5140aa76
* feat protodocs: add template, use new templateaserebriyskiy2025-03-282-1/+115
| | | | | | | | Our own template with YFM support. Also, for debugging, use it in Fleet Tracking System documentation Testing: none required, just docs commit_hash:94e983300b5c5d227f0dc3d3c0069c3d2a2bd5e0
* Fix tar_exclude - remove '' and use subprocessdimdim112025-03-271-5/+10
| | | | | Fix tar_exclude - remove '' and use subprocess commit_hash:d2440c2d24707a0422a909ad46da2f4f97e6228e
* Excludes for tar_directorydimdim112025-03-261-17/+54
| | | | | Excludes for tar_directory commit_hash:9938cbe6879e2e3ace23d74a780d1ea7ed363328
* [devtools/ya/core] Enable some missing testsalevitskii2025-03-251-1/+3
| | | | | | | add paths make test pass commit_hash:a2980cb4418c77459e75eac0f8a67d0d032c6240
* Enable msan & asan with cgonechda2025-03-231-2/+9
| | | | commit_hash:883c0f92df7bf70e21d6f58d35b35068e8aac035
* Fix package name processingsay2025-03-111-1/+1
| | | | commit_hash:4b3bf4cca786391b36a288c9f7d8e1dde8174180
* feat ya-make: add support for DOCS_LIBRARY in PROTO_LIBRARYaserebriyskiy2025-03-102-0/+36
| | | | commit_hash:8f3498b2a434c3f72e0f5789ee69ae2aad71a05a
* py3 compatpg2025-03-051-5/+11
| | | | commit_hash:0bfe28c22ee33f4493f9915f1811a20bba2253b0
* renamed macrovvvv2025-03-041-3/+3
| | | | commit_hash:f17e3cd8acf40b29c6c32c1daacfac1c904126d7
* Get rid of `fetch_resource`shadchin2025-02-282-44/+0
| | | | commit_hash:a255d4fa7a32b82f2213a87fba245054b9cb65a1