platform/upstream/gobject-introspection.git
15 years agoAdd pyflakes.py and run it in make check. Update the source code to fix
Johan Dahlin [Thu, 14 Aug 2008 11:23:26 +0000 (11:23 +0000)]
Add pyflakes.py and run it in make check. Update the source code to fix

2008-08-14  Johan Dahlin  <johan@gnome.org>

    * giscanner/girwriter.py:
    * giscanner/glibast.py:
    * giscanner/glibtransformer.py:
    * giscanner/transformer.py:
    * misc/pyflakes.py:
    * tests/Makefile.am:
    Add pyflakes.py and run it in make check.
    Update the source code to fix the errors reported by
    pyflakes.

svn path=/trunk/; revision=370

15 years agoRefactor the parser a bit. Add parent type to interfaces and update
Johan Dahlin [Thu, 14 Aug 2008 11:13:51 +0000 (11:13 +0000)]
Refactor the parser a bit. Add parent type to interfaces and update

2008-08-14  Johan Dahlin  <johan@gnome.org>

    * giscanner/ast.py:
    * giscanner/girparser.py:
    * giscanner/glibast.py:
    * giscanner/glibtransformer.py:
    Refactor the parser a bit.
    Add parent type to interfaces and update callsites.

svn path=/trunk/; revision=369

15 years agoClean up cgobject.py a little, fix pep8 errors
Johan Dahlin [Thu, 14 Aug 2008 09:54:09 +0000 (09:54 +0000)]
Clean up cgobject.py a little, fix pep8 errors

svn path=/trunk/; revision=368

15 years agoRefactor a bit, avoid isinstance and add a method for each type we parse.
Johan Dahlin [Thu, 14 Aug 2008 09:47:58 +0000 (09:47 +0000)]
Refactor a bit, avoid isinstance and add a method for each type we parse.

2008-08-14  Johan Dahlin  <johan@gnome.org>

    * giscanner/glibtransformer.py:
    * giscanner/utils.py:
    Refactor a bit, avoid isinstance and add a method
    for each type we parse.

svn path=/trunk/; revision=367

15 years agoRun pep8.py in make check, fix old errors.
Johan Dahlin [Thu, 14 Aug 2008 09:28:38 +0000 (09:28 +0000)]
Run pep8.py in make check, fix old errors.

2008-08-14  Johan Dahlin  <johan@gnome.org>

    * giscanner/ast.py:
    * giscanner/girparser.py:
    * giscanner/glibtransformer.py:
    * tests/Makefile.am:
    Run pep8.py in make check, fix old errors.

svn path=/trunk/; revision=366

15 years agoParse records.
Colin Walters [Wed, 13 Aug 2008 22:23:06 +0000 (22:23 +0000)]
Parse records.

2008-08-13  Colin Walters  <walters@verbum.org>

* giscanner/girparser.py: Parse records.

svn path=/trunk/; revision=365

15 years agoInstall again. Add some more bits.
Colin Walters [Wed, 13 Aug 2008 22:19:04 +0000 (22:19 +0000)]
Install again. Add some more bits.

2008-08-13  Colin Walters  <walters@verbum.org>

* gir/Makefile.am: Install again.
* gir/gobject-2.0.gir: Add some more bits.

svn path=/trunk/; revision=364

15 years agoUse correct namespace, add GType. Handle aliases. Record aliases. Make
Colin Walters [Wed, 13 Aug 2008 22:06:59 +0000 (22:06 +0000)]
Use correct namespace, add GType. Handle aliases. Record aliases. Make

2008-08-13  Colin Walters  <walters@verbum.org>

* gir/gobject-2.0.gir: Use correct namespace, add GType.
* giscanner/girparser.py: Handle aliases.
* giscanner/transformer.py: Record aliases.  Make resolver
functions public; we now call into these explicitly from
glibtransformer.  Handle resolving aliases.
* giscanner/glibtransformer.py: Separate our internal namespace
from included ones.  Call up into transformer's resolver functions.

svn path=/trunk/; revision=363

15 years agoAllow get_type to be None, set a get_type for GInitiallyUnowned too.
Johan Dahlin [Wed, 13 Aug 2008 21:44:38 +0000 (21:44 +0000)]
Allow get_type to be None, set a get_type for GInitiallyUnowned too.

2008-08-13  Johan Dahlin  <johan@gnome.org>

    * girepository/girnode.c (g_ir_node_get_full_size_internal):
    * girepository/girparser.c (start_class):
    * giscanner/glibtransformer.py:
    Allow get_type to be None, set a get_type for GInitiallyUnowned too.

svn path=/trunk/; revision=362

15 years agoremote two prints
Johan Dahlin [Wed, 13 Aug 2008 21:26:16 +0000 (21:26 +0000)]
remote two prints

svn path=/trunk/; revision=361

15 years agoRegister GInitiallyUnowned
Johan Dahlin [Wed, 13 Aug 2008 21:25:15 +0000 (21:25 +0000)]
Register GInitiallyUnowned

2008-08-13  Johan Dahlin  <johan@gnome.org>

    * giscanner/cgobject.py:
    Register GInitiallyUnowned
    * giscanner/girwriter.py:
    * giscanner/glibtransformer.py:
    Special case GObject/GInitially owned as they are a bit special to use.

svn path=/trunk/; revision=360

15 years agoObject is in GObject namespace.
Colin Walters [Wed, 13 Aug 2008 21:02:15 +0000 (21:02 +0000)]
Object is in GObject namespace.

2008-08-13  Colin Walters  <walters@verbum.org>

