]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2008-11-30  Jürg BilleterFix error handling in condition of while, do, and for...
2008-11-30  Jürg BilleterSeparate visiting expressions from visiting expression...
2008-11-30  Jürg BilleterSeparate visiting operands from visiting binary expression
2008-11-30  Jürg BilleterSeparate visiting declaration from visiting declaration...
2008-11-30  Jürg BilleterMore parenthesis improvements
2008-11-30  Jürg BilleterFix generated parentheses
2008-11-29  Jürg BilleterCheck type of error expression in throw statements
2008-11-29  Jürg BilleterFix array length variable name for internal variables...
2008-11-29  Jürg BilleterFix critical when using error codes
2008-11-29  Jürg BilleterUse G_TYPE_POINTER for pointers and G_TYPE_INVALID...
2008-11-29  Jürg BilleterFix error handling in inner expressions, fixes bug...
2008-11-29  Jürg BilleterConvert binary conditional expressions into if statements
2008-11-29  Jürg BilleterDetect unreachable code in if and while statements
2008-11-29  Jürg BilleterConvert ternary conditionals into if statements, fixes...
2008-11-28  Étienne BersacFix g_flags_get_first_value binding
2008-11-28  Jürg BilleterFix generated code in struct destroy function for array...
2008-11-28  Jürg BilleterSupport ssize_t and size_t
2008-11-28  Jürg BilleterSupport construct properties
2008-11-28  Jürg BilleterSupport nullable parameters
2008-11-28  Jürg BilleterSupport interface prerequisites
2008-11-28  Jürg BilleterSupport functions in classes
2008-11-28  Jürg BilleterFix copying and destroying GValue values
2008-11-28  Jürg BilleterAdd g_unsetenv binding, patch by Jorn Baayen, fixes...
2008-11-28  Jürg BilleterRemove unused fields
2008-11-28  Jürg BilleterDon't require libgee for `in' operations
2008-11-28  Jürg BilleterAdd string.contains method
2008-11-28  Jürg BilleterAnalyze errors in return expressions
2008-11-28  Jürg BilleterDon't require libgee for foreach statements
2008-11-28  Jürg BilleterFix method checking with generic base types, fixes... d9d324c1a9a2fba9d91b23cdc80e7e1e51da620b
2008-11-28  Jürg BilleterImprove handling of generic values, fixes bug 562460
2008-11-28  Jürg BilleterImprove get_actual_type signature
2008-11-28  Jürg BilleterRename TypeParameterType to GenericType
2008-11-27  Thijs Vermeirgst_element_found_tags takes ownership on TagList regen...
2008-11-26  Jürg BilleterInclude dbus.h, required for static D-Bus client support
2008-11-24  Jürg BilleterAdd string.replace method, patch by Ali Sabil
2008-11-24  Jürg BilleterAdd g_array_index binding and fix g_array_free calls...
2008-11-22  Jürg BilleterPrepare support for more complex test cases
2008-11-22  Jürg BilleterWhitespace fixes
2008-11-22  Jürg BilleterSupport async method calls in static D-Bus clients
2008-11-21  Jürg BilleterFix return type of finish vfunc
2008-11-21  Jürg BilleterVarious coroutine code generation improvements
2008-11-21  Jürg BilleterSmall refactoring
2008-11-21  Jürg BilleterSupport serialization and deserialization of GHashTable...
2008-11-21  Jürg BilleterSupport serialization and deserialization of GValue...
2008-11-21  Jürg BilleterSupport serialization and deserialization of structs...
2008-11-21  Jürg BilleterSupport serialization and deserialization of arrays...
2008-11-21  Jürg BilleterAdd partial static D-Bus client support without dbus...
2008-11-21  Jürg BilleterAdd g_quark_try_string binding, patch by Rob Taylor
2008-11-21  Étienne BersacAdd binding for G_MODULE_SUFFIX, fixes bug 561120
2008-11-21  Étienne BersacAdd G_SEARCHPATH_SEPARATOR binding, fixes bug 561117
2008-11-21  Jürg BilleterFix gdk_region_polygon and gdk_region_rectangle binding...
2008-11-21  Jürg BilleterFix DBusError binding, patch by Sebastian Pölsterl...
2008-11-21  Jürg BilleterFix g_hscale_new and g_vscale_new bindings, based on...
2008-11-21  Étienne BersacAdd g_strjoin binding, fixes bug 561124
2008-11-20  Jürg BilleterCheck types in property assignments, fixes bug 550088
2008-11-20  Florian Brosch- cleanups - ui-bugfix
2008-11-20  Jürg BilleterFix generic catch clauses
2008-11-20  Jürg BilleterFix base access to virtual signal handlers with return...
2008-11-20  Jürg BilleterRename InvocationExpression to MethodCall
2008-11-20  Jürg BilleterFix struct initialization
2008-11-19  Jürg BilleterFix GstColorBalance binding, patch by Víctor Manuel...
2008-11-19  Jürg BilleterMark encoding parameters as nullable, patch by Víctor...
2008-11-19  Jürg BilleterCorrect source file dependencies for catch clauses...
2008-11-19  Jürg BilleterInclude C header files for types used in typeof express...
2008-11-19  Jürg BilleterRemove extra g_type_create_instance in constructors
2008-11-19  Sebastian DrögeAdd support for class field initializers for classes...
2008-11-18  Thijs VermeirTransfer ownership on gtk_container_get_children regene...
2008-11-18  Thijs VermeirTransfer ownership on gst_tag_list_merge regenerated
2008-11-17  Jürg BilleterAllow any integer compatible value to be used as array...
2008-11-17  Jürg BilleterFix control flow graph for try statements with finally...
2008-11-17  Jürg BilleterFix checking of dynamic methods and signals
2008-11-17  Jürg BilleterCorrect source file dependencies for private fields...
2008-11-17  Jürg BilleterEnsure that members are checked when accessing them...
2008-11-17  Jürg BilleterFix g_queue_*_nth bindings, patch by John Carr
2008-11-16  Florian BroschBugfixes: - property types
2008-11-14  Jürg BilleterSet target_type for member initializers
2008-11-14  Jürg BilleterFix gst_bin_add_many binding
2008-11-14  Jürg BilleterSupport parameter arrays, fixes bug 538897
2008-11-14  Jürg BilleterAvoid C compiler warnings with switch statements
2008-11-14  Jürg BilleterFix non-struct output arguments in dynamic D-Bus method...
2008-11-14  Jürg BilleterReport use of possibly uninitialized variables, fixes...
2008-11-14  Jürg BilleterDo not use possibly uninitialized variables
2008-11-14  Jürg BilleterReport unused fields, methods, and local variables
2008-11-14  Jürg BilleterRearrange test cases
2008-11-14  Jürg BilleterRearrange test cases
2008-11-13  Jürg BilleterAdd --disable-dbus-transformation command-line option...
2008-11-13  Jürg BilleterFix retrieving D-Bus structs with owned strings
2008-11-13  Jürg BilleterFix copy of constant arrays
2008-11-11  Florian Brosch- trivial cleanups
2008-11-10  Jürg BilleterRemove unnecessary accept calls in semantic analyzer
2008-11-10  Jürg BilleterMove expression checking to code nodes
2008-11-10  Florian Brosch- @inheritDoc: - structs - classes - properties
2008-11-10  Florian Brosch- context checks
2008-11-09  Jürg BilleterWork around missing enum support in dbus-glib
2008-11-09  Jürg BilleterReally insert GValueArray into hash table
2008-11-09  Florian Brosch- libvaladoc - yields-keyword - dynamic-keyword
2008-11-09  Jürg BilleterEnsure attributes of field, property, parameter, and...
2008-11-09  Jürg BilleterSupport hash tables with struct values
2008-11-09  Jürg BilleterEnsure attributes of base types are processed before...
2008-11-07  Florian Brosch- --force
next