| /arkcompiler/runtime_core/docs/changelogs/ |
| D | 2024-04-08-file_format-changelog.md | 5 * Version 9 File format with this changes is incompatible with version <=12.0.0.0 of Runtime. 11 ## Version section in 2024-04-08-file_format-changelog 12 1. We update the version to 12.0.1.0 15 1. We delete ProtoItem's data from file format from version 12.0.1.0. 16 2. We invalid the [proto_idx] field by setting [0xffff] in Method from version 12.0.1.0. 19 1. We delete the corresponding [field_idx_off] offsets-array from file format from version 12.0.1.0. 20 …he [field_idx_size] & [field_idx_off] by setting [0xffffffff] in IndexHeader from version 12.0.1.0. 21 3. We delete the corresponding [proto_idx_off] offsets-array from file format from version 12.0.1.0. 22 …he [proto_idx_size] & [proto_idx_off] by setting [0xffffffff] in IndexHeader from version 12.0.1.0.
|
| D | 2024-05-24-isa-changelog.md | 5 * Version 8 ## Version section in 2024-05-24-isa-changelog 9 We update version from 12.0.2.0 to 12.0.3.0 12 …nstructions, the following two bytecode instructions are added as an improved version with ic slot:
|
| D | 2024-07-05-file_format-changelog.md | 4 * Version 7 ## Version section in 2024-07-05-file_format-changlog 8 We update version from 12.0.4.0 to 12.0.5.0
|
| /arkcompiler/toolchain/build/config/mac/ |
| D | sdk_info.py | 4 # Licensed under the Apache License, Version 2.0 (the "License"); 28 def split_version(version): argument 29 """Splits the Xcode version to 3 values. 38 if isinstance(version, bytes): 39 version = version.decode() 40 version = version.split('.') 41 return itertools.islice(itertools.chain(version, itertools.repeat('0')), 0, 3) 44 def format_version(version): argument 45 """Converts Xcode version to a format required for DTXcode in Info.plist 54 major, minor, patch = split_version(version) [all …]
|
| D | mac_sdk.gni | 2 # Licensed under the Apache License, Version 2.0 (the "License"); 22 # Path to a specific version of the Mac SDK, not including a slash at the end. 23 # If empty, the path to the lowest version greater than or equal to 31 # Check that the version of macOS SDK used is the one requested when building 32 # a version of Chrome shipped to the users. Disable the check if building for 33 # iOS as the version macOS SDK used is not relevant for the tool build for the 35 # build with the latest version of Xcode that may not ship with the version of 56 # The tool will print the SDK path on the first line, and the version on the 94 " WARNING: The Mac OS X SDK is incompatible with the version of Xcode. To fix,") 96 " either upgrade Xcode to the latest version or install the Mac OS X") [all …]
|
| /arkcompiler/ets_frontend/arkguard/ |
| D | package-lock.json | 3 "version": "1.1.3", string 8 "version": "0.8.1", string 17 "version": "3.1.1", string 23 "version": "1.4.15", string 28 "version": "0.3.9", string 38 "version": "1.0.9", string 44 "version": "1.0.11", string 50 "version": "1.0.3", string 56 "version": "1.0.4", string 62 "version": "4.3.11", string [all …]
|
| D | Version.md | 2 … and important bugfixes. This file will alse be packaged and you can see the version you are using. 4 ## Version 1.1.5 9 ## Version 1.1.4 14 ## Version 1.1.3
|
| /arkcompiler/runtime_core/static_core/scripts/llvm/ |
| D | README.md | 19 VERSION=<version string, which is included in build/install directory names>(default: "main") 20 PACKAGE_VERSION=<kit version>(default: $VERSION) # must match REQUIRED_LLVM_VERSION in libllvmbacke… 23 BUILD_X86_DEBUG=<debug version for x86_64 architecure>(default: false) 24 BUILD_X86_RELEASE=<release version for x86_64 architecure>(default: false) 25 BUILD_AARCH64_DEBUG=<debug version for arm64 architecure>(default: false) 26 BUILD_AARCH64_RELEASE=<release version for arm64 architecure>(default: false) 27 BUILD_OHOS_RELEASE=<release version for OHOS platform (OHOS SDK build)>(default: false) 28 BUILD_OHOS_RELEASE_GN=<release version for OHOS GN platform (GN build)>(default: false) 34 DO_TAR=<when install, also pack llvm-$VERSION-*-*.tar.xz archives for corresponding folders>(defaul… 44 OPTIMIZE_DEBUG=<compile debug version with -O2>(default: true) [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/stats_calculator/ |
| D | package-lock.json | 3 "version": "1.0.0", string 8 "version": "18.11.7", string 14 "version": "1.0.2", string 20 "version": "1.1.11", string 30 "version": "0.0.1", string 36 "version": "1.0.0", string 42 "version": "7.2.3", string 56 "version": "1.0.6", string 66 "version": "2.0.4", string 72 "version": "3.1.2", string [all …]
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | file_header.h | 3 * Licensed under the Apache License, Version 2.0 (the "License"); 43 static uint32_t ToVersionNumber(const VersionType &version) in ToVersionNumber() argument 45 return ReverseBytes(bit_cast<uint32_t>(version)); in ToVersionNumber() 66 static std::optional<VersionType> strToVersion(const std::string& version) in strToVersion() argument 68 std::vector<std::string> versionNumber = StringHelper::SplitString(version, "."); in strToVersion() 103 LOG_ECMA(DEBUG) << "Magic:" << ConvToStr(magic_) << ", version:" << InternalGetVersion(); in VerifyVersion() 117 void SetVersion(VersionType version) in SetVersion() argument 119 version_ = version; in SetVersion() 130 LOG_HOST_TOOL_ERROR << fileDesc << " version error, expected version should be " in VerifyVersion() 143 bool InternalSetVersion(const std::string &version) in InternalSetVersion() argument [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/ |
| D | package-lock.json | 3 "version": "1.0.0", string 9 "version": "1.0.0", string 18 "version": "18.11.7", string 24 "version": "1.0.2", string 30 "version": "1.1.11", string 40 "version": "0.0.1", string 46 "version": "1.0.0", string 52 "version": "7.2.3", string 72 "version": "1.0.6", string 82 "version": "2.0.4", string [all …]
|
| /arkcompiler/runtime_core/libpandafile/templates/ |
| D | file_format_version.h.erb | 3 * Licensed under the Apache License, Version 2.0 (the "License"); 34 constexpr std::array<uint8_t, File::VERSION_SIZE> version {<%= Panda::version.split('.').join(', ')… 42 std::string GetVersion(const std::array<uint8_t, File::VERSION_SIZE> &version); 48 ss << "Bytecode version " << GetVersion(version) << '\n'; 49 ss << "Minimum supported bytecode version " << GetVersion(minVersion) << '\n'; 55 % current_version_raw = Panda::version.split('.') 68 std::cout << std::setw(WIDTH) << "api" << std::setw(WIDTH) << "file version" << std::endl; 87 // if there is no corresponding api version, the default branch is current version. 88 return version;
|
| /arkcompiler/runtime_core/static_core/libpandafile/templates/ |
| D | file_format_version.h.erb | 3 * Licensed under the Apache License, Version 2.0 (the "License"); 26 constexpr std::array<uint8_t, File::VERSION_SIZE> VERSION {<%= Panda::version.split('.').join(', ')… 29 std::string GetVersion(const std::array<uint8_t, File::VERSION_SIZE> &version); 35 ss << "Bytecode version " << GetVersion(VERSION) << '\n'; 36 ss << "Minimum supported bytecode version " << GetVersion(MIN_VERSION) << '\n';
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-version-update/ |
| D | compileContextInfo.json | 11 "version": "", string 20 "version": "2.0.0", string 29 "version": "2.0.0", string 38 "version": "", string 47 "version": "", string
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | utils.cpp | 3 * Licensed under the Apache License, Version 2.0 (the "License"); 27 bool CheckVersion(const std::string &version) in CheckVersion() argument 30 std::stringstream ss(version); in CheckVersion() 38 // 3: means the version format is x.x.x in CheckVersion() 40 LOG_ERROR("current version " + version + " is illegal!"); in CheckVersion() 44 bool majorVersionCheckFalse = result[MAJOR_VERSION_INDEX] > VERSION[MAJOR_VERSION_INDEX]; in CheckVersion() 45 bool minorVersionCheckFalse = result[MAJOR_VERSION_INDEX] == VERSION[MAJOR_VERSION_INDEX] && in CheckVersion() 46 result[MINOR_VERSION_INDEX] > VERSION[MINOR_VERSION_INDEX]; in CheckVersion() 47 bool buildVersionCheckFalse = result[MAJOR_VERSION_INDEX] == VERSION[MAJOR_VERSION_INDEX] && in CheckVersion() 48 result[MINOR_VERSION_INDEX] == VERSION[MINOR_VERSION_INDEX] && in CheckVersion() [all …]
|
| /arkcompiler/ets_frontend/es2panda/util/ |
| D | commonUtil.cpp | 3 * Licensed under the Apache License, Version 2.0 (the "License"); 74 // format of recordName: "<bundleName>&normalizedImport&<version>" in GetRecordNameFromNormalizedOhmurl() 96 …rmalized:{N|Y}&[module name]&[bundle name]&{<package name>|<@package/name>}/{import_path}&[version] in UpdatePackageVersionIfNeeded() 97 // Update the version for ohmurls and return the updated ohmurl when: in UpdatePackageVersionIfNeeded() 98 // 1. The package name and version are specified in the CompileContextInfo file. in UpdatePackageVersionIfNeeded() 100 // 3. The version in the ohmurl differs from the version in the CompileContextInfo file. in UpdatePackageVersionIfNeeded() 106 // Incorrect ohmurl format: no package name, skip version update in UpdatePackageVersionIfNeeded() 115 // Incorrect ohmurl format: no version, skip version update in UpdatePackageVersionIfNeeded() 119 return ohmurl.substr(0, versionStart + 1) + iter->second.version; in UpdatePackageVersionIfNeeded()
|
| /arkcompiler/runtime_core/static_core/runtime/include/mem/ |
| D | panda_containers.h | 3 * Licensed under the Apache License, Version 2.0 (the "License"); 35 // Thread local version of PandaForwardList 41 // Thread local version of PandaList 47 // Thread local version of PandaDeque 53 // Thread local version of PandaQueue 59 // Thread local version of PandaStack 65 // Thread local version of PandaSet 71 // Thread local version of PandaUnorderedSet 77 // Thread local version of PandaVector 90 // Thread local version of PandaPriorityQueue [all …]
|
| /arkcompiler/ets_frontend/es2panda/scripts/ |
| D | ts2abc.js | 3 * Licensed under the Apache License, Version 2.0 (the "License"); 63 // keep bc-version to be compatible with old IDE versions 64 if (args.length == 1 && args[0] == "--bc-version") { 70 es2abcArgs.push("--target-bc-version") 73 if (args[index] == "--target-api-version") { 78 es2abcArgs.push("--target-api-version", args[index + 1]); 80 } else if (args[index] == "--target-api-sub-version") { 81 es2abcArgs.push("--target-api-sub-version", args[index + 1]);
|
| /arkcompiler/ets_runtime/script/ |
| D | metadata_generate.py | 5 Licensed under the Apache License, Version 2.0 (the "License"); 39 parser.add_argument('--version', 42 help='version number') 73 def generate_metadata_json(enum_list, metadata_list, type_layout, file_path, version): argument 74 …ta_dict = {"type_enum": enum_list, "type_list": [], "type_layout": type_layout, "version": version} 86 …ata_json(type_enum_list, type_metadata_list, type_layout_list, arguments.output, arguments.version)
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-dependency-resolve/ |
| D | compileContextInfo.json | 11 "version": "", string 20 "version": "2.0.0", string 29 "version": "2.0.0", string 38 "version": "2.0.0", string
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/js/projects/bytecodehar-dependency-resolve/ |
| D | compileContextInfo.json | 11 "version": "", string 20 "version": "2.0.0", string 29 "version": "2.0.0", string 38 "version": "2.0.0", string
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-test-project/ |
| D | compileContextInfo.json | 11 "version": "", string 20 "version": "2.0.0", string 29 "version": "2.0.0", string 38 "version": "2.0.0", string
|
| /arkcompiler/ets_runtime/ecmascript/compiler/tests/ |
| D | aot_version_test.cpp | 3 * Licensed under the Apache License, Version 2.0 (the "License"); 35 std::string version = ""; in HWTEST_F_L0() local 36 int32_t ret = panda::ecmascript::GetAOTVersion(version); in HWTEST_F_L0() 38 …EXPECT_EQ(version.size(), FileHeaderBase::VERSION_SIZE * ecmascript::AOTFileVersion::VERSION_MULTI… in HWTEST_F_L0() 40 EXPECT_STREQ(version.c_str(), aotVersionActual.c_str()); in HWTEST_F_L0()
|
| /arkcompiler/runtime_core/disassembler/ |
| D | disasm.cpp | 3 * Licensed under the Apache License, Version 2.0 (the "License"); 53 const panda::PandArg<bool> &version, int argc, const char **argv) in ProcessArgs() argument 60 if (version.GetValue()) { in ProcessArgs() 103 panda::PandArg<bool> version {"version", false, in main() local 104 … "Ark version, file format version and minimum supported file format version"}; in main() 114 pa_parser.Add(&version); in main() 119 …if (!ProcessArgs(pa_parser, input_file, output_file, debug, debug_file, help, version, argc, argv)… in main()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | bin_mir_file.h | 3 * Licensed under the Apache License, Version 2.0 (the "License"); 23 constexpr uint8 kVersionMajor = 0; // experimental version 29 kMjsvmFileTypeCmpl, // kCmpl v2 is the release version of 47 uint8 version; // version of IR format (should be major.minor) member
|