* tests/scanner/Foo-expected.gir, tests/scanner/utility-expected.gir:
Object is in GObject namespace.

svn path=/trunk/; revision=359

15 years agoFix processing of functions from last commit.
Colin Walters [Wed, 13 Aug 2008 20:44:58 +0000 (20:44 +0000)]
Fix processing of functions from last commit.

2008-08-13  Colin Walters  <walters@verbum.org>

* giscanner/girparser.py: Fix processing of functions
from last commit.

svn path=/trunk/; revision=358

15 years agoParse more than just <class. Put aliases in a separate data structure
Colin Walters [Wed, 13 Aug 2008 20:36:15 +0000 (20:36 +0000)]
Parse more than just <class. Put aliases in a separate data structure

2008-08-13  Colin Walters  <walters@verbum.org>

* giscanner/girparser.py: Parse more than just <class.
* giscanner/glibtransformer.py: Put aliases in a separate
data structure since their name is not canonicall.
* giscanner/transformer.py: Handle resolving type names
from includes.

svn path=/trunk/; revision=357

15 years agoAllow multiple libraries Rename load_library to add_library, traverse over
Johan Dahlin [Wed, 13 Aug 2008 20:24:10 +0000 (20:24 +0000)]
Allow multiple libraries Rename load_library to add_library, traverse over

2008-08-13  Johan Dahlin  <johan@gnome.org>

    * tools/g-ir-scanner:
    Allow multiple libraries
    * giscanner/glibtransformer.py:
    Rename load_library to add_library, traverse over all libraries
    when trying to resolve a function

svn path=/trunk/; revision=356

15 years agoRecord typedefs as <alias> elements. Also attempt to look up types in
Colin Walters [Wed, 13 Aug 2008 16:10:09 +0000 (16:10 +0000)]
Record typedefs as <alias> elements. Also attempt to look up types in

2008-08-12  Colin Walters  <walters@verbum.org>

* giscanner/transformer.py: Record typedefs as <alias> elements.
  Also attempt to look up types in external namespaces.
* giscanner/girwriter.py: Write them.
* giscanner/glibtransformer.py: Rework resolver using real instanceof
checks.  Resolve interface methods and properties.
* tests/scanner/foo-object.h: Add a method with typedef.
* tests/scanner/Foo-expected.gir: Update.
* girepository/girnode.c: Debug tweaks.
* girepository/girparser.c: Make a first pass through the XML where we
record all the aliases.  This lets us resolve them as we go through the
second pass.
* gir/Makefile.am: Don't install gobject-2.0.gir; we want that to come
from gir-repository.

svn path=/trunk/; revision=355

15 years agoAlso transform object properties.
Colin Walters [Tue, 12 Aug 2008 19:20:43 +0000 (19:20 +0000)]
Also transform object properties.

2008-08-12  Colin Walters  <walters@verbum.org>

* giscanner/glibtransformer.py: Also transform object properties.

svn path=/trunk/; revision=354

15 years agopep8
Colin Walters [Tue, 12 Aug 2008 19:07:40 +0000 (19:07 +0000)]
pep8

svn path=/trunk/; revision=353

15 years agoAlso transform callbacks and structure field types. Update to expect
Colin Walters [Tue, 12 Aug 2008 19:06:34 +0000 (19:06 +0000)]
Also transform callbacks and structure field types. Update to expect

2008-08-12  Colin Walters  <walters@verbum.org>

* giscanner/glibtransformer.py: Also transform callbacks
and structure field types.
* tests/scanner/Fooe-expected.gir: Update to expect correct
names for callbacks and structs.

svn path=/trunk/; revision=352

15 years agoHandle 'any'. Add test for void *.
Colin Walters [Tue, 12 Aug 2008 18:49:16 +0000 (18:49 +0000)]
Handle 'any'. Add test for void *.

2008-08-12  Colin Walters  <walters@verbum.org>

* girepository/girparser.c: Handle 'any'.
* tests/scanner/Foo-expected.gir, tests/scanner/foo-object.h:
Add test for void *.

svn path=/trunk/; revision=351

15 years agoWe need to do type resolution in a second pass after we've seen all the
Colin Walters [Tue, 12 Aug 2008 18:36:33 +0000 (18:36 +0000)]
We need to do type resolution in a second pass after we've seen all the

2008-08-12  Colin Walters  <walters@verbum.org>

* giscanner/glibtransformer.py: We need to do type
resolution in a second pass after we've seen all the
enums, records, etc.

svn path=/trunk/; revision=350

15 years agoAdd enum return value. Transform function return types too.
Colin Walters [Tue, 12 Aug 2008 17:31:50 +0000 (17:31 +0000)]
Add enum return value. Transform function return types too.

2008-08-12  Colin Walters  <walters@verbum.org>

* tests/scanner/Foo-expected.gir, tests/scanner/foo-object.h:
Add enum return value.
* giscanner/glibtransformer.py: Transform function return types
too.

svn path=/trunk/; revision=349

15 years agoDep .gir files on scanner sources too. Also remove @ so we see scanner
Colin Walters [Tue, 12 Aug 2008 17:13:59 +0000 (17:13 +0000)]
Dep .gir files on scanner sources too. Also remove @ so we see scanner

2008-08-12  Colin Walters  <walters@verbum.org>

* tests/scanner/Makefile.am: Dep .gir files on scanner
sources too.  Also remove @ so we see scanner invocations.

svn path=/trunk/; revision=348

