Switch over to GIR as the default format. Add a simple GIDL parser. Update
authorJohan Dahlin <johan@gnome.org>
Mon, 28 Apr 2008 01:21:27 +0000 (01:21 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Mon, 28 Apr 2008 01:21:27 +0000 (01:21 +0000)
commitfd3faa5d62cdf5b4108d2cf103d03e0e88baa52f
tree6664ec8c50fab7b745258678df5f7cb40a16a44d
parent1fdc97d62fd2c523db8a8053f7b6e9af598cde45
Switch over to GIR as the default format. Add a simple GIDL parser. Update

2008-04-27  Johan Dahlin  <johan@gnome.org>

    * configure.ac:
    * giscanner/Makefile.am:
    * giscanner/girparser.py:
    * giscanner/glibtransformer.py:
    * tests/parser/Foo-expected.gidl:
    * tests/parser/Foo-expected.gir:
    * tests/parser/Makefile.am:
    * tests/parser/utility-expected.gidl:
    * tests/parser/utility-expected.gir:
    * tools/g-ir-scanner:
    Switch over to GIR as the default format. Add a simple GIDL
    parser.
    Update tests and fix simplify makefiles by depending
    on GNU make extensions.

svn path=/trunk/; revision=237
ChangeLog
configure.ac
giscanner/Makefile.am
giscanner/girparser.py [new file with mode: 0644]
giscanner/glibtransformer.py
tests/parser/Foo-expected.gidl [deleted file]
tests/parser/Foo-expected.gir [new file with mode: 0644]
tests/parser/Makefile.am
tests/parser/utility-expected.gidl [deleted file]
tests/parser/utility-expected.gir [new file with mode: 0644]
tools/g-ir-scanner