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