15 years agoRemove usage of (GAPI-oriented) TypeTag in favor of GITypeTag from
Colin Walters [Tue, 12 Aug 2008 15:34:27 +0000 (15:34 +0000)]
Remove usage of (GAPI-oriented) TypeTag in favor of GITypeTag from

2008-08-12  Colin Walters  <walters@verbum.org>

* girepository/girparser.c, girepository/gtypelib.c,
girepository/gtypelib.h, girepository/girnode.c:
Remove usage of (GAPI-oriented) TypeTag in favor of
GITypeTag from girepository.h.

svn path=/trunk/; revision=347

15 years agoUse the correct tests.
Colin Walters [Sun, 10 Aug 2008 20:54:00 +0000 (20:54 +0000)]
Use the correct tests.

2008-08-10  Colin Walters  <walters@verbum.org>

* tests/roundtrip.sh: Use the correct tests.

svn path=/trunk/; revision=346

15 years agoPEP-8*
Johan Dahlin [Sun, 10 Aug 2008 20:37:03 +0000 (20:37 +0000)]
PEP-8*

svn path=/trunk/; revision=345

15 years agoAdd new decorator @gwrap which forces us to declare types for both return
Colin Walters [Sun, 10 Aug 2008 20:34:18 +0000 (20:34 +0000)]
Add new decorator @gwrap which forces us to declare types for both return

2008-08-10  Colin Walters  <walters@verbum.org>

* giscanner/cgobject.py: Add new decorator @gwrap which forces
us to declare types for both return value and parameters.  The
ctypes default of 'int' is bad because it hides 32/64 bit
problems.  Convert all existing functions to use it.

svn path=/trunk/; revision=344

15 years agoadd a pep8 script
Johan Dahlin [Sun, 10 Aug 2008 20:20:41 +0000 (20:20 +0000)]
add a pep8 script

svn path=/trunk/; revision=343

15 years agoClean up gcov integration a bit
Johan Dahlin [Sat, 9 Aug 2008 13:17:00 +0000 (13:17 +0000)]
Clean up gcov integration a bit

svn path=/trunk/; revision=342

15 years agoPEP8ify
Johan Dahlin [Sat, 9 Aug 2008 13:07:11 +0000 (13:07 +0000)]
PEP8ify

2008-08-09  Johan Dahlin  <johan@gnome.org>

    * giscanner/__init__.py:
    * giscanner/ast.py:
    * giscanner/cgobject.py:
    * giscanner/gidlparser.py:
    * giscanner/gidlwriter.py:
    * giscanner/girparser.py:
    * giscanner/girwriter.py:
    * giscanner/glibast.py:
    * giscanner/glibtransformer.py:
    * giscanner/odict.py:
    * giscanner/sourcescanner.py:
    * giscanner/transformer.py:
    * giscanner/utils.py:
    * giscanner/xmlwriter.py:
    * tools/g-ir-scanner:

    PEP8ify

svn path=/trunk/; revision=341

15 years agoRemove outdated relaxng schemas.
Johan Dahlin [Sat, 9 Aug 2008 12:59:52 +0000 (12:59 +0000)]
Remove outdated relaxng schemas.

2008-08-09  Johan Dahlin  <johan@gnome.org>

    * relaxng/api.xml:
    * relaxng/c-types.xml:
    * relaxng/g-types.xml:
    * relaxng/relaxng.rng:
    * relaxng/util.xml:
    Remove outdated relaxng schemas.

svn path=/trunk/; revision=340

15 years agoRename metadata to typelib in variable names, comments and apis.
Johan Dahlin [Sat, 9 Aug 2008 12:55:32 +0000 (12:55 +0000)]
Rename metadata to typelib in variable names, comments and apis.

2008-08-09  Johan Dahlin  <johan@gnome.org>

    * *.[ch]:
    Rename metadata to typelib in variable names,
    comments and apis.

svn path=/trunk/; revision=339

15 years agoRemove old C scanner, which got rewritten in python.
Johan Dahlin [Sat, 9 Aug 2008 12:48:02 +0000 (12:48 +0000)]
Remove old C scanner, which got rewritten in python.

2008-08-09  Johan Dahlin  <johan@gnome.org>

    * tools/scanner.c:
    * tools/scanner.h:
    Remove old C scanner, which got rewritten in python.

svn path=/trunk/; revision=338

15 years agoMove shared *.[ch] files to girepository from tools
Johan Dahlin [Sat, 9 Aug 2008 12:46:48 +0000 (12:46 +0000)]
Move shared *.[ch] files to girepository from tools

2008-08-09  Johan Dahlin  <johan@gnome.org>

    * girepository/Makefile.am:
    * tools/Makefile.am:
    * tools/girmodule.c:
    * tools/girmodule.h:
    * tools/girnode.c:
    * tools/girnode.h:
    * tools/girparser.c:
    * tools/girparser.h:
    * tools/girwriter.c:
    * tools/girwriter.h:
    Move shared *.[ch] files to girepository from tools

svn path=/trunk/; revision=337

15 years agoRename *.test to *.gir
Johan Dahlin [Sat, 9 Aug 2008 12:37:06 +0000 (12:37 +0000)]
Rename *.test to *.gir

2008-08-09  Johan Dahlin  <johan@gnome.org>

    * tests/Makefile.am:
    * tests/array.test:
    * tests/boxed.test:
    * tests/constant.test:
    * tests/enum.test:
    * tests/errors.test:
    * tests/function.test:
    * tests/gobject.test:
    * tests/interface.test:
    * tests/object.test:
    * tests/struct.test:
    * tests/types.test:
    * tests/union.test:
    * tests/xref1.test:
    * tests/xref2.test:
    Rename *.test to *.gir

