39
I Use This!
Inactive

Commits : Listings

Analyzed 11 days ago. based on code collected 14 days ago.
May 29, 2023 — May 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
make foreach iterator only visible to the foreach body. update More... over 17 years ago
don't create empty dispose functions, support virtual methods with More... over 17 years ago
explicitly cast callbacks to reduce the number of warnings during C More... over 17 years ago
convert integer to pointer for generic parameters to reduce the number of More... over 17 years ago
cast object instances in return statements to reduce the number of More... over 17 years ago
cast object instances in comparisons to reduce the number of warnings More... over 17 years ago
start to use const specifier for strings to reduce number of warnings More... over 17 years ago
support base access update test base access update More... over 17 years ago
Post-release version bump --version support always include config.h to More... over 17 years ago
support dependencies on constants More... over 17 years ago
don't crash when comparing value type with null More... over 17 years ago
don't crash on already resolved type references support typeof expression More... over 17 years ago
support enum values More... over 17 years ago
update for 0.0.4 release More... over 17 years ago
add get and set value support add user (arbitrary) signal support More... over 17 years ago
complete support for prefix increment and decrement operator More... over 17 years ago
transform compund assignments into simple assignments add default argument More... over 17 years ago
correct takes_ownership in arrays add limited support for array length More... over 17 years ago
specify array element type as type argument create declarations for array More... over 17 years ago
don't use InstanceCast for callbacks More... over 17 years ago
add one dimensional array assignment support testcase for array More... over 17 years ago
add and improve various types More... over 17 years ago
set attributes also for non-readable properties support interface signals More... over 17 years ago
support InstanceByReference attribute add Filename struct, fix Process More... over 17 years ago
fix static modifier for methods without parameters More... over 17 years ago
set instance_by_reference flag on generated methods if appropriate set More... over 17 years ago
visit interface signals obey lock keyword add interface signals More... over 17 years ago
support interface signals change some signal declarations to fix parsing More... over 17 years ago
add threading and assorted structures add an additional abstraction for More... over 17 years ago
add Process struct with spawn functions More... over 17 years ago