-
`CompareOptions.NumericOrdering` should be supported in Apple platforms. See #13979 for the approved API and discussion. PR #109861 adds the member `CompareOptions.NumericOrdering` but does not provid…
-
### Suggested enhancement
After some team discussion, we've decided to rely on a new threading abstraction which mimics C11 (i.e. mbedtls_fff where fff is the C11 function name, having the same par…
-
It has come to our attention that the documentation lacks the necessary precision and depth that developers require for autonomous integration and implementation. Reverse engineer what we did should b…
-
(Probably linked with #5)
Currently, the platform abstraction layer is nearly-nonexistent. We need to make an isolated place for all of the platform-dependent things (e.g. key codes, `Display` impl…
-
Some parts of the EEL core relies on functions only available on certain operating system. This means there is `#ifdef _WIN32_`, `#ifdef __MACOSX__`, etc in the code. A better solution would be to kee…
-
Need to be able to parameterise the software to allow the same s/w binary to run on different platforms.
An incomplete list would be
- USB PID/VID
- FPGA bitstream header used to search for valid…
-
### Abstract
The Open edX platform is enhancing its search functionality by implementing Meilisearch, a fast and memory-efficient search engine. This project aims to improve search performance, reduc…
-
#### Introduction
This proposal suggests integrating **[BGFX](https://github.com/bkaradzic/bgfx)**, an open-source, cross-platform graphics library, as the rendering backend for the **Redot Engine*…
-
This is a proposal of a cleaner architecture for Wakaama. This ensures that the library is modular and easier to maintain and extend.
# Layered Architecture
![wakaama_layers](https://github.com/…
-
### What?
Need to implement mechanism to specialize PAL partially (override only some functions, instead of implementing functions for all platforms)
For example, lets take a look at following c…