svn path=/trunk/; revision=335

15 years agoRename tests/parser to test/scanner
Johan Dahlin [Sat, 9 Aug 2008 12:34:29 +0000 (12:34 +0000)]
Rename tests/parser to test/scanner

2008-08-09  Johan Dahlin  <johan@gnome.org>

    * configure.ac:
    * tests/Makefile.am:
    * tests/parser/Foo-expected.gir:
    * tests/parser/Makefile.am:
    * tests/parser/foo-object.h:
    * tests/parser/foo.c:
    * tests/parser/utility-expected.gir:
    * tests/parser/utility.c:
    * tests/parser/utility.h:
    * tests/scanner/Makefile.am:
    Rename tests/parser to test/scanner

svn path=/trunk/; revision=334

15 years agoUse local .gir files again.
Colin Walters [Sat, 9 Aug 2008 00:18:17 +0000 (00:18 +0000)]
Use local .gir files again.

2008-08-08  Colin Walters  <walters@verbum.org>

* tests/roundtrips.sh: Use local .gir files again.

svn path=/trunk/; revision=333

15 years ago.gir file depends on libtool library.
Colin Walters [Sat, 9 Aug 2008 00:16:59 +0000 (00:16 +0000)]
.gir file depends on libtool library.

2008-08-08  Colin Walters  <walters@verbum.org>

* tests/invoke/Makefile.am: .gir file depends on libtool
library.

svn path=/trunk/; revision=332

15 years agoPass through parent node so we can print the node whose child is NULL, if
Colin Walters [Sat, 9 Aug 2008 00:15:29 +0000 (00:15 +0000)]
Pass through parent node so we can print the node whose child is NULL, if

2008-08-08  Colin Walters  <walters@verbum.org>

* tools/girnode.c: Pass through parent node so we can
print the node whose child is NULL, if that occurs.

svn path=/trunk/; revision=331

15 years agoRemove debug print
Colin Walters [Sat, 9 Aug 2008 00:14:31 +0000 (00:14 +0000)]
Remove debug print

svn path=/trunk/; revision=330

15 years agoSay explicitly which node was NULL
Colin Walters [Sat, 9 Aug 2008 00:13:34 +0000 (00:13 +0000)]
Say explicitly which node was NULL

svn path=/trunk/; revision=329

15 years agodisable a test
Johan Dahlin [Fri, 8 Aug 2008 20:18:19 +0000 (20:18 +0000)]
disable a test

svn path=/trunk/; revision=328

15 years agoDisable roundtrip tests which are not yet working Rewrite as gir.
Johan Dahlin [Fri, 8 Aug 2008 20:16:56 +0000 (20:16 +0000)]
Disable roundtrip tests which are not yet working Rewrite as gir.

2008-08-08  Johan Dahlin  <johan@gnome.org>

    * tests/Makefile.am:
    Disable roundtrip tests which are not yet working
    * tests/invoke/testfns.gir:
    Rewrite as gir.
2008-08-08  Johan Dahlin  <johan@gnome.org>

    * tests/Makefile.am:
    Disable roundtrip tests which are not yet working
    * tests/invoke/testfns.gir:
    Rewrite as gir.

svn path=/trunk/; revision=327

15 years agotype -> ntype
Johan Dahlin [Fri, 8 Aug 2008 20:05:49 +0000 (20:05 +0000)]
type -> ntype

2008-08-08  Johan Dahlin  <johan@gnome.org>

    * giscanner/girwriter.py:
    type -> ntype
    * giscanner/glibast.py:
    * giscanner/glibtransformer.py:
    Swap order of members, to keep it consistent with
    base enum class

svn path=/trunk/; revision=326

15 years agoMerge in the gir-compiler branch. Thanks to Philip and Colin for their
Johan Dahlin [Fri, 8 Aug 2008 19:09:17 +0000 (19:09 +0000)]
Merge in the gir-compiler branch. Thanks to Philip and Colin for their

2008-08-08  Johan Dahlin  <johan@gnome.org>

    * girepository/gtypelib.c (validate_header):
    * girepository/gtypelib.h:
    * giscanner/ast.py:
    * giscanner/girwriter.py:
    * giscanner/sourcescanner.c (gi_source_symbol_ref),
    (gi_source_symbol_unref):
    * tests/array.test:
    * tests/boxed.test:
    * tests/constant.test:
    * tests/enum.test:
    * tests/errors.test:
    * tests/function.test:
    * tests/gobject.test:
    * tests/interface.test:
    * tests/invoke/Makefile.am:
    * tests/invoke/testfns.xml:
    * tests/object.test:
    * tests/parser/Makefile.am:
    * tests/roundtrips.sh:
    * tests/struct.test:
    * tests/types.test:
    * tests/union.test:
    * tests/xref1.test:
    * tests/xref2.test:
    * tools/Makefile.am:
    * tools/compiler.c (main):
    * tools/generate.c (write_callable_info), (write_function_info),
    (write_repository):
    * tools/gidlmodule.c:
    * tools/gidlmodule.h:
    * tools/gidlnode.c:
    * tools/gidlnode.h:
    * tools/gidlparser.c:
    * tools/gidlparser.h:
    * tools/gidlwriter.c:
    * tools/gidlwriter.h:
    * tools/scanner.c (create_node_from_gtype),
    (create_node_from_ctype), (g_igenerator_process_properties),
    (g_igenerator_process_signals), (g_igenerator_create_object),
    (g_igenerator_create_interface), (g_igenerator_create_boxed),
    (g_igenerator_create_enum), (g_igenerator_create_flags),
    (g_igenerator_process_function_symbol),
    (g_igenerator_process_unregistered_struct_typedef),
    (g_igenerator_process_struct_typedef),
    (g_igenerator_process_union_typedef),
    (g_igenerator_process_enum_typedef),
    (g_igenerator_process_function_typedef),
    (g_igenerator_process_constant), (g_igenerator_process_symbols),
    (g_igenerator_add_module), (g_igenerator_add_include_idl):
    Merge in the gir-compiler branch.
    Thanks to Philip and Colin for their help.

