]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2010-03-24  Jiří ZárevúckyFix lock statement
2010-03-23  Jürg BilleterFix temporary variable handling for class field initial...
2010-03-23  Jürg BilleterUse BOXED marshaller for compact classes with type id
2010-03-23  Tomaž Vajngerllibxml-2.0: add support for TextWriter
2010-03-23  Evan NemersonAdd libgda-report-4.0 bindings, based on patch by Shawn...
2010-03-23  Shawn Ferrislibgda-4.0: add ellipsis to gda_data_model_array_new_wi...
2010-03-23  Evan Nemersonlibgda-4.0: update to 4.0.8, regenerate
2010-03-23  Evan Nemersongdk-2.0: GdkEvent* structs do not have a type id
2010-03-23  Evan Nemersongudev-1.0: make GUdev.DeviceNumber inherit from Posix...
2010-03-23  Evan Nemersonlibxml-2.0: remove superfluous (and deprecated) static...
2010-03-23  Jürg BilleterFix assertion failure on large rollback in parser
2010-03-22  Jürg Billetergdk-2.0: Fix gdk_property_get binding
2010-03-22  Jürg BilleterFix automatic property access in structs
2010-03-22  Jürg BilleterFix crash on invalid field initializer
2010-03-22  Jürg BilleterFix public array fields with initializers
2010-03-22  Jürg BilleterFix private fixed-length array fields
2010-03-22  Jürg BilleterReport error when using instance method as argument...
2010-03-22  Jürg BilleterGenerate dummy return statement to avoid C warning
2010-03-22  Jürg BilleterDo not generate C code for unreachable Vala code
2010-03-22  Jürg BilleterAvoid conflicts for internal array size variables
2010-03-22  Jürg BilleterImprove error message on duplicate definition
2010-03-22  Jürg BilleterFix code generation for large integer literals
2010-03-22  Jürg BilleterFix error message on duplicate definition in root namespace
2010-03-22  Jürg BilleterSimplify for statements whose condition is false
2010-03-22  Jürg BilleterFix declaration of free function for compact classes
2010-03-22  Jürg BilleterFix instance access check for static lambda expressions
2010-03-22  Jürg BilleterReport error when using instance member as initializer...
2010-03-22  Jürg BilleterVisit all expressions in flow analyzer
2010-03-22  Tomaž Vajngerllibxml-2.0: Add XmlIO callbacks
2010-03-22  Jürg BilleterSimplify while statements whose condition is false
2010-03-22  Jim NelsonAdd gudev-1.0 bindings.
2010-03-22  Jürg BilleterSet error field when detecting duplicate switch label
2010-03-22  Michal HrubyFix compatibility with GLib 2.16 for D-Bus and GAsync...
2010-03-22  Adam FolmertCapture array size variable in closures as well
2010-03-22  Adam FolmertFix protected member access in interfaces
2010-03-22  Sebastian DrögeUse g_type_class_add_private() when targeting GLib...
2010-03-21  Adam FolmertFix postconditions for methods returning structs
2010-03-21  Luca BrunoSeparate async state switch from the code using goto...
2010-03-21  Marc-André... Use TypeRegisterFunction for enum/flags
2010-03-21  Luca BrunoReport error on duplicate switch label
2010-03-21  Jürg BilleterFix code generated for interface implementations with...
2010-03-21  Jürg BilleterFix struct initialization in async methods
2010-03-21  Luca BrunoRename _main to _vala_main to avoid conflicts
2010-03-21  Jürg BilleterAdd experimental support for chained relational expressions
2010-03-21  Jürg BilleterD-Bus: Add simple signal test
2010-03-21  Jürg BilleterFix implicit GValue conversion from owned values
2010-03-21  Jürg BilleterFix crash when unable to infer generic type arguments
2010-03-21  Jürg BilleterFix crash with owned property getters and interfaces
2010-03-21  Jürg BilleterFix memory leak with owned property getters and g_objec...
2010-03-21  Jürg BilleterFix struct initialization when temporary variables...
2010-03-21  Jürg BilleterGAsync: Fix async methods with struct parameters
2010-03-21  Michal HrubyD-Bus: Fix methods returning GLib.Value in dynamic...
2010-03-21  Jürg BilleterFix closures in property accessors
2010-03-21  Jürg BilleterFix member access for derived generic types
2010-03-21  Jürg BilleterFix variable shadowing check with implicit result varia...
2010-03-21  Jürg BilleterDo not warn when internal member is unused with --inter...
2010-03-21  Jürg Billetergtk+-2.0: Fix GtkRadioToolButton:group binding
2010-03-21  Jürg Billetervapigen: Report error when omitting --library option
2010-03-21  Jürg BilleterDo not allow access to members using generic types...
2010-03-21  Jürg BilleterReport error when number of type arguments does not...
2010-03-21  Jürg BilleterFix fixed-length array fields
2010-03-21  Jürg BilleterFix printf format in GIRWriter
2010-03-21  Jürg BilleterAvoid generating unused temporary variables with out...
2010-03-21  Jürg BilleterAvoic C warnings for some possibly unused functions
2010-03-21  Jürg BilleterUse exact pointer type in CodeContext.push to fix C...
2010-03-21  Jürg BilleterUse default in switch to fix C warning
2010-03-21  julienlibxml-2.0: add several missing free_functions
2010-03-21  Evan Nemersonlibsoup-2.4: fix arguments to several methods which...
2010-03-21  Evan NemersonDo not use `weak' modifier in *-custom.vala where it...
2010-03-21  Marc-André... build: Enable silent rules by default
2010-03-21  Jürg Billetervalac: Add --enable-version-header option
2010-03-21  Frederik Zippsdl, tiff: Do not use `weak' modifier where it is not...
2010-03-20  Jürg Billetergtk+-2.0: Hide gtk_tree_iter_{copy,free} bindings
2010-03-20  Jürg BilleterCheck rank when checking array type compatibility
2010-03-20  Jürg BilleterReport error when using `construct' with incompatible...
2010-03-20  Jürg BilleterUse generics for g_object_*_{,q}data bindings
2010-03-20  Jürg BilleterFix memory management with inferred generic type arguments
2010-03-20  Jürg BilleterAvoid GPOINTER_TO_* macros with va_arg
2010-03-20  Jürg BilleterAdd va_list support
2010-03-20  Jürg BilleterAvoid temporary variable on struct initialization
2010-03-20  Jürg BilleterFix constructor chain up within the same class
2010-03-20  Jürg BilleterInfer type arguments when calling generic methods
2010-03-20  Jürg BilleterFix double free with owned named arguments
2010-03-20  Jürg BilleterReport error on invalid array creation expressions...
2010-03-20  Jürg Billeterlibusb: Do not use `weak' modifier where it is not...
2010-03-20  Jürg Billetersqlite3: Do not use `weak' modifier where it is not...
2010-03-20  Jürg Billetergmodule-2.0: Do not use `weak' modifier where it is...
2010-03-20  Jürg Billetergstreamer-0.10: Do not hide GstBuffer.size to retain...
2010-03-20  Jürg BilleterSupport explicit constructors for boolean, integer...
2010-03-20  Jürg BilleterImprove error reporting for local variable initializers
2010-03-20  Jürg BilleterDo not support constructors for boolean, integer, and...
2010-03-20  Jürg BilleterDo not warn on assignment to same variable of different...
2010-03-20  Jürg BilleterFix constructor chain up to generic compact classes
2010-03-20  Jürg Billetergobject-2.0: Remove Object.finalize binding
2010-03-20  Jürg BilleterDo not allow access to instance members of outer classes
2010-03-20  Luca BrunoGType: Do not allow 'type' properties
2010-03-20  Jens GeorgAdd Signal attribute for signal declarations
2010-03-20  Luca BrunoSupport .connect() and .connect_after() for dynamic...
2010-03-20  Jonathan ConderFix disconnecting from detailed signal
2010-03-20  Frederik ZippD-Bus: Fix C warning with array return values in dynami...
next