summaryrefslogtreecommitdiff
path: root/codegen/valagtypemodule.vala
Commit message (Expand)AuthorAgeFilesLines
* codegen: allow "type" property if it's NoAccessorMethodLuca Bruno2014-12-241-1/+10
* Support concrete accessors for abstract properties in bindingsLuca Bruno2014-12-221-2/+2
* codegen: Remove support for GLib < 2.24Jürg Billeter2014-08-241-75/+3
* codegen: cast instead of trying to guess *_CLASS macro nameEvan Nemerson2014-07-011-8/+4
* Call g_signal_handlers_destroy on gtypeinstance finalizerLuca Bruno2014-06-271-0/+7
* Hide internal methods in ABIMaciej Piechotka2014-03-241-13/+44
* gtkmodule: Ensure child gtypes are initialized before creating the templateLuca Bruno2014-01-281-3/+5
* Add CCode ordering attribute for interfacesMaciej Piechotka2013-07-251-56/+56
* codegen: Allow scope=async delegates to be used in vala codeLuca Bruno2013-07-141-2/+2
* codegen: Support non-auto property initializer in gobjectsLuca Bruno2013-06-111-13/+14
* Add support for Gtk widget templates. Created a new codegen gtkmodule.Luca Bruno2013-05-231-0/+5
* Support subclassing of GLib.SourcegsourceJürg Billeter2012-08-151-9/+22
* Support virtual interface propertiesJürg Billeter2012-08-131-0/+13
* Support [GenericAccessors] attribute for interfacesJeremy Whiting2012-08-061-0/+74
* codegen: Add support for delegate_target_cname in CCodeLuca Bruno2012-02-061-2/+2
* codegen: Do not set accessor vfunc for NoAccessorMethod propertiesLuca Bruno2011-09-291-26/+30
* codegen: Fix emitting the static destructor of classesLuca Bruno2011-09-091-2/+2
* codegen: Do not hardcode the cname for abstract/virtual property accessorLuca Bruno2011-09-011-2/+2
* codegen: Enable real_cname CCode for property accessorsLuca Bruno2011-09-011-4/+4
* codegen: Do not add null-check for SimpleType structsLuca Bruno2011-08-301-1/+1
* codegen: Fix create_type_check_statement when result is a SimpleType structLuca Bruno2011-08-301-0/+2
* codegen: Skip precondition check for parameters in the posix profileLuca Bruno2011-08-171-0/+47
* codegen: Add get_ccode_nick and get_ccode_blurb for propertiesLuca Bruno2011-08-061-8/+2
* Move DataType.get_cdeclarator_suffix to the codegenLuca Bruno2011-08-041-2/+2
* codegen: Use CCodeAttribute instead of C specific methods of code nodesLuca Bruno2011-08-011-231/+239
* Fix a gcc warning when returning struct in an interface methodMichal Hruby2011-07-271-1/+6
* codegen: Add push_line and pop_line for writing line directivesLuca Bruno2011-07-191-3/+19
* codegen: Fix vararg-parameters in interfacesFlorian Brosch2011-07-111-1/+7
* GAsync: Fix the definition of async virtual methods in interfacesLuca Bruno2011-06-101-0/+3
* codegen: Fix definition of fields when array length cname is specifiedLuca Bruno2011-05-291-2/+14
* GType: Connect default signal handlers in interfacesLuca Bruno2011-05-161-1/+11
* GType: Support virtual signals in interfacesLuca Bruno2011-05-161-0/+6
* codegen: Remove unused variable in gtype moduleLuca Bruno2011-05-051-1/+0
* codegen: Complete porting of GSignal and GType modules to use ccodeLuca Bruno2011-05-051-208/+162
* codegen: Drop useless comma expression in GType moduleLuca Bruno2011-03-031-4/+2
* codegen: Add CCodeFunction.add_assignment convenience functionLuca Bruno2011-01-191-9/+9
* D-Bus: Fix use of dbus-glib interfaces in multiple source filesJürg Billeter2011-01-181-6/+6
* D-Bus: Support get_proxy with generic type in GDBus clientsJürg Billeter2011-01-151-10/+2
* Rename FormalParameter to ParameterJürg Billeter2010-10-281-66/+66
* codegen: Fix C warning in destructorsJürg Billeter2010-10-211-2/+4
* Support return statements in constructors and destructorsJürg Billeter2010-10-211-0/+3
* codegen: Fix gcc warning for methods implementing generic interfaceFrederik Zipp2010-10-161-1/+1
* codegen: Fix lock statements in classes without private fieldsJürg Billeter2010-10-161-4/+3
* Add TargetValue classJürg Billeter2010-10-091-5/+6
* codegen: Add get_cvalue and set_cvalue helper methodsJürg Billeter2010-10-091-1/+1
* D-Bus: Fix dbus-glib serversJürg Billeter2010-10-071-17/+19
* codegen: Fix missing _inner_error_ declaration in destructorsJürg Billeter2010-09-131-6/+6
* codegen: Use builder APIJürg Billeter2010-09-091-167/+205
* Add CCodeFile.add_function_declaration and CCodeFunction.is_declarationJürg Billeter2010-09-091-11/+11
* Support to_string() for non-GType enumsLuca Bruno2010-09-091-2/+4