svn path=/trunk/; revision=325

15 years agoInstall g-idl-compiler and g-idl-generate to go along with how we're
Colin Walters [Sat, 26 Jul 2008 20:26:56 +0000 (20:26 +0000)]
Install g-idl-compiler and g-idl-generate to go along with how we're

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

15 years agoAdd environment variable G_IREPOSITORY_VERBOSE so we can print out what
Colin Walters [Thu, 24 Jul 2008 19:20:40 +0000 (19:20 +0000)]
Add environment variable G_IREPOSITORY_VERBOSE so we can print out what

2008-07-24  Colin Walters  <walters@verbum.org>

* girepository/girepository.c (g_irepository_register): Add
environment variable G_IREPOSITORY_VERBOSE so we can print
out what we're doing.
* girepository/girepository.c (g_irepository_register_file):
Add GError error message to g_debug call.

svn path=/trunk/; revision=296

16 years agoFix typo
Jürg Billeter [Tue, 8 Jul 2008 11:46:38 +0000 (11:46 +0000)]
Fix typo

2008-07-08  Jürg Billeter  <j@bitron.ch>

* giscanner/glibast.py:

Fix typo

svn path=/trunk/; revision=295

16 years agometadata->typelib here too, bump version
Johan Dahlin [Sun, 22 Jun 2008 15:03:03 +0000 (15:03 +0000)]
metadata->typelib here too, bump version

svn path=/trunk/; revision=294

16 years agorename metadata-format.txt to typelib-format.txt
Johan Dahlin [Sun, 22 Jun 2008 15:00:28 +0000 (15:00 +0000)]
rename metadata-format.txt to typelib-format.txt

svn path=/trunk/; revision=293

16 years agoIgnore a few more tags
Johan Dahlin [Sat, 21 Jun 2008 12:57:49 +0000 (12:57 +0000)]
Ignore a few more tags

2008-06-21  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/girparser.py (GIRParser._parse_api): Ignore a few
    more tags

svn path=/trunk/; revision=292

16 years agoAdd support for gtk-doc annotations for allow-none. Add test case.
Johan Dahlin [Fri, 20 Jun 2008 22:27:07 +0000 (22:27 +0000)]
Add support for gtk-doc annotations for allow-none. Add test case.

2008-06-20  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/ast.py:
    * giscanner/girwriter.py:
    * giscanner/transformer.py:
    * tests/parser/Foo-expected.gir:
    * tests/parser/foo-object.h:
    * tests/parser/foo.c (foo_object_allow_none):
    Add support for gtk-doc annotations for allow-none.
    Add test case.

svn path=/trunk/; revision=291

16 years agoStart using abstract type instead of the raw C types. Register a bunch of
Johan Dahlin [Fri, 20 Jun 2008 01:33:09 +0000 (01:33 +0000)]
Start using abstract type instead of the raw C types. Register a bunch of

2008-06-19  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/ast.py:
    * giscanner/girwriter.py:
    * giscanner/glibast.py:
    * giscanner/glibtransformer.py:
    * giscanner/transformer.py:
    * tests/parser/Foo-expected.gir:
    Start using abstract type instead of the raw C types.
    Register a bunch of glib types we care about.

svn path=/trunk/; revision=290

16 years agoUpdate authors
Rob Taylor [Thu, 19 Jun 2008 22:22:48 +0000 (22:22 +0000)]
Update authors

2008-06-19  Rob Taylor  <rob.taylor@codethink.co.uk>

* AUTHORS:
Update authors

svn path=/trunk/; revision=289

16 years agotools/gidlnode.c
Philip Van Hoof [Sun, 8 Jun 2008 14:37:30 +0000 (14:37 +0000)]
tools/gidlnode.c

2008-06-08  Philip Van Hoof  <pvanhoof@gnome.org>

        * girepository/girepository.c:
        * girepository/gtypelib.c:
        * girepository/ginfo.c:
        * girepository/ginvoke.c:
        * girepository/girepository.h:
        * girepository/gtypelib.h:
        * girepository/gmetadata.c:
        * girepository/Makefile.am:
        * girepository/gmetadata.h:
        * tools/compiler.c:
        * tools/gidlmodule.c:
        * tools/gidlnode.c
        * tools/generate.c:
        * tools/gidlmodule.h:
        * tools/gidlparser.c:

        Renamed GMetadata to GTypelib

svn path=/trunk/; revision=288

16 years agoRegenerate with proper indentation
Johan Dahlin [Sun, 8 Jun 2008 14:33:19 +0000 (14:33 +0000)]
Regenerate with proper indentation

svn path=/trunk/; revision=287

16 years agoImprove line wrapping when > 79 charaters
Johan Dahlin [Sat, 7 Jun 2008 12:39:35 +0000 (12:39 +0000)]
Improve line wrapping when > 79 charaters

