| Commit message (Expand) | Author | Age | Files | Lines |
* | vala: Remove some public API from expressions and statements | Rico Tzschichholz | 2020-03-24 | 1 | -1/+1 |
* | vala: Include type_name to default implementation of CCode.to_string() | Rico Tzschichholz | 2019-11-26 | 1 | -0/+1 |
* | vala: Add CodeNode.copy_attribute_*() helper methods | Rico Tzschichholz | 2018-11-08 | 1 | -0/+64 |
* | Collect error_types on demand to allow transformations | Luca Bruno | 2018-10-23 | 1 | -38/+8 |
* | vala: Avoid some superfluous reference taking in Attribute | Rico Tzschichholz | 2018-04-08 | 1 | -30/+24 |
* | Drop trailing spaces/tabs | Rico Tzschichholz | 2018-03-27 | 1 | -4/+4 |
* | Add support for Gtk widget templates. Created a new codegen gtkmodule. | Luca Bruno | 2013-05-23 | 1 | -3/+3 |
* | Use locale-independent formatting in CodeNode.set_attribute_double | Luca Bruno | 2011-08-11 | 1 | -1/+1 |
* | Add helper methods to CodeNode for dealing with attributes | Luca Bruno | 2011-08-01 | 1 | -0/+181 |
* | Add attributes cache to code nodes | Luca Bruno | 2011-08-01 | 1 | -1/+41 |
* | Enable flow analysis for out parameters | Luca Bruno | 2011-07-15 | 1 | -2/+2 |
* | Replace SemanticAnalyzer with CodeContext in CodeNode.check parameter | Jürg Billeter | 2010-10-28 | 1 | -1/+1 |
* | Add TargetValue class | Jürg Billeter | 2010-10-09 | 1 | -20/+0 |
* | Do not create CCodeLineDirective objects if not needed | Jürg Billeter | 2010-08-12 | 1 | -1/+1 |
* | Use emit instead of accept and accept_children in code generator | Jürg Billeter | 2010-08-10 | 1 | -0/+3 |
* | Do not generate C code for unreachable Vala code | Jürg Billeter | 2010-03-22 | 1 | -2/+4 |
* | Drop ReadOnly* collection classes | Jürg Billeter | 2010-03-20 | 1 | -1/+1 |
* | dova: Accept list, set, and map literals and tuples | Jürg Billeter | 2010-03-13 | 1 | -1/+1 |
* | Do not use Gee namespace to avoid conflict with libgee | Jürg Billeter | 2009-10-12 | 1 | -5/+4 |
* | Warn when hiding members, support `new' keyword to suppress warning, based | Jürg Billeter | 2009-02-12 | 1 | -4/+4 |
* | Fix pointer properties | Jürg Billeter | 2009-01-10 | 1 | -1/+1 |
* | Add CodeNode.get_type_name method | Jürg Billeter | 2009-01-09 | 1 | -1/+5 |
* | Convert ternary conditionals into if statements, fixes bug 543870 and bug | Jürg Billeter | 2008-11-29 | 1 | -0/+6 |
* | Report use of possibly uninitialized variables, fixes bug 508477 and bug | Jürg Billeter | 2008-11-14 | 1 | -0/+6 |
* | Check parameters when checking arguments | Jürg Billeter | 2008-10-31 | 1 | -1/+2 |
* | Add check method to CodeNode class to prepare support for more modular | Jürg Billeter | 2008-10-31 | 1 | -5/+10 |
* | Add CCodeDynamicSignalModule, remove CodeBinding and CCodeBinding | Jürg Billeter | 2008-10-24 | 1 | -20/+0 |
* | Don't derive from GObject in libvala where not necessary to improve | Jürg Billeter | 2008-08-14 | 1 | -2/+2 |
* | Use lazy initialization for error_types list in CodeNode class to improve | Juerg Billeter | 2008-05-29 | 1 | -5/+14 |
* | Use Gee.List instead of Gee.Collection to improve iteration performance | Juerg Billeter | 2008-05-29 | 1 | -1/+1 |
* | Track error types that expressions can throw, based on patch by Jared | Juerg Billeter | 2008-05-25 | 1 | -2/+34 |
* | Use lazy initialization for code bindings | Juerg Billeter | 2008-04-19 | 1 | -6/+21 |
* | report warning when using null literal as return expression of method | Juerg Billeter | 2008-04-14 | 1 | -1/+1 |
* | move experimental null reference checking to separate visitor | Juerg Billeter | 2008-04-14 | 1 | -5/+5 |
* | report warning when using obsolete syntax for non-null types | Juerg Billeter | 2008-04-13 | 1 | -7/+7 |
* | improve error reporting for non reference-counted object instances, fixes | Juerg Billeter | 2008-04-07 | 1 | -1/+1 |
* | don't output full source file path in generated C code | Juerg Billeter | 2008-01-18 | 1 | -2/+2 |
* | move unresolved type information from DataType into new UnresolvedType | Juerg Billeter | 2007-12-02 | 1 | -0/+3 |
* | rename replace method to replace_expression and require arguments of type | Juerg Billeter | 2007-12-02 | 1 | -1/+1 |
* | rename CodeGenerator to CCodeGenerator, add abstract CodeGenerator and | Juerg Billeter | 2007-09-17 | 1 | -1/+6 |
* | update license headers to the GNU Lesser General Public License, version | Juerg Billeter | 2007-09-07 | 1 | -1/+1 |
* | emit line directives in debug mode | Juerg Billeter | 2007-09-04 | 1 | -1/+1 |
* | don't implicitly derive from GLib.Object in preparation for a more | Juerg Billeter | 2007-08-30 | 1 | -1/+1 |
* | include type-name in to_string result implement to_string method, fixes | Mathias Hasselmann | 2007-08-27 | 1 | -2/+7 |
* | add internal copy of libgee and use Gee.ArrayList, Gee.HashMap, and | Juerg Billeter | 2007-07-27 | 1 | -1/+1 |
* | remove unnecessary construction properties to improve performance | Juerg Billeter | 2007-07-23 | 1 | -1/+1 |
* | derive from Symbol class where appropriate and move symbol table into | Juerg Billeter | 2007-07-21 | 1 | -6/+1 |
* | implement simple exception handling for expression and declaration | Juerg Billeter | 2007-07-12 | 1 | -0/+5 |
* | remove obsolete ref modifier and callback keyword | Juerg Billeter | 2007-07-09 | 1 | -1/+1 |
* | move iteration of source files and namespaces from accept to | Jürg Billeter | 2007-06-15 | 1 | -4/+11 |