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
Add the beginnings of a README. More... over 15 years ago
Add auto-generated qt bindings. More... over 15 years ago
Add auto-generated qt bindings. More... over 15 years ago
Fix generator problems exposed by qt. More... over 15 years ago
Fix generator problems exposed by qt. More... over 15 years ago
Add test2 and src/generator2 to the build. More... over 15 years ago
Add test2 and src/generator2 to the build. More... over 15 years ago
Add regression tests for the c++ binding. More... over 15 years ago
Add regression tests for the c++ binding. More... over 15 years ago
Generator rewrite. More... over 15 years ago
Generator rewrite. More... over 15 years ago
Rewrite pinvoke marshalling to fix support for passing classes by ref/by value, and returning classes by value. Add support for inline methods. Fix some minor bugs. More... over 15 years ago
Rewrite pinvoke marshalling to fix support for passing classes by ref/by value, and returning classes by value. Add support for inline methods. Fix some minor bugs. More... over 15 years ago
Add more method attributes. More... over 15 years ago
Add more method attributes. More... over 15 years ago
Fix the parsing of c++ type names so classes named 'Class' are not confused with the c++ keyword 'class'. More... over 15 years ago
Fix the parsing of c++ type names so classes named 'Class' are not confused with the c++ keyword 'class'. More... over 15 years ago
Disable a warning. More... over 15 years ago
Disable a warning. More... over 15 years ago
Avoid initializing the vtable when creating an object, the c++ constructor already does it, an d the value we were trying to set was incorrect for qt. More... over 15 years ago
Avoid initializing the vtable when creating an object, the c++ constructor already does it, an d the value we were trying to set was incorrect for qt. More... over 15 years ago
Convert spaces to tabs. More... over 15 years ago
Convert spaces to tabs. More... over 15 years ago
Fix generator build. More... over 15 years ago
Fix generator build. More... over 15 years ago
Use proper library/abi for qt on linux. More... over 15 years ago
Use proper library/abi for qt on linux. More... over 15 years ago
Add Hello, World example. More... over 15 years ago
Add Hello, World example. More... over 15 years ago
Fix handling of base classes in generated code. More... over 15 years ago