1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document the release of CppSharp 0.10.3 More... over 6 years ago
Ensure complete template specializations in AST More... over 6 years ago
Add an option and checking for generation of deprecated declarations. More... over 6 years ago
Re-generated parser bindings for MacOS and Linux. More... over 6 years ago
Implement parsing and AST processing of C++ deprecated attributes. More... over 6 years ago
Git ignore new include folders for cross generation. More... over 6 years ago
Re-generated parser bindings on MacOS and Linux. More... over 6 years ago
Regenerate the parser bindings for Windows. More... over 6 years ago
Extract and rework type map finding code from VisitTagType in C++ type printer. More... over 6 years ago
Fix marshaling for wchar_t in C++ generator mode. More... over 6 years ago
Generate forward ref header for enum defined inside a class in C++/CLI (#1322) More... over 6 years ago
Remove some dead code. More... over 6 years ago
Fix generation of field property setters in C++ generator. More... over 6 years ago
Fix FieldToProperty pass to ignore non-public properties in C++ generator. More... over 6 years ago
Fix declaration access for generated fields flattened from anonymous types. More... over 6 years ago
Change standard type maps to be more specific about its supported generators. More... over 6 years ago
Make sure we use a native type printer for symbols code generation. More... over 6 years ago
Fix includes setup for parser bindings generation in macOS host platform. More... over 6 years ago
Move the GenerateInclude logic to GetTypeReference (#1319) More... over 6 years ago
By reference enum param fixes (#1321) More... over 6 years ago
Add declaration context as object to function class block More... over 6 years ago
Add blocks for ctor, dtor, and finalizer bodies. Add constructor that takes a bool from the caller to indicate if the callee should own the pointer passed to it or not More... over 6 years ago
Add generic type map handling methods for later refactoring of generators. More... over 6 years ago
Fix type printing of typedef qualifiers in C++ type printer. More... over 6 years ago
Fix C++ parser ambiguity in generation of C++ method identifiers by wrapping them in parens. More... over 6 years ago
Fix generation of C++ constructor for abstract classes. More... over 6 years ago
Fix generation of native instance constructors in C++ generator. More... over 6 years ago
Fix marshaling of C++ references in C++ marshaler. More... over 6 years ago
Implement a few overloads in CppTypePrinter that trigger the type maps checking code. More... over 6 years ago
Rewrite GenerateEnumFromMacros to search through multiple translation units. More... over 6 years ago