2008-06-07  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/xmlwriter.py:
    Improve line wrapping when > 79 charaters

svn path=/trunk/; revision=286

16 years agoUse <type> element for field types Update testcase
Jürg Billeter [Thu, 5 Jun 2008 11:45:46 +0000 (11:45 +0000)]
Use <type> element for field types Update testcase

2008-06-05  Jürg Billeter  <j@bitron.ch>

* giscanner/ast.py:
* giscanner/girwriter.py:
* giscanner/transformer.py:
Use <type> element for field types
* tests/parser/Foo-expected.gir:
Update testcase

svn path=/trunk/; revision=285

16 years agoFix a bug which prevented GdkEvent from being generated
Johan Dahlin [Wed, 4 Jun 2008 22:38:35 +0000 (22:38 +0000)]
Fix a bug which prevented GdkEvent from being generated

2008-06-04  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/glibtransformer.py:
    Fix a bug which prevented GdkEvent from being generated

svn path=/trunk/; revision=284

16 years agoImprove enum member parsing and introspection
Johan Dahlin [Tue, 3 Jun 2008 23:32:04 +0000 (23:32 +0000)]
Improve enum member parsing and introspection

2008-06-03  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/Makefile.am:
    * giscanner/ast.py:
    * giscanner/girwriter.py:
    * giscanner/glibast.py:
    * giscanner/glibtransformer.py:
    * giscanner/transformer.py:
    * giscanner/utils.py:
    * tests/parser/Foo-expected.gir:
    Improve enum member parsing and introspection

svn path=/trunk/; revision=283

16 years agoRevert this part, it broke atk
Johan Dahlin [Sat, 31 May 2008 23:23:23 +0000 (23:23 +0000)]
Revert this part, it broke atk

svn path=/trunk/; revision=282

16 years agoAdd a new source type enum for member. Use __repr__ for improved debugging
Johan Dahlin [Sat, 31 May 2008 23:20:56 +0000 (23:20 +0000)]
Add a new source type enum for member. Use __repr__ for improved debugging

2008-05-31  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/scannerparser.y:
    * giscanner/sourcescanner.h:
    * giscanner/sourcescanner.py:
    Add a new source type enum for member.
    Use __repr__ for improved debugging
    * giscanner/girparser.py:
    Ignore some more
    * giscanner/transformer.py:
    Improve parsing of struct members.
    * tests/parser/foo-object.h:
    Add a new testcase

svn path=/trunk/; revision=281

16 years agoImprove error reporting when trying to quote None. Do not print warnings
Johan Dahlin [Sat, 31 May 2008 21:28:33 +0000 (21:28 +0000)]
Improve error reporting when trying to quote None. Do not print warnings

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

16 years agoAnd the Makefile, d'oh
Johan Dahlin [Sat, 31 May 2008 21:06:14 +0000 (21:06 +0000)]
And the Makefile, d'oh

svn path=/trunk/; revision=279

16 years agoUpdate sys.path before running the parser so we don't have to setup
Johan Dahlin [Sat, 31 May 2008 21:04:59 +0000 (21:04 +0000)]
Update sys.path before running the parser so we don't have to setup

2008-05-31  Johan Dahlin  <jdahlin@async.com.br>

    * tools/g-ir-scanner:
    * tests/parser/Makefile.am:
    Update sys.path before running the parser so we don't have
    to setup PYTHONPATH ourselves.

svn path=/trunk/; revision=278

16 years agoRename pkg-config name to gobject-introspection-1.0, Do not installed
Johan Dahlin [Sat, 31 May 2008 20:49:42 +0000 (20:49 +0000)]
Rename pkg-config name to gobject-introspection-1.0, Do not installed

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

16 years agoPrevent a crash when symbol->indent is NULL.
Johan Dahlin [Sat, 31 May 2008 14:14:07 +0000 (14:14 +0000)]
Prevent a crash when symbol->indent is NULL.

2008-05-31  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/giscannermodule.c (symbol_get_ident): Prevent
    a crash when symbol->indent is NULL.

svn path=/trunk/; revision=276

16 years agoAdd ctype_name, a function to convert a CTYPE symbol to a string
Johan Dahlin [Sat, 31 May 2008 14:13:18 +0000 (14:13 +0000)]
Add ctype_name, a function to convert a CTYPE symbol to a string

2008-05-31  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/sourcescanner.py (ctype_name): Add ctype_name,
    a function to convert a CTYPE symbol to a string

svn path=/trunk/; revision=275

16 years agoRevert back to using temporary files to send in headers. Allow Functions
Johan Dahlin [Sat, 24 May 2008 14:44:32 +0000 (14:44 +0000)]
Revert back to using temporary files to send in headers. Allow Functions

2008-05-24  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/ast.py:
    * giscanner/girwriter.py:
    * giscanner/giscannermodule.c
    (pygi_source_scanner_append_filename),
    (pygi_source_scanner_parse_file):
    * giscanner/glibtransformer.py:
    * giscanner/sourcescanner.py:
    Revert back to using temporary files to send in headers.
    Allow Functions to be passed in as callbacks, add a couple
    of try/excepts missing features.
    We can now scan pango

svn path=/trunk/; revision=274

16 years agoClean up and refactor enum namespacing
Johan Dahlin [Fri, 9 May 2008 00:51:07 +0000 (00:51 +0000)]
Clean up and refactor enum namespacing

svn path=/trunk/; revision=273

