summaryrefslogtreecommitdiff
path: root/ccode
Commit message (Expand)AuthorAgeFilesLines
* Use "str_equal" as equal_func for ArrayList<string> instancesRico Tzschichholz2020-05-181-1/+1
* codegen: Use specified indices to access multidimensional array constantsRico Tzschichholz2020-04-161-3/+16
* codegen: Improve *_get_type() fast path (requires glib >= 2.58)Rico Tzschichholz2019-12-052-1/+5
* ccode: Implicitly register declaration for added CCodeFunctionRico Tzschichholz2019-10-011-0/+8
* build: Pass some useful G_LOG_DOMAIN definitionsRico Tzschichholz2019-04-241-0/+1
* ccode: Rename CCodeFeatureTestMacro to CCodeDefine and generalize itRico Tzschichholz2019-03-224-40/+34
* codegen: Allow to associate CCodeFile to actual SourceFileRico Tzschichholz2019-02-231-0/+6
* ccode: Add void to delegate typedef declarations without parametersRico Tzschichholz2018-11-191-0/+3
* ccode: Don't allow more than one consecutive empty lines in generated codeRico Tzschichholz2018-11-191-0/+9
* ccode: Fix typo and actually check "end_decls"Rico Tzschichholz2018-10-091-1/+1
* Use dedicated version api of libvala internally as wellRico Tzschichholz2018-08-091-1/+1
* ccode: Properly depend on in-tree built libvalaRico Tzschichholz2018-05-141-0/+2
* Drop trailing spaces/tabsRico Tzschichholz2018-03-2738-129/+129
* codegen: Add support for feature test macrosDr. Michael Lauer2018-02-203-0/+56
* ccode: Don't write trailing space in function declarations/definitionsRico Tzschichholz2018-01-081-1/+1
* ccode: Replace if-else-tree with switchRico Tzschichholz2017-12-051-24/+13
* ccode: Reformat function declaration and definition for better readabilityRico Tzschichholz2017-11-192-1/+16
* gee: Add some useful symbols from gee-0.8Rico Tzschichholz2017-06-271-5/+2
* codegen: Fix finally blocks with async yieldsLuca Bruno2017-05-091-1/+5
* codewriter: Update timestamps of generated c-files if neededRico Tzschichholz2017-04-301-0/+8
* build: Make sure to dist all generated headersRico Tzschichholz2017-04-261-1/+1
* build: Use --use-header for librariesRico Tzschichholz2017-04-251-0/+1
* build: Make ccode and codegen private APIRico Tzschichholz2017-04-141-6/+1
* Move writing of G_GNUC_DEPRECATED down to CCodeDeclarator implementationsRico Tzschichholz2017-01-042-4/+4
* ccodefunction: Only add G_GNUC_DEPRECATED to declarationsRico Tzschichholz2017-01-041-4/+4
* ccode: Fix and disable deprecating EnumValueRico Tzschichholz2016-11-111-3/+5
* Transform CCode*'s "deprecated" into using CCodeNode's "modifiers"Rico Tzschichholz2016-11-114-23/+6
* Add G_GNUC_PRINTF/SCANF attribute for Printf/ScanfFormat functionsRico Tzschichholz2016-11-093-3/+31
* Transform CCodeParameter's "format_arg" into CCodeNode's "modifiers"Rico Tzschichholz2016-11-084-5/+4
* Add CCodeNode "modifiers" and transform CCodeFunction's "attributes" to itRico Tzschichholz2016-11-084-17/+22
* codegen: Add G_GNUC_FORMAT attribute for FormatArg function-pointersRico Tzschichholz2016-11-071-4/+11
* codegen: Add G_GNUC_FORMAT attribute for FormatArg functionsJürg Billeter2016-11-072-5/+14
* 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