summaryrefslogtreecommitdiff
path: root/vala/valasourcefile.vala
Commit message (Expand)AuthorAgeFilesLines
* Introduce [Version (...)]Florian Brosch2016-01-301-0/+64
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-1/+0
* Make .vapi files on the command line generate quoted includesDaniel Silverstone2011-11-151-1/+7
* Fix Path.build_path call used for --includedirRaul Gutierrez Segales2011-09-061-1/+1
* Use Path.build_path instead of using raw string.printfLuca Bruno2011-09-051-5/+5
* glib-2.0: Add string.last_index_of_charJürg Billeter2011-01-201-1/+1
* glib-2.0: Add string.index_of_nth_charJürg Billeter2011-01-151-2/+2
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* Move several enums into the Vala namespaceEvan Nemerson2010-10-101-1/+1
* SourceFile: change the definition of 'used'Ryan Lortie2010-10-061-1/+1
* valac: Output make-style dependency fileRyan Lortie2010-09-091-0/+6
* SourceFileType: Add SourceFileType.NONERyan Lortie2010-09-091-0/+1
* SourceFile: Add SourceFileType.FAST enum valueRyan Lortie2010-09-091-1/+2
* SourceFile: Introduce SourceFileType enumerationRyan Lortie2010-09-091-4/+8
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-1/+1
* Use relative path as specified on the command-line in error messagesJürg Billeter2010-08-201-3/+14
* Add experimental vala tool for use with #!Jürg Billeter2010-06-301-1/+3
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-2/+2
* GIR Namespace supportRob Taylor2010-02-011-0/+12
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-7/+6
* Support using directives inside namespacesJürg Billeter2009-09-261-40/+8
* Fixed string to char* casts in Scanner and SourceFileDidier 'Ptitjes2009-09-251-1/+1
* Comment handling improvementsFlorian Brosch2009-09-041-5/+19
* valac: Add flag to specify a separate basedir for the public headerMark Lee2009-08-201-0/+3
* Fix source filename manglingJürg Billeter2009-07-171-1/+1
* Remove unused cheader_filename fieldJürg Billeter2009-04-101-1/+0
* Do not delete existing .c filesJürg Billeter2009-04-101-1/+6
* Remove unused get_cheader_filename methodsJürg Billeter2009-04-101-12/+0
* Rework header file generationJürg Billeter2009-03-311-199/+5
* Add missing include for enum values, fixes bug 531724Jürg Billeter2009-01-171-2/+2
* Add SourceFile.clear_using_directives method, required byJürg Billeter2008-12-061-0/+4
* Fix critical when using error codesJürg Billeter2008-11-291-1/+3
* Allow any integer compatible value to be used as array index, fixes bugJürg Billeter2008-11-171-1/+1
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-0/+7
* Check parameters when checking argumentsJürg Billeter2008-10-311-0/+6
* Fix crash on certain header dependencies, fixes bug 546183Jürg Billeter2008-10-251-1/+1
* Support parsing from a string, patch by Andrea Del Signore, fixes bugJürg Billeter2008-09-281-3/+31
* Replace NamespaceReference by UsingDirective and UnresolvedSymbol, fixesJürg Billeter2008-09-261-8/+24
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-1/+1
* Support methods and property accessors with body in VAPI filesJürg Billeter2008-07-071-0/+7
* Import members of the GLib namespace by default, fixes bug 539596Jürg Billeter2008-06-231-0/+6
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-16/+16
* Use verbose error messages by default, display relative filenames in errorJuerg Billeter2008-05-291-0/+4
* s/Typesymbol/TypeSymbol/Juerg Billeter2008-05-261-2/+2
* Track error types that expressions can throw, based on patch by JaredJuerg Billeter2008-05-251-1/+6
* Add parser for Genie, patch by Jamie McCrackenJuerg Billeter2008-05-191-9/+8
* Rename FormalParameter.type_reference to FormalParameter.parameter_typeJuerg Billeter2008-05-131-1/+1
* Replace [Import] attribute by `extern' keyword, rename `is_imported'Juerg Billeter2008-04-201-5/+5
* report warning when using null literal as return expression of methodJuerg Billeter2008-04-141-1/+1
* fix build when using non-null typesJuerg Billeter2008-04-131-1/+1