AuroraSupport

Aurora Runtime, Libraries, and other Utilities

Minimalistic Hello World tests

Updated 2024-07-25 12:20:32 +00:00

Aurora Runtime: cross-platform platform-abstraction library - the 100kloc of /base/*.cx nobody wants to write.

Updated 2024-07-21 05:15:13 +00:00

An include-only utility and STL decoupling library. Provides useful utilities under the unnamed namespace with Au prefixes alongside, configurable type bindings, some STL reimplementation, and metaprogramming templates. This is intended for mapping the Aurora ecosystem to non-standard template libraries, and to provide ease of porting to embedded platforms. Latterly, even if this code isn't portable enough, it provides alternative aliases and implementations to std:: that can be easily moved between potentially STL-less targets. Furthermore, this allows us to introduce future C++ features into C++17, and to normalize template library quirks between vendors.

Updated 2024-07-16 22:34:45 +00:00

Experimental AuroraRuntime-based Remote Procedure Call library

Updated 2024-07-12 16:03:04 +00:00

AuV8PP: A fork of v8pp maintained for the Aurora ecosystem

Updated 2024-06-03 03:23:18 +00:00

Aurora Enumerations // "I forgot magic enum existed, and now I want to keep our STL-free basic implementation"

Updated 2024-04-20 00:39:52 +00:00

Updated 2023-03-04 13:40:55 +00:00

Aurora Interfaces. Abstract API generation model for generating interfaces across language boundaries. Based on Aurora ForEach.

Updated 2022-05-30 18:44:30 +00:00

Aurora ForEach Implements various `AU_FOR_EACH_n` X-style macros that accept a macro of N parameters

Updated 2022-05-10 16:02:01 +00:00

Updated 2021-07-13 20:33:21 +00:00

Members 1