Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 3a5eab4

Browse files
committed
v3.0.6
docs: update.
1 parent bd8cafa commit 3a5eab4

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
![Visual Studio](https://img.shields.io/badge/Visual%20Studio-2022-purple.svg)
77
[![nuget](https://img.shields.io/nuget/v/ucxxrt)](https://www.nuget.org/packages/ucxxrt/)
88

9-
* [简体中文](https://github.com/MiroKaku/ucxxrt/blob/main/ReadMe.zh-cn.md)
9+
* [简体中文](https://github.com/MiroKaku/ucxxrt/blob/main/README.zh-CN.md)
1010

1111
> UserMode support will be removed starting 03/29/2022. The last version to support UserMode is [e2f159f8f](https://github.com/MiroKaku/ucxxrt/tree/e2f159f8f04a829359e3a057b70457121485b4dc), UserMode please use [VC-LTL5](https://github.com/Chuyu-Team/VC-LTL5)
1212
@@ -93,15 +93,15 @@ void Test$HashMap()
9393

9494
Right click on the project and select "Manage NuGet Packages", then search for `ucxxrt` and choose the version that suits you, and finally click "Install".
9595

96-
![nuget](https://github.com/MiroKaku/ucxxrt/blob/main/readme/nuget.png?raw=true)
96+
![nuget](https://raw.githubusercontent.com/MiroKaku/ucxxrt/main/readme/nuget.png)
9797

9898
### 2.2 Option 2
9999

100100
1. Download the latest package from [release](https://github.com/MiroKaku/ucxxrt/releases) and unzip it.
101101

102102
2. Add the property sheet `ucxxrt.props` to yor project.
103103

104-
![usage](https://github.com/MiroKaku/ucxxrt/blob/main/readme/use.gif?raw=true)
104+
![usage](https://raw.githubusercontent.com/MiroKaku/ucxxrt/main/readme/use.gif)
105105

106106
## 3. How to compile
107107

@@ -127,15 +127,12 @@ Thanks to [JetBrains](https://www.jetbrains.com/?from=meesong) for allocating fr
127127
## 6. List of features that are not supported at this time
128128

129129
- [ ] Thread Local Storage (TLS): thread_local、TlsAlloc ...
130-
- [ ] std::thread
131130
- [ ] std::filesystem
132131
- [ ] std::chrono
133132
- [ ] std::stacktrace_entry
134133
- [ ] std::locale
135134
- [ ] std::stream (std::fstream、std::iostream、std::cin、std::cout、std::cerr)
136-
- [ ] std::mutex、std::shared_mutex
137135
- [ ] std::future
138-
- [ ] std::condition_variable
139136
- [ ] std::latch
140137
- [ ] std::semaphore (std::counting_semaphore、std::binary_semaphore)
141138
- [ ] ...

ReadMe.zh-cn.md renamed to README.zh-CN.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ void Test$HashMap()
9191

9292
右键单击该项目并选择“管理 NuGet 包”,然后搜索`ucxxrt`并选择适合你的版本,最后单击“安装”。
9393

94-
![nuget](https://github.com/MiroKaku/ucxxrt/blob/main/readme/nuget.png?raw=true)
94+
![nuget](https://raw.githubusercontent.com/MiroKaku/ucxxrt/main/readme/nuget.png)
9595

9696
### 2.2 方法二
9797

9898
1.[release](https://github.com/MiroKaku/ucxxrt/releases) 下载最新包并解压。
9999
2. 在 Visual Studio 中,你可以打开属性管理器(视图 - 属性管理器),然后右键添加现有属性表,然后选择 `ucxxrt.props` 即可。
100100

101-
![使用方法](https://github.com/MiroKaku/ucxxrt/blob/main/readme/use.zh-cn.gif?raw=true)
101+
![使用方法](https://raw.githubusercontent.com/MiroKaku/ucxxrt/main/readme/use.zh-cn.gif)
102102

103103
## 3. 怎样编译
104104

@@ -126,15 +126,12 @@ IDE:Visual Studio 2019 或更高版本 (编译 ARM/ARM64 需要 Visual Studio
126126
## 6. 暂不支持的特性列表
127127

128128
- [ ] Thread Local Storage (TLS): thread_local、TlsAlloc ...
129-
- [ ] std::thread
130129
- [ ] std::filesystem
131130
- [ ] std::chrono
132131
- [ ] std::stacktrace_entry
133132
- [ ] std::locale
134133
- [ ] std::stream (std::fstream、std::iostream、std::cin、std::cout、std::cerr)
135-
- [ ] std::mutex、std::shared_mutex
136134
- [ ] std::future
137-
- [ ] std::condition_variable
138135
- [ ] std::latch
139136
- [ ] std::semaphore (std::counting_semaphore、std::binary_semaphore)
140137
- [ ] ...

0 commit comments

Comments
 (0)