summaryrefslogtreecommitdiff
path: root/gobject-introspection-1.0.pc.in
Commit message (Collapse)AuthorAgeFilesLines
* Bug 567813 – Everything should be versionedJohan Dahlin2009-01-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | 2009-01-15 Johan Dahlin <jdahlin@async.com.br> Bug 567813 – Everything should be versioned * gir/Makefile.am: * girepository/Makefile.am: * girepository/girepository.c (init_globals): * girepository/girparser.c (locate_gir): * giscanner/dumper.py: * giscanner/transformer.py: * gobject-introspection-1.0.pc.in: * tests/everything/Makefile.am: * tests/invoke/Makefile.am: * tests/offsets/Makefile.am: * tests/repository/Makefile.am: * tests/scanner/Makefile.am: * tools/Makefile.am: svn path=/trunk/; revision=1046
* Bug 558062 – provide and use paths in the .pc fileTommi Komulainen2008-10-271-0/+1
| | | | | | | | | | 2008-10-27 Tommi Komulainen <tommi.komulainen@iki.fi> * gobject-introspection-1.0.pc.in: provide typelibdir variable for where .typelibs should be installed (callers shouldn't need to construct paths from bits and pieces) svn path=/trunk/; revision=818
* Add g-ir-generate. Support $(DEBUG) Do immediate close tags if noColin Walters2008-08-221-4/+1
| | | | | | | | | | | 2008-08-22 Colin Walters <walters@verbum.org> * gobject-introspection-1.0.pc.in: Add g-ir-generate. * tests/Makefile.am: Support $(DEBUG) * tools/generate.c: Do immediate close tags if no sub-elements. svn path=/trunk/; revision=448
* Add a g_ir_compiler variableJohan Dahlin2008-08-191-0/+1
| | | | | | | | | | 2008-08-19 Johan Dahlin <johan@gnome.org> * gobject-introspection-1.0.pc.in: Add a g_ir_compiler variable svn path=/trunk/; revision=402
* Install g-idl-compiler and g-idl-generate to go along with how we'reColin Walters2008-07-261-3/+4
| | | | | | | | | | | | 2008-07-26 Colin Walters <walters@verbum.org> * tools/Makefile.am (bin_PROGRAMS): Install g-idl-compiler and g-idl-generate to go along with how we're changing this module to be installed. * gobject-introspection-1.0.pc.in: Set up Cflags and Libs. svn path=/trunk/; revision=297
* Improve error reporting when trying to quote None. Do not print warningsJohan Dahlin2008-05-311-0/+1
| | | | | | | | | | | | | | | | | | | | | 2008-05-31 Johan Dahlin <jdahlin@async.com.br> * giscanner/xmlwriter.py: Improve error reporting when trying to quote None. * giscanner/girparser.py: Do not print warnings when including more complete .gir files * giscanner/girwriter.py: Do not require a name for parameters, add a todo for singletons * giscanner/glibtransformer.py: Refactor the way structs are done, add a couple of hacks to allow us to get further. * giscanner/transformer.py: Add enough hacks so cairo, atk and pango.gir can be parsed properly * gobject-introspection-1.0.pc.in: Export girdir, so we can access gobject-2.0.gir from outside svn path=/trunk/; revision=280
* Rename pkg-config name to gobject-introspection-1.0, Do not installedJohan Dahlin2008-05-311-0/+18
2008-05-31 Johan Dahlin <jdahlin@async.com.br> * Makefile.am: * configure.ac: * girepository/Makefile.am: * giscanner/transformer.py: * gobject-introspection-1.0.pc.in: * gobject-introspection.pc.in: * tools/Makefile.am: Rename pkg-config name to gobject-introspection-1.0, Do not installed anything which is not using the gir format. Disable compililation the old C scanner, but still keep the source until all the remaning functionallity has been ported. svn path=/trunk/; revision=277