summaryrefslogtreecommitdiff
path: root/vala/valasymbol.vala
Commit message (Expand)AuthorAgeFilesLines
* vala: Add GenericSymbol interface for symbols supporting type-parametersRico Tzschichholz2023-04-111-8/+2
* vala: Improve Symbol.to_string() to include TypeParametersRico Tzschichholz2023-04-081-1/+27
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-14/+14
* vala: CodeNode.source_reference is optional, so let the API respect thatRico Tzschichholz2020-10-241-1/+1
* Don't use locale dependent string functions on syntax stringsRico Tzschichholz2020-09-021-1/+1
* Fix various typos in comments and stringsRico Tzschichholz2020-08-191-1/+1
* vala: Use stable hash for methods in HashMap of implicit_implementationsRico Tzschichholz2020-05-071-0/+21
* vala: Improve error message for unsupported inner types and declarationsRico Tzschichholz2019-12-021-14/+14
* vala: Add Symbol.is_extern and use/set is accordinglyRico Tzschichholz2019-07-041-1/+14
* Mark defined constructors of abstract classes as protectedRico Tzschichholz2019-03-121-1/+1
* vala: Add SymbolAccessibility.to_string()Rico Tzschichholz2018-11-151-1/+11
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-0/+4
* vala: Support anonymous definitions of delegates in bindingsRico Tzschichholz2018-04-141-0/+5
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-7/+7
* Introduce [Version (...)]Florian Brosch2016-01-301-88/+16
* Symbol: fix docs for owner and scopeBen Iofel2016-01-271-1/+4
* Make .vapi files on the command line generate quoted includesDaniel Silverstone2011-11-151-0/+13
* Warn for deprecated and experimental only for symbols in external packagesLuca Bruno2011-08-261-2/+2
* Drop C specific methods from the code treeLuca Bruno2011-08-011-135/+0
* Drop Symbol.process_experimental_attributeLuca Bruno2011-08-011-9/+0
* On-demand Symbol.experimentalLuca Bruno2011-08-011-3/+13
* Drop Symbol.process_deprecated_attributeLuca Bruno2011-08-011-9/+0
* On-demand Symbol.replacementLuca Bruno2011-08-011-5/+8
* On-demand Symbol.deprecated_sinceLuca Bruno2011-08-011-4/+8
* On-demand Symbol.deprecatedLuca Bruno2011-08-011-3/+13
* Add support for [Experimental] attributeMarco Trevisan (Treviño)2011-03-151-0/+31
* Do not use verbose error reporting for deprecation warningsJürg Billeter2011-01-281-1/+1
* glib-2.0: Add string.index_ofJürg Billeter2011-01-151-1/+1
* glib-2.0: Add string.index_of_nth_charJürg Billeter2011-01-151-2/+2
* girwriter: Flatten symbols nested in a way not supported by GIREvan Nemerson2010-11-101-3/+5
* Move several enums into the Vala namespaceEvan Nemerson2010-10-101-1/+1
* SourceFile: change the definition of 'used'Ryan Lortie2010-10-061-10/+1
* Write GIR version 1.2 instead of version 1.1Evan Nemerson2010-09-151-1/+39
* valac: Output make-style dependency fileRyan Lortie2010-09-091-1/+10
* Symbol: Add SourceFileType source_typeRyan Lortie2010-09-091-1/+15
* SourceFile: Introduce SourceFileType enumerationRyan Lortie2010-09-091-1/+1
* Improve performance of SemanticAnalyzer.is_type_accessibleJürg Billeter2010-09-091-0/+12
* Refactor parser to avoid parse_*_member methodsJürg Billeter2010-08-211-0/+56
* glib-2.0: Deprecate string.len () in favor of string.lengthJürg Billeter2010-08-201-4/+4
* Fix Symbol.get_cheader_filenamesJürg Billeter2010-08-121-4/+4
* Do not create array lists where not necessaryJürg Billeter2010-08-121-10/+23
* Remove Member classJürg Billeter2010-07-271-2/+77
* Add support for [Deprecated] attributeEvan Nemerson2010-06-151-0/+48
* Do not use string.replaceJürg Billeter2010-02-051-2/+6
* Improve display name of creation methodspancake2010-01-081-2/+2
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-2/+1
* Improve CamelCase to lower_case transformationJürg Billeter2009-08-011-0/+5
* Support locks with static fieldsLevi Bard2009-07-271-0/+44
* Rework header file generationJürg Billeter2009-03-311-4/+9
* Report unused internal methodsJürg Billeter2009-01-311-0/+11