summaryrefslogtreecommitdiff
path: root/ccode
Commit message (Expand)AuthorAgeFilesLines
...
* Fix deprecation of class/struct fieldsRico Tzschichholz2016-11-033-8/+11
* Don't create constant Regex on demand and use static field where possibleRico Tzschichholz2016-11-011-2/+5
* ccodewriter: Use private _bol field instead of propertyRico Tzschichholz2016-11-011-2/+2
* writer: Some string optimizationsRico Tzschichholz2016-11-011-4/+1
* Avoid some string copyingRico Tzschichholz2016-11-011-4/+1
* ccode: Replace if-else-tree with switchRico Tzschichholz2016-10-302-61/+36
* ccode: Add missing newline after gnuc deprecations attributePhilip Withnall2016-10-181-0/+1
* codegen: Support deprecating properties and their accessorsRico Tzschichholz2016-10-182-0/+65
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-1/+0
* 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