summaryrefslogtreecommitdiff
path: root/vala/valasymbol.vala
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix determining relative accessibility, fixes bug 559798Jürg Billeter2009-01-161-11/+16
* Warn when using result variable with incompatible type to prepare possibleJürg Billeter2009-01-101-11/+11
* Report unused fields, methods, and local variablesJürg Billeter2008-11-141-0/+5
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-2/+4
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-3/+2
* Don't transform non-lowercase names to CamelCaseJürg Billeter2008-07-111-0/+3
* Support methods and property accessors with body in VAPI filesJürg Billeter2008-07-071-9/+6
* Use CamelCase for methods and signals exported to D-Bus, fixes bug 538818Jürg Billeter2008-06-171-0/+29
* Add support for dynamic properties of GObjectsJuerg Billeter2008-05-301-1/+1
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-2/+2
* Replace [Import] attribute by `extern' keyword, rename `is_imported'Juerg Billeter2008-04-201-4/+21
* 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
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-4/+4