| Commit message (Expand) | Author | Age | Files | Lines |
* | Recognize multiple valid CCode.gir_namespace/_version attributes in VAPI files | Rico Tzschichholz | 2021-06-28 | 1 | -1/+6 |
* | vala: Set proper source_reference for implicit "this" and "result" variables | Rico Tzschichholz | 2021-02-27 | 1 | -1/+1 |
* | vala: Fix typo in comments | Rico Tzschichholz | 2020-06-05 | 1 | -9/+9 |
* | vala: Drop Namespace.remove_struct() | Rico Tzschichholz | 2019-11-25 | 1 | -10/+0 |
* | vala: Let the parser have set namespace members as static | Rico Tzschichholz | 2019-11-24 | 1 | -34/+29 |
* | vala: Let methods return an unowned reference to internal collections | Rico Tzschichholz | 2019-09-30 | 1 | -22/+22 |
* | vala: Fix and add more to_string() methods to expressions | Luca Bruno | 2018-10-23 | 1 | -0/+8 |
* | Drop trailing spaces/tabs | Rico Tzschichholz | 2018-03-27 | 1 | -15/+15 |
* | Drop Dova profile | Jürg Billeter | 2012-08-06 | 1 | -1/+1 |
* | Merge attributes on merge of namespace | Maciej Piechotka | 2012-07-12 | 1 | -0/+5 |
* | Drop C specific methods from the code tree | Luca Bruno | 2011-08-01 | 1 | -110/+7 |
* | Replace SemanticAnalyzer with CodeContext in CodeNode.check parameter | Jürg Billeter | 2010-10-28 | 1 | -2/+2 |
* | Refactor parser to avoid parse_*_member methods | Jürg Billeter | 2010-08-21 | 1 | -11/+62 |
* | Remove Member class | Jürg Billeter | 2010-07-27 | 1 | -27/+1 |
* | Drop ReadOnly* collection classes | Jürg Billeter | 2010-03-20 | 1 | -12/+12 |
* | dova: Add implicit result variable | Jürg Billeter | 2010-03-13 | 1 | -1/+1 |
* | GIR Namespace support | Rob Taylor | 2010-02-01 | 1 | -1/+7 |
* | Do not use Gee namespace to avoid conflict with libgee | Jürg Billeter | 2009-10-12 | 1 | -30/+29 |
* | Support using directives inside namespaces | Jürg Billeter | 2009-09-26 | 1 | -1/+19 |
* | Fix postconditions in namespace methods | Jürg Billeter | 2009-09-14 | 1 | -0/+4 |
* | Comment handling improvements | Florian Brosch | 2009-09-04 | 1 | -0/+19 |
* | Fix handling of empty cprefix in CCode attribute of a namespace | Jürg Billeter | 2009-05-09 | 1 | -3/+9 |
* | Remove unused get_cheader_filename methods | Jürg Billeter | 2009-04-10 | 1 | -20/+1 |
* | GIR parser: Add support for package and c:include tags | Jürg Billeter | 2009-02-27 | 1 | -0/+9 |
* | Warn when hiding members, support `new' keyword to suppress warning, based | Jürg Billeter | 2009-02-12 | 1 | -2/+2 |
* | Drop experimental support for partial classes | Jürg Billeter | 2009-02-08 | 1 | -24/+2 |
* | Ensure that classes in implicit namespaces are not private as namespaces | Jürg Billeter | 2009-01-30 | 1 | -1/+46 |
* | Remove unnecessary accept calls in semantic analyzer | Jürg Billeter | 2008-11-10 | 1 | -0/+4 |
* | Move type symbol checking to code nodes | Jürg Billeter | 2008-11-07 | 1 | -0/+12 |
* | Use constructor chaining instead of helper method | Jürg Billeter | 2008-10-27 | 1 | -3/+1 |
* | Remove Class and Iface structs | Jürg Billeter | 2008-10-24 | 1 | -0/+10 |
* | Don't derive from GObject in libvala where not necessary to improve | Jürg Billeter | 2008-08-14 | 1 | -0/+1 |
* | Use Gee.List instead of Gee.Collection to improve iteration performance | Juerg Billeter | 2008-05-29 | 1 | -22/+22 |
* | Report error when using invalid modifiers for methods and fields, based on | Juerg Billeter | 2008-05-28 | 1 | -3/+15 |
* | Track error types that expressions can throw, based on patch by Jared | Juerg Billeter | 2008-05-25 | 1 | -2/+2 |
* | Respect nested namespaces when merging namespaces, fixes bug 529438 | Juerg Billeter | 2008-04-26 | 1 | -4/+64 |
* | Add support for class constructors, class fields, and class methods, fixes | Juerg Billeter | 2008-04-23 | 1 | -1/+1 |
* | Replace [Import] attribute by `extern' keyword, rename `is_imported' | Juerg Billeter | 2008-04-20 | 1 | -5/+0 |
* | fix build when using non-null types | Juerg Billeter | 2008-04-13 | 1 | -1/+1 |
* | deprecate construct as parameter modifier, fixes bug 524138 | Juerg Billeter | 2008-04-13 | 1 | -1/+3 |
* | report warning when using obsolete syntax for non-null types | Juerg Billeter | 2008-04-13 | 1 | -17/+17 |
* | Replace generated Vala scanner and parser by handwritten classes | Juerg Billeter | 2008-04-13 | 1 | -0/+54 |
* | fix vapigen crash | Juerg Billeter | 2008-03-23 | 1 | -2/+14 |
* | support nested namespaces, fixes bug 516584 | Juerg Billeter | 2008-03-22 | 1 | -3/+3 |
* | visit error domains, fixes bug 515828 | Juerg Billeter | 2008-02-12 | 1 | -0/+4 |
* | Separate errordomain from enum declaration, fixes bug 512616 | Juerg Billeter | 2008-02-07 | 1 | -1/+12 |
* | rename Callback to Delegate | Juerg Billeter | 2008-01-12 | 1 | -9/+9 |
* | update license headers to the GNU Lesser General Public License, version | Juerg Billeter | 2007-09-07 | 1 | -1/+1 |
* | support multiple namespace mappings for binding really broken libraries | Mathias Hasselmann | 2007-09-06 | 1 | -14/+22 |
* | rename MemberAccessibility to SymbolAccessibility and move its declaration | Juerg Billeter | 2007-08-30 | 1 | -0/+1 |