cmake-reflection-template
C++ reflection generator
A template for automatically generating C++ reflection code using CMake and Python
A template for simple C++ reflection done with CMake and Python (no other external tools)
39 stars
5 watching
2 forks
Language: Python
last commit: over 2 years ago
Linked from 1 awesome list
cmakecodegencodegeneratorcppintrospectionparserparsingreflection
Related projects:
Repository | Description | Stars |
---|---|---|
acdemiralp/cmake_templates | Templates for creating C++ projects with cmake. | 128 |
austinbrunkhorst/cpp-reflection | A C++ toolkit for analyzing and manipulating source code at runtime | 667 |
qcring/qmlapplicationtemplate | A CMake project template for building a simple QML desktop application. | 42 |
getml/reflect-cpp | A C++ library for fast serialization and validation using reflection | 1,126 |
billyquith/ponder | A C++ reflection library with Lua binding and JSON/ XML serialization. | 648 |
chocolacula/easy_reflection_cpp | A reflection-based serialization library for C++ | 96 |
cmake-basis/basis | A comprehensive suite of tools and utilities for creating and managing C++ projects and software libraries | 48 |
asutton/clang-reflect | A clean implementation of reflection and related proposals in C++. | 29 |
filipdutescu/modern-cpp-template | A C++ project template that provides a basic structure and configuration for modern CMake projects with various features such as static analysis, unit testing, and continuous integration. | 1,730 |
clarkok/reflect | A header-only library for creating runtime reflections of classes and enums | 25 |
jsoysouvanh/refureku | A C++17 runtime reflection library for dynamic entity manipulation and metadata management in cross-platform applications. | 225 |
onqtam/rcrl | An interactive C++ compiler and runtime environment for rapid development and live coding | 411 |
manu343726/tinyrefl | A minimal C++ static reflection API and codegen tool for generating macro-based APIs | 257 |
cpp-best-practices/cmake_template | C++ project template providing a set of best practices and tools for building and testing C++ applications | 1,138 |
eyalamirmusic/jucecmakerepoprototype | A tool to create and build JUCE-based projects with minimal setup using CMake. | 247 |