summaryrefslogtreecommitdiff
path: root/vala/valasourcefile.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Avoid problems with '\' in #line directives on Windows星外之神2022-08-281-1/+8
* vala: Avoid critical in SourceFile.get_mapped_length()Rico Tzschichholz2022-06-141-0/+4
* Recognize multiple valid CCode.gir_namespace/_version attributes in VAPI filesRico Tzschichholz2021-06-281-0/+2
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* vala: Don't use possibly uninitialized backing field of package_namePrinceton Ferro2020-04-111-1/+1
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-4/+4
* vala: Add CodeContext.get_source_file() and perform some sanity checksRico Tzschichholz2019-03-191-1/+1
* vala: Drop "explicit" from ValaSourceFile and use "from_commandline"Rico Tzschichholz2018-11-031-5/+0
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-2/+2
* valac: Always use the given "pkg-config" and respect PKG_CONFIG envarRico Tzschichholz2018-02-081-20/+2
* vapigen: Mark given source-files as such and force girparser to handle themRico Tzschichholz2017-08-191-0/+5
* 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