aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Intermediate changesrobot-piglet2023-10-251-4/+4
|
* Remove Java 10 and Java 16 versions from java.pymiroslav22023-10-251-3/+0
|
* Dismantle FROM_EXTERNAL, process .external file in pluginspreis2023-10-254-79/+32
|
* Fix trigger for NEED_PROFILE_RUNTIME to correctly support local overridesspreis2023-10-231-4/+3
|
* Update contrib/libs/c-ares to 1.20.1thegeorg2023-10-231-0/+1
|
* Fix profile buildspreis2023-10-231-1/+0
| | | | This is temporary fix to sort-out problems with yasm to profile runtime dependency
* Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, test_tool3robot-ya-builder2023-10-232-14/+14
| | | | | | | | | From hash: [ac17a34f40d662b6ab477da191b5e2b3683f6a88](https://a.yandex-team.ru/arcadia/commit/ac17a34f40d662b6ab477da191b5e2b3683f6a88) From revision: [12733593](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=264) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3
* Automatic release build for ymake, os_ymakerobot-ya-builder2023-10-233-20/+20
| | | | | | | | | From hash: [6f82863a10ee1d1f5d2a0658967ed038d404b951](https://a.yandex-team.ru/arcadia/commit/6f82863a10ee1d1f5d2a0658967ed038d404b951) From revision: [12732498](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=128) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ymake, os_ymake
* Darwin jdk's with certsheretic2023-10-211-2/+2
|
* py23-nize ytest.pysnermolaev2023-10-211-2/+2
|
* stable order of variables for MKDOCSsnermolaev2023-10-211-1/+2
|
* py23 pybuild: fix for python coveragesnermolaev2023-10-211-2/+2
|
* py23 gobuild.py: go coveragesnermolaev2023-10-211-1/+1
|
* cleanup pluginssnermolaev2023-10-216-76/+3
|
* py23-nize java.pysnermolaev2023-10-211-11/+10
|
* Stop using prebuilt contrib/tools/yasmthegeorg2023-10-211-0/+1
|
* Jdk 12 with nebius and nemax certificatesheretic2023-10-201-2/+7
|
* Try to copy port .h/.c inside pg_wrappervvvv2023-10-201-1/+18
|
* Introduce msvc-win-x86_64 toolchain aliasthegeorg2023-10-201-1/+2
|
* Require iOS 13.0 in ya make buildsthegeorg2023-10-201-9/+1
| | | | As announced [in Atushka](https://clubs.at.yandex-team.ru/arcadia/29463).
* Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3robot-ya-builder2023-10-202-14/+14
| | | | | | | | | From hash: [821b577696737a2af426860f43ceb04432771ed1](https://a.yandex-team.ru/arcadia/commit/821b577696737a2af426860f43ceb04432771ed1) From revision: [12720401](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=262) Flow triggered by user: [robot-ci](https://staff.yandex-team.ru/robot-ci) Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3
* force stable order of object files for devtools/ya/build/tests/fakeid testsnermolaev2023-10-201-1/+1
|
* Add DEFAULT_JDK_VERSION(), a.k.a. overridable JDK_VERSION()vpozdyayev2023-10-201-0/+9
| | | | Делаем через `_SET_FIRST_VALUE()`, разборки с `.EPILOGUE` оставим на случай обнаружения реальных проблем. Повторные вызовы `DEFAULT_JDK_VERSION()` отрабатывают достаточно ожидаемым образом, обновляя значение `JDK_REAL_VERSION`.
* Import 18 May 2022 4d8268fbf4cd30d39530622b7f1dc487122b4f3cmikhnenko2023-10-192-1/+2
|
* [devtools/ya] Support BENCHMARK_OPTS macroprettyboy2023-10-192-2/+20
|
* Fix JDK21 for macospazus2023-10-191-2/+2
| | | | Temurin packages macos jdk in Content/Home/... but build system expects `bin/javac` as path to comiler
* Import Temurin JDK21pazus2023-10-195-2/+67
|
* fix typosviknet2023-10-181-4/+4
|
* Update docs about LICENSE... macrosesdimdim112023-10-181-10/+11
|
* Upd libc++ to 18 May f0e61029506fd63bb300f2dbbd65ba792e4ef3a2mikhnenko2023-10-172-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [libc++][P0943] Add stdatomic.h header. [libc++] Implement ranges::is_partitioned [libcxx] Reject month 0 in get_date/__get_month [libc++] Mark tests that use check_assertion.h as requiring unix headers [libcxx] [ci] Add a i386 Windows configuration to CI [libcxx] [test] Narrow down an XFAIL for clang-cl configurations [libcxx] [test] Extend the UNSUPPORTED lines in strong_order_long_dou… [libcxx] [test] Fix max_size.pass.cpp for other Windows architectures [libc++] Avoid a Microsoft SAL macro. [libc++] Add a few _LIBCPP_ASSERTs in __tree [libc++] Implement ranges::for_each{, _n} [libc++] Refactor max_size.pass.cpp [runtimes] Fix how we trigger CI [libc++] Overhaul how we select the ABI library [runtimes] [cmake] Fix -Werror detection in common build configs [libc++] Mark <stdatomic.h> as requiring C++23 [libcxx] Switch __cxx_contention_t to int32_t on 32 bit AIX [libc++] Remove __invalidate_all_iterators and replace the uses with … [libc++] Add a few more debug wrapper functions [libc++][ranges] Implement views::drop. [libcxx] [test] Fix the nasty_macros test on Windows on ARM/ARM64 [libcxx] Remove static inline and make use of _LIBCPP_HIDE_FROM_ABI i… [libcxx] random_device, use arc4random() on Solaris [libc++][ranges] Implement views::single. [libc++][ranges] Implement views::take. [libc++] Improve std::to_chars for base != 10. [lib++][doc] Fixes a link in the status paper. [libc++] Simplify the string structures a bit more [libc++][test] Verify std::views::drop and std::views::join are CPOs [runtimes] Introduce object libraries [libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION option [libc++] Remove overly conservative error in <stdatomic.h> [libc++] Introduce LIBCXX_LIBRARY_VERSION [libcxx] [test] Add missing header for std::numeric_limits [libcxx] [test] Include header for strverscmp [runtimes] Default LIB*_HERMETIC_STATIC_LIBRARY to ON on Windows [libc++][format] Adds a formattable concept. [libc++][format] Adds formatter<charT[N], charT>.
* [build/platform/java/jdk/jdk11] Don't use patched JDK11_FOR_TESTS in opensourceprettyboy2023-10-171-1/+1
|
* PROVIDES should affect compilation onlysvidyuk2023-10-171-4/+4
|
* Consider UNATTRIBUTED as an independent licenses propertythegeorg2023-10-171-1/+1
|
* Use ALLOW_ONLY mode in default license restrictionsthegeorg2023-10-172-10/+10
|
* Remove JDK 16 support from Arcadia Tier 0, remove build configuration for JDKmiroslav22023-10-174-55/+1
|
* Automatic release build for ymake, os_ymakerobot-ya-builder2023-10-173-20/+20
| | | | | | | | | From hash: [7a777de538418c91a16f727fdbca9059755fdab8](https://a.yandex-team.ru/arcadia/commit/7a777de538418c91a16f727fdbca9059755fdab8) From revision: [12688834](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=126) Flow triggered by user: [svidyuk](https://staff.yandex-team.ru/svidyuk) Update tools: ymake, os_ymake
* Automatic release build for ya_bin3, os_ya, ya_bin, test_tool, test_tool3robot-ya-builder2023-10-172-14/+14
| | | | | | | | | From hash: [b5be47933e54e39a1f3916730dc3f8c2045f872b](https://a.yandex-team.ru/arcadia/commit/b5be47933e54e39a1f3916730dc3f8c2045f872b) From revision: [12685651](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=261) Flow triggered by user: [prettyboy](https://staff.yandex-team.ru/prettyboy) Update tools: ya_bin3, os_ya, ya_bin, test_tool, test_tool3
* (no commit message)pg2023-10-171-0/+4
|
* Allow using --test-tool3-bin separately in yazhukoff-pavel2023-10-161-0/+3
|
* Remove JDK 10 support from Arcadia Tier 0, remove build configuration for JDKmiroslav22023-10-164-49/+1
|
* split RESOURCE and RESOURCE_FILES with very long lists of argumentssnermolaev2023-10-161-2/+10
|
* Revert commit rXXXXXX, Upd libc++ to 18 May ↵mikhnenko2023-10-162-8/+1
| | | | 4ac0589122830fc6d90e0ea091300c0b979a42dc
* Upd libc++ to 18 May 4ac0589122830fc6d90e0ea091300c0b979a42dcmikhnenko2023-10-162-1/+8
|
* Update libc++ to 1 May 2022 639b9618f46d75f4dabd2082b3f6ba8433c287bfmikhnenko2023-10-142-1/+8
|
* Consider MIT WITH Musl-Exception as a single permissive licensethegeorg2023-10-131-4/+1
| | | | | | | | | | | | | | ``` In addition, permission is hereby granted for all public header files (include/* and arch/*/bits/*) and crt files intended to be linked into applications (crt/*, ldso/dlstart.c, and arch/*/crt_arch.h) to omit the copyright notice and permission notice otherwise required by the license, and to use these files without any requirement of attribution. These files include substantial contributions from: ``` It waives up the copyright restriction otherwise imposed by MIT license. There is no need to forbid this license.
* support dash in Python version of PROTO_LIBRARYspreis2023-10-133-16/+32
|
* Added "USE_KTLINT_OLD" macro supportdaniel-march2023-10-122-1/+13
|
* Automatic release build for ya_bin3, ya_bin, os_ya, test_tool, test_tool3robot-ya-builder2023-10-122-14/+14
| | | | | | | | | From hash: [6b62360ff439aa40b72b98250a5c09f6a8ec279d](https://a.yandex-team.ru/arcadia/commit/6b62360ff439aa40b72b98250a5c09f6a8ec279d) From revision: [12648678](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=258) Flow triggered by user: [zhukoff-pavel](https://staff.yandex-team.ru/zhukoff-pavel) Update tools: ya_bin3, ya_bin, os_ya, test_tool, test_tool3
* Add uchar.h into test after rXXXXXXmikhnenko2023-10-121-0/+1
|
* External build system generator release 58robot-ya-builder2023-10-122-9/+9
| | | | Update tools: yexport, os-yexport