summaryrefslogtreecommitdiff
path: root/vala/valascope.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-3/+3
* Add further support for params arraysRico Tzschichholz2020-01-151-0/+4
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-1/+1
* Improve error message on duplicate definitionJürg Billeter2010-03-221-0/+1
* Fix error message on duplicate definition in root namespaceJürg Billeter2010-03-221-2/+6
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-1/+1
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-2/+1
* Add Scope.get_symbol_table method, patch by Abderrahim KitouniJürg Billeter2009-02-201-0/+4
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* Add dynamic symbols to scope instead of code contextJuerg Billeter2008-05-281-0/+7
* update for use with non-null typesJuerg Billeter2008-04-151-2/+2
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-1/+1
* report error when using null literal as default expression of non-nullJuerg Billeter2008-04-141-1/+1
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+2
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-2/+2
* Replace generated Vala scanner and parser by handwritten classesJuerg Billeter2008-04-131-2/+6
* check accessiblity of parameter and return types, fixes bug 433290Juerg Billeter2008-03-221-1/+25
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* don't implicitly derive from GLib.Object in preparation for a moreJuerg Billeter2007-08-301-1/+1
* add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, andJuerg Billeter2007-07-271-4/+5
* derive from Symbol class where appropriate and move symbol table intoJuerg Billeter2007-07-211-0/+89