1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 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
Switch the type checkers to the AstVisitor interface. More... over 13 years ago
Pass the type map database to the type checker. More... over 13 years ago
Pass the type map database to the type checker. More... over 13 years ago
Remove the base class for type checkers and replace with AstVisitor. More... over 13 years ago
Remove the base class for type checkers and replace with AstVisitor. More... over 13 years ago
Clean up variable declaration. More... over 13 years ago
Clean up variable declaration. More... over 13 years ago
Propagate the type map database to the various generation steps. More... over 13 years ago
Propagate the type map database to the various generation steps. More... over 13 years ago
Added a type map for C's variable argument list type "va_list". More... over 13 years ago
Added a type map for C's variable argument list type "va_list". More... over 13 years ago
Added an helper method to get the type map of a declaration. More... over 13 years ago
Added an helper method to get the type map of a declaration. More... over 13 years ago
Extract type map setup in another method to make the code clearer. More... over 13 years ago
Extract type map setup in another method to make the code clearer. More... over 13 years ago
Create a new interface for the type map database. This will be used later for mock testing. More... over 13 years ago
Create a new interface for the type map database. This will be used later for mock testing. More... over 13 years ago
Added #region markers for type and decl AST visitors. More... over 13 years ago
Added #region markers for type and decl AST visitors. More... over 13 years ago
Added a property so a type map can signal that the type is to be ignored. More... over 13 years ago
Added a property so a type map can signal that the type is to be ignored. More... over 13 years ago
Removed useless using. More... over 13 years ago
Removed useless using. More... over 13 years ago
Added default implementations for type map methods. More... over 13 years ago
Added default implementations for type map methods. More... over 13 years ago
Improved the CLI type printing of typedef types. More... over 13 years ago
Improved the CLI type printing of typedef types. More... over 13 years ago
Improved the printing of CLI forward references. More... over 13 years ago
Improved the printing of CLI forward references. More... over 13 years ago
Removed some dead legacy code that is left from the C# module. More... over 13 years ago