16 years agoMove namespace stripping glibtransformer->transformer
Johan Dahlin [Fri, 9 May 2008 00:43:21 +0000 (00:43 +0000)]
Move namespace stripping glibtransformer->transformer

2008-05-08  Johan Dahlin  <johan@gnome.org>

        * giscanner/glibtransformer.py:
        * giscanner/transformer.py:
        Move namespace stripping glibtransformer->transformer

svn path=/trunk/; revision=272

16 years agoMove part of the namespace prefix parsing from glibtransformer->transformer
Johan Dahlin [Fri, 9 May 2008 00:08:26 +0000 (00:08 +0000)]
Move part of the namespace prefix parsing from glibtransformer->transformer

svn path=/trunk/; revision=271

16 years agoImprove repr() for ast nodes
Johan Dahlin [Thu, 8 May 2008 23:41:07 +0000 (23:41 +0000)]
Improve repr() for ast nodes

svn path=/trunk/; revision=270

16 years agoResurrect GIDL
Johan Dahlin [Thu, 8 May 2008 23:38:50 +0000 (23:38 +0000)]
Resurrect GIDL

svn path=/trunk/; revision=269

16 years agoIntroduce a namespace ast node
Johan Dahlin [Thu, 8 May 2008 23:37:09 +0000 (23:37 +0000)]
Introduce a namespace ast node

2008-05-08  Johan Dahlin  <johan@gnome.org>

        * giscanner/ast.py:
        * giscanner/girwriter.py:
        * giscanner/glibtransformer.py:
        * giscanner/transformer.py:
        * tools/g-ir-scanner:
        Introduce a namespace ast node

svn path=/trunk/; revision=268

16 years agoAdd data type constants
Johan Dahlin [Tue, 6 May 2008 00:29:11 +0000 (00:29 +0000)]
Add data type constants

svn path=/trunk/; revision=267

16 years agoMove sourcescanner symbols to the sourcescanner module, instead of in the
Johan Dahlin [Mon, 5 May 2008 23:41:40 +0000 (23:41 +0000)]
Move sourcescanner symbols to the sourcescanner module, instead of in the

2008-05-05  Johan Dahlin  <johan@gnome.org>

        * giscanner/__init__.py:
        * giscanner/sourcescanner.py:
        * giscanner/transformer.py:
        Move sourcescanner symbols to the sourcescanner module, instead
        of in the global __init__ namespace.

svn path=/trunk/; revision=266

16 years agoFormat header, Remove dummy sys.path.insert
Johan Dahlin [Sat, 3 May 2008 15:13:10 +0000 (15:13 +0000)]
Format header, Remove dummy sys.path.insert

svn path=/trunk/; revision=265

16 years agoRefactor and comment scanner frontend
Johan Dahlin [Sat, 3 May 2008 15:09:38 +0000 (15:09 +0000)]
Refactor and comment scanner frontend

svn path=/trunk/; revision=264

16 years agoAvoid a tiny bit of duplication
Johan Dahlin [Sat, 3 May 2008 15:01:06 +0000 (15:01 +0000)]
Avoid a tiny bit of duplication

svn path=/trunk/; revision=263

16 years agoHandle missing parameters better, allow - and + in .la dlname filenames.
Johan Dahlin [Sat, 3 May 2008 14:59:43 +0000 (14:59 +0000)]
Handle missing parameters better, allow - and + in .la dlname filenames.

2008-05-03  Johan Dahlin  <johan@gnome.org>

        * giscanner/glibtransformer.py:
        * tools/g-ir-scanner:
        Handle missing parameters better, allow - and + in .la dlname
        filenames.

svn path=/trunk/; revision=262

16 years agoParse struct fields properly, improve debugging.
Johan Dahlin [Sat, 3 May 2008 14:36:47 +0000 (14:36 +0000)]
Parse struct fields properly, improve debugging.

2008-05-03  Johan Dahlin  <johan@gnome.org>

        * giscanner/__init__.py:
        * giscanner/ast.py:
        * giscanner/girwriter.py:
        * giscanner/glibtransformer.py:
        * giscanner/transformer.py:
        Parse struct fields properly, improve debugging.

svn path=/trunk/; revision=261

16 years agoUse transfer-ownership everywhere, to mark ownership/calle/caller etc.
Johan Dahlin [Wed, 30 Apr 2008 01:48:36 +0000 (01:48 +0000)]
Use transfer-ownership everywhere, to mark ownership/calle/caller etc.

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

        * giscanner/ast.py:
        * giscanner/girwriter.py:
        * giscanner/transformer.py:
        * tests/parser/Foo-expected.gir:
        * TODO:
        Use transfer-ownership everywhere, to mark ownership/calle/caller etc.

svn path=/trunk/; revision=260

16 years agoAdd a basic, unfinshed man page for g-ir-scanner, move documents into .txt
Johan Dahlin [Tue, 29 Apr 2008 11:29:37 +0000 (11:29 +0000)]
Add a basic, unfinshed man page for g-ir-scanner, move documents into .txt

2008-04-29  Johan Dahlin  <jdahlin@async.com.br>

    * Makefile.am:
    * docs/g-ir-scanner.1:
    * metadata-annotations-proposal.txt:
    * metadata-format.txt:
    Add a basic, unfinshed man page for g-ir-scanner, move documents into .txt

svn path=/trunk/; revision=259

16 years agogdk-pixbuf.gidl note
Johan Dahlin [Tue, 29 Apr 2008 11:20:29 +0000 (11:20 +0000)]
gdk-pixbuf.gidl note

svn path=/trunk/; revision=258

