| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Make clang_tidy_check work with relative path Issue: http://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11232 Testing: all internal tests passed Signed-off-by: Denis Silakov <silakov.denis@huawei.com> Co-Authored-By: NA | 3 个月前 | |
Some additional codestyle fixes Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAHYJV Tests: ninja all tests Signed-off-by: Malinin Andrey <malinin.andrey@huawei-partners.com> | 2 年前 | |
Fix cformat invocation in ani test generation Currently we launch formatting for the whole folder, this produces a lot of parallel format processes Issue: http://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11193 Testing: all internal tests passed Signed-off-by: Denis Silakov <silakov.denis@huawei.com> Co-Authored-By: NA | 4 个月前 | |
Add zlib-dev to arm ubuntu deps Required to build all ark parts in Ubuntu arm. Issue: http://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11662 Testing: all internal tests passed Signed-off-by: Denis Silakov <silakov.denis@huawei.com> Co-Authored-By: NA | 3 个月前 | |
Renamed libpandabase into libarkbase Issue: ICEF8V Signed-off-by: ivagin <vagin.ivan1@huawei-partners.com> | 1 年前 | |
Support alternative Clang/LLVM toolchains 1. For now, turn off the use of libllvmbackend for Ark AOT compilation. 2. Teach both CMake and GN to configure libllvmbackend with conditional compilation macros as prescribed by the Clang/LLVM toolchain being used to build libllvmbackend as well as libLLVM. This ensures that libllvmbackend and libLLVM are ABI- and API-compatible with the build toolchain. A new variable, LLVM_EXTRA_CMAKE_FLAGS, is added to static_core/scripts/llvm/build_llvm.sh, so that libLLVM can be configured with additional flags if required by the build toolchain. Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/7475 Signed-off-by: Bryan Chan <bryan.chan@huawei.com> | 11 个月前 | |
[URunner2] add check-venv.sh to check whether required python libraries are installed in the environment used by URunner Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11182 Testing: All required pre-merge tests passed. Results are available in the ggwatcher. Co-Authored-By: Agent Signed-off-by: Viktoria Shirunova <shirunova.viktoria2@huawei-partners.com> | 4 个月前 | |
Add building android runtime to panda sdk Change-Id: I7bffc3453c498cf4f2bb48f6cf27d1c6c965ceef Signed-off-by: evgenii.generalov <evgenii.generalov@bell-sw.com> Co-Authored-By: NA Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11225 | 4 个月前 | |
XML SAX support stream readable Issue:https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/10882 Signed-off-by: zhengshubin2233 <zhengshubin@huawei.com> Co-Authored-By: Agent | 3 个月前 | |
Update all copyrights Update all copyrights headers with 2024 Issue: #IAEF1K Tests: ninja tests Signed-off-by: molotkovmikhail <molotkov.mikhail@huawei-partners.com> | 2 年前 | |
[GN] Fix gn standalone build and add tests Install Node.js, build ets_interop_js_napi, generate etsstdlib.an in gn standalone build. Create target for ets-func-tests. Add script to download gn and build panda with it. Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IACEKA Test: ninja ets_func_tests Signed-off-by: Rokashevich Svetlana <rokashevich.svetlana1@huawei-partners.com> | 2 年前 | |
Improve local linting Add script for local copyright year check, ignore docs in python linters Issue: http://gitcode.com/openharmony/arkcompiler_runtime_core/issues/10313 Testing: all internal tests passed Signed-off-by: Denis Silakov <silakov.denis@huawei.com> Co-Authored-By: NA | 6 个月前 | |
Fix module name for dot-prefixed paths Issue: https://gitcode.com/openharmony/arkcompiler_ets_frontend/issues/10032 Description: Preserve dot-prefixed directory segments (e.g. .test) when forming module names from arktsconfig paths. Stop stripping a lone leading dot in ConcatOhmurl and remove OhmurlToMname regex that collapsed "..". Reason: ConcatOhmurl treated any leading "." as "./" and dropped it, turning entry/.test/a into entry.test.a instead of entry..test.a. Tests: ninja tests /tests/tests-u-runner-2/runner.sh es2panda-verifier ets-runtime --extension=ets --load-runtimes=ets --force-generate --processes=all --es2panda-args=--simultaneous=true /tests/tests-u-runner-2/runner.sh es2panda-verifier parser --extension=ets --load-runtimes=ets --force-generate --processes=all /tests/tests-u-runner-2/runner.sh es2panda-verifier astchecker --extension=ets --load-runtimes=ets --force-generate --processes=all /tests/tests-u-runner-2/runner.sh es2panda-verifier ets-cts --extension=ets --load-runtimes=ets --force-generate --processes=all --es2panda-args=--simultaneous=true /tests/tests-u-runner-2/runner.sh panda-int ets-func-tests --extension=ets --load-runtimes=ets --force-generate --processes=all /tests/tests-u-runner-2/runner.sh panda-int ets-sdk --extension=ets --load-runtimes=ets --force-generate --processes=all /tests/tests-u-runner-2/runner.sh panda-int unit-tests --extension=ets --load-runtimes=ets --force-generate --processes=all all passed Co-Authored-By: Agent Signed-off-by: xumoheng <xumoheng21@163.com> Co-Authored-By: Agent | 4 个月前 | |
Fix compiler_bisect to support Bash scripts Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IC3O87 Signed-off-by: hande <17526607683@vip.163.com> | 1 年前 | |
[MM][Codestyle] Fix mm python scripts codestyle Issue: #IABDH7 Testing: OHOS CI Signed-off-by: Petrov Igor <petrov.826961@huawei.com> | 2 年前 | |
Some additional codestyle fixes Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAHYJV Tests: ninja all tests Signed-off-by: Malinin Andrey <malinin.andrey@huawei-partners.com> | 2 年前 | |
独立编译仓迁移 1.删掉toolchain目录下的build目录; 2.将build目录迁移到ark_standalone_build代码仓中的build仓中,并对相关的脚本进行修改; 3.修改ark_standalone_build代码仓中的manifest仓中的arkcompiler.xml和openharmony.xml文件; 4.修改arkcompiler_ets_runtime、arkcompiler_toolchain、arkcompiler_ets_frontend、arkcompiler_runtime_core仓中的相关文件; Issue:https://gitee.com/openharmony/arkcompiler_toolchain/issues/IC3RD3?from=project-issue Signed-off-by: dengwenjun <dengwenjun10@huawei.com> | 1 年前 | |
Change arm build for panda_sdk And remove build test for qemu in install-dep script Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IB2JVV?from=project-issue Tests: panda sdk job Signed-off-by: Ishin Pavel <ishin.pavel@huawei.com> | 1 年前 | |
Turn back python deps for Ubuntu 24 and use clang-18 since it is the default one in Ubuntu 24 Issue: http://gitcode.com/openharmony/arkcompiler_runtime_core/issues/10050 Testing: all internal tests passed Signed-off-by: Denis Silakov <silakov.denis@huawei.com> | 6 个月前 | |
!4112 [LLVM AoT] Add docker dir and files For the stability of the assemblies, it is proposed to use a container, which will avoid errors when the developer's environment and the CI assemblies do not match. Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IBSRFL Signed-off-by: Akhmadullin Rustam <akhmadullin.rustam@h-partners.com> Change-Id: Ib8dfd127a551f3392a740b46e876fe988b058039 | 1 年前 | |
!4112 [LLVM AoT] Add docker dir and files For the stability of the assemblies, it is proposed to use a container, which will avoid errors when the developer's environment and the CI assemblies do not match. Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IBSRFL Signed-off-by: Akhmadullin Rustam <akhmadullin.rustam@h-partners.com> Change-Id: Ib8dfd127a551f3392a740b46e876fe988b058039 | 1 年前 | |
Check third-parties after clone Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/11025 Signed-off-by: Gavrilov Mikhail 60104017 <gavrilov.mikhail@h-partners.com> Co-Authored-By: NA | 5 个月前 | |
Use standard /usr/bin/env sha-bang in scripts Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IACE16 Change-Id: I305d49398f19294ecb98dc3ebe20a5a415133912 Signed-off-by: Igor Sharonov <isharonov576@gmail.com> | 2 年前 | |
Use standard /usr/bin/env sha-bang in scripts Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IACE16 Change-Id: I305d49398f19294ecb98dc3ebe20a5a415133912 Signed-off-by: Igor Sharonov <isharonov576@gmail.com> | 2 年前 | |
Disabling tests for coverage_full;Update lcov Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICII70 Description: unit tests for coverage_full ; update lcov Testing: All required pre-merge tests passed. Results are available in the internal CI Signed-off-by: Tokmakov Alexander <dayver001@yandex.ru> | 1 年前 | |
Renamed libpandabase into libarkbase Issue: ICEF8V Signed-off-by: ivagin <vagin.ivan1@huawei-partners.com> | 1 年前 | |
Renamed libpandabase into libarkbase Issue: ICEF8V Signed-off-by: ivagin <vagin.ivan1@huawei-partners.com> | 1 年前 | |
Update ninja_wrapper Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/ICW96S Description: Fix ninja_wrapper Testing: All required pre-merge tests passed. Results are available in the internal CI Signed-off-by: Tokmakov Alexander <dayver001@yandex.ru> | 1 年前 | |
Improve local linting Add script for local copyright year check, ignore docs in python linters Issue: http://gitcode.com/openharmony/arkcompiler_runtime_core/issues/10313 Testing: all internal tests passed Signed-off-by: Denis Silakov <silakov.denis@huawei.com> Co-Authored-By: NA | 6 个月前 | |
Update cpu mask appliance Description: Update cpu mask appliance to reduce amount of calls from host to device. Issue: https://gitcode.com/openharmony/arkcompiler_runtime_core/issues/8624 Test: All pre-merge tests passed. Results are available in the ggwatcher. Signed-off-by: michaelfrost <michael.frost@huawei-partners.com> Co-Authored-By: NA Change-Id: I952f834048e3ff39dae15a5a1ebc4f122c283eee | 4 个月前 | |
Use standard /usr/bin/env sha-bang in scripts Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IACE16 Change-Id: I305d49398f19294ecb98dc3ebe20a5a415133912 Signed-off-by: Igor Sharonov <isharonov576@gmail.com> | 2 年前 | |
Use standard /usr/bin/env sha-bang in scripts Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IACE16 Change-Id: I305d49398f19294ecb98dc3ebe20a5a415133912 Signed-off-by: Igor Sharonov <isharonov576@gmail.com> | 2 年前 | |
Use standard /usr/bin/env sha-bang in scripts Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IACE16 Change-Id: I305d49398f19294ecb98dc3ebe20a5a415133912 Signed-off-by: Igor Sharonov <isharonov576@gmail.com> | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 个月前 | ||
| 2 年前 | ||
| 4 个月前 | ||
| 3 个月前 | ||
| 1 年前 | ||
| 11 个月前 | ||
| 4 个月前 | ||
| 4 个月前 | ||
| 3 个月前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 6 个月前 | ||
| 4 个月前 | ||
| 1 年前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 6 个月前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 5 个月前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 6 个月前 | ||
| 4 个月前 | ||
| 2 年前 | ||
| 2 年前 | ||
| 2 年前 |