Commit Graph

59 Commits

Author SHA1 Message Date
openharmony_ci 3b9444a887 merge master into master
升级到0.1.14

Created-by: dragonswordy
Commit-by: ljy9810
Merged-by: openharmony_ci
Description: ### 一、内容说明(相关的Issue)
https://gitcode.com/openharmony/third_party_rust_memoffset/issues/1

### 二、建议测试周期和提测地址  
  建议测试完成时间:xxxx.xx.xx  
  投产上线时间:xxxx.xx.xx  
  提测地址:CI环境/压测环境  
  测试账号:  

### 三、变更内容
  * 3.1 关联PR列表

  * 3.2 数据库和部署说明  
    1. 常规更新 
    2. 重启unicorn
    3. 重启sidekiq
    4. 迁移任务:是否有迁移任务,没有写 "无"
    5. rake脚本:`bundle exec xxx RAILS_ENV = production`;没有写 "无"

  * 3.4 其他技术优化内容(做了什么,变更了什么)
    - 重构了 xxxx 代码
    - xxxx 算法优化


  * 3.5 废弃通知(什么字段、方法弃用?)



  * 3.6  后向不兼容变更(是否有无法向后兼容的变更?)


  
### 四、研发自测点(自测哪些?冒烟用例全部自测?)
  自测测试结论:


### 五、测试关注点(需要提醒QA重点关注的、可能会忽略的地方)
  检查点:

| 需求名称 | 是否影响xx公共模块 | 是否需要xx功能 | 需求升级是否依赖其他子产品 |
|------|------------|----------|---------------|
| xxx  | 否          | 需要       | 不需要           |
|      |            |          |               |

  接口测试:

  性能测试:

  并发测试:

  其他:



See merge request: openharmony/third_party_rust_unicode-width!5
2025-09-01 20:25:51 +08:00
ljy9810 15ff4301aa 升级到0.1.14
Signed-off-by: ljy9810 <longjianyin@h-partners.com>
2025-09-01 16:59:18 +08:00
openharmony_ci 45ce1ab079 !3 修改软件名
Merge pull request !3 from archane/master
OpenHarmony-v6.0-Beta1 OpenHarmony-v5.1.0-Release
2024-11-04 08:01:56 +00:00
zhaipeizhe 61b604cf83 update Version Number in README.OpenSource
Signed-off-by: zhaipeizhe <zhaipeizhe@huawei.com>
Change-Id: Iadcad25facfe58fd57a21991b654644be0af4431
2024-10-31 15:15:50 +08:00
openharmony_ci df783217e8 !2 Add OAT.xml and README.OpenSource
Merge pull request !2 from fangting/master
OpenHarmony-v4.1.4-Release OpenHarmony-v4.1.3-Release OpenHarmony-v4.1.2-Release OpenHarmony-v4.0.4-Release OpenHarmony-v5.0.0-Release OpenHarmony-v4.0.3-Release OpenHarmony-v4.0.2-Release OpenHarmony-v5.0-Beta1 OpenHarmony-v4.1-Beta1 OpenHarmony-v4.0-Beta1 OpenHarmony-v4.0-Beta2 OpenHarmony-v4.0-Release OpenHarmony-v4.0.1-Release OpenHarmony-v4.1-Release OpenHarmony-v4.1.1-Release master-v weekly_20240115-v
2023-04-14 08:11:34 +00:00
fangting 77a1650255 Add OAT.xml and README.OpenSource
Signed-off-by: fangting <fangting12@huawei.com>
2023-04-14 14:15:31 +08:00
openharmony_ci 7078172c3c !1 [unicode-width]Add GN Build Files and Custom Modifications to Rust Third-party Libraries
Merge pull request !1 from lubinglun/master
2023-04-13 11:33:33 +00:00
lubinglun 4820239880 Add GN Build Files and Custom Modifications
Issue:https://gitee.com/openharmony/build/issues/I6UFTP
Signed-off-by: lubinglun <lubinglun@huawei.com>
2023-04-12 17:27:17 +08:00
Manish Goregaokar f444a314ef Bump to 0.1.10 github.com/unicode-rs/unicode-width/v0.1.10 github.com/unicode-rs/unicode-width.git/v0.1.10 2022-09-13 13:18:55 -07:00
Manish Goregaokar d6399a1917 Merge pull request #31 from chrisduerr/unicode_15
Update to Unicode 15
2022-09-13 09:31:06 -07:00
Christian Duerr 3c67e3a287 Update to Unicode 15 2022-09-13 17:46:35 +02:00
Manish Goregaokar c9f8c463c2 Merge pull request #29 from mjguynn/master
Change tables from const to static
2022-07-23 17:31:24 -07:00
Mateo Guynn 20050c68ce Use static tables
Using `static` instead of `const` reduces the size of output binaries, .rlib, and .rmeta.
2022-07-23 15:40:46 -07:00
Manish Goregaokar 458f6ac314 Merge pull request #28 from mjguynn/multilevel-lut
Improve performance, especially on non-ASCII codepoints
2022-06-23 15:40:41 -07:00
Mateo Guynn 088d7cb229 Add Wikipedia benchmarks & instructions 2022-06-10 11:03:01 -07:00
Mateo Guynn 0de9001b38 Switch from binary search to lookup tables 2022-06-09 18:46:46 -07:00
Manish Goregaokar b58e85b527 Merge pull request #23 from chrisduerr/unicode_14
Update to Unicode 14
2021-09-16 13:17:09 -07:00
Christian Duerr ce07223db9 Update to Unicode 14 2021-09-15 11:23:45 +02:00
Manish Goregaokar d0aa541144 Publish 0.1.8 2020-06-29 08:38:36 -07:00
Manish Goregaokar a9fc0939b1 Merge pull request #18 from pyfisch/unicode13
Update to Unicode 13
2020-06-29 08:38:04 -07:00
Pyfisch c69f49cc05 Update to Unicode 13
Change version fields to u8 as the maximum value
of each field is 255 according to specification.
2020-04-13 11:33:44 +02:00
Manish Goregaokar 3033826f8b Merge pull request #16 from unicode-rs/bump
Bump to 0.1.7
2019-12-05 10:21:53 -08:00
Manish Goregaokar 9e65826deb Bump to 0.1.7 2019-12-05 10:21:29 -08:00
Manish Goregaokar 97b430a87e Merge pull request #14 from chrisduerr/unicode-12
Update to unicode 12.1
2019-12-05 10:19:45 -08:00
Christian Duerr eec14d2672 Update to unicode 12.1
This updates the tables.rs file to be compatible with the latest
available unicode standard, allowing for new glyphs like the yawning
face to be recognized properly.

