Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Tsmp Alternatives
Similar projects and alternatives to tsmp
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
Dependencies
A rewrite of the old legacy software "depends.exe" in C# for Windows devs to troubleshoot dll load dependencies issues.
-
beryldb
Discontinued BerylDB is a fully modular data structure data manager that can be used to store data as key-value entries. The server allows channel subscription and is optimized to be used as a cache repository. Supported structures include lists, sets, multimaps, and keys.
-
-
-
-
soup
Soup is a build system that guarantees incremental build correctness and aims to simplify many aspects of developing shared code while maintaining best in class performance. (by soup-build)
-
Nutrient
Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
-
-
LazyExpression
Variadic recursive expression templates with lazy evaluation which look like ordinary (possibly nested) containers.
-
-
-
-
-
-
-
-
-
-
GraphicsPlayground
Discontinued Sandbox for the graphics engine. Designed for easiest experimentation and demonstration of graphics algorithms.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
tsmp discussion
tsmp reviews and mentions
-
A basic reflection-like system for editing object fields in a C++ game engine
I wrote a libclang based code generation tool and a support library to do static reflection and generate proxies for classes. You can check it out here https://github.com/fabian-jung/tsmp.
-
How to link against libclang-cpp on windows/cmake
I'm trying to port my reflection library tsmp to windows and struggle linking the introspection tool to libclang-cpp and llvm. I tried different routes with no success so far.
-
What have you brilliant guys done with custom Clang/LLVM AST plugin or Pass plugin?
I use an additional AST pass to generate type traits for static reflection. You can check it out here: tsmp
-
Tool Supported Meta Programming Lib v.1.0.1 release
I'm happy to announce the first release of my meta-programming library tsmp. The library allows you to iterate through the public fields and functions of classes and the values of enumeration types. The reflection is enabled by parsing the source tree in the background and generating special type-traits that are consumed by the library. The big advantage is that you do not need to litter your code with macros and it does support custom types that are handed into your APIs from your users.
-
C++ Show and Tell - September 2022
I'm working on a static reflection library called tsmp. It lets you iterate over structs and (typed) enums, as well as wrap class methods with proxies. The main goal is to be non intrusive (no macros) and i did it with the help of code generation in the background. I'm currently finishing a json helper and after that I'll polish the buildsystem and release the first version.
-
Tried my hand at creating a reflection library for C++17
I tried basically the same with my introspection library here. Maybe we can join forces.
-
struct2json converter in ~30 loc with tsmp
You can find the source code an the example in my repository here: https://github.com/fabian-jung/tsmp
-
On which hobby or side projects are you working on?
A static reflection library for C++20. It is work in progress and feedback is very much appreciated. https://github.com/fabian-jung/tsmp
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 15 Mar 2025
Stats
fabian-jung/tsmp is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of tsmp is C++.