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

Commit

Permalink
Thanks for JetBrains
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroKaku committed Aug 25, 2023
1 parent ce8da30 commit bd8cafa
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ But there are several problems,like it isn't support C++ exception and it cost
- [x] support STL (not fully).
- [x] support static objects.

[List of features that are not supported at this time↓](#5-List-of-features-that-are-not-supported-at-this-time)
[List of features that are not supported at this time↓](#6-List-of-features-that-are-not-supported-at-this-time)

### 1.3 Example

Expand Down Expand Up @@ -110,15 +110,21 @@ IDE:Visual Studio 2019 or higher (Compiling for ARM/ARM64 requires Visual Stud
* `git clone --recurse-submodules https://github.com/MiroKaku/ucxxrt.git`
* Open `ucxxrt.sln` and compile.

## 4. Reference and Acknowledgement
## 4. Acknowledgements

Thanks to [JetBrains](https://www.jetbrains.com/?from=meesong) for allocating free open-source licences for IDEs such as [Resharper C++](https://www.jetbrains.com/resharper-cpp/?from=meesong).

[<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/ReSharperCPP_icon.png" alt="ReSharper C++ logo." width=200>](https://www.jetbrains.com/?from=meesong)

## 5. Reference

* [Microsoft's C++ Standard Library](https://github.com/microsoft/stl)
* [Chuyu-Team/VC-LTL](https://github.com/Chuyu-Team/VC-LTL)
* [RetrievAL](https://github.com/SpoilerScriptsGroup/RetrievAL)

> Thanks to these excellent projects for help me on developing ucxxrt.
## 5. List of features that are not supported at this time
## 6. List of features that are not supported at this time

- [ ] Thread Local Storage (TLS): thread_local、TlsAlloc ...
- [ ] std::thread
Expand Down
14 changes: 11 additions & 3 deletions ReadMe.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ ucxxrt 是一个基于微软的 MSVC 修改的开源运行时库,最大的亮
- [x] 支持 STL (部分)
- [x] 支持 静态对象

[暂不支持的特性列表↓](#5-暂不支持的特性列表)
[暂不支持的特性列表↓](#6-暂不支持的特性列表)

### 1.3 例子

Expand Down Expand Up @@ -107,15 +107,23 @@ IDE:Visual Studio 2019 或更高版本 (编译 ARM/ARM64 需要 Visual Studio
* `git clone --recurse-submodules https://github.com/MiroKaku/ucxxrt.git`
* 打开 `ucxxrt.sln` 进行编译。

## 4. 引用参考和感谢
## 4. 鸣谢

> [IntelliJ IDEA](https://zh.wikipedia.org/zh-hans/IntelliJ_IDEA) 是一个在各个方面都最大程度地提高开发人员的生产力的 IDE。
特别感谢 [JetBrains](https://www.jetbrains.com/?from=meesong) 为开源项目提供免费的 [Resharper C++](https://www.jetbrains.com/resharper-cpp/?from=meesong) 等 IDE 的授权

[<img src="https://resources.jetbrains.com/storage/products/company/brand/logos/ReSharperCPP_icon.png" alt="ReSharper C++ logo." width=200>](https://www.jetbrains.com/?from=meesong)

## 5. 引用参考

* [Microsoft's C++ Standard Library](https://github.com/microsoft/stl)
* [Chuyu-Team/VC-LTL](https://github.com/Chuyu-Team/VC-LTL)
* [RetrievAL](https://github.com/SpoilerScriptsGroup/RetrievAL)

> 非常感谢这些优秀的项目,没有它们的存在,就不会有 ucxxrt。
## 5. 暂不支持的特性列表
## 6. 暂不支持的特性列表

- [ ] Thread Local Storage (TLS): thread_local、TlsAlloc ...
- [ ] std::thread
Expand Down

0 comments on commit bd8cafa

Please sign in to comment.