1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 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
Improve parser bootstrapping generator to generate skeletons of statements. More... over 7 years ago
Use `takeError()` when handling errors in parsing libraries. More... over 7 years ago
Fully qualify references to `clang::Stmt` in parser code. More... over 7 years ago
Changed `BaseClassSpecifier` to inherit from `DeclarationBase`. More... over 7 years ago
Extract `Declaration` base code into `DeclarationBase`. More... over 7 years ago
Added a `CCodeGenerator` class and move `Include` class as `CInclude`. More... over 7 years ago
Fixed a crash with `TranslationUnit.FileName` property. More... over 7 years ago
Implemented Clang's MSVC toolchain lookup mode with `ForceClangToolchainLookup`. More... over 7 years ago
Added `ForceClangToolchainLookup` option to force to use Clang's toolchain lookup code. More... over 7 years ago
Extract `ParserOptions` cloning code into a copy constructor. More... over 7 years ago
Improve `ParserOptions.Verbose` to print compiler arguments. More... over 7 years ago
Fixed `Options.DryRun` to not generate any binding code. More... over 7 years ago
Implement `CppTypePrinter.VisitPrimitiveType(PrimitiveType, TypeQualifiers)`. More... over 7 years ago
Added some helper methods in `Enumeration` to work with scoped enumerations. More... over 7 years ago
Remove `VisitDeclaration` calls when visiting translation units. More... over 7 years ago
Added a parsing option to skip gathering of native layout info. More... over 7 years ago
Fixed a regression which made inlines uncompilable. More... over 7 years ago
Fixed the generated C# when an instance method has a parameter named "instance". More... over 7 years ago
Fixed the generated C# for const/non-const overloads with > 1 param. More... over 7 years ago
Fixed the generated C# when a ref parameter is named after a keyword. More... over 7 years ago
Fixed the generation for parameters of type void**. More... over 7 years ago
Fixed the generated C# for indexers in templates specialized with void*. More... over 7 years ago
Fixed the generated C# for template specializations of pointers. More... over 7 years ago
Fixed the generated C# for const void*& in parameters. More... over 7 years ago
Fixed the generated C# when returning a non-const char*. More... over 7 years ago
Fixed the generated C# for parameters initialized with {}. More... over 7 years ago
Fixed the generated C# when a template is specialized with T and const T. More... over 7 years ago
Fixed the generated C# when an unsigned enum is assigned a negative value. More... over 7 years ago
Documented the releases of CppSharp 0.8.22 and 0.8.23. More... over 7 years ago
Keep Clang libTooling libs when packaging LLVM. More... over 7 years ago