summaryrefslogtreecommitdiff
path: root/ccode/valaccodefile.vala
Commit message (Collapse)AuthorAgeFilesLines
* codegen: Add support for feature test macrosDr. Michael Lauer2018-02-201-0/+11
| | | | | | | | | This adds new CCode string attribute 'feature_test_macro = "VALUE"'. Such values will be added before the headers section as '#define VALUE'. https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html https://bugzilla.gnome.org/show_bug.cgi?id=793444
* Add get_type functions to symbols fileJürg Billeter2011-01-151-6/+14
| | | | Fixes bug 637909.
* 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