ookami78
|
5105249ecf
|
fix warning for signal_test_016.cpp
Signed-off-by: ookami78 <ookami78@mymailcr.com>
|
2022-09-18 14:21:46 +08:00 |
cunwen
|
a61e2cf16e
|
fix warning: expression result unused
Signed-off-by: cunwen <cunwen181168@liuxiuhai.cn>
|
2022-09-18 11:29:44 +08:00 |
openharmony_ci
|
39e25c5220
|
!989 Fix : 修复测试用例返回值问题
Merge pull request !989 from yinjiaming/dev
|
2022-09-13 12:38:03 +00:00 |
yinjiaming
|
5541965365
|
fix: 修复测试用例中函数返回值的问题
【背景】
测试用例中有函数的返回值不正确
【修改方案】
将返回值为VOID *的函数的返回值改为
retrun NULL
【影响】
对现有的产品编译不会有影响。
re #I5O3LH
Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: I6d3ce9efbe9afe14b1e9dd12538b80e69928fd71
|
2022-09-09 15:28:22 +08:00 |
openharmony_ci
|
edd2223083
|
!983 【OpenHarmony开源贡献者计划2022】删除未使用的变量 count
Merge pull request !983 from leijiawei/master
|
2022-09-06 06:20:52 +00:00 |
openharmony_ci
|
22392965b5
|
!947 Fix : 版权头时间更新
Merge pull request !947 from yinjiaming/dev
|
2022-09-06 02:55:30 +00:00 |
yinjiaming
|
d906bb91ea
|
fix: 版权头时间更新问题
【背景】
一些代码文件经过修改后需要更新版权头
【修改方案】
更新了需要更新的版权头时间
【影响】
对现有的产品编译不会有影响。
re #I5LG22
Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: I7963bf6ce5746707bad688dd4c634ae9d72b3c04
|
2022-09-05 16:03:30 +08:00 |
leijiawei
|
51f6a20723
|
fix warning:unused variable 'count' & add return value
Signed-off-by: leijiawei <18691361562@163.com>
|
2022-08-31 15:28:27 +08:00 |
leibanli
|
325ea29df3
|
fix warning:unused variable 'count'
Signed-off-by: leijiawei <18691361562@163.com>
|
2022-08-31 15:01:32 +08:00 |
leibanli
|
c2f9f6705f
|
【openHarmony开源贡献者计划2022】18691361562@163.com
Signed-off-by: leibanli <18691361562@163.com>
|
2022-08-30 21:53:58 +08:00 |
openharmony_ci
|
71e51d8813
|
!971 非安全函数告警清理
Merge pull request !971 from xuxinyu/function_s
|
2022-08-26 04:45:29 +00:00 |
xuxinyu
|
e0b4fcb23d
|
test: replace unsecure function with secure function
Signed-off-by: xuxinyu <xuxinyu6@huawei.com>
Change-Id: Ie120ffa529798f0f087ddfcd34f5d9c5802b6766
|
2022-08-25 23:08:58 +08:00 |
openharmony_ci
|
7d62d3d62b
|
!979 style: shell脚本中不同函数使用不同变量
Merge pull request !979 from Hongjin Li/dev
|
2022-08-25 03:32:45 +00:00 |
Hongjin Li
|
69f3bf3a2a
|
style: using different variable in different functions
Signed-off-by: Hongjin Li <lihongjin1@huawei.com>
Change-Id: I814dcccefcd6248ea32cae94bfde567f3077c7cd
|
2022-08-25 10:16:45 +08:00 |
openharmony_ci
|
2590e34346
|
!969 编译构建规范优化
Merge pull request !969 from Hongjin Li/dev
|
2022-08-23 12:55:42 +00:00 |
Hongjin Li
|
660b314f90
|
style: string format in python
Signed-off-by: Hongjin Li <lihongjin1@huawei.com>
Change-Id: Ie84a97ca5e0250991aa774b737eb7787e27d80af
|
2022-08-23 20:22:13 +08:00 |
openharmony_ci
|
44ec199465
|
!951 【OpenHarmony开源贡献者计划2022】fix moudule to module
Merge pull request !951 from bingge88/module
|
2022-08-12 02:16:38 +00:00 |
openharmony_ci
|
7437408f65
|
!950 OpenHarmony开源贡献者计划2022】fix: change szie to size
Merge pull request !950 from Dream_Liu/master
|
2022-08-12 02:15:42 +00:00 |
binge889
|
1134332a58
|
fix moudule to module
Signed-off-by: binge889 <binge889@liuxiuhai.cn>
|
2022-08-11 23:31:52 +08:00 |
Dream_Liu
|
8099f6578d
|
fix:change szie to size
Signed-off-by: Dream_Liu <lxm201x@163.com>
|
2022-08-11 23:14:20 +08:00 |
openharmony_ci
|
ba23a26f95
|
!928 Fix : 内核告警清理
Merge pull request !928 from yinjiaming/fix
|
2022-08-09 08:37:34 +00:00 |
yinjiaming
|
2dc24da826
|
fix: 内核告警清理
【背景】
内核代码经代码扫描工具发现存在一些关于代码格式的告警,
现经修改解除掉告警.
【修改方案】
修改了代码中格式不规范的地方,修改的点有:
1.代码中一行过长
2.没有合理的添加空格和空行
3.没有按照规范进行缩进
4.括号的格式没有按照规范
5.注释的格式不对以及存在魔数字
6.函数的声明与定义的格式不一致
并更新了修改文件的版权头时间
【影响】
对现有的产品编译不会有影响。
re #I5H6F5
Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: Ie46b5b3238fd88c25f99542b8ccd138b956c6458
|
2022-08-08 13:09:54 +00:00 |
openharmony_ci
|
6302c5f767
|
!938 修复用例告警
Merge pull request !938 from xuxinyu/master
|
2022-07-29 03:46:59 +00:00 |
xuxinyu
|
f0d5959576
|
fix: 修复用例告警问题
re #I5I21P
Signed-off-by: xuxinyu <xuxinyu6@huawei.com>
Change-Id: Iedab5b6fddafc2042c7fd23fbcd82061629f87d8
|
2022-07-26 11:07:02 +08:00 |
openharmony_ci
|
65790b67d5
|
!937 拼写错误修正
Merge pull request !937 from yinjiaming/dev
|
2022-07-25 11:06:35 +00:00 |
openharmony_ci
|
9eff5cff1d
|
!934 refactor: sysroot部件化
Merge pull request !934 from Zhaotianyu/20220716sysroot_lite
|
2022-07-22 08:57:25 +00:00 |
yinjiaming
|
99ea8d4ed2
|
fix: 拼写错误修正
【背景】
代码中存在拼写错误
【修改方案】
修改存在拼写错误的地方
【影响】
对现有的产品编译不会有影响。
re #I5IA7P
Signed-off-by: yinjiaming <yinjiaming@huawei.com>
Change-Id: Idd5d7fc9705e5ec661596aa6533402e8d4a8a117
|
2022-07-21 11:05:11 +00:00 |
arvinzzz
|
1568c317bb
|
refactor: sysroot部件化
close: #I5HF8S
Signed-off-by: arvinzzz <zhaotianyu9@huawei.com>
Change-Id: I727b10c3b419fc71e228f5ad92abc107e756bbac
|
2022-07-19 12:32:32 +08:00 |
openharmony_ci
|
5e70129199
|
!917 【OpenHarmony开源贡献者计划2022】fix warning: unused variable
Merge pull request !917 from rtos_ming/unused
|
2022-07-04 01:24:28 +00:00 |
zhumingxian
|
089376994a
|
fix warning: unused variable
Signed-off-by: zhumingxian <zhumingxian@ohos.com.cn>
|
2022-06-30 20:49:50 +08:00 |
openharmony_ci
|
12adfd5832
|
!915 【OpenHarmony开源贡献者计划2022】Fixed typos.
Merge pull request !915 from Mr_YX/master
|
2022-06-30 06:11:01 +00:00 |
openharmony_ci
|
c46c5a640d
|
!905 「OpenHarmony贡献者计划2022」update signal_test_020.cpp
Merge pull request !905 from Mr_YX/master
|
2022-06-30 06:09:18 +00:00 |
mr-yx
|
c812b0c27b
|
fixed typos
Signed-off-by: mr-yx <496043997@qq.com>
|
2022-06-28 23:48:24 +08:00 |
openharmony_ci
|
51528ec39c
|
!906 【OpenHarmony开源贡献者计划2022】Optimized conversion instructions.
Merge pull request !906 from Mr_YX/master
|
2022-06-27 09:31:08 +00:00 |
laokz
|
059c1c22b1
|
fix(PLATFORM_QEMU_ARM_VIRT_CA7): remove all invasive code
arm-virt emulation rootfs change to vfat from jffs2,
root device change to eMMC from CFI flash
Signed-off-by: laokz <laokz@foxmail.com>
Change-Id: If284809b989918cf10f5d32803df42c8c57830b2
|
2022-06-25 18:25:39 +08:00 |
openharmony_ci
|
beb03bfc81
|
!903 【OpenHarmony开源贡献者计划2022】fix typos for net
Merge pull request !903 from c01dface/master
|
2022-06-23 14:54:42 +00:00 |
openharmony_ci
|
bbbd96784e
|
!904 修复liteos_a仓库中存在的一些拼写错误
Merge pull request !904 from Hongjin Li/dev
|
2022-06-23 04:15:03 +00:00 |
lihongjin
|
1c0de289ec
|
style: Misspelling
Signed-off-by: lihongjin <lihongjin1@huawei.com>
Change-Id: I13163f2e4d1e4b6e6c6bedaf9d4e705544df926b
|
2022-06-23 09:45:46 +08:00 |
openharmony_ci
|
a3d757c8e1
|
!898 【轻量级 PR】:「OpenHarmony开源贡献者计划2022」update testsuites/unittest/libc/util/smoke/util_test_005.cpp.
Merge pull request !898 from Mr_YX/N/A
|
2022-06-23 01:02:42 +00:00 |
openharmony_ci
|
6fede4eb92
|
!892 【OpenHarmony开源贡献者计划2022】更新readme中的目录结构
Merge pull request !892 from wanggang/master
|
2022-06-23 00:43:57 +00:00 |
Mr_YX
|
7be302633f
|
Signed-off-by: mr-yx <496043997@qq.com>
|
2022-06-20 18:08:19 +00:00 |
Mr_YX
|
0164461b33
|
Signed-off-by: mr-yx <496043997@qq.com>
|
2022-06-20 15:16:02 +00:00 |
Neil Chen
|
9bb4be5e13
|
fix typos for net
Signed-off-by: Neil Chen <jingsi.chen@petalmail.com>
|
2022-06-19 14:10:19 +08:00 |
openharmony_ci
|
4acf1e9f8d
|
!896 feat: normalize drivers framework component and repos
Merge pull request !896 from yuanbo/master
|
2022-06-17 06:39:48 +00:00 |
openharmony_ci
|
870221452d
|
!900 【轻量级 PR】:remove tzdriver Kconfig
Merge pull request !900 from WoolenSky/N/A
|
2022-06-17 03:16:48 +00:00 |
WoolenSky
|
30c3fb086e
|
remove tzdriver Kconfig
Signed-off-by: YuanHao<yuanhao34@huawei.com>
|
2022-06-16 11:59:28 +00:00 |
Mr_YX
|
9b1e0a186b
|
update testsuites/unittest/libc/util/smoke/util_test_005.cpp.
Signed-off-by: mr-yx <496043997@qq.com>
|
2022-06-15 14:05:19 +00:00 |
yuanbo
|
00dbf1e5d5
|
feat: normalize drivers framework component and repos
Signed-off-by: yuanbo <yuanbo@huawei.com>
|
2022-06-15 20:02:05 +08:00 |
openharmony_ci
|
16fdbdf650
|
!885 【OpenHarmony开源贡献者计划2022】代码打印中sucess修改为success
Merge pull request !885 from lingxin_2019/master
|
2022-06-14 01:57:54 +00:00 |
openharmony_ci
|
bee3d97163
|
!890 fix:修复llvm编译告警
Merge pull request !890 from Zhaotianyu/0601llvm_apt
|
2022-06-13 02:20:53 +00:00 |