summaryrefslogtreecommitdiff
path: root/codegen/valaccodeattribute.vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: Add basic support for using C++ librarieswip/cppLuca Bruno2012-04-111-7/+95
* codegen: Generate typedefs for boolean, integer, and floating typesJürg Billeter2012-03-301-14/+0
* codegen: Fix delegate target C name for static fieldsJürg Billeter2012-03-211-1/+3
* codegen: Allow usage of gtype structs inheriting non-gtype structLuca Bruno2012-02-101-8/+24
* codegen: Add support for delegate_target_cname in CCodeLuca Bruno2012-02-061-0/+15
* codegen: support free_function_address_of annotationEvan Nemerson2012-01-181-0/+19
* codegen: Fix determining the default cheaders of symbolsLuca Bruno2011-09-061-3/+8
* codegen: Enable real_cname CCode for property accessorsLuca Bruno2011-09-011-3/+17
* codegen: Add ref_sink_function_void argument to CCodeLuca Bruno2011-08-081-0/+19
* Fix symbol resolution for local constantsLuca Bruno2011-08-021-0/+4
* Drop C specific methods from the code treeLuca Bruno2011-08-011-4/+8
* codegen: Add CCodeAttributeLuca Bruno2011-08-011-0/+1174