Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zheng-bote/rz_cxx_libs
C++ libraries, mostly c++20 to c++23 and sometimes Qt6
https://github.com/zheng-bote/rz_cxx_libs
cpp20 cpp23 qt6
Last synced: 30 days ago
JSON representation
C++ libraries, mostly c++20 to c++23 and sometimes Qt6
- Host: GitHub
- URL: https://github.com/zheng-bote/rz_cxx_libs
- Owner: Zheng-Bote
- License: mit
- Created: 2024-10-07T19:44:35.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-16T16:49:04.000Z (about 1 month ago)
- Last Synced: 2024-10-16T17:06:33.953Z (about 1 month ago)
- Topics: cpp20, cpp23, qt6
- Language: C++
- Homepage:
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cxx_libs
C++ libraries, mostly ≥ c++20 and sometimes Qt6
[Report Issue](https://github.com/Zheng-Bote/cxx_libs/issues) [Request Feature](https://github.com/Zheng-Bote/cxx_libs/pulls)
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
![GitHub Created At](https://img.shields.io/github/created-at/Zheng-Bote/cxx_libs)
**Table of Contents**
- [Description](#description)
- [Features](#features)
- [Status](#status)
- [Application / Tool](#application--tool)
- [Documentation](#documentation)
- [README](#readme)
- [other Markdown files](#other-markdown-files)
- [Installation](#installation)
- [Dependencies](#dependencies)
- [folder structure](#folder-structure)
- [Usage/Examples/Tests](#usageexamplestests)
- [API Reference](#api-reference)
- [Documentation](#documentation-1)
- [Authors and License](#authors-and-license)
- [License](#license)
- [Authors](#authors)
- [Code Contributors](#code-contributors)
# Description
![QT](https://img.shields.io/badge/Community-6-41CD52?logo=qt)
![CXX](https://img.shields.io/badge/C++-20-blue?logo=cplusplus)C++ libraries, mostly ≥ c++20 and sometimes Qt6.
### Features
- \[ ] advanced-super-extra-special feature xyz
- \[x] OSS and license
- \[x] works as designed
- \[ ] no bugs
- \[x] some more or less usefull Github Actions for GH-repo, GH-pages, GH-wiki, CI/CD-Pipelines
- \[ ] Packagemanager
- \[x] Buildsystem: CMake
- \[x] Clang-Tidy (cppcoreguidelines-\*)
- \[ ] Installer: CMake
- \[ ] portable application
- \[ ] runs on DOS/Windows
- \[ ] runs on MacOS
- \[x] runs on Linux
- \[ ] runs on iOS
- \[ ] runs on Android
- \[ ] runs on HarmonyOS## Status
### Application / Tool
![Status](https://img.shields.io/badge/Status-useable-green)
![GitHub Release Date](https://img.shields.io/github/release-date/Zheng-Bote/cxx_libs)
![GitHub Issues](https://img.shields.io/github/issues/Zheng-Bote/cxx_libs)
![GitHub Pull Requests](https://img.shields.io/github/issues-pr/Zheng-Bote/cxx_libs)### Documentation
_under construction_
#### README
[![Repo - create Repo-Tree in README.md](https://github.com/Zheng-Bote/cxx_libs/actions/workflows/repo-create_tree_readme.yml/badge.svg)](https://github.com/Zheng-Bote/cxx_libs/actions/workflows/repo-create_tree_readme.yml)
[![Repo - add Actions In/Out to README](https://github.com/Zheng-Bote/cxx_libs/actions/workflows/repo-actions_docu.yml/badge.svg)](https://github.com/Zheng-Bote/cxx_libs/actions/workflows/repo-actions_docu.yml)[![Repo - update Readme](https://github.com/Zheng-Bote/cxx_libs/actions/workflows/repo-call_Readme.yml/badge.svg)](https://github.com/Zheng-Bote/cxx_libs/actions/workflows/repo-call_Readme.yml)
#### other Markdown files
[![Repo - create TOC of Markdown files](https://github.com/Zheng-Bote/cxx_libs/actions/workflows/repo-create_doctoc_md.yml/badge.svg)](https://github.com/Zheng-Bote/cxx_libs/actions/workflows/repo-create_doctoc_md.yml)
create ToC in Markdown files in folders
- .github/actions/\*\*
- .github/workflows/\*\*
- dist/\*\*
- docs/\*\*# Installation
```Shell
mkdir build && cd build
cmake -S ../src -B . -DCMAKE_BUILD_TYPE=Release
cmake --build . --parallel 6
...
```## Dependencies
_under construction_
## folder structure
```
.
├── .github
│ ├── actions
│ │ └── doctoc
│ │ ├── README.md
│ │ ├── action.yml
│ │ └── dist
│ │ ├── index.js
│ │ ├── index.js.map
│ │ ├── licenses.txt
│ │ └── sourcemap-register.js
│ └── workflows
│ ├── ghp-call_Readme.yml
│ ├── ghp-create_doctoc.yml
│ ├── ghp-markdown_index.yml
│ ├── repo-actions_docu.yml
│ ├── repo-call_Readme.yml
│ ├── repo-create_doctoc.yml_
│ ├── repo-create_doctoc_md.yml
│ └── repo-create_tree_readme.yml
├── .gitignore
├── LICENSE
├── README.md
├── src
│ ├── CMakeLists.txt
│ ├── configure
│ │ ├── ClangTidy.cmake
│ │ ├── Doxygen.cmake
│ │ ├── do_pandoc.sh
│ │ ├── doxygen.cfg
│ │ ├── extra_headers
│ │ └── rz_config.h.in
│ ├── include
│ │ ├── rz_compiler_info.h
│ │ ├── rz_cxx_features.h
│ │ ├── rz_datetime.cpp
│ │ ├── rz_datetime.h
│ │ ├── rz_filesystem.cpp
│ │ ├── rz_filesystem.h
│ │ ├── rz_qt_image.cpp
│ │ ├── rz_qt_image.h
│ │ └── rz_string_lib.h
│ └── main.cpp
└── tree.bak8 directories, 35 files
```## Usage/Examples/Tests
_under construction_
# API Reference
_under construction_
# Documentation
_under construction_
# Authors and License
## License
[![MIT License](https://img.shields.io/badge/License-MIT-green.svg)](https://choosealicense.com/licenses/mit/)
Copyright (c) 2024 ZHENG Robert
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.## Authors
- [![Zheng Robert](https://img.shields.io/badge/Github-Zheng_Robert-black?logo=github)](https://www.github.com/Zheng-Bote)
### Code Contributors
![Contributors](https://img.shields.io/github/contributors/Zheng-Bote/cxx_libs?color=dark-green)
[![Zheng Robert](https://img.shields.io/badge/Github-Zheng_Robert-black?logo=github)](https://www.github.com/Zheng-Bote)
:vulcan_salute: