Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
0ecc0505fe
@ -37,11 +37,14 @@ the buildscripts into your applications build pipeline to get started.
|
||||
|
||||
## Links
|
||||
|
||||
API: <br>
|
||||
Doxygen: <br>
|
||||
Examples: <br>
|
||||
Tests: <br>
|
||||
Cmake-stable:<br>
|
||||
API:
|
||||
* [Runtime](https://gitea.reece.sx/AuroraSupport/AuroraRuntime/src/branch/master/Include/Aurora)
|
||||
* [auROXTL](https://gitea.reece.sx/AuroraSupport/AuroraRuntime/src/branch/master/Include/auROXTL)
|
||||
|
||||
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
|
||||
|
||||
## 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).
|
||||
|
||||
|
||||
Runtime as of 2020-02-01:
|
||||
Runtime as of 2022-02-01:
|
||||
|
||||
DLL Disk: 4.2MB \
|
||||
Size Of Image: 0x50B000 (5MB) \
|
||||
@ -406,18 +409,18 @@ Aurora
|
||||
- [AuroraForEach](https://git.reece.sx/AuroraSupport/AuroraForEach) ^1
|
||||
|
||||
Crypto (third party)
|
||||
- [LibTomCrypt](https://blah.com) / [LibTomMath](https://blah.com) ^5
|
||||
- [mbedTLS](https://blah.com)
|
||||
- [LibTomCrypt](https://git.reece.sx/AuroraMiddleware/libtomcrypt) / [LibTomMath](https://git.reece.sx/AuroraMiddleware/libtommath) ^5
|
||||
- [mbedTLS](https://git.reece.sx/AuroraMiddleware/mbedtls)
|
||||
|
||||
Compression (third party)
|
||||
- [zstd](https://blah.com)
|
||||
- [zlib](https://blah.com)
|
||||
- [bzip2](https://blah.com)
|
||||
- [zstd](https://git.reece.sx/AuroraMiddleware/zstd)
|
||||
- [zlib](https://git.reece.sx/AuroraMiddleware/zlib)
|
||||
- [bzip2](https://git.reece.sx/AuroraMiddleware/bzip2)
|
||||
|
||||
Utility (third party)
|
||||
- [stduuid](https://gitea.reece.sx/AuroraMiddleware/stduuid) ^6
|
||||
- [fmtlib](https://gitea.reece.sx/AuroraMiddleware/fmt) ^4 ^6
|
||||
- [nl. json](https://blah.com) ^6
|
||||
- [stduuid](https://git.reece.sx/AuroraMiddleware/stduuid) ^6
|
||||
- [fmtlib](https://git.reece.sx/AuroraMiddleware/fmt) ^4 ^6
|
||||
- [nl. json](https://git.reece.sx/AuroraMiddleware/nlohmannjson) ^6
|
||||
|
||||
|
||||
^1 Include-only macro library \
|
Loading…
Reference in New Issue
Block a user