~vcs-imports/vala/trunk

  • Committer: Rico Tzschichholz
  • Author(s): Corentin Noël
  • Date: 2021-05-03 07:11:56 UTC
  • Revision ID: git-v1:f904c7e269c7f7b0a6dcefa4f8f892b981a71917
vala: Add foreach statement support for GLib.GenericArray

It is now possible to use foreach with a GLib.GenericArray type
Filename Latest Rev Last Changed Committer Comment Size
..
.gitignore 8364 5 years ago Rico Tzschichholz vala: Add consts/methods to retrieve and check lib 27 bytes Diff Download File
Makefile.am 9937 3 years ago Rico Tzschichholz vala: Rename Loop to LoopStatement and introduce a 5.6 KB Diff Download File
valaaddressofexpression.vala 9836 3 years ago Rico Tzschichholz codewriter: Wrap AddressofExpression and PointerIn 3.1 KB Diff Download File
valaarraycopymethod.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.1 KB Diff Download File
valaarraycreationexpression.vala 10119 3 years ago Rico Tzschichholz vala: length-type of arrays must not be nullable ( 9.4 KB Diff Download File
valaarraylengthfield.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.1 KB Diff Download File
valaarraymovemethod.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.1 KB Diff Download File
valaarrayresizemethod.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.2 KB Diff Download File
valaarraytype.vala 10102 3 years ago Rico Tzschichholz vala: length-type of arrays must not be nullable 9.9 KB Diff Download File
valaassignment.vala 9991 3 years ago Rico Tzschichholz vala: Improve context check whether property is wr 18.8 KB Diff Download File
valaattribute.vala 9432 4 years ago Rico Tzschichholz vala: Remove some public API from expressions and 3.7 KB Diff Download File
valabaseaccess.vala 9809 3 years ago Rico Tzschichholz Revert errornous git push This reverts commit 931 3.5 KB Diff Download File
valabasicblock.vala 9082 4 years ago Rico Tzschichholz vala: Let methods return an unowned reference to i 2.6 KB Diff Download File
valabinaryexpression.vala 9987 3 years ago Rico Tzschichholz vala: Don't allow "in" operation with different en 21.9 KB Diff Download File
valablock.vala 9951 3 years ago Rico Tzschichholz vala: Add Block.unreachable_exit and have it set a 6.5 KB Diff Download File
valabooleanliteral.vala 9809 3 years ago Rico Tzschichholz Revert errornous git push This reverts commit 931 1.9 KB Diff Download File
valabooleantype.vala 9092 4 years ago Rico Tzschichholz vala: Unify backing symbol instance of data-types 1.2 KB Diff Download File
valabreakstatement.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.3 KB Diff Download File
valacallable.vala 9220 4 years ago Rico Tzschichholz vala: Make Callable derive from Symbol This is a 1.2 KB Diff Download File
valacallableexpression.vala 9904 3 years ago Rico Tzschichholz vala: Add CallableExpression interface for MethodC 1.3 KB Diff Download File
valacallabletype.vala 9888 3 years ago Rico Tzschichholz vala: Improve prototype-string of CallableType 3.9 KB Diff Download File
valacastexpression.vala 9945 3 years ago Rico Tzschichholz vala: Don't allow GLib.Value casting to nullable s 7.2 KB Diff Download File
valacatchclause.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 3.8 KB Diff Download File
valacharacterliteral.vala 10016 3 years ago Rico Tzschichholz Use pre-resolved symbol/type of SemanticAnalyzer i 2.3 KB Diff Download File
valaclass.vala 10026 3 years ago Rico Tzschichholz vala: Move type-argument/-parameter count check to 23.7 KB Diff Download File
valaclasstype.vala 9092 4 years ago Rico Tzschichholz vala: Unify backing symbol instance of data-types 1.4 KB Diff Download File
valacodecontext.vala 10092 3 years ago Rico Tzschichholz vala: Add Profile.LIBC as synonym for POSIX and ac 23.3 KB Diff Download File
valacodegenerator.vala 9684 3 years ago Rico Tzschichholz Force usage of temporary variables for "tainted" m 1.7 KB Diff Download File
valacodenode.vala 9432 4 years ago Rico Tzschichholz vala: Remove some public API from expressions and 11.7 KB Diff Download File
valacodevisitor.vala 9937 3 years ago Rico Tzschichholz vala: Rename Loop to LoopStatement and introduce a 13.9 KB Diff Download File
valacodewriter.vala 9974 3 years ago Rico Tzschichholz codewriter: Don't write trailing ";" after body of 39.5 KB Diff Download File
valacomment.vala 9432 4 years ago Rico Tzschichholz vala: Remove some public API from expressions and 1.3 KB Diff Download File
valaconditionalexpression.vala 10045 3 years ago Rico Tzschichholz vala: Improve error for incompatible expressions i 7.6 KB Diff Download File
valaconstant.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 5.4 KB Diff Download File
valaconstructor.vala 9803 3 years ago Rico Tzschichholz vala: Properly restore SemanticAnalyzer.current_sy 2.4 KB Diff Download File
valacontinuestatement.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.4 KB Diff Download File
valacreationmethod.vala 9915 3 years ago Rico Tzschichholz Add further support for params arrays in construct 7.9 KB Diff Download File
valadatatype.vala 10037 3 years ago Rico Tzschichholz vala: Replace all type parameter occurances in par 18.4 KB Diff Download File
valadeclarationstatement.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 3.2 KB Diff Download File
valadelegate.vala 9892 3 years ago Rico Tzschichholz vala: Apply stricter condition for lambda to deleg 8.8 KB Diff Download File
valadelegatedestroyfield.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.2 KB Diff Download File
valadelegatetargetfield.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.2 KB Diff Download File
valadelegatetype.vala 10026 3 years ago Rico Tzschichholz vala: Move type-argument/-parameter count check to 5.1 KB Diff Download File
valadeletestatement.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 2.3 KB Diff Download File
valadestructor.vala 10121 3 years ago Rico Tzschichholz vala: Report a warning for unhandled errors in des 2.4 KB Diff Download File
valadostatement.vala 9937 3 years ago Rico Tzschichholz vala: Rename Loop to LoopStatement and introduce a 3.5 KB Diff Download File
valadynamicmethod.vala 5735 12 years ago Luca Bruno Drop C specific methods from the code tree 1.3 KB Diff Download File
valadynamicproperty.vala 5735 12 years ago Luca Bruno Drop C specific methods from the code tree 1.2 KB Diff Download File
valadynamicsignal.vala 8423 5 years ago Rico Tzschichholz Move some errors from signal-module to the semanti 1.2 KB Diff Download File
valaelementaccess.vala 9809 3 years ago Rico Tzschichholz Revert errornous git push This reverts commit 931 8.2 KB Diff Download File
valaemptystatement.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.3 KB Diff Download File
valaenum.vala 9995 3 years ago Rico Tzschichholz vala: Set proper source_reference for implicit "th 4.5 KB Diff Download File
valaenumvalue.vala 9716 3 years ago Rico Tzschichholz Don't use locale dependent string functions on syn 2 KB Diff Download File
valaenumvaluetype.vala 10016 3 years ago Rico Tzschichholz Use pre-resolved symbol/type of SemanticAnalyzer i 2.2 KB Diff Download File
valaerrorcode.vala 9538 3 years ago Rico Tzschichholz vala: Improve source documentation 2.5 KB Diff Download File
valaerrordomain.vala 9995 3 years ago Rico Tzschichholz vala: Set proper source_reference for implicit "th 3.5 KB Diff Download File
valaerrortype.vala 10016 3 years ago Rico Tzschichholz Use pre-resolved symbol/type of SemanticAnalyzer i 3.1 KB Diff Download File
valaexpression.vala 9977 3 years ago Rico Tzschichholz vala: Simplify Expression.parent_statement 3.3 KB Diff Download File
valaexpressionstatement.vala 9449 4 years ago Rico Tzschichholz vala: Parse standalone integer/real literals as ex 2.9 KB Diff Download File
valafield.vala 9872 3 years ago Rico Tzschichholz vala: GtkChild fields/properties must be declared 7.9 KB Diff Download File
valafieldprototype.vala 9100 4 years ago Rico Tzschichholz vala: Unify backing symbol instance of data-types 1.3 KB Diff Download File
valafloatingtype.vala 9092 4 years ago Rico Tzschichholz vala: Unify backing symbol instance of data-types 1.2 KB Diff Download File
valaflowanalyzer.vala 9951 3 years ago Rico Tzschichholz vala: Add Block.unreachable_exit and have it set a 33.1 KB Diff Download File
valaforeachstatement.vala 10129 3 years ago Rico Tzschichholz vala: Add foreach statement support for GLib.Gener 15.6 KB Diff Download File
valaforstatement.vala 9937 3 years ago Rico Tzschichholz vala: Rename Loop to LoopStatement and introduce a 5.3 KB Diff Download File
valagenericdestroyfield.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.2 KB Diff Download File
valagenericdupfield.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.2 KB Diff Download File
valagenerictype.vala 9202 4 years ago Rico Tzschichholz vala: Add GenericType.dup/destroy fields This pro 2.9 KB Diff Download File
valagenieparser.vala 9979 3 years ago Rico Tzschichholz vala: Properly parse and handle chained initializa 101 KB Diff Download File
valageniescanner.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 45.2 KB Diff Download File
valagenietokentype.vala 8966 4 years ago Rico Tzschichholz genie: Make 'self' match its TokenType name 7.2 KB Diff Download File
valagircomment.vala 6052 12 years ago Jürg Billeter Add missing file 1.5 KB Diff Download File
valagirparser.vala 10060 3 years ago Rico Tzschichholz girparser: Don't guess length of xml header, itera 133 KB Diff Download File
valaifstatement.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 3.8 KB Diff Download File
valainitializerlist.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 8.7 KB Diff Download File
valaintegerliteral.vala 9432 4 years ago Rico Tzschichholz vala: Remove some public API from expressions and 2.9 KB Diff Download File
valaintegertype.vala 9092 4 years ago Rico Tzschichholz vala: Unify backing symbol instance of data-types 2.4 KB Diff Download File
valainterface.vala 9995 3 years ago Rico Tzschichholz vala: Set proper source_reference for implicit "th 9.1 KB Diff Download File
valainterfacetype.vala 9092 4 years ago Rico Tzschichholz vala: Unify backing symbol instance of data-types 1.5 KB Diff Download File
valainvalidexpression.vala 9539 3 years ago Rico Tzschichholz vala: Add InvalidExpression as replacement for err 1.1 KB Diff Download File
valainvalidtype.vala 1093 16 years ago Jürg Billeter Mark DataType as abstract base class 2008-03-05 1 KB Diff Download File
valalambdaexpression.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 8.2 KB Diff Download File
valaliteral.vala 2075 15 years ago Jürg Billeter Fix error handling in condition of while, do, and 1 KB Diff Download File
valalocalvariable.vala 10104 3 years ago Rico Tzschichholz Support explicit nullable var-type declarations 8 KB Diff Download File
valalockable.vala 9697 3 years ago Rico Tzschichholz Fix various typos in comments and strings See htt 1.1 KB Diff Download File
valalockstatement.vala 9538 3 years ago Rico Tzschichholz vala: Improve source documentation 4 KB Diff Download File
valaloop.vala 9937 3 years ago Rico Tzschichholz vala: Rename Loop to LoopStatement and introduce a 1.6 KB Diff Download File
valaloopstatement.vala 9973 3 years ago Rico Tzschichholz codewriter: Output valid vala syntax for LoopState 1.9 KB Diff Download File
valamarkupreader.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 8.2 KB Diff Download File
valamemberaccess.vala 10063 3 years ago Rico Tzschichholz vala: Mark tranformed static member-access as qual 40.9 KB Diff Download File
valamemberinitializer.vala 9979 3 years ago Rico Tzschichholz vala: Properly parse and handle chained initializa 4 KB Diff Download File
valamethod.vala 10016 3 years ago Rico Tzschichholz Use pre-resolved symbol/type of SemanticAnalyzer i 38.8 KB Diff Download File
valamethodcall.vala 9904 3 years ago Rico Tzschichholz vala: Add CallableExpression interface for MethodC 24.2 KB Diff Download File
valamethodtype.vala 9095 4 years ago Rico Tzschichholz vala: Micro optimizations 1.9 KB Diff Download File
valanamedargument.vala 9611 3 years ago Rico Tzschichholz vala: Remove some public API from expressions and 2.3 KB Diff Download File
valanamespace.vala 9995 3 years ago Rico Tzschichholz vala: Set proper source_reference for implicit "th 12 KB Diff Download File
valanullliteral.vala 8138 6 years ago Rico Tzschichholz Drop trailing spaces/tabs It was about time to do 1.7 KB Diff Download File
valanulltype.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 2 KB Diff Download File
valaobjectcreationexpression.vala 10026 3 years ago Rico Tzschichholz vala: Move type-argument/-parameter count check to 17.8 KB Diff Download File
valaobjecttype.vala 10026 3 years ago Rico Tzschichholz vala: Move type-argument/-parameter count check to 2.8 KB Diff Download File
valaobjecttypesymbol.vala 9995 3 years ago Rico Tzschichholz vala: Set proper source_reference for implicit "th 8.8 KB Diff Download File
valaparameter.vala 9809 3 years ago Rico Tzschichholz Revert errornous git push This reverts commit 931 7.3 KB Diff Download File
valaparser.vala 10104 3 years ago Rico Tzschichholz Support explicit nullable var-type declarations 107 KB Diff Download File
valaphifunction.vala 5639 12 years ago Luca Bruno Enable flow analysis for out parameters Fixes bug 1.2 KB Diff Download File
valapointerindirection.vala 9837 3 years ago Rico Tzschichholz vala: value_type of PointerIndirection expressions 3.4 KB Diff Download File
valapointertype.vala 9554 3 years ago Rico Tzschichholz vala: Reduce calls of CodeContext.get() 4.5 KB Diff Download File
valapostfixexpression.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 4.6 KB Diff Download File
valaprofile.vala 10092 3 years ago Rico Tzschichholz vala: Add Profile.LIBC as synonym for POSIX and ac 917 bytes Diff Download File
valaproperty.vala 10106 3 years ago Rico Tzschichholz vala: Properly check GLib.Object naming convention 16.5 KB Diff Download File
valapropertyaccessor.vala 9876 3 years ago Rico Tzschichholz vala: Let method representing property accessor in 8.2 KB Diff Download File
valapropertyprototype.vala 9100 4 years ago Rico Tzschichholz vala: Unify backing symbol instance of data-types 1.3 KB Diff Download File
valarealliteral.vala 9432 4 years ago Rico Tzschichholz vala: Remove some public API from expressions and 2.2 KB Diff Download File
valareferencetransferexpression.vala 9840 3 years ago Rico Tzschichholz vala: Ownership transfer of inline-allocated array 4.2 KB Diff Download File
valareferencetype.vala 9092 4 years ago Rico Tzschichholz vala: Unify backing symbol instance of data-types 1 KB Diff Download File
valaregexliteral.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 2.2 KB Diff Download File
valareport.vala 9776 3 years ago Rico Tzschichholz vala: Convert Report.*() to real printf-like funct 10.1 KB Diff Download File
valareturnstatement.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 5.1 KB Diff Download File
valascanner.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 40.6 KB Diff Download File
valascope.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 3.4 KB Diff Download File
valasemanticanalyzer.vala 10129 3 years ago Rico Tzschichholz vala: Add foreach statement support for GLib.Gener 42.3 KB Diff Download File
valasignal.vala 10037 3 years ago Rico Tzschichholz vala: Replace all type parameter occurances in par 7.9 KB Diff Download File
valasignaltype.vala 10016 3 years ago Rico Tzschichholz Use pre-resolved symbol/type of SemanticAnalyzer i 3.7 KB Diff Download File
valasizeofexpression.vala 9809 3 years ago Rico Tzschichholz Revert errornous git push This reverts commit 931 2.3 KB Diff Download File
valasliceexpression.vala 9838 3 years ago Rico Tzschichholz vala: SliceExpression need to return heap-allocate 5.2 KB Diff Download File
valasourcefile.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 8.7 KB Diff Download File
valasourcelocation.vala 9471 4 years ago Rico Tzschichholz vala: Add SourceLocation.to_string() 1.2 KB Diff Download File
valasourcereference.vala 9470 4 years ago Rico Tzschichholz vala: Add SourceReference.contains() 2.6 KB Diff Download File
valastatement.vala 581 16 years ago Jürg Billeter update license headers to the GNU Lesser General P 965 bytes Diff Download File
valastatementlist.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 2 KB Diff Download File
valastringliteral.vala 9095 4 years ago Rico Tzschichholz vala: Micro optimizations 2.6 KB Diff Download File
valastruct.vala 10093 3 years ago Rico Tzschichholz vala: Improve semantic check of simple type struct 14.5 KB Diff Download File
valastructvaluetype.vala 9095 4 years ago Rico Tzschichholz vala: Micro optimizations 2 KB Diff Download File
valasubroutine.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 1.5 KB Diff Download File
valaswitchlabel.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 3.4 KB Diff Download File
valaswitchsection.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 2.5 KB Diff Download File
valaswitchstatement.vala 9772 3 years ago Rico Tzschichholz vala: CodeNode.source_reference is optional, so le 4.3 KB Diff Download File
valasymbol.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 13.3 KB Diff Download File
valasymbolresolver.vala 9937 3 years ago Rico Tzschichholz vala: Rename Loop to LoopStatement and introduce a 18.8 KB Diff Download File
valatargetvalue.vala 9809 3 years ago Rico Tzschichholz Revert errornous git push This reverts commit 931 1 KB Diff Download File
valatemplate.vala 9082 4 years ago Rico Tzschichholz vala: Let methods return an unowned reference to i 2.6 KB Diff Download File
valathrowstatement.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 3.9 KB Diff Download File
valatokentype.vala 9540 3 years ago Rico Tzschichholz Add support for "with" statement Creates data typ 6.6 KB Diff Download File
valatraversevisitor.vala 9937 3 years ago Rico Tzschichholz vala: Rename Loop to LoopStatement and introduce a 10.1 KB Diff Download File
valatrystatement.vala 9432 4 years ago Rico Tzschichholz vala: Remove some public API from expressions and 4 KB Diff Download File
valatuple.vala 9082 4 years ago Rico Tzschichholz vala: Let methods return an unowned reference to i 2.3 KB Diff Download File
valatypecheck.vala 9809 3 years ago Rico Tzschichholz Revert errornous git push This reverts commit 931 3.5 KB Diff Download File
valatypeofexpression.vala 9809 3 years ago Rico Tzschichholz Revert errornous git push This reverts commit 931 2.6 KB Diff Download File
valatypeparameter.vala 10110 3 years ago Rico Tzschichholz Make TypeParameter a TypeSymbol to resolve functio 1.9 KB Diff Download File
valatypesymbol.vala 8834 5 years ago Rico Tzschichholz Mark defined constructors of abstract classes as p 1.9 KB Diff Download File
valaunaryexpression.vala 9996 3 years ago Rico Tzschichholz vala: Report error for invalid inner operand of un 8.2 KB Diff Download File
valaunlockstatement.vala 9538 3 years ago Rico Tzschichholz vala: Improve source documentation 2.8 KB Diff Download File
valaunresolvedsymbol.vala 10094 3 years ago Rico Tzschichholz vala: Refactor UnresolvedSymbol/Type constructors 1.8 KB Diff Download File
valaunresolvedtype.vala 10094 3 years ago Rico Tzschichholz vala: Refactor UnresolvedSymbol/Type constructors 2.8 KB Diff Download File
valausedattr.vala 10057 3 years ago Rico Tzschichholz vala: Check for unused attributes unconditionally 6.3 KB Diff Download File
valausingdirective.vala 8464 5 years ago Rico Tzschichholz vala: Let UsingDirective hold reference to Unresol 1.8 KB Diff Download File
valavaluetype.vala 10093 3 years ago Rico Tzschichholz vala: Improve semantic check of simple type struct 1.4 KB Diff Download File
valavariable.vala 8138 6 years ago Rico Tzschichholz Drop trailing spaces/tabs It was about time to do 1.6 KB Diff Download File
valavartype.vala 10104 3 years ago Rico Tzschichholz Support explicit nullable var-type declarations 1.2 KB Diff Download File
valaversion.vala.in 8364 5 years ago Rico Tzschichholz vala: Add consts/methods to retrieve and check lib 3.8 KB Diff Download File
valaversionattribute.vala 9778 3 years ago Rico Tzschichholz vala: Make use of new printf-like API of Report.*( 6.3 KB Diff Download File
valavoidtype.vala 9239 4 years ago Rico Tzschichholz vala: VoidType is actually compatible with itself 1.3 KB Diff Download File
valawhilestatement.vala 9937 3 years ago Rico Tzschichholz vala: Rename Loop to LoopStatement and introduce a 2.6 KB Diff Download File
valawithstatement.vala 9731 3 years ago Rico Tzschichholz vala: Prioritize the usage of an existing with-var 4 KB Diff Download File
valayieldstatement.vala 9538 3 years ago Rico Tzschichholz vala: Improve source documentation 1.6 KB Diff Download File