| 2008-11-30 |
Jürg Billeter | Fix error handling in condition of while, do, and for... |
commit | commitdiff | tree | snapshot |
| 2008-11-30 |
Jürg Billeter | Separate visiting expressions from visiting expression... |
commit | commitdiff | tree | snapshot |
| 2008-11-30 |
Jürg Billeter | Separate visiting operands from visiting binary expression |
commit | commitdiff | tree | snapshot |
| 2008-11-30 |
Jürg Billeter | Separate visiting declaration from visiting declaration... |
commit | commitdiff | tree | snapshot |
| 2008-11-30 |
Jürg Billeter | More parenthesis improvements |
commit | commitdiff | tree | snapshot |
| 2008-11-30 |
Jürg Billeter | Fix generated parentheses |
commit | commitdiff | tree | snapshot |
| 2008-11-29 |
Jürg Billeter | Check type of error expression in throw statements |
commit | commitdiff | tree | snapshot |
| 2008-11-29 |
Jürg Billeter | Fix array length variable name for internal variables... |
commit | commitdiff | tree | snapshot |
| 2008-11-29 |
Jürg Billeter | Fix critical when using error codes |
commit | commitdiff | tree | snapshot |
| 2008-11-29 |
Jürg Billeter | Use G_TYPE_POINTER for pointers and G_TYPE_INVALID... |
commit | commitdiff | tree | snapshot |
| 2008-11-29 |
Jürg Billeter | Fix error handling in inner expressions, fixes bug... |
commit | commitdiff | tree | snapshot |
| 2008-11-29 |
Jürg Billeter | Convert binary conditional expressions into if statements |
commit | commitdiff | tree | snapshot |
| 2008-11-29 |
Jürg Billeter | Detect unreachable code in if and while statements |
commit | commitdiff | tree | snapshot |
| 2008-11-29 |
Jürg Billeter | Convert ternary conditionals into if statements, fixes... |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Étienne Bersac | Fix g_flags_get_first_value binding |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Fix generated code in struct destroy function for array... |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Support ssize_t and size_t |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Support construct properties |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Support nullable parameters |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Support interface prerequisites |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Support functions in classes |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Fix copying and destroying GValue values |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Add g_unsetenv binding, patch by Jorn Baayen, fixes... |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Remove unused fields |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Don't require libgee for `in' operations |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Add string.contains method |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Analyze errors in return expressions |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Don't require libgee for foreach statements |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Fix method checking with generic base types, fixes... d9d324c1a9a2fba9d91b23cdc80e7e1e51da620b |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Improve handling of generic values, fixes bug 562460 |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Improve get_actual_type signature |
commit | commitdiff | tree | snapshot |
| 2008-11-28 |
Jürg Billeter | Rename TypeParameterType to GenericType |
commit | commitdiff | tree | snapshot |
| 2008-11-27 |
Thijs Vermeir | gst_element_found_tags takes ownership on TagList regen... |
commit | commitdiff | tree | snapshot |
| 2008-11-26 |
Jürg Billeter | Include dbus.h, required for static D-Bus client support |
commit | commitdiff | tree | snapshot |
| 2008-11-24 |
Jürg Billeter | Add string.replace method, patch by Ali Sabil |
commit | commitdiff | tree | snapshot |
| 2008-11-24 |
Jürg Billeter | Add g_array_index binding and fix g_array_free calls... |
commit | commitdiff | tree | snapshot |
| 2008-11-22 |
Jürg Billeter | Prepare support for more complex test cases |
commit | commitdiff | tree | snapshot |
| 2008-11-22 |
Jürg Billeter | Whitespace fixes |
commit | commitdiff | tree | snapshot |
| 2008-11-22 |
Jürg Billeter | Support async method calls in static D-Bus clients |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Fix return type of finish vfunc |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Various coroutine code generation improvements |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Small refactoring |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Support serialization and deserialization of GHashTable... |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Support serialization and deserialization of GValue... |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Support serialization and deserialization of structs... |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Support serialization and deserialization of arrays... |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Add partial static D-Bus client support without dbus... |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Add g_quark_try_string binding, patch by Rob Taylor |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Étienne Bersac | Add binding for G_MODULE_SUFFIX, fixes bug 561120 |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Étienne Bersac | Add G_SEARCHPATH_SEPARATOR binding, fixes bug 561117 |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Fix gdk_region_polygon and gdk_region_rectangle binding... |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Fix DBusError binding, patch by Sebastian Pölsterl... |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Jürg Billeter | Fix g_hscale_new and g_vscale_new bindings, based on... |
commit | commitdiff | tree | snapshot |
| 2008-11-21 |
Étienne Bersac | Add g_strjoin binding, fixes bug 561124 |
commit | commitdiff | tree | snapshot |
| 2008-11-20 |
Jürg Billeter | Check types in property assignments, fixes bug 550088 |
commit | commitdiff | tree | snapshot |
| 2008-11-20 |
Florian Brosch | - cleanups - ui-bugfix |
commit | commitdiff | tree | snapshot |
| 2008-11-20 |
Jürg Billeter | Fix generic catch clauses |
commit | commitdiff | tree | snapshot |
| 2008-11-20 |
Jürg Billeter | Fix base access to virtual signal handlers with return... |
commit | commitdiff | tree | snapshot |
| 2008-11-20 |
Jürg Billeter | Rename InvocationExpression to MethodCall |
commit | commitdiff | tree | snapshot |
| 2008-11-20 |
Jürg Billeter | Fix struct initialization |
commit | commitdiff | tree | snapshot |
| 2008-11-19 |
Jürg Billeter | Fix GstColorBalance binding, patch by Víctor Manuel... |
commit | commitdiff | tree | snapshot |
| 2008-11-19 |
Jürg Billeter | Mark encoding parameters as nullable, patch by Víctor... |
commit | commitdiff | tree | snapshot |
| 2008-11-19 |
Jürg Billeter | Correct source file dependencies for catch clauses... |
commit | commitdiff | tree | snapshot |
| 2008-11-19 |
Jürg Billeter | Include C header files for types used in typeof express... |
commit | commitdiff | tree | snapshot |
| 2008-11-19 |
Jürg Billeter | Remove extra g_type_create_instance in constructors |
commit | commitdiff | tree | snapshot |
| 2008-11-19 |
Sebastian Dröge | Add support for class field initializers for classes... |
commit | commitdiff | tree | snapshot |
| 2008-11-18 |
Thijs Vermeir | Transfer ownership on gtk_container_get_children regene... |
commit | commitdiff | tree | snapshot |
| 2008-11-18 |
Thijs Vermeir | Transfer ownership on gst_tag_list_merge regenerated |
commit | commitdiff | tree | snapshot |
| 2008-11-17 |
Jürg Billeter | Allow any integer compatible value to be used as array... |
commit | commitdiff | tree | snapshot |
| 2008-11-17 |
Jürg Billeter | Fix control flow graph for try statements with finally... |
commit | commitdiff | tree | snapshot |
| 2008-11-17 |
Jürg Billeter | Fix checking of dynamic methods and signals |
commit | commitdiff | tree | snapshot |
| 2008-11-17 |
Jürg Billeter | Correct source file dependencies for private fields... |
commit | commitdiff | tree | snapshot |
| 2008-11-17 |
Jürg Billeter | Ensure that members are checked when accessing them... |
commit | commitdiff | tree | snapshot |
| 2008-11-17 |
Jürg Billeter | Fix g_queue_*_nth bindings, patch by John Carr |
commit | commitdiff | tree | snapshot |
| 2008-11-16 |
Florian Brosch | Bugfixes: - property types |
commit | commitdiff | tree | snapshot |
| 2008-11-14 |
Jürg Billeter | Set target_type for member initializers |
commit | commitdiff | tree | snapshot |
| 2008-11-14 |
Jürg Billeter | Fix gst_bin_add_many binding |
commit | commitdiff | tree | snapshot |
| 2008-11-14 |
Jürg Billeter | Support parameter arrays, fixes bug 538897 |
commit | commitdiff | tree | snapshot |
| 2008-11-14 |
Jürg Billeter | Avoid C compiler warnings with switch statements |
commit | commitdiff | tree | snapshot |
| 2008-11-14 |
Jürg Billeter | Fix non-struct output arguments in dynamic D-Bus method... |
commit | commitdiff | tree | snapshot |
| 2008-11-14 |
Jürg Billeter | Report use of possibly uninitialized variables, fixes... |
commit | commitdiff | tree | snapshot |
| 2008-11-14 |
Jürg Billeter | Do not use possibly uninitialized variables |
commit | commitdiff | tree | snapshot |
| 2008-11-14 |
Jürg Billeter | Report unused fields, methods, and local variables |
commit | commitdiff | tree | snapshot |
| 2008-11-14 |
Jürg Billeter | Rearrange test cases |
commit | commitdiff | tree | snapshot |
| 2008-11-14 |
Jürg Billeter | Rearrange test cases |
commit | commitdiff | tree | snapshot |
| 2008-11-13 |
Jürg Billeter | Add --disable-dbus-transformation command-line option... |
commit | commitdiff | tree | snapshot |
| 2008-11-13 |
Jürg Billeter | Fix retrieving D-Bus structs with owned strings |
commit | commitdiff | tree | snapshot |
| 2008-11-13 |
Jürg Billeter | Fix copy of constant arrays |
commit | commitdiff | tree | snapshot |
| 2008-11-11 |
Florian Brosch | - trivial cleanups |
commit | commitdiff | tree | snapshot |
| 2008-11-10 |
Jürg Billeter | Remove unnecessary accept calls in semantic analyzer |
commit | commitdiff | tree | snapshot |
| 2008-11-10 |
Jürg Billeter | Move expression checking to code nodes |
commit | commitdiff | tree | snapshot |
| 2008-11-10 |
Florian Brosch | - @inheritDoc: - structs - classes - properties |
commit | commitdiff | tree | snapshot |
| 2008-11-10 |
Florian Brosch | - context checks |
commit | commitdiff | tree | snapshot |
| 2008-11-09 |
Jürg Billeter | Work around missing enum support in dbus-glib |
commit | commitdiff | tree | snapshot |
| 2008-11-09 |
Jürg Billeter | Really insert GValueArray into hash table |
commit | commitdiff | tree | snapshot |
| 2008-11-09 |
Florian Brosch | - libvaladoc - yields-keyword - dynamic-keyword |
commit | commitdiff | tree | snapshot |
| 2008-11-09 |
Jürg Billeter | Ensure attributes of field, property, parameter, and... |
commit | commitdiff | tree | snapshot |
| 2008-11-09 |
Jürg Billeter | Support hash tables with struct values |
commit | commitdiff | tree | snapshot |
| 2008-11-09 |
Jürg Billeter | Ensure attributes of base types are processed before... |
commit | commitdiff | tree | snapshot |
| 2008-11-07 |
Florian Brosch | - --force |
commit | commitdiff | tree | snapshot |
| next |