1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 19 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
Introduced an official e-mail for support. More... almost 10 years ago
Deleted more redundant code. More... almost 10 years ago
Fixed the generated C# when a parameter is s typedef of a primitive pointer. More... almost 10 years ago
Fixed the wrapping for default values of non-const pointers. More... almost 10 years ago
Extended the AST with the template parameters being substituted. More... almost 10 years ago
Ignored functions which use external types (through forward declarations). More... almost 10 years ago
Changed the naming of the releases uploaded by AppVeyor. More... almost 10 years ago
Updated the AppVeyor build script to only upload releases per tag. More... almost 10 years ago
Improved the check for completeness when looking to ignore a declaration. More... almost 10 years ago
Fixed a possible crash when getting a declaration from a type. More... almost 10 years ago
Fixed the mapping of std::string not to destroy values when a reference (&) is returned. More... almost 10 years ago
Revert "Fixed mistaken test asserts when comparing objects overloaded equal operator." More... almost 10 years ago
Clean up a bunch of build warnings. More... almost 10 years ago
Fixed mistaken test asserts when comparing objects overloaded equal operator. More... almost 10 years ago
Force the pre-C++11 ABI when compiling the parser library on Linux platforms. More... almost 10 years ago
Improved the searching for the correct native lib to import. More... almost 10 years ago
Preserved arrays and template specialisations when stripping system types. More... almost 10 years ago
Restored the STD allocator in the OS X parser bindings. More... almost 10 years ago
Make Declaration.GatherNamespaces public. More... almost 10 years ago
Added a pass for stripping unused STD types. More... almost 10 years ago
Get rid of generated conflicting classes in parser bindings. More... almost 10 years ago
Merge pull request #705 from tritao/qualified_pointee_visits More... almost 10 years ago
Fixed another instance of qualified pontee visitation. More... almost 10 years ago
Fixed the generated C# when a constructor uses an unsupported expression in a default arg. More... almost 10 years ago
Handled more possible names for type maps when generating the mapped class itself. More... almost 10 years ago
Fixed a regression when an abstract implementation has a function from a secondary base. More... almost 10 years ago
Fixed a regression when wrapping functions which implement secondary bases. More... almost 10 years ago
Merged the passes for properties and made the result non-optional. More... almost 10 years ago
Made the generation of conversion operators for constructors non-optional. More... almost 10 years ago
Deleted the non-working marshalling interface and the option for it. More... almost 10 years ago