summaryrefslogtreecommitdiff
path: root/vala/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* vala: Add GenericSymbol interface for symbols supporting type-parametersRico Tzschichholz2023-04-111-0/+1
* vala: Rename Loop to LoopStatement and introduce a common base classRico Tzschichholz2021-02-011-0/+1
* vala: Add CallableExpression interface for MethodCall/ObjectCreationExpressionRico Tzschichholz2021-01-261-0/+1
* build: Stop passing obsolete --use-headerRico Tzschichholz2020-09-271-1/+0
* Add TraverseVisitor for traversing the tree with a callbackRico Tzschichholz2020-08-131-0/+1
* Add support for "with" statementNick Schrader2020-06-021-0/+1
* vala: Add InvalidExpression as replacement for erroneous nodes insteadRico Tzschichholz2020-06-021-0/+1
* vala: Support "unowned var" to declare local variablesRico Tzschichholz2019-11-051-0/+1
* vala: Add GenericType.dup/destroy fieldsRico Tzschichholz2019-11-041-0/+2
* vala: Add DelegateType.target/destroy fields to access its user-dataRico Tzschichholz2019-10-031-0/+2
* build: Pass some useful G_LOG_DOMAIN definitionsRico Tzschichholz2019-04-241-0/+1
* vala: Report invalid instance member access to propertyRico Tzschichholz2018-12-311-0/+1
* vala: Add consts/methods to retrieve and check library versionRico Tzschichholz2018-08-091-2/+11
* vala: Add CallableType as base for DelegateType, MethodType, SignalTypeRico Tzschichholz2017-09-021-0/+1
* build: Generate libvala-0.XX.vapi in valaRico Tzschichholz2017-06-271-0/+6
* build: Make sure to dist all generated headersRico Tzschichholz2017-04-261-1/+1
* build: Use --use-header for librariesRico Tzschichholz2017-04-251-0/+1
* build: Make ccode and codegen private APIRico Tzschichholz2017-04-141-9/+13
* Add explicit copy method for arraysLuca Bruno2016-10-201-0/+1
* vala: Add common Callable interface for Method, Delegate and Signal.Luca Bruno2016-10-111-0/+1
* Introduce [Version (...)]Florian Brosch2016-01-301-0/+1
* Warn about unused attributesLuca Bruno2014-12-031-0/+1
* Add colored outputFlorian Brosch2014-09-231-1/+3
* build: Avoid using ".." for referencing paths and reorganize valac-callsRico Tzschichholz2014-08-241-6/+13
* build: Fix missing backslashes in listsStef Walter2014-03-021-1/+1
* Drop Dova profileJürg Billeter2012-08-061-3/+0
* girparser: Add support for commentsFlorian Brosch2012-01-261-0/+1
* build: Drop ccode dependency from libvalacoreLuca Bruno2011-08-041-3/+1
* Add Subroutine classJürg Billeter2010-10-291-0/+1
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-1/+1
* Add TargetValue classJürg Billeter2010-10-091-0/+1
* Add version suffix to installed files to allow parallel installationJürg Billeter2010-08-051-1/+1
* Add Variable classJürg Billeter2010-07-271-0/+1
* Remove Member classJürg Billeter2010-07-271-1/+0
* build: Use $(srcdir) instead of relative pathsDarren Warner2010-06-041-1/+1
* Add experimental support for regular expression literalsJukka-Pekka Iivonen2010-03-251-0/+1
* Fix lock statementJiří Zárevúcky2010-03-241-0/+1
* build: Enable silent rules by defaultMarc-André Lureau2010-03-211-2/+5
* dova: Accept list, set, and map literals and tuplesJürg Billeter2010-03-131-0/+3
* build: Use git-version-genJürg Billeter2010-03-131-1/+0
* Initial support for array slicesJürg Billeter2009-12-191-0/+1
* Support named arguments with ellipsis parametersJürg Billeter2009-10-211-0/+1
* Allow use of .gir directly from valacRyan Lortie2009-10-181-0/+2
* Use strict non-null types with --enable-experimental-non-nullJürg Billeter2009-10-181-1/+0
* Add support for string templatesJürg Billeter2009-10-101-0/+1
* Add support for coverage analysis using gcov and lcovJürg Billeter2009-09-261-1/+3
* Comment handling improvementsFlorian Brosch2009-09-041-0/+1
* Replace Vala.InstanceCast class by methodJürg Billeter2009-08-151-1/+0
* Add VALAFLAGSJaap A. Haitsma2009-07-081-1/+1
* Convert while loops into simple loopsJürg Billeter2009-06-061-0/+1