From 1e497a375acc68d70c4a616452d24f90f8af2d72 Mon Sep 17 00:00:00 2001 From: EdwardWang Date: Thu, 19 Jan 2023 10:50:39 +0800 Subject: [PATCH] Introduce tinytoml opensource software. --- sig/Compiler/README.md | 4 ++++ sig/Compiler/README_cn.md | 4 ++++ sig/Compiler/sig-info.yaml | 11 +++++++++++ sig/Compiler/src-openeuler/t/tinytoml.yaml | 13 +++++++++++++ 4 files changed, 32 insertions(+) create mode 100644 sig/Compiler/src-openeuler/t/tinytoml.yaml diff --git a/sig/Compiler/README.md b/sig/Compiler/README.md index 8999cc2fb..6f405f21c 100644 --- a/sig/Compiler/README.md +++ b/sig/Compiler/README.md @@ -195,6 +195,10 @@ Tuesday 10 am bi-weekly, UTC+8. - 李 海炜[@liheavy](https://gitee.com/liheavy) email: lihaiwei8@huawei.com - Contributers - 许 崇宇[@xu-chongyu214](https://gitee.com/xu-chongyu214) email: xuchongyu@huawei.com + - [tinytoml](https://gitee.com/src-openeuler/tinytoml) + - Committers + - 朱 佳梦[@JiamengZ](https://gitee.com/JiamengZ) email: zhujiameng@huawei.com + - 章 旭东[@z-xu-dong-zhang](https://gitee.com/z-xu-dong-zhang) email: zxudong.zhang@huawei.com ## Contact - [maillist](compiler@openeuler.org) diff --git a/sig/Compiler/README_cn.md b/sig/Compiler/README_cn.md index fae70b213..8c0486bfe 100644 --- a/sig/Compiler/README_cn.md +++ b/sig/Compiler/README_cn.md @@ -195,6 +195,10 @@ Compiler SIG 每双周周二上午10:00进行线上例会,也会定期举办 - 李 海炜[@liheavy](https://gitee.com/liheavy) 邮箱: lihaiwei8@huawei.com - Contributers - 许 崇宇[@xu-chongyu214](https://gitee.com/xu-chongyu214) 邮箱: xuchongyu@huawei.com + - [tinytoml](https://gitee.com/src-openeuler/tinytoml) + - Committers + - 朱 佳梦[@JiamengZ](https://gitee.com/JiamengZ) email: zhujiameng@huawei.com + - 章 旭东[@z-xu-dong-zhang](https://gitee.com/z-xu-dong-zhang) email: zxudong.zhang@huawei.com ## 联系 - [邮件列表](compiler@openeuler.org) diff --git a/sig/Compiler/sig-info.yaml b/sig/Compiler/sig-info.yaml index 75bc266e4..fd79efdef 100644 --- a/sig/Compiler/sig-info.yaml +++ b/sig/Compiler/sig-info.yaml @@ -246,5 +246,16 @@ repositories: name: Chongyu Xu organization: Huawei email: xuchongyu@huawei.com +- repo: + - src-openeuler/tinytoml + committers: + - gitee_id: JiamengZ + name: Jiameng Zhu + organization: Huawei + email: zhujiameng@huawei.com + - gitee_id: z-xu-dong-zhang + name: Xudong Zhang + organization: Huawei + email: zxudong.zhang@huawei.com diff --git a/sig/Compiler/src-openeuler/t/tinytoml.yaml b/sig/Compiler/src-openeuler/t/tinytoml.yaml new file mode 100644 index 000000000..452268cb6 --- /dev/null +++ b/sig/Compiler/src-openeuler/t/tinytoml.yaml @@ -0,0 +1,13 @@ +name: tinytoml +description: A header only C++11 library for parsing TOML. +upstream: https://github.com/mayah/tinytoml +branches: +- name: master + type: protected +- name: openEuler-22.03-LTS-Next + type: protected + create_from: master +- name: openEuler-22.03-LTS-SP1 + type: protected + create_from: openEuler-22.03-LTS-Next +type: public -- Gitee