[vala] (72 commits) Non-fast-forward update to branch wip/transform



The branch 'wip/transform' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:

 http://live.gnome.org/Git/Help/NonFastForward

Commits removed from the branch:

  92dfde0... Analyze nodes after they are inserted into the tree
  62a5e63... Make the semantic analyzer be stateless
  8608dfb... Collect error_types on demand to allow transformations
  b96aa51... Code transformer
  efd0749... Move WhileStatement transformation into the code transforme
  3af4994... Move DoStatement transformation into the code transformer
  088d7f3... Move ForStatement transformation into the code transformer
  8de403c... Move ConditionalExpression transformation into the code tra
  e080e75... GVariant transformer
  6922c86... Add ConditionalExpression.replace_expression plus other fix
  62817a9... Add missing replace_expression to code nodes
  19fc2bc... Code builder
  4b27046... Parse expressions from string
  1d75467... Serialize structs
  9389eca... Serialize hash table
  04bfb29... Basic gvariant deserialization
  c496b9a... Deserialize arrays
  bb87b09... Deserialize structs
  a1ee3fa... Deserialize hash tables
  e4ada73... Wrapper methods
  c83bb33... Cache wrapper methods
  ba65aec... Use wrapper method for serializing hash table and structs
  7b18efd... Resolve symbols during transformation
  0af7969... Add more to_string() methods to expressions
  be4bc74... Let the transformer handle recursive transformations
  609d635... Simplify some code
  cdcc885... Move gvariant helper methods down to CodeTransformer
  3e3deb2... Drop serialize_expression
  af19f76... Use wrapper methods for deserializing gvariants
  07adf7e... Complete the gvariant transformer
  95649df... GDBus client transformer
  d2d51ae... GDBus server transformer
  21c502b... Drop unnecessary code
  8408b20... Drop build_context from CodeBuilder
  c5c2ac8... Fix nested Variant (de)serialization
  0080447... Move ForeachStatement transformation into the code transfor
  a93fa65... Split CodeTrasformer into CCodeTransformer
  8392646... Move BinaryExpression transformation to the code transforme
  caf3a2d... Move ObjectCreationExpression transformation to the code tr
  063c596... Drop GVariant stuff from CCodeBaseModule
  7e7b32a... Preserve the cast when unboxing gvariant
  d144e0e... DOM-like linked list of statements
  1624539... Don't navigate the resolver tree if a node has been checked
  b5e07c3... Use builder for the while statements
  5f7dddf... Allow floating temp variables with CodeBuilder
  554d274... Do not handle binary expressions without parent statement
  2453864... Fix for statement and foreach on GList
  8aa4121... Fix unary expression and active locals
  2d5f9ff... dbus: Require gio-2.0
  23cdf4b... Fix build after rebase
  bc2a1c3... Access SemanticAnalyzer.get_data_type_for_symbol in a stati

Commits added to the branch:

  c111734... bindings: update GIR-based bindings. (*)
  2c22b05... gtk+-3.0: Fix gtk_application_inhibit binding (*)
  39cd4e4... Bump version suffix (*)
  5c880f9... libxml-2.0: add has_type_id = false to all enums (*)
  9e947cb... gstreamer-1.0: update to 1.0.1 (*)
  be7d404... glib-2.0: generic-related improvements to Tree (*)
  49c3f67... gstreamer-0.10: add GIR namespace and version info (*)
  c3bc95e... vapigen: support GIRDIRS variable in Makefile.vapigen (*)
  06717f5... glib-2.0: add missing parameters to Test.rand_double_range (*)
  6dcc759... glib-2.0: add generic type arguments to PtrArray sort callb (*)
  5ff78a0... glib-2.0: mark envp parameters in GLib.Environ methods as n (*)
  9b79c5d... glib-2.0: use g_async_queue_new_full instead of g_async_que (*)
  ccc4137... gtk+-2.0, gtk+-3.0: the parameter passed to Gtk.init can be (*)
  2b7b00c... gtk+-2.0, gtk+-3.0: fix FileChooserButton.with_dialog argum (*)
  d087035... codegen: Do not call g_thread_init when targeting GLib >= 2 (*)
  f1fbafd... codegen: Do not call g_type_init when targeting GLib >= 2.3 (*)
  2724064... gtk+-3.0: mark Gtk.FontChooserDialog construtor arguments a (*)
  ceefedb... GDBus: Initialize array length variable in property get wra (*)
  72da4d1... gkt+-2.0, gtk+-3.0: fix Gtk.HSV.get_* arguments (*)
  aef2d1d... codegen: Fix fields initialized by functions returning an a (*)
  050063f... gtk+-2.0, gtk+-3.0: improvements for Gtk.ScaleButton constr (*)
  e565854... Analyze nodes after they are inserted into the tree
  bd89fac... Make the semantic analyzer be stateless
  6ac8a37... Collect error_types on demand to allow transformations
  efa7eb4... Code transformer
  a2172f3... Move WhileStatement transformation into the code transforme
  4c3a44a... Move DoStatement transformation into the code transformer
  36f9835... Move ForStatement transformation into the code transformer
  bdb5a5b... Move ConditionalExpression transformation into the code tra
  70539f5... GVariant transformer
  f07a81b... Add ConditionalExpression.replace_expression plus other fix
  b81fd77... Add missing replace_expression to code nodes
  9002b1a... Code builder
  a0ce5f6... Parse expressions from string
  24e29fb... Serialize structs
  ba57771... Serialize hash table
  d4cca51... Basic gvariant deserialization
  942bd1b... Deserialize arrays
  e84d426... Deserialize structs
  a27320f... Deserialize hash tables
  91728d6... Wrapper methods
  33b0705... Cache wrapper methods
  80ec14c... Use wrapper method for serializing hash table and structs
  5e135a7... Resolve symbols during transformation
  747de5f... Add more to_string() methods to expressions
  bea0cc7... Let the transformer handle recursive transformations
  1edb4e5... Simplify some code
  8e2a0c3... Move gvariant helper methods down to CodeTransformer
  cb6e4a6... Drop serialize_expression
  807251e... Use wrapper methods for deserializing gvariants
  1c207f4... Complete the gvariant transformer
  b85c877... GDBus client transformer
  21a462d... GDBus server transformer
  533bd80... Drop unnecessary code
  90e0fa0... Drop build_context from CodeBuilder
  65cd146... Fix nested Variant (de)serialization
  1187262... Move ForeachStatement transformation into the code transfor
  d07d897... Split CodeTrasformer into CCodeTransformer
  f88251e... Move BinaryExpression transformation to the code transforme
  bfe5a22... Move ObjectCreationExpression transformation to the code tr
  7e1d4de... Drop GVariant stuff from CCodeBaseModule
  9ba345e... Preserve the cast when unboxing gvariant
  4eec41a... DOM-like linked list of statements
  68bd190... Don't navigate the resolver tree if a node has been checked
  fc6ae6d... Use builder for the while statements
  02747b2... Allow floating temp variables with CodeBuilder
  6879126... Do not handle binary expressions without parent statement
  d82a6e7... Fix for statement and foreach on GList
  267223d... Fix unary expression and active locals
  c280fc0... dbus: Require gio-2.0
  31c1ec5... Fix build after rebase
  a62a801... Access SemanticAnalyzer.get_data_type_for_symbol in a stati

(*) This commit already existed in another branch; no separate mail sent



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]