Merge remote-tracking branch 'origin/master'

This commit is contained in:
Reece Wilson 2022-02-27 07:33:58 +00:00
commit 0ecc0505fe

View File

@ -37,11 +37,14 @@ the buildscripts into your applications build pipeline to get started.
## Links ## Links
API: <br> API:
Doxygen: <br> * [Runtime](https://gitea.reece.sx/AuroraSupport/AuroraRuntime/src/branch/master/Include/Aurora)
Examples: <br> * [auROXTL](https://gitea.reece.sx/AuroraSupport/AuroraRuntime/src/branch/master/Include/auROXTL)
Tests: <br>
Cmake-stable:<br> Examples: [Hello Aurora](https://gitea.reece.sx/AuroraSupport/HelloAurora) \
Doxygen: \
Tests: [Hello Aurora](https://gitea.reece.sx/AuroraSupport/HelloAurora) \
Cmake-stable: \
Build Pipeline: https://git.reece.sx/AuroraPipeline/Build Build Pipeline: https://git.reece.sx/AuroraPipeline/Build
## Performance ## Performance
@ -53,7 +56,7 @@ alloc, and str formatting objectives using known good industry standard librarie
expected to be on the heavier side with optimal performance (incl toll for C++ pluses tradeoffs). expected to be on the heavier side with optimal performance (incl toll for C++ pluses tradeoffs).
Runtime as of 2020-02-01: Runtime as of 2022-02-01:
DLL Disk: 4.2MB \ DLL Disk: 4.2MB \
Size Of Image: 0x50B000 (5MB) \ Size Of Image: 0x50B000 (5MB) \
@ -406,18 +409,18 @@ Aurora
- [AuroraForEach](https://git.reece.sx/AuroraSupport/AuroraForEach) ^1 - [AuroraForEach](https://git.reece.sx/AuroraSupport/AuroraForEach) ^1
Crypto (third party) Crypto (third party)
- [LibTomCrypt](https://blah.com) / [LibTomMath](https://blah.com) ^5 - [LibTomCrypt](https://git.reece.sx/AuroraMiddleware/libtomcrypt) / [LibTomMath](https://git.reece.sx/AuroraMiddleware/libtommath) ^5
- [mbedTLS](https://blah.com) - [mbedTLS](https://git.reece.sx/AuroraMiddleware/mbedtls)
Compression (third party) Compression (third party)
- [zstd](https://blah.com) - [zstd](https://git.reece.sx/AuroraMiddleware/zstd)
- [zlib](https://blah.com) - [zlib](https://git.reece.sx/AuroraMiddleware/zlib)
- [bzip2](https://blah.com) - [bzip2](https://git.reece.sx/AuroraMiddleware/bzip2)
Utility (third party) Utility (third party)
- [stduuid](https://gitea.reece.sx/AuroraMiddleware/stduuid) ^6 - [stduuid](https://git.reece.sx/AuroraMiddleware/stduuid) ^6
- [fmtlib](https://gitea.reece.sx/AuroraMiddleware/fmt) ^4 ^6 - [fmtlib](https://git.reece.sx/AuroraMiddleware/fmt) ^4 ^6
- [nl. json](https://blah.com) ^6 - [nl. json](https://git.reece.sx/AuroraMiddleware/nlohmannjson) ^6
^1 Include-only macro library \ ^1 Include-only macro library \