You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(ffi): add C++26 reflection FFI metadata layer and Deno bindgen
* feat: add mingw toolchain and preset
* feat: implement ABI registry and status code management for serial operations
* feat: enhance status code management and introduce new status code descriptors
* feat: add strict warning options for GCC and enhance FFI metadata with new ABI function registry and status code descriptors
* refactor(cpp-core): remove StatusCodes aliases and tighten header layout
* refactor: simplify serial function parameters and improve type definitions
* feat: add error callback support and enhance TypeScript wrapper generation
* refactor: update README for clarity and structure, enhancing API contract description
* feat: add CI workflow for build and testing, and update Doxygen configuration
* fix: update CI workflow to use Ubuntu 24.04 and ensure GCC 16 installation
* fix: update static assert for reflection implementation version
* feat: make glue code more genereic
* chore: rename workflow and compile test files
* chore: update checkout actions to v6
* remove: codegen
* feat: implement GCC reflection support and enhance SerialConfig validation
* feat: add GitHub Actions workflow for compile checks
* feat: add support for optional FFI AST export with clang++
* feat: add slim JSON output for FFI API metadata and update CMake configuration
* refactor: remove GCC version checks from CMakeLists.txt
* refactor: standardize JSON key naming in FFI API metadata
* docs: update README to reflect current FFI generation workflow with clang++
* Update .github/workflows/compile_checks.yml
Co-authored-by: Mqx <62719703+Mqxx@users.noreply.github.com>
* Update .github/workflows/doxygen.yml
Co-authored-by: Mqx <62719703+Mqxx@users.noreply.github.com>
* Update .github/workflows/doxygen.yml
Co-authored-by: Mqx <62719703+Mqxx@users.noreply.github.com>
* Update .github/workflows/doxygen.yml
Co-authored-by: Mqx <62719703+Mqxx@users.noreply.github.com>
* refactor: update CI workflows and improve test coverage for reflection and result modules
---------
Co-authored-by: Mqx <62719703+Mqxx@users.noreply.github.com>
0 commit comments