summaryrefslogtreecommitdiff
path: root/vala/valanamespace.vala
Commit message (Expand)AuthorAgeFilesLines
* Recognize multiple valid CCode.gir_namespace/_version attributes in VAPI filesRico Tzschichholz2021-06-281-1/+6
* vala: Set proper source_reference for implicit "this" and "result" variablesRico Tzschichholz2021-02-271-1/+1
* vala: Fix typo in commentsRico Tzschichholz2020-06-051-9/+9
* vala: Drop Namespace.remove_struct()Rico Tzschichholz2019-11-251-10/+0
* vala: Let the parser have set namespace members as staticRico Tzschichholz2019-11-241-34/+29
* vala: Let methods return an unowned reference to internal collectionsRico Tzschichholz2019-09-301-22/+22
* vala: Fix and add more to_string() methods to expressionsLuca Bruno2018-10-231-0/+8
* Drop trailing spaces/tabsRico Tzschichholz2018-03-271-15/+15
* Drop Dova profileJürg Billeter2012-08-061-1/+1
* Merge attributes on merge of namespaceMaciej Piechotka2012-07-121-0/+5
* Drop C specific methods from the code treeLuca Bruno2011-08-011-110/+7
* Replace SemanticAnalyzer with CodeContext in CodeNode.check parameterJürg Billeter2010-10-281-2/+2
* Refactor parser to avoid parse_*_member methodsJürg Billeter2010-08-211-11/+62
* Remove Member classJürg Billeter2010-07-271-27/+1
* Drop ReadOnly* collection classesJürg Billeter2010-03-201-12/+12
* dova: Add implicit result variableJürg Billeter2010-03-131-1/+1
* GIR Namespace supportRob Taylor2010-02-011-1/+7
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-121-30/+29
* Support using directives inside namespacesJürg Billeter2009-09-261-1/+19
* Fix postconditions in namespace methodsJürg Billeter2009-09-141-0/+4
* Comment handling improvementsFlorian Brosch2009-09-041-0/+19
* Fix handling of empty cprefix in CCode attribute of a namespaceJürg Billeter2009-05-091-3/+9
* Remove unused get_cheader_filename methodsJürg Billeter2009-04-101-20/+1
* GIR parser: Add support for package and c:include tagsJürg Billeter2009-02-271-0/+9
* Warn when hiding members, support `new' keyword to suppress warning, basedJürg Billeter2009-02-121-2/+2
* Drop experimental support for partial classesJürg Billeter2009-02-081-24/+2
* Ensure that classes in implicit namespaces are not private as namespacesJürg Billeter2009-01-301-1/+46
* Remove unnecessary accept calls in semantic analyzerJürg Billeter2008-11-101-0/+4
* Move type symbol checking to code nodesJürg Billeter2008-11-071-0/+12
* Use constructor chaining instead of helper methodJürg Billeter2008-10-271-3/+1
* Remove Class and Iface structsJürg Billeter2008-10-241-0/+10
* Don't derive from GObject in libvala where not necessary to improveJürg Billeter2008-08-141-0/+1
* Use Gee.List instead of Gee.Collection to improve iteration performanceJuerg Billeter2008-05-291-22/+22
* Report error when using invalid modifiers for methods and fields, based onJuerg Billeter2008-05-281-3/+15
* Track error types that expressions can throw, based on patch by JaredJuerg Billeter2008-05-251-2/+2
* Respect nested namespaces when merging namespaces, fixes bug 529438Juerg Billeter2008-04-261-4/+64
* Add support for class constructors, class fields, and class methods, fixesJuerg Billeter2008-04-231-1/+1
* Replace [Import] attribute by `extern' keyword, rename `is_imported'Juerg Billeter2008-04-201-5/+0
* fix build when using non-null typesJuerg Billeter2008-04-131-1/+1
* deprecate construct as parameter modifier, fixes bug 524138Juerg Billeter2008-04-131-1/+3
* report warning when using obsolete syntax for non-null typesJuerg Billeter2008-04-131-17/+17
* Replace generated Vala scanner and parser by handwritten classesJuerg Billeter2008-04-131-0/+54
* fix vapigen crashJuerg Billeter2008-03-231-2/+14
* support nested namespaces, fixes bug 516584Juerg Billeter2008-03-221-3/+3
* visit error domains, fixes bug 515828Juerg Billeter2008-02-121-0/+4
* Separate errordomain from enum declaration, fixes bug 512616Juerg Billeter2008-02-071-1/+12
* rename Callback to DelegateJuerg Billeter2008-01-121-9/+9
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-071-1/+1
* support multiple namespace mappings for binding really broken librariesMathias Hasselmann2007-09-061-14/+22
* rename MemberAccessibility to SymbolAccessibility and move its declarationJuerg Billeter2007-08-301-0/+1