16 years agoWrite record/structs to gir file too. Add a couple of tests, fix an off by
Johan Dahlin [Tue, 29 Apr 2008 11:07:35 +0000 (11:07 +0000)]
Write record/structs to gir file too. Add a couple of tests, fix an off by

2008-04-29  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/girwriter.py:
    * giscanner/glibtransformer.py:
    * giscanner/transformer.py:
    * giscanner/xmlwriter.py:
    * tests/parser/Foo-expected.gir:
    * tests/parser/foo-object.h:
    Write record/structs to gir file too. Add a couple of tests,
    fix an off by one error in xmlwriter.py.

svn path=/trunk/; revision=257

16 years agoCalculate the line length properly, include the provided extra indentation
Johan Dahlin [Mon, 28 Apr 2008 22:37:23 +0000 (22:37 +0000)]
Calculate the line length properly, include the provided extra indentation

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

    * giscanner/xmlwriter.py: Calculate the line length properly,
    include the provided extra indentation in the calculation, really.

svn path=/trunk/; revision=256

16 years agoAdd a --strip-prefix and sort out confusion between names and symbols for
Johan Dahlin [Mon, 28 Apr 2008 22:14:43 +0000 (22:14 +0000)]
Add a --strip-prefix and sort out confusion between names and symbols for

2008-04-28  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/ast.py:
    * giscanner/glibast.py:
    * giscanner/glibtransformer.py:
    * giscanner/transformer.py:
    * tools/g-ir-scanner:
    Add a --strip-prefix and sort out confusion between names and symbols
    for functions and struct + derivaties.
    Refactor bootstrap of g-ir-scanner, so we can set options on
    Transformer() before parsing everything.

svn path=/trunk/; revision=255

16 years agoAvoid recursion when scanning girepository.h
Johan Dahlin [Mon, 28 Apr 2008 21:08:21 +0000 (21:08 +0000)]
Avoid recursion when scanning girepository.h

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

    * giscanner/transformer.py (Transformer._traverse_one): Avoid recursion
    when scanning girepository.h

    * giscanner/sourcescanner.py (SourceScanner._preprocess): Define
    a __GI_SCANNER__ when we run.

svn path=/trunk/; revision=254

16 years agoUpdate
Johan Dahlin [Mon, 28 Apr 2008 20:10:26 +0000 (20:10 +0000)]
Update

svn path=/trunk/; revision=253

16 years agoRename most c:identifier to c:type. Add new ones to
Johan Dahlin [Mon, 28 Apr 2008 19:49:46 +0000 (19:49 +0000)]
Rename most c:identifier to c:type. Add new ones to

2008-04-28  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/ast.py:
    * giscanner/girwriter.py:
    * giscanner/glibast.py:
    * giscanner/glibtransformer.py:
    * tests/parser/Foo-expected.gir:
    * tests/parser/utility-expected.gir:
    Rename most c:identifier to c:type. Add new ones to
    class/interface/enum/boxed.

svn path=/trunk/; revision=252

16 years agoUpdate TODO
Johan Dahlin [Mon, 28 Apr 2008 19:27:21 +0000 (19:27 +0000)]
Update TODO

svn path=/trunk/; revision=251

16 years agoMove c:identifier from return-value to subchild type, as per Jürgs
Johan Dahlin [Mon, 28 Apr 2008 19:24:11 +0000 (19:24 +0000)]
Move c:identifier from return-value to subchild type, as per Jürgs

2008-04-28  Johan Dahlin  <jdahlin@async.com.br>

    * giscanner/ast.py:
    * giscanner/girwriter.py:
    * giscanner/glibtransformer.py:
    * tests/parser/Foo-expected.gidl:
    * tests/parser/Makefile.am:
    Move c:identifier from return-value to subchild type,
    as per Jürgs suggestion

svn path=/trunk/; revision=250

16 years agoAdd parent for GInitiallyUnowned
Johan Dahlin [Mon, 28 Apr 2008 19:12:00 +0000 (19:12 +0000)]
Add parent for GInitiallyUnowned

svn path=/trunk/; revision=249

16 years agoCheck explicitly for None, so we can write False
Johan Dahlin [Mon, 28 Apr 2008 18:58:28 +0000 (18:58 +0000)]
Check explicitly for None, so we can write False

svn path=/trunk/; revision=248

16 years agoLine wrap license header
Johan Dahlin [Mon, 28 Apr 2008 12:06:37 +0000 (12:06 +0000)]
Line wrap license header

svn path=/trunk/; revision=247

16 years agoWrite property.type as a child node.
Johan Dahlin [Mon, 28 Apr 2008 11:52:53 +0000 (11:52 +0000)]
Write property.type as a child node.

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

        * giscanner/girwriter.py:
        * tests/parser/Foo-expected.gir:
        Write property.type as a child node.

svn path=/trunk/; revision=246

16 years agoMake distcheck pass
Johan Dahlin [Mon, 28 Apr 2008 03:05:29 +0000 (03:05 +0000)]
Make distcheck pass

svn path=/trunk/; revision=245

16 years agofix a typo, revert to automake hack for uninstalled shared libraries
Johan Dahlin [Mon, 28 Apr 2008 02:51:08 +0000 (02:51 +0000)]
fix a typo, revert to automake hack for uninstalled shared libraries

svn path=/trunk/; revision=244

16 years agoFirst steps towards passing distcheck
Johan Dahlin [Mon, 28 Apr 2008 02:41:57 +0000 (02:41 +0000)]
First steps towards passing distcheck

svn path=/trunk/; revision=243