]> git.ipfire.org Git - thirdparty/vala.git/shortlog
thirdparty/vala.git
2019-03-11  Rico TzschichholzFix raw variants wip/transform
2019-03-11  Rico TzschichholzGDbus Improving
2019-03-11  Rico TzschichholzGDBus Improve property getter
2019-03-11  Rico TzschichholzAPI cleaning Code builder
2019-03-11  Rico TzschichholzFix array (de)serialization
2019-03-11  Rico TzschichholzMinor clean up in visit_method_call()
2019-03-11  Rico Tzschichholztests: "??" evaluates both of sides of expression when...
2019-03-11  Rico Tzschichholztests: Add test for do-while statement control-flow
2019-03-11  Rico TzschichholzGDBus: Handle fd_list being null
2019-03-11  Luca BrunoFix string templates
2019-03-11  Luca BrunoDo not load plugins from libdir. Issue a warning when...
2019-03-11  Luca BrunoLoad plugins with GModule
2019-03-11  Luca BrunoMake CodeTransformer pluggable
2019-03-11  Luca BrunoUse more statements()
2019-03-11  Luca BrunoRename CodeBuilder.replaced to data
2019-03-11  Luca BrunoUse %? in the parser rather than stringifying expressions
2019-03-11  Luca BrunoVisit more expressions in the transformer
2019-03-11  Luca BrunoAccept method call children
2019-03-11  Luca BrunoUse statements() parsing
2019-03-11  Luca BrunoFactorize some common code with convenient api. Fix...
2019-03-11  Luca BrunoSet the scope of the codebuilder block for symbol resol...
2019-03-11  Luca BrunoMove postfix transformation from the codegen to the...
2019-03-11  Luca BrunoUse _ctmp%d_ for compiler variables since they are...
2019-03-11  Luca BrunoMove Template transformation to the code transformer
2019-03-11  Luca BrunoUse return_temp_access in coalescing expression
2019-03-11  Luca BrunoUse return_temp_access in conditional expression
2019-03-11  Luca BrunoReturn (owned) for temp variables when possible to...
2019-03-11  Luca BrunoCleanup generated empty blocks
2019-03-11  Luca BrunoVisit all nodes for transformation, not only the source...
2019-03-11  Luca BrunoFix coalescing operator
2019-03-11  Luca BrunoAllow symbol_from_string to return null
2019-03-11  Luca BrunoMake gdbus work, temp commit
2019-03-11  Luca BrunoUse qualified names in transformed expressions
2019-03-11  Luca BrunoCopy types in transformer
2019-03-11  Luca BrunoFix passing BusName and manage unhandled GErrors
2019-03-11  Luca Brunocodegen: Fix making local variables and constants active
2019-03-11  Luca Brunodbus: Copy type when declaring temporary variables
2019-03-11  Luca Brunotransformer: Clear wrapper cache for every file
2019-03-11  Luca Brunocodegen: Fix capture of compiler-generated internal...
2019-03-11  Rico TzschichholzFix deserialiation of hash tables
2019-03-11  Rico TzschichholzReport error for unsupported GVariant (de)serialization
2019-03-11  Rico TzschichholzFix some code-style issues
2019-03-11  Rico TzschichholzAccess SemanticAnalyzer.get_data_type_for_symbol in...
2019-03-11  Luca Brunodbus: Require gio-2.0
2019-03-11  Luca BrunoFix unary expression and active locals
2019-03-11  Luca BrunoFix for statement and foreach on GList
2019-03-11  Luca BrunoDo not handle binary expressions without parent statement
2019-03-11  Luca BrunoAllow floating temp variables with CodeBuilder
2019-03-11  Luca BrunoUse builder for the while statements
2019-03-11  Luca BrunoDOM-like linked list of statements
2019-03-11  Luca BrunoDrop GVariant stuff from CCodeBaseModule
2019-03-11  Luca BrunoMove ObjectCreationExpression transformation to the...
2019-03-11  Luca BrunoMove BinaryExpression transformation to the code transf...
2019-03-11  Luca BrunoSplit CodeTransformer into CCodeTransformer
2019-03-11  Luca BrunoMove ForeachStatement transformation into the code...
2019-03-11  Luca BrunoPreserve the cast when unboxing gvariant
2019-03-11  Luca BrunoFix nested Variant (de)serialization
2019-03-11  Luca BrunoDrop build_context from CodeBuilder
2019-03-11  Luca BrunoDrop unnecessary code
2019-03-11  Luca BrunoGDBus server transformer
2019-03-11  Luca BrunoGDBus client transformer
2019-03-11  Luca BrunoComplete the gvariant transformer
2019-03-11  Luca BrunoUse wrapper methods for deserializing gvariants
2019-03-11  Luca BrunoDrop serialize_expression
2019-03-11  Luca BrunoMove gvariant helper methods down to CodeTransformer
2019-03-11  Luca BrunoSimplify some code
2019-03-11  Luca BrunoLet the transformer handle recursive transformations
2019-03-11  Luca BrunoResolve symbols during transformation
2019-03-11  Luca BrunoUse wrapper method for serializing hash table and structs
2019-03-11  Luca BrunoCache wrapper methods
2019-03-11  Luca BrunoWrapper methods
2019-03-11  Luca BrunoDeserialize hash tables
2019-03-11  Luca BrunoDeserialize structs
2019-03-11  Luca BrunoDeserialize arrays
2019-03-11  Luca BrunoBasic gvariant deserialization
2019-03-11  Luca BrunoSerialize hash table
2019-03-11  Luca BrunoSerialize structs
2019-03-11  Luca BrunoGVariant transformer
2019-03-11  Luca BrunoCode builder
2019-03-11  Luca BrunoAllow to parse expressions/statements from string
2019-03-11  Luca BrunoSeveral transformer fixes
2019-03-11  Luca BrunoMove ConditionalExpression transformation into the...
2019-03-11  Luca BrunoMove ForStatement transformation into the code transformer
2019-03-11  Luca BrunoMove DoStatement transformation into the code transformer
2019-03-11  Luca BrunoMove WhileStatement transformation into the code transf...
2019-03-11  Luca BrunoCode transformer
2019-03-11  Luca BrunoFix result var for pre/post conditions
2019-03-11  Luca BrunoMake the semantic analyzer be stateless
2019-03-10  Rico Tzschichholzvala: Allow assignment of 0U to enum types 270361907182a4c8b4b291fd1a505d47dd8bcaae
2019-03-10  Rico Tzschichholzccodegen: Use unsigned default value for flags-enum
2019-03-10  Rico Tzschichholztests: Add "method ccode return-type" test to increase...
2019-03-10  Rico Tzschichholztests: Extend "struct with delegate" test to increase...
2019-03-10  Rico Tzschichholzgsignal: Move disconnect error from signal-module to...
2019-03-10  Rico Tzschichholzgsignal: Use guint to represent flags-enum in custom...
2019-03-10  Rico Tzschichholztests: Extend "detailed signal" test to increase coverage
2019-03-10  Rico Tzschichholzgsignal: get_detail_cexpression/get_signal_name_cexpres...
2019-03-09  Rico TzschichholzRelease 0.44.0 5c24e43c809acc06b49341834a58e45f90e60313 0.44.0
2019-03-08  Rico Tzschichholzparser: Don't include member-initializer in src-ref... 1fc7ec4333440427fa1dc1f15cd664f03a0faac8 53/head
2019-03-08  Rico Tzschichholzparser: Don't include initializer in src-ref of array... d792297833eb791050fcf8ee6d99608db5555281
2019-03-08  Rico Tzschichholzparser: Extend source_reference of initializer-list... 96b33d62ded1e1a052d51d40e31d78d7738fbbed
next