lazarus-ccr/applications/gobject-introspection
drewski207 8fdb7bbd70 gir2pascal changes:
- Added option --max-version. It allows to limit the version of the symbols to a particular version. i.e. Gtk-3.8 when run against 3.14.
 - Added option --keep-deprecated-version. It allow to reduce the version that will exclude deprecated symbols. i.e using --keep-deprecated-version=Gtk-3.8 on version 3.14 will include all symbols from 3.8 up to the current when normally they would be dropped.
 - Some changes to accomodate new nodes in the gir xml files.


git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5356 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2016-11-17 02:54:44 +00:00
..
commandlineoptions.pas Added some methods to the command line reader for gir2pascal to assign tags to command line parameters. 2012-08-27 00:55:22 +00:00
gir2pascal.ico Added gobject introspection converter. Can be used to convert .gir files into pascal units. 2011-09-22 00:15:42 +00:00
gir2pascal.lpi gir2pascal changes: 2016-11-17 02:54:44 +00:00
gir2pascal.lpr gir2pascal changes: 2016-11-17 02:54:44 +00:00
gir2pascal.res gir2pascal changes: 2016-11-17 02:54:44 +00:00
girctypesmapping.pas Fixed some name resolution which caused some types to be a child of the wrong type. 2011-09-24 21:06:08 +00:00
girerrors.pas Updated gir2pascal to add the parameter error: PPGError to functions if throws=1 is set as a property name 2014-01-06 02:31:04 +00:00
girfiles.pas gir2pascal changes: 2016-11-17 02:54:44 +00:00
girnamespaces.pas gir2pascal changes: 2016-11-17 02:54:44 +00:00
girobjects.pas gir2pascal changes: 2016-11-17 02:54:44 +00:00
girparser.pas Added gobject introspection converter. Can be used to convert .gir files into pascal units. 2011-09-22 00:15:42 +00:00
girpascalclasswriter.pas Removed CustApp dependency of gir2pas 2012-08-26 20:05:29 +00:00
girpascalwriter.pas gir2pascal changes: 2016-11-17 02:54:44 +00:00
girpascalwritertypes.pas gir2pascal changes: 2016-11-17 02:54:44 +00:00
girtokens.pas gir2pascal changes: 2016-11-17 02:54:44 +00:00