summaryrefslogtreecommitdiff
path: root/ccode/valaccodefile.vala
Commit message (Expand)AuthorAgeFilesLines
* ccode: Allow to add defines in a special sectionRico Tzschichholz2021-05-201-0/+9
* vala: Make use of new printf-like API of Report.*()Rico Tzschichholz2020-10-261-1/+1
* Use "str_equal" as equal_func for ArrayList<string> instancesRico Tzschichholz2020-05-081-1/+1
* vala: Drop --use-header compiler option and enable it by defaultMason Bogue2020-04-051-6/+4
* codegen: Use defintions of public header in internal header if availableMason Bogue2020-04-051-2/+12
* ccode: Implicitly register declaration for added CCodeFunctionRico Tzschichholz2019-10-011-0/+8
* ccode: Rename CCodeFeatureTestMacro to CCodeDefine and generalize itRico Tzschichholz2019-03-221-1/+1
* codegen: Allow to associate CCodeFile to actual SourceFileRico Tzschichholz2019-02-231-0/+6
* ccode: Fix typo and actually check "end_decls"Rico Tzschichholz2018-10-091-1/+1
* codegen: Add support for feature test macrosDr. Michael Lauer2018-02-201-0/+11
* Add get_type functions to symbols fileJürg Billeter2011-01-151-6/+14
* Add CCodeFile.add_function_declaration and CCodeFunction.is_declarationJürg Billeter2010-09-091-0/+6
* Replace CCodeDeclarationSpace by CCodeFileJürg Billeter2010-08-211-0/+173