summaryrefslogtreecommitdiff
path: root/ccode
Commit message (Expand)AuthorAgeFilesLines
* build: Avoid using ".." for referencing paths and reorganize valac-callsRico Tzschichholz2014-08-241-5/+12
* Support non-literal length in fixed-size arraysSimon2014-03-302-6/+33
* Hide internal methods in ABIMaciej Piechotka2014-03-243-3/+10
* build: Fix missing backslashes in listsStef Walter2014-03-021-1/+1
* codegen: use #if GLIB_CHECK_VERSION for init functionsMarc-André Lureau2013-12-142-0/+51
* codegen: Fix va_start argument in methods throwing errorsJürg Billeter2012-08-011-1/+9
* ccode: Add current_line in CCodeFunction to be set for added statementsLuca Bruno2011-07-181-10/+23
* ccode: Fix line breaking of string literals with octal escape sequencesJürg Billeter2011-05-301-0/+14
* codegen: Add CCodeFunction.add_assignment convenience functionLuca Bruno2011-01-191-0/+4
* Add get_type functions to symbols fileJürg Billeter2011-01-151-6/+14
* Rename FormalParameter to ParameterJürg Billeter2010-10-284-13/+13
* Add builder API to CCodeFunctionJürg Billeter2010-09-091-0/+133
* Add CCodeFile.add_function_declaration and CCodeFunction.is_declarationJürg Billeter2010-09-092-2/+12
* Replace CCodeDeclarationSpace by CCodeFileJürg Billeter2010-08-212-0/+174
* glib-2.0: Deprecate string.size () in favor of string.lengthJürg Billeter2010-08-201-1/+1
* Add version suffix to installed files to allow parallel installationJürg Billeter2010-08-051-1/+1
* dova: Do not generate empty structsJürg Billeter2010-08-051-2/+4
* Append doc comments to generated C filesJürg Billeter2010-07-271-19/+26
* dova: Add support for [ThreadLocal] fieldsJürg Billeter2010-07-172-3/+8
* dova: Fix struct variable initializationJürg Billeter2010-06-271-1/+1
* codegen: write G_GNUC_DEPRECATED in generated C where appropriateEvan Nemerson2010-06-157-3/+43
* Create destination directory when writing C filesRémy Saissy2010-06-071-0/+6
* dova: Add experimental backendJürg Billeter2010-06-051-1/+5
* build: Use $(srcdir) instead of relative pathsDarren Warner2010-06-041-1/+1
* Fix fixed-length array fieldsJürg Billeter2010-03-211-2/+2
* Avoic C warnings for some possibly unused functionsJürg Billeter2010-03-211-1/+10
* build: Enable silent rules by defaultMarc-André Lureau2010-03-211-1/+4
* valac: Add --enable-version-header optionJürg Billeter2010-03-212-3/+6
* Drop ReadOnly* collection classesJürg Billeter2010-03-203-3/+3
* Split large string literals into multiple linesJürg Billeter2010-03-141-3/+60
* Fix nested struct expression as method argumentMarc-André Lureau2010-03-131-1/+5
* Fix crash when opening file failsJürg Billeter2010-02-071-2/+6
* Do not use Gee namespace to avoid conflict with libgeeJürg Billeter2009-10-1214-29/+15
* Add `do not modify' note at the top of generated C filesMichael B. Trausch2009-09-271-1/+19
* Fix crash in CCodeVariableDeclarator without initializerJürg Billeter2009-09-271-1/+1
* Only move initializer to declaration when reordering is safeJürg Billeter2009-09-271-3/+15
* Add support for coverage analysis using gcov and lcovJürg Billeter2009-09-261-1/+3
* Simplify &(*foo) and *(&foo) to fooJürg Billeter2009-09-221-1/+13
* Comment handling improvementsFlorian Brosch2009-09-041-5/+13
* Report error on unsupported type check expressionsJürg Billeter2009-08-162-0/+34
* Add parentheses to called functions where necessaryJürg Billeter2009-07-281-1/+1
* Add VALAFLAGSJaap A. Haitsma2009-07-081-1/+1
* Add parenthesis to macro substitutions where necessaryJürg Billeter2009-06-251-2/+2
* Generate C89 compatible code for string switch statementsJürg Billeter2009-06-141-21/+19
* Remove generated .c files on make maintainer-cleanJürg Billeter2009-04-141-0/+7
* Arrays: Add experimental support for fixed-length arraysJürg Billeter2009-04-101-1/+13
* Use basename of C file in line directiveJürg Billeter2009-04-081-1/+1
* Emit line directive when there is no corresponding Vala lineJürg Billeter2009-04-081-4/+15
* Switch build system to not use legacy headersJürg Billeter2009-04-051-5/+4
* Warn when hiding members, support `new' keyword to suppress warning, basedJürg Billeter2009-02-121-3/+3