Commit Graph

95 Commits

Author SHA1 Message Date
wangyantian 48cfb064fa Fix codex warnings
Signed-off-by: wangyantian <wangyantian@huawei.com>
2022-03-15 20:53:28 +08:00
openharmony_ci be2767800e !91 change securec path
Merge pull request !91 from zhoushilin/master
2022-03-14 08:26:16 +00:00
openharmony_ci a5127bff95 !99 Specify names of component and subsystem for static compilation target
Merge pull request !99 from wangyantian/master
2022-03-14 06:23:55 +00:00
openharmony_ci 02aec3d971 !93 Temporarily drop profile saver
Merge pull request !93 from 胡晓炜/master
2022-03-14 04:08:06 +00:00
zhoushilin bc32ecd496 Change the path of secure-c library
Signed-off-by: zhoushilin <zhoushilin1@huawei.com>
2022-03-14 11:15:47 +08:00
wangyantian b8b5e27503 Specify names of component and subsystem for static compilation target
Signed-off-by: wangyantian <wangyantian@huawei.com>
2022-03-14 10:48:57 +08:00
openharmony_ci 792bc212af !97 fix ark js stack message
Merge pull request !97 from changcheng/fix_js_stack_message
2022-03-13 10:14:35 +00:00
wengchangcheng 90eaff9f1b fix ark js stack message
https://gitee.com/openharmony/ace_ace_engine/issues/I4XKDL

Signed-off-by: wengchangcheng <wengchangcheng@huawei.com>
Change-Id: Id2592ee62dddc28961cd9099b2ccce5ee470daa6
2022-03-12 22:59:49 +08:00
shawn_hu_ls 0e9ce6fb8f Temporarily drop profile saver
Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com>
2022-03-12 16:24:29 +08:00
openharmony_ci d82b7eb18e !43 EcmaScript Standard Module Implementation
Merge pull request !43 from hufeng/master
2022-03-10 12:55:39 +00:00
openharmony_ci a2299e8706 !85 Fix compare operator issue
Merge pull request !85 from wangyantian/fix_14SF18
2022-03-07 08:20:19 +00:00
openharmony_ci 77a65ae965 !84 Fix codex warnings
Merge pull request !84 from wangyantian/master
2022-03-07 07:58:21 +00:00
wangyantian a0ef9250d5 Fix compare operator
Signed-off-by: wangyantian <wangyantian@huawei.com>
2022-03-07 09:40:43 +08:00
wangyantian a9b8445f30 Fix codex warnings.
Signed-off-by: wangyantian <wangyantian@huawei.com>
2022-03-06 22:25:09 +08:00
openharmony_ci df0623b1ed !69 Extract ManagedThread and MTManagedThread from thread.h
Merge pull request !69 from Pavel/thread_split
2022-02-28 09:02:46 +00:00
openharmony_ci cf62a5e698 !82 Decouple SetExceptionToVReg
Merge pull request !82 from 胡晓炜/master
2022-02-25 15:44:29 +00:00
openharmony_ci a69685b0d0 !82 Decouple SetExceptionToVReg
Merge pull request !82 from 胡晓炜/master
2022-02-25 15:44:29 +00:00
shawn_hu_ls be6b009e17 Decouple SetExceptionToVReg
Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com>
2022-02-24 14:12:00 +08:00
openharmony_ci 724ea8df57 !81 Fix typo error in exceptions
Merge pull request !81 from 胡晓炜/master
2022-02-18 11:58:55 +00:00
openharmony_ci 1ee1e1e466 !81 Fix typo error in exceptions
Merge pull request !81 from 胡晓炜/master
2022-02-18 11:58:55 +00:00
shawn_hu_ls 8983526d59 Fix typo error in exceptions
Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com>
2022-02-17 19:40:30 +08:00
openharmony_ci 083690ab2a !77 Fix codex warnings
Merge pull request !77 from wangyantian/master
2022-02-15 12:29:59 +00:00
wangyantian 952d76e990 fix codex warnings(2022_02_15 runtime_core)
Signed-off-by: wangyantian <wangyantian@huawei.com>
2022-02-15 17:21:42 +08:00
openharmony_ci 1fe3702998 !65 Core api adaptation for libziparchive and libpandafile with zlib
Merge pull request !65 from 董开兴/ziparchive_with_zlib
2022-02-14 11:36:00 +00:00
dongkaixing 92a0c685b5 Replace miniz with zlib
Signed-off-by: dongkaixing <dongkaixing2@huawei.com>
2022-02-14 15:26:22 +08:00
hufeng 1a365f6abe [ts2abc] EcmaScript_Standard_Module_with_runtime
Signed-off-by: hufeng <hufeng20@huawei.com>
Change-Id: I2b3b7d792ab884a65d295f66e9dcdb67f369eda2
2022-02-12 15:31:00 +08:00
Andrianov Pavel Sergeevich WX851037 65aee635b0 Extract ManagedThread and MTManagedThread from thread.h
Signed-off-by: Andrianov Pavel Sergeevich WX851037 <andrianov.pavel.sergeevich@huawei.com>
2022-02-08 16:42:22 +03:00
openharmony_ci a46072681f !68 Move out logger options from the runtime
Merge pull request !68 from sherstennikovmikhail/master
2022-02-07 10:31:47 +00:00
Mikhail Sherstennikov b8a03be36a Move out logger options from the runtime
#I4SIRR [ https://gitee.com/openharmony/ark_js_runtime/issues/I4SIRR ]
    To be able to use logger options in targets, that don't comprise runtime
    library.
    Add separate target for logger options within libpandabase.
    Hereby, we can use logger options in applications that don't link runtime.
    all test262 testcase

Signed-off-by: Mikhail Sherstennikov <sherstennikov.mikhail@huawei.com>
2022-02-07 12:26:54 +03:00
openharmony_ci 206184bc80 !66 Componentization Adaptation
Merge pull request !66 from 胡晓炜/master
2022-01-25 13:50:01 +00:00
shawn_hu_ls 5aeaac6c10 Feature Componentization: add bundle.json
Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com>
2022-01-25 19:27:21 +08:00
openharmony_ci 4a14f50e8f !58 Support column number in abc file
Merge pull request !58 from ctw-ian/column
2022-01-17 15:16:31 +00:00
ctw 1ba0587d55 emit column for all insns
Signed-off-by: ctw <chentingwei2@huawei.com>
Change-Id: Ia823a1ff9fa9a97a89bcfa6dc02a6a795f979ad9
2022-01-17 22:16:18 +08:00
ctw 4569bc643f modification for ut test
Change-Id: I12bb778d1930bbd24f949f46e6d8da6fc7fae05d
Signed-off-by: ctw <chentingwei2@huawei.com>
2022-01-17 22:10:58 +08:00
ctw 5abcebaf02 modify condition for emitting column
Change-Id: I05288252ccf949e7a9c12c1e7012c7f156bff08f
Signed-off-by: ctw <chentingwei2@huawei.com>
2022-01-17 16:59:02 +08:00
openharmony_ci 9345214532 !57 Using default move ctor && copy ctor of ArrayValue
Merge pull request !57 from zhuoli72/master
2022-01-17 01:39:43 +00:00
ctw 69833341fc small fix of column
Signed-off-by: ctw <chentingwei2@huawei.com>
Change-Id: I3d55b10cdc49048af6a9ad9a28fcea35e64c7b7d
2022-01-15 19:33:56 +08:00
ctw 3210bc3812 add column number in abc file
Signed-off-by: ctw <chentingwei2@huawei.com>
Change-Id: I619436590081b31116254dd8aebc0352bdc5df37
2022-01-10 09:56:22 +08:00
zhuoli b0104d512d Using default move ctor && copy ctor of ArrayValue
Signed-off-by: zhuoli <pengzhuoli@huawei.com>
Change-Id: I5fde770aa64f16e1ac798455c456f53c73074411
2022-01-04 22:18:15 +08:00
openharmony_ci 9a6794b08f !56 replace deprecated libc API mallinfo with mallinfo2
Merge pull request !56 from stesen/master
2022-01-04 01:37:15 +00:00
stesen b16d1e5b01 replace deprecated libc API mallinfo with mallinfo2
Signed-off-by: stesen <stesen.ma@huawei.com>
Change-Id: I57d8b4a68631b4203755eae91c89059f9a7a73ad
2022-01-03 15:17:06 +08:00
openharmony_ci dcb7313cb2 !42 Fix serious codecheck warnings
Merge pull request !42 from wangyantian/master
2021-12-24 08:00:20 +00:00
openharmony_ci 33ca074be2 !41 Delete some unnecessary exclusive words
Merge pull request !41 from 胡晓炜/master
2021-12-24 07:53:16 +00:00
wangyantian 3fe4238952 Fix serious codecheck warnings(generated by OpenHarmony CI on December 24, 2021)
Signed-off-by: wangyantian <wangyantian@huawei.com>
2021-12-24 14:56:13 +08:00
shawn_hu_ls fa595eeb87 Delete some unnecessary exclusive words
Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com>
2021-12-24 12:55:34 +08:00
openharmony_ci 9915fedb2d !40 Sync wagner-master to ohos-master
Merge pull request !40 from 胡晓炜/master
2021-12-21 07:31:21 +00:00
shawn_hu_ls 3d69f65a48 Sync wagner-mater to ohos-master
Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com>
2021-12-17 16:03:58 +08:00
openharmony_ci 2e6f195caf !37 Rename .gn -> .standalone_gn
Merge pull request !37 from konstantinbaladurin/fix-build
2021-11-25 11:45:47 +00:00
Konstantin Baladurin cd7b228a0d Rename .gn -> .standalone_gn
Change-Id: I5549dee50fc4a36d7bf4fef80550828d6eb770fd
Signed-off-by: Konstantin Baladurin <konstantin.baladurin@huawei.com>
2021-11-25 12:23:14 +03:00
openharmony_ci 0862f6d1b0 !34 Move verification deps to generation group deps
Merge pull request !34 from semenovaleksandr/asemenov_fix_deps
2021-10-28 14:21:17 +00:00