73
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
move iteration of source files and namespaces from accept to More... almost 18 years ago
enhance commandline interface, add support for invoking c compiler update More... almost 18 years ago
correct invocation of setter method of inherited properties, fixes bug More... about 18 years ago
support storing sizes of array dimensions for methods returning arrays add More... about 18 years ago
allow value-type arrays of unknown length, assert at runtime when trying More... about 18 years ago
support sizeof expression update add struct_size param to GLib.Source More... about 18 years ago
improve argument checks of invocation expression, fixes bug 435854 More... about 18 years ago
separate declaration output remove comma at end of enum remove unused More... about 18 years ago
remove comma at end of generated enumerator list, fixes gcc warning More... about 18 years ago
generate get_property and set_property methods only when necessary, fixes More... about 18 years ago
add basic checks for method modifiers, fixes bug 435853 include More... about 18 years ago
iterate correctly over string in camel_case_to_lower_case method, fixes More... about 18 years ago
don't add default include directives for VAPI files, fixes bug 436761 More... about 18 years ago
correct strstr cname, patch by Zsombor add ellipsis to Gtk.ListStore.set() More... about 18 years ago
ensure that local variables don't use keywords in the C code More... about 18 years ago
declare variables at the beginning of blocks as required for C89 avoid More... about 18 years ago
split code generator update More... about 18 years ago
move code generator to new gobject directory update More... about 18 years ago
GSList fixes and GIConv, patch by Michael Lawrence More... about 18 years ago
use configured libdir, remove bashism, based on patch by Mathias More... about 18 years ago
Remove vala-pkg More... about 18 years ago
Move contents of vala-pkg to trunk More... about 18 years ago
Rename vala to vala-pkg More... about 18 years ago
move from vapigen update More... about 18 years ago
Post-release version bump More... about 18 years ago
update for 0.0.9 release More... about 18 years ago
add experimental support for class declarations in multiple source files More... about 18 years ago
check whether specified collection is iterable in foreach statements, More... about 18 years ago
allow any integer type as index in an element access expression, fixes bug More... about 18 years ago
add basic support for flags, fixes bug 434511 More... about 18 years ago