summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* detect base class cycleJuerg Billeter2007-09-094-2/+13
* support typeof expressions for arraysJuerg Billeter2007-09-092-1/+5
* add GLib.Type.INVALID constantJuerg Billeter2007-09-092-1/+7
* support static classesJuerg Billeter2007-09-092-1/+7
* add class declaration testJuerg Billeter2007-09-084-0/+105
* fix support for static classesJuerg Billeter2007-09-082-16/+20
* ensure there is always a default construction method for non-abstractJuerg Billeter2007-09-082-1/+25
* append the generated free function to the right file fragmentJuerg Billeter2007-09-082-2/+11
* report an error when trying to define a signal in a type not deriving fromJuerg Billeter2007-09-082-0/+12
* support notesJuerg Billeter2007-09-074-2/+74
* update license headers to the GNU Lesser General Public License, versionJuerg Billeter2007-09-07204-209/+216
* add GTypeDebugFlags and GNodeJuerg Billeter2007-09-062-0/+23
* updated to currrent git regeneratedJuerg Billeter2007-09-063-1383/+2586
* create bindings for gnet-2.0 first attempt to generate gnet-2.0 bindings.Mathias Hasselmann2007-09-067-0/+2014
* support multiple namespace mappings for binding really broken librariesMathias Hasselmann2007-09-063-35/+101
* support for GPatternSpecMathias Hasselmann2007-09-062-0/+16
* link to bug 473804 for Object::notify add property sample from Wiki asMathias Hasselmann2007-09-055-1/+93
* support strings in switch statements, fixes bug 473462Mathias Hasselmann2007-09-045-32/+158
* emit line directives in debug modeJuerg Billeter2007-09-0419-62/+120
* add string.to_doubleMathias Hasselmann2007-09-032-0/+6
* Fixed ChangeLog order. Shame on you, git-rebase.Mathias Hasselmann2007-09-021-4/+4
* Handle markup errors in GIDL files.Mathias Hasselmann2007-09-022-4/+11
* fix virtual methods with generic return typeJuerg Billeter2007-09-022-1/+6
* improve Screen class, patch by Ed SchoutenJuerg Billeter2007-09-022-2/+6
* handle null pointer for expression_type in get_implicit_cast_expression.Mathias Hasselmann2007-09-025-1/+31
* adding vapicheck as tool to verify Vala bindings. currently only .metadataMathias Hasselmann2007-09-023-1/+203
* regenerated for release 1.90.4Mathias Hasselmann2007-09-024-141/+151
* avoid unnecessary xml_pp dependency, patch by Alberto Ruiz, fixes bugJuerg Billeter2007-09-013-5/+10
* improve gidlgen command-line options, patch by Alberto Ruiz, fixes bugJuerg Billeter2007-09-012-4/+9
* fix internal warnings on syntax errorsJuerg Billeter2007-09-012-4/+16
* use subtyping, patch by Ed SchoutenJuerg Billeter2007-09-012-7/+20
* fix implicit casts to support non-GObject classes, enable run-time checksJuerg Billeter2007-09-019-174/+131
* mark pango_glyph_item_letter_space.log_attrs andMathias Hasselmann2007-09-013-3/+14
* gtk_init_with_args.entries as array mark PangoLogAttr as value typeMathias Hasselmann2007-09-015-20/+30
* let DataType.is_subtype_of return true if the specified type is the sameJuerg Billeter2007-09-017-16/+25
* add introduction to data typesJuerg Billeter2007-09-012-0/+6
* visit finally body, fixes bug 467919Juerg Billeter2007-09-012-0/+8
* add xsltproc as optional dependency add initial structure for the ValaJuerg Billeter2007-09-0121-35/+336
* check arguments of methods with ellipsis parametersJuerg Billeter2007-09-012-2/+25
* improve error reporting for expression, while, and for statements and forJuerg Billeter2007-08-312-0/+31
* Post-release version bumpJuerg Billeter2007-08-312-1/+5
* update for 0.1.3 releaseVALA_0_1_3Juerg Billeter2007-08-312-0/+31
* only install man pages for vapigen and gidlgen if vapigen is enabledJuerg Billeter2007-08-312-1/+24
* fix binding provider supportJuerg Billeter2007-08-312-0/+6
* number temp variables for each function separately, don't use reserved __Juerg Billeter2007-08-313-1/+15
* simplify struct variable initialization, remove unnecessary warningJuerg Billeter2007-08-312-17/+7
* support base_class attributeJuerg Billeter2007-08-314-3/+20
* use G_TYPE_POINTER for not registered classes, add has_type_id attributeJuerg Billeter2007-08-3116-99/+130
* hide internal API and specify correct header files regeneratedMathias Hasselmann2007-08-303-34/+16
* don't NULL-terminate value-type arraysJuerg Billeter2007-08-302-1/+11