Skip to content

Garcia6l20/reflex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reflex project

Overview

reflex leverages cutting-edge C++26 reflection features to deliver high-level utilities for modern C++ development. The project currently provides modules for command-line interfaces (CLI), dependency injection, polymorphic types, serialization and qt, with additional features planned for future releases. By utilizing compile-time reflection, reflex aims to simplify and automate common programming tasks, making C++ development more expressive and efficient.

Disclaimer:
This project utilizes early C++26 features that are not yet available in mainstream compilers. The implementation currently relies on the Bloomberg's clang fork, which provides experimental support for these proposals. Please note that syntax, semantics, and compiler support may change as the standard evolves. Use at your own risk and for experimental purposes only.

Requirements

Building

Modules

Building clang

In llvm project

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=~/.local -DLLVM_ENABLE_RUNTIMES="clang;libcxx;libcxxabi;libunwind" -DCMAKE_BUILD_TYPE=Release ../llvm
ninja # or make
ninja install # or make install

About

c++26 reflection libraries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published