aboutsummaryrefslogtreecommitdiffstats
path: root/build/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Untitled commitpg2025-02-271-0/+2
| | | | commit_hash:3ddf67762ac3ea98a671adbf2df5a598812db9bd
* v2pg2025-02-261-0/+29
| | | | commit_hash:b1ef83d5b70569b92f918e825d5e290cc8e3c886
* implement golang ld pluginspg2025-02-261-7/+6
| | | | commit_hash:fb3ab9a0d420c781eb07bf3f791ba1f3fc1f2353
* less copy-pastepg2025-02-262-6/+0
| | | | commit_hash:995cd33ee941b1fb055fc27c0b6a67bca3e0e156
* refactor out cuda support pluginpg2025-02-212-232/+0
| | | | commit_hash:1507ae315ae21b87283bf38786230eb5a7352a3d
* refactor out sanitizer pluginpg2025-02-202-85/+2
| | | | commit_hash:d0bd11c053e40d5117172fd59c19b6d6caf6fb8e
* refactor out new pluginpg2025-02-192-24/+2
| | | | commit_hash:9e7d09577713ceb4c1bfabf9b70a494f8d0c3532
* refactor out py2 protobuf herobora afterpg2025-02-185-140/+22
| | | | commit_hash:8241ea2d9e5c3d12ca4c8902cdac23ed6630d4ce
* also support dll linkingpg2025-02-142-20/+26
| | | | commit_hash:ebafc271047aa3ae660b813c3dcaee05324895bf
* use plugin for muslpg2025-02-131-15/+0
| | | | commit_hash:e97d8794f04c155eaca0fa4161658142d04e4788
* simplify afterpg2025-02-121-68/+2
| | | | commit_hash:4d91c6379cf9f4b3a49a60b7500e1d8f809ad712
* Add ability to postprocess static libraries during the build.pg2025-02-111-0/+16
| | | | commit_hash:792b08e2ac7c31269c1d0f21ab6ec2e062d67643
* Untitled commitpg2025-02-111-3/+16
| | | | commit_hash:738c0e3b90d7c428015a34c302c8bcba5b98b759
* Disable symbols redefining for MAPSMOBI_BUILD_TARGETmikhnenko2025-02-111-3/+4
| | | | commit_hash:9424e37bc99e6d61ff8496bf319539c6f1786669
* Untitled commitpg2025-02-061-0/+65
| | | | commit_hash:f8d5d01bb4f15fea486c4bb48cd647bc4b8b085f
* fix --go_out on windowsiniklyaev2025-02-041-1/+0
| | | | commit_hash:cf8227590444e769ad0460d4f8153c1ad2c3c6ed
* Introduce objcopy script for resource insertionnechda2025-02-031-0/+139
| | | | commit_hash:39ce56f480bbb17dd7286368c8db840726a1c925
* [ASAN] Enable detect_odr_violation=2nechda2025-02-021-0/+11
| | | | | The ASAN flag for detecting ODR violations has been set to its **++default++** value (2). commit_hash:7475c1eb748fa0704d3db551189591c87ce5357d
* update metrica in mapkitkmartynkov2025-01-292-6/+6
| | | | commit_hash:322f1bfd662f90e3f9c01588527a7bada2e5a0bb
* Migrate DLL_JAVA to JAR_LIBRARY modulesvidyuk2025-01-292-2/+27
| | | | commit_hash:748b6900bfb14824d834071a0ab51d873960eae6
* All java sources sorting/preparation in a single python scriptsvidyuk2025-01-282-4/+27
| | | | | | | NOTE: there is still some kotlin source preparation remains in a separate call for `build/scripts/resolve_java_srcs.py` which is going to be joined into `prepare_jar_build.py` later. commit_hash:239933cba6b1a7090a9327d659bb8be3722db916
* Move source-jar preparation steps to common scriptsvidyuk2025-01-241-3/+7
| | | | commit_hash:0fc4b385e7c45b0b8cbc4446c4a61f6232a00ed9
* Start to join all java build scripts code into single placesvidyuk2025-01-212-1/+10
| | | | commit_hash:dcea153842a8a7c8513f6458bc5367e80269635d
* Remove ancient DLL_JAVA implementationsvidyuk2025-01-212-48/+0
| | | | commit_hash:0f94f3592c8bd6af74f451cf8f388fff380fc27d
* Separate class to gather source lists content.svidyuk2025-01-181-29/+41
| | | | | Still not there but one step closer to .jsrc support in _JAR_LIBRARY commit_hash:a514687c2ebcc3c6e493ac401dec4f183b3324d9
* Remove unused `macro COMPILE_SWIFT_MODULE`thegeorg2025-01-172-17/+0
| | | | | Support was added in rXXXXXX, but made no progress and found no usage since then. commit_hash:c1c06bbb62ef8be1abab790209370b5ac29514c7
* Drop more groovy support related codesvidyuk2025-01-171-17/+5
| | | | commit_hash:81fec1e84eb8eab851b8f82a3ed811f8df9cbf7f
* Handle generated source dirs in the script collecting sources listssvidyuk2025-01-161-1/+7
| | | | | One step closer to hanlde jsrcs trasport in the _JAR_LIBRARY. commit_hash:9be21757cf6bd47f590b970e234f002771035230
* Extract stateful arg parsing from handling sources in make_java_srclistsvidyuk2025-01-161-64/+73
| | | | | | | This refactoring step is done to simplify work on support of '.jsrcs' in _JAR_LIBRARY which allows to use this module in the DLL_JAVA instead of EXTERNAL_JAVA_LIBRARY. commit_hash:27914cc84ed56605a25aa2643469503165b9c5da
* Drop dead groovy support codesvidyuk2025-01-151-7/+0
| | | | commit_hash:ded8a8d91cd34d72357c3e8624548be3a89c5385
* More info in exception when downloaded file is not foundpechatnov2024-12-281-0/+2
| | | | commit_hash:3452b7830e9949d5c55022ea82b982d3e7e040d0
* Fix warn from Kotlin compilertarasov-dmtr2024-12-201-0/+1
| | | | | Значение взял отсюда: https://github.com/JetBrains/intellij-community/blob/master/platform/util/resources/misc/registry.properties#L1018 commit_hash:b23bf332bd926ed39d7e6b59501782e8a596978d
* [build] Add LINK_EXCLUDE_LIBRARIES() macrodeshevoy2024-12-171-0/+19
| | | | | | | This macro could be used to implement a lazy DSO loader ISSUE: commit_hash:2a6b9d418cf404d8f742ecab947c3388ef7a8884
* Intermediate changesrobot-piglet2024-12-161-31/+0
| | | | commit_hash:fdd520cd0bac7f8a15914f2f3c116eeb81ca0767
* Remove unused scriptsvidyuk2024-12-112-132/+0
| | | | commit_hash:a6dbb2891ca29a35d2d7358f73f681cdeb17e69f
* [build] cuda: Fix dynamic linking with new cuDNN versionsdeshevoy2024-12-111-0/+6
| | | | commit_hash:0472b64d3ba1e788aaee0ca8ab2fd21c9d2262dd
* Make TimeoutExceed as temporary errorv-korovin2024-12-051-0/+1
| | | | commit_hash:8c64472d8e7a99d45a88badc44ef441fe4e099d9
* Restore -Wexceptionsvadim-xd2024-12-041-10/+14
| | | | commit_hash:4860bd65c19be4212f1ddf3b492a6aad22f89977
* Fix dump compile commands & improve wrapccnechda2024-11-251-7/+20
| | | | commit_hash:a205838b61e595c9e2e5ca27cd6bca2bc5fd0ee9
* YQL-19206 Fix yql python build scriptsudovichenko-r2024-11-241-4/+3
| | | | commit_hash:7886e5975a31d296ec58dd94d013e0f6716a2cae
* Clean ya.make from already removed scriptsvidyuk2024-11-151-1/+0
| | | | commit_hash:e811732b6c0317af9d138edf53dce95f5f2c63d6
* Pass GoVersion to vetbuglloc2024-11-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | В процессе обновления staticcheck обнаружил новые фолзы для deprecated-related линетов, оказалось они переделали определение версии Go с которой работают: https://staticcheck.dev/changes/2024.1/#improved-handling-of-go-versions Этот PR должен все полечить благодаря передаче текущей (==против которой собирается модуль) версии Go (см. HIDDEN_URL Вот так проверял, что фолз ушел: ``` buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc co users/robot-contrib/release-yolint-yolint-7d4447f67f1588525055db15290915ef76094f20-37 Switched to branch 'users/robot-contrib/release-yolint-yolint-7d4447f67f1588525055db15290915ef76094f20-37' buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ya test --style fintech/common/infra-gen/plugins/postgres ------- [TS] {debug, default-linux-x86_64} fintech/common/infra-gen/plugins/postgres/gotest/govet >> gotest.vet.txt::govet [FAIL] Test command err: $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: TestMain should call os.Exit to set exit code" $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: if you believe this report is false positive, please silence it with //nolint:sa3000 comment" Number of suites skipped by class type: 1 fintech/common/infra-gen/plugins/postgres/gotest <govet> ------ sole chunk ran 1 test (total:0.54s - test:0.51s) [fail] gotest.vet.txt::govet [default-linux-x86_64-debug] (0.18s) $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: TestMain should call os.Exit to set exit code" $S/fintech/common/infra-gen/plugins/postgres/diff_calculator_test.go:16:1: "SA3000: if you believe this report is false positive, please silence it with //nolint:sa3000 comment" Logsdir: /home/buglloc/work/a.yandex-team.ru/fintech/common/infra-gen/plugins/postgres/gotest/test-results/govet/testing_out_stuff Stderr: /home/buglloc/work/a.yandex-team.ru/fintech/common/infra-gen/plugins/postgres/gotest/test-results/govet/testing_out_stuff/gotest.vet.txt.govet.err ------ FAIL: 1 - FAIL fintech/common/infra-gen/plugins/postgres/gotest Total 3 suites: 2 - GOOD 1 - FAIL Total 15 tests: 14 - GOOD 1 - FAIL Failed buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc co -b yolint-tst Switched to branch 'yolint-tst' buglloc@buglloc-dev:~/work/a.yandex-team.ru$ arc cherry-pick 0f9c71ea3697096a12cb6d9dfaa31ddddc99b6ca commit 0f9c71ea3697096a12cb6d9dfaa31ddddc99b6ca Pass GoVersion to vet HEAD is now at 1e1176cc27f0f5d8e3a8588fbd6876324a24b54e Pass GoVersion to vet buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ya test --style fintech/common/infra-gen/plugins/postgres Number of suites skipped by class type: 1 Total 3 suites: 3 - GOOD Total 15 tests: 15 - GOOD Ok buglloc@buglloc-dev:~/work/a.yandex-team.ru$ ``` commit_hash:b5835004f247d4d91eb19b7c71e4e32032a99c29
* Drop old broken groovy related stuffsvidyuk2024-11-121-23/+0
| | | | commit_hash:5511818f738a9382b398431472683745ce1a22ca
* . Пробрасывать версию релизного бранча в ↵dspushkin2024-11-113-0/+15
| | | | | | | | | ya package Как вариант, по аналогии с custom-version опцией(custom_version полем в sandbox), пробрасывать опцию release-version(или release-message) в vcs_info. Тут представлен вариант как прокинуть его в сборку пакета. commit_hash:f3766b0f0780bd280b1a9d799bea22add4ca3880
* Release clang18 #3robot-brewer2024-11-111-1/+1
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/clang18-v3 commit_hash:242ab0166e0b3ae29fd381117df005246a4e4eb9
* Moved yql/public/udf YQL-19206vvvv2024-11-031-1/+1
| | | | | | | init [nodiff:caesar] commit_hash:fea5321f18f8d9ada6a22d2359af7e1c4c19b8cc
* Add python wrapper for clangnechda2024-11-024-42/+57
| | | | commit_hash:0ac8fe42fec35bd7fd78602530d909a5369b4e0b
* Don't style build/scripts/_fake_src.cppalevitskii2024-10-291-2/+1
| | | | | Don't style build/scripts/_fake_src.cpp commit_hash:e22cd38bd3e4a39ec5edda66fcc6c4c298531cc2
* Don't style build/scripts/c_templates/svn_interface.calevitskii2024-10-251-0/+1
| | | | | Don't style svn_interface commit_hash:9bded11bba0cc91d52fd7576faa911deb5b9f6a1
* Release python3-frozen #10robot-brewer2024-10-2429-13/+110
| | | | | https://github.com/yandex/toolchain-registry/releases/tag/python3-frozen-v10 commit_hash:c15fdff831efa24ba1f6711307408dd1c7a46b91