2009-01-18 |
Jürg Billeter | update for 0.5.6 release
|
commit | commitdiff | tree |
2009-01-18 |
Jürg Billeter | Add Log.FILE, Log.LINE, and Log.METHOD constants as...
|
commit | commitdiff | tree |
2009-01-18 |
Jürg Billeter | Add stub POSIX binding
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Accept `params' as identifier after cast parentheses
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix sincos binding, patch by Jukka-Pekka Iivonen, fixes...
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix crash when using lambda expressions with owned...
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Add missing include for enum values, fixes bug 531724
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix symbol lookup in constant and field initializers...
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix wrapper for delegates returning arrays, fixes bug...
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Add Lua binding, patch by pancake and Phil Housley...
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix delegate bindings, patch by Matías De la Puente
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Parse callback parameter annotations
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix infinite loop when reading entity references
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Read comments
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Fix gtk_widget_create_pango_* bindings
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Set formal_target_type to fix constructors using generic...
|
commit | commitdiff | tree |
2009-01-17 |
Jürg Billeter | Do not try to convert from generic pointer twice when...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Fix determining relative accessibility, fixes bug 559798
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Fix bogus errors about missing return type in creation...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Use correct cname when calling property set accessor...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Do not require libgee to support element access in...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Report error when returning owned variable in method...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Remove gconf_init binding, it is broken and deprecated...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Support vfunc_name attribute
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Fix GtkTreePath binding, fixes bug 566274
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Do not allow structs to have more than one base type...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Fix gtk_text_iter_forward_find_char binding, patch...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Detect local variables conflicting with parameters...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Add MySQL bindings, patch by Jukka-Pekka Iivonen, fixes...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Fix struct base type error message, patch by Carlos...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Fix g_datalist*_get bindings, patch by Yu Feng, fixes...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Add array_length_cexpr CCode attribute for fields with...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Support void ref functions
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Fix typedef generation for private types, patch by...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Warn about possibly missing GLib.Object prerequisite...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Test marshalling of basic types over D-Bus
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Use `internal' accessibility for namespace members...
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Rearrange test cases
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Improve array tests
|
commit | commitdiff | tree |
2009-01-16 |
Jürg Billeter | Improve string tests
|
commit | commitdiff | tree |
2009-01-15 |
Jürg Billeter | Ignore BusName sender parameters in marshalling code
|
commit | commitdiff | tree |
2009-01-15 |
Jürg Billeter | Fix accessor detection for properties
|
commit | commitdiff | tree |
2009-01-15 |
Jürg Billeter | Fix syntax error, patch by Frederik
|
commit | commitdiff | tree |
2009-01-15 |
Jürg Billeter | Track usage of creation methods to avoid bogus warnings...
|
commit | commitdiff | tree |
2009-01-15 |
Jürg Billeter | Fix generated introspection information when using...
|
commit | commitdiff | tree |
2009-01-15 |
Jürg Billeter | Accept numbers with characters as identifiers where...
|
commit | commitdiff | tree |
2009-01-14 |
Jürg Billeter | Improve output for owned property getters
|
commit | commitdiff | tree |
2009-01-14 |
Jürg Billeter | Report error when using getters of properties with...
|
commit | commitdiff | tree |
2009-01-14 |
Jürg Billeter | Improve syntax error message when expecting declaration
|
commit | commitdiff | tree |
2009-01-13 |
Jürg Billeter | Remove obsolete vala.h
|
commit | commitdiff | tree |
2009-01-13 |
Jürg Billeter | Add -H command-line option to generate C header file...
|
commit | commitdiff | tree |
2009-01-11 |
Jürg Billeter | Ownership fixes in gst_bin_* bindings, patch by Sebastian...
|
commit | commitdiff | tree |
2009-01-11 |
Jürg Billeter | Fix GMarkupParser binding, patch by Ali Sabil
|
commit | commitdiff | tree |
2009-01-11 |
Jürg Billeter | Support null-terminated array parameters in delegates...
|
commit | commitdiff | tree |
2009-01-11 |
Jürg Billeter | Fix GstMessage ownership in gst_bus_* bindings, patch...
|
commit | commitdiff | tree |
2009-01-11 |
Jürg Billeter | Fix crash when assigning to dynamic properties
|
commit | commitdiff | tree |
2009-01-10 |
Jürg Billeter | Fix pointer properties
|
commit | commitdiff | tree |
2009-01-10 |
Jürg Billeter | Post-release version bump
|
commit | commitdiff | tree |
2009-01-10 |
Jürg Billeter | update for 0.5.5 release
|
commit | commitdiff | tree |
2009-01-10 |
Jürg Billeter | Support methods returning null-terminated arrays
|
commit | commitdiff | tree |
2009-01-10 |
Jürg Billeter | Replace `#' in property declarations by `owned' modifier...
|
commit | commitdiff | tree |
2009-01-10 |
Jürg Billeter | Warn when using result variable with incompatible type...
|
commit | commitdiff | tree |
2009-01-10 |
Jürg Billeter | Add --enable-deprecated and --enable-experimental command...
|
commit | commitdiff | tree |
2009-01-10 |
Jürg Billeter | Remove --disable-non-null option after transition period...
|
commit | commitdiff | tree |
2009-01-10 |
Jürg Billeter | Fix compile errors when using postconditions
|
commit | commitdiff | tree |
2009-01-10 |
Jürg Billeter | Use dbus-glib types for dynamic D-Bus signals, fixes...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Use correct C type for set accessors of properties...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Fix critical and generated code for static delegate...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Report error when field type is less accessible than...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Fix memory leak when retrieving values from property...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Do not free values returned via g_object_get prematurely...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Fix critical when trying to access instance member...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Add CodeNode.get_type_name method
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Fix GstNetAddress binding, fixes bug 564924
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Fix gst_base_transform_get_unit_size bindings, fixes...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Fix gst_uri_handler_get_protocols* bindings, fixes...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Fix gst_object_get_name, gst_object_get_name_prefix...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Do not accept `ref' and `out' expressions outside of...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Support lambda expressions throwing errors, fixes bug...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Do not allow empty enums and errordomains, fixes bug...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Perform flow analysis on code in creation methods,...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Fix some type suffix issues with real literals
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Improve integer tests
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Fix error handling in try statements nested across...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Do not pass null as option to CCodeCompiler
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Fix critical in compiled applications using null-terminated...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Simplify CCodeVariableDeclarator construction with...
|
commit | commitdiff | tree |
2009-01-09 |
Jürg Billeter | Fix gsl_error_set_error_handler binding
|
commit | commitdiff | tree |
2009-01-08 |
Jürg Billeter | Fix gtk_selection_data_set_uris binding, fixes bug...
|
commit | commitdiff | tree |
2009-01-07 |
Jürg Billeter | Visit declared error types to resolve symbols
|
commit | commitdiff | tree |
2009-01-07 |
Jürg Billeter | Post-release version bump
|
commit | commitdiff | tree |
2009-01-07 |
Jürg Billeter | update for 0.5.4 release
|
commit | commitdiff | tree |
2009-01-07 |
Jürg Billeter | Fix critical when using immutable classes without copy...
|
commit | commitdiff | tree |
2009-01-07 |
Jürg Billeter | Fix critical when using invalid `using' directive
|
commit | commitdiff | tree |
2009-01-07 |
Jürg Billeter | Handle errors that occur within a try block but are...
|
commit | commitdiff | tree |
2009-01-07 |
Jürg Billeter | Fix TagLib_AudioProperties binding, patch by Andreas...
|
commit | commitdiff | tree |
2009-01-07 |
Jürg Billeter | Fix GtkStockItem binding
|
commit | commitdiff | tree |
2009-01-07 |
Jürg Billeter | Add support for static destructors, patch by Sebastian...
|
commit | commitdiff | tree |
2009-01-07 |
Jürg Billeter | Update to taglib_c 1.5, patch by Andreas Brauchli,...
|
commit | commitdiff | tree |
2009-01-07 |
Jürg Billeter | Fix g_object_class_find_property binding, patch by...
|
commit | commitdiff | tree |