The unicode.py script has also been updated to python3, since that
should be supported on more systems.
2019-12-05 10:41:59 +01:00
Manish Goregaokar ca01b2c1a5 Merge pull request #13 from vmedea/fixurl
Fix UAX11 links in README.md
2019-11-28 09:04:50 -08:00
mara aa60704b9e Fix UAX11 links 2019-11-28 16:41:10 +00:00
Alex Crichton 3a222d1dd1 Bump to 0.1.6 2019-08-19 08:21:27 -07:00
Alex Crichton 276a930f26 Merge pull request #12 from alexcrichton/update-support
Update support for being built in rust-lang/rust
2019-08-19 10:21:12 -05:00
Alex Crichton a32845f021 Update support for being built in rust-lang/rust
This commit updates the support necessary for this crate to be built as
a dependency of `getopts` which is a dependency of the `test` crate
which is built in rust-lang/rust. This change will be required to land
rust-lang/rust#63637 where Rust's build system is being tweaked
slightly. This is intended to not have any impact on other users of this
crate and the `Cargo.toml` features here should only be used by Rust's
own build system.
2019-08-19 08:16:11 -07:00
Manish Goregaokar ff4923ab40 Merge pull request #7 from theindigamer/add-emoji-example
Add a possible issue to the README.
2018-10-11 17:10:14 -07:00
theindigamer 88bc3eafd6 Add comment in README linking to UAX #11 for further details. 2018-10-11 19:13:26 -04:00
theindigamer 6602390a06 Add a possible issue to the README. 2018-10-11 18:11:15 -04:00
kwantam 9bc537504a update access token for gh_pages updates 2018-05-19 13:28:40 -07:00
kwantam 62956a983e test ugly travis workaround 2018-05-19 13:01:30 -07:00
kwantam 26d1bfbb77 update version to 0.1.5 2018-05-19 12:21:49 -07:00
lukaramu 4940d3fe27 Update tables.rs to Unicode 10 2017-09-03 23:17:22 +02:00
kwantam 96eaa4a881 update to Unicode 9 ; clean up no_std and related 2016-12-23 15:43:58 -08:00
kwantam c511c16c50 update Cargo.toml example to correct version number 2015-08-20 11:12:16 -04:00
kwantam 1c424cfd93 Update no_std feature to compile with nightly. 2015-08-19 22:47:09 -04:00
kwantam cff7514a3f add necessary feature gates for no_std feature 2015-07-08 23:17:44 -04:00
kwantam 4d2981261c update .travis.yml for explicit nightly rust 2015-07-08 23:11:14 -04:00
kwantam 174660098c update to Unicode 8.0.0; update Cargo.toml 2015-07-08 23:06:00 -04:00
Alex Crichton b8c1ab9e90 Merge pull request #3 from unicode-rs/doc-link
Add documentation link
2015-04-21 08:15:35 -07:00
Simon Sapin 7f39d7c32c Add documentation link 2015-04-20 15:58:04 +02:00
kwantam cbad406d03 add benchmarks ; add explicit #[inline] annotations
This diff adds benchmarks to get more info regarding Issue #1.

It appears that the remaining difference between the "simple"
case and the "cargo" case is the result of a difference in
performance between using `match` and `if` for tight loops.

I suspect it's because of the way that match arms get reordered:
if I manually reorder the "if" statement, I can reproduce the
match performance.

Also added a couple #[inline] annotations in tables.rs, though
the difference in performance in my measurements is negligible.

Bumped version number to 0.1.1.
2015-04-19 00:02:03 -04:00
kwantam 1d27b56ea3 logo 2015-04-17 00:13:50 -04:00
kwantam ab525e6616 make no_std a feature to allow builds in beta; bump version 2015-04-15 17:56:43 -04:00
kwantam 4c51fb1466 slight doc touch 2015-04-15 16:00:36 -04:00
kwantam a9e6499160 fix Travis auto-refresh URL 2015-04-14 18:10:34 -04:00