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
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
Aleksandr Semenov
b1c1ffb974
Move verification deps to generation group deps
...
Signed-off-by: Aleksandr Semenov <semenov.aleksandr@huawei.com >
2021-10-27 16:42:50 +03:00
openharmony_ci
9e9583efc2
!32 Move out GN runtime gen dependencies
...
Merge pull request !32 from Ecdysiast_Ruby_b0be/master
2021-10-20 09:23:37 +00:00
Aleksandr Semenov
0f0798c84a
Move out GN runtime gen headers dependencies
...
Signed-off-by: Aleksandr Semenov <semenov.aleksandr@huawei.com >
2021-10-20 10:27:47 +03:00
openharmony_ci
a2ad1011b1
!30 export ScopedSuspendAllThreads by implement in header file
...
Merge pull request !30 from changcheng/master
2021-10-08 07:12:48 +00:00
wengchangcheng
9cb60293f7
export ScopedSuspendAllThreads api
...
Signed-off-by: wengchangcheng <wengchangcheng@huawei.com >
2021-10-07 14:57:01 +08:00
openharmony_ci
65d9da55d0
!27 Add binary file filters into OAT.xml
...
Merge pull request !27 from 胡晓炜/master
2021-09-30 01:26:51 +00:00
openharmony_ci
f769d1092e
!21 export some API of arkruntime
...
Merge pull request !21 from changcheng/master
2021-09-28 07:46:18 +00:00
shawn_hu_ls
fede526887
Add binary file filters into OAT.xml
...
Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com >
2021-09-27 21:36:52 +08:00
openharmony_ci
dbe2904b2f
!24 Fix code static&scripts checking warnings
...
Merge pull request !24 from 胡晓炜/master
2021-09-27 13:28:16 +00:00
openharmony_ci
1a5e914723
!23 fix GN build
...
Merge pull request !23 from hufeng/cherry-pick-1632706923
2021-09-27 11:55:30 +00:00
shawn_hu_ls
4f55aaa5ff
Fix code&scripts static checking warnings
...
Signed-off-by: shawn_hu_ls <huxiaowei3@huawei.com >
2021-09-27 16:22:44 +08:00