summaryrefslogtreecommitdiff
path: root/codegen
Commit message (Expand)AuthorAgeFilesLines
* codegen: Add support for finish_vfunc_name in CCodeRico Tzschichholz2016-09-181-1/+6
* D-Bus: Support DBus.timeout attribute for client methodsMichele Dionisio2016-09-172-7/+16
* codegen: Distinguish between Enum and Flags for their to_string()Rico Tzschichholz2016-09-161-2/+4
* codegen: Add C11 keywordsSteven Oliver2016-09-151-0/+9
* Revert "codegen: Create only one vala-array helper function per array-type"Jürg Billeter2016-02-091-3/+6
* Require and target GLib >= 2.32Rico Tzschichholz2016-02-073-26/+10
* codegen: Properly handle PointerType/VoidType in get_ccode_lower_case_name()Rico Tzschichholz2016-02-051-0/+5
* codegen: Properly handle GenericType in get_ccode_lower_case_name()Rico Tzschichholz2016-02-051-0/+2
* codegen: Properly handle DelegateType in get_ccode_lower_case_name()Rico Tzschichholz2016-02-051-0/+3
* codegen: Create only one vala-array helper function per array-typeRico Tzschichholz2016-02-041-6/+3
* Introduce [Version (...)]Florian Brosch2016-01-305-11/+14
* codegen: fix criticals when duplicating unowned instnacesLuca Bruno2016-01-301-2/+2
* codegen: add code for [Profile] missed in cf193ab75Ben Iofel2016-01-272-1/+8
* Fix parameter names in the documentation for libvalaBen Iofel2015-11-111-2/+2
* gtkmodule: clear out [GtkChild] on properties it not supportedLuca Bruno2015-10-181-0/+8
* Set gir_shared_library argument to be null by default, avoid breaking APILuca Bruno2015-08-111-1/+1
* Add --shared-library option for GIR filesDavid Lechner2015-08-111-1/+6
* codegen: check for null value before calling g_strv_lengthLuca Bruno2015-06-231-1/+4
* codegen: fix generating struct equal functionRico Tzschichholz2015-06-211-4/+4
* codegen: use real function in set/get property also for ConcreteAccessorLuca Bruno2015-03-131-2/+2
* codegen: handle out param of null-terminated arrayLuca Bruno2015-03-041-1/+12
* codegen: Return a default value in delegate wrappersLuca Bruno2015-02-241-1/+7
* codegen: Fix detailed signal disconnect in async methodsLuca Bruno2015-01-121-1/+1
* gtkmodule: Respect "alias" attribute in gresourceDaiki Ueno2014-12-251-1/+7
* codegen: allow "type" property if it's NoAccessorMethodLuca Bruno2014-12-241-1/+10
* Support concrete accessors for abstract properties in bindingsLuca Bruno2014-12-222-2/+6
* codegen: Fix (unowned foo)[] to foo[] array copyLuca Bruno2014-12-211-1/+10
* girwriter: Fix writing type for out paramsGarrett Regier2014-12-161-3/+3
* codegen: Support constant unary expressions in field initializersLuca Bruno2014-12-121-0/+10
* Set array lengths for result variableSimon Werbeck2014-12-051-0/+5
* Improve pre/postcondition messagesSimon Werbeck2014-12-052-5/+15
* Use .ascii_up() instead of .up()Luca Bruno2014-10-311-1/+1
* girwriter: Write accessor methods for interface propertiesLuca Bruno2014-09-141-0/+40
* GirWriter: do not generate <errordomain> elementsFlorian Brosch2014-09-024-13/+7
* Fix critical for silent castSimon Werbeck2014-08-261-0/+1
* Make sure type check expression has valid typeSimon Werbeck2014-08-241-1/+13
* codegen: Remove support for GLib < 2.24Jürg Billeter2014-08-244-123/+7
* build: Avoid using ".." for referencing paths and reorganize valac-callsRico Tzschichholz2014-08-241-8/+15
* D-Bus: Fix proxy creation in separate source fileJürg Billeter2014-08-231-2/+20
* D-Bus: Set g-interface-info when creating proxy objectsJürg Billeter2014-08-231-0/+6
* D-Bus: Move interface info definition from server to common moduleJürg Billeter2014-08-232-228/+249
* compiler: Support configurable pkg-config command so can cross compileRobert Ancell2014-07-141-5/+9
* codegen: cast instead of trying to guess *_CLASS macro nameEvan Nemerson2014-07-011-8/+4
* Set G_SIGNAL_DEPRECATED on annotated signalsSimon Werbeck2014-06-281-0/+4
* Call g_signal_handlers_destroy on gtypeinstance finalizerLuca Bruno2014-06-271-0/+7
* girwriter: fall back on gir_namespace if GIR name is not availableEvan Nemerson2014-06-261-1/+9
* girwriter: fix *Private type name for nested classesEvan Nemerson2014-06-261-2/+2
* Use ascii_up/down instead of utf8 up/down when generating identifiersEvan Nemerson2014-06-181-15/+15
* gvariant module: Fix memory leak when deserializing hashtables with gvariantLuca Bruno2014-06-151-0/+9
* codegen: Simplify field initialization for struct typesLuca Bruno2014-06-031-28/+36