dand-oss

Results 7 issues of dand-oss

add rttr::type::get_direct_base_classes() Outline of changes - reused class info get_base_types by adding parameter to prevent/allow recursion on base classes - added collection of direct base classes to type_register.cpp

Lets say we need the "tree" of inheritance to display in a gui or generate wrappers (non cpp) mirroring a class hierarchy get_base_classes() returns ALL classes, as does get_derived_classes() is_base_of()...

enhancement

Binding C++ and JavaScript — WebIDL Binder and Embind https://emscripten.org/docs/porting/connecting_cpp_and_javascript/Interacting-with-code.html#binding-c-and-javascript-webidl-binder-and-embind ``` // quick_example.cpp #include using namespace emscripten; float lerp(float a, float b, float t) { return (1 - t) *...

question

# Bug For bugs/questions: * OS: Linux * Python version `import sys; print(sys.version)`: .6.8 |Anaconda, Inc.| (default, Dec 30 2018, 01:22:34) [GCC 7.3.0] * Pydantic version `import pydantic; print(pydantic.VERSION)`: 0.30...

feature request
help wanted

Added CMakeLists.txt Used to build with ninja, Unix Make, and Visual Studio 2015-2019 on Windows and Linux TODO - export a cmake package so this can be cmake external, or...

tested cmake with ninja and visual studio 2022 dll and static version as well as existing project extensive explanations in the commits