summaryrefslogtreecommitdiff
path: root/vapigen/valavapicheck.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-4/+4
* Fix various typos in comments and stringsRico Tzschichholz2020-08-191-1/+1
* Drop superfluous inheriting from GLib.ObjectRico Tzschichholz2017-06-271-1/+1
* Use SourceLocation in SourceReferenceJürg Billeter2012-06-021-1/+1
* SourceFile: Introduce SourceFileType enumerationRyan Lortie2010-09-091-2/+2
* glib-2.0: Deprecate string.size () in favor of string.lengthJürg Billeter2010-08-201-1/+1
* vapigen: Replace use of string.len () by string.lengthJürg Billeter2010-08-201-2/+2
* Deprecate assigning to construct-only propertiesJürg Billeter2009-10-211-3/+3
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-6/+6
* vapicheck: Fix unhandled errorJürg Billeter2009-09-301-1/+1
* Check compatibility of generic type argumentsJürg Billeter2009-06-031-1/+1
* Do not use possibly uninitialized variablesJürg Billeter2008-11-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-8/+8
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* Handle markup errors in GIDL files.Mathias Hasselmann2007-09-021-4/+7
* adding vapicheck as tool to verify Vala bindings. currently only .metadataMathias Hasselmann2007-09-021-0/+176