fix invoke tests
[gnome.gobject-introspection] / tools /
2008-08-20 Colin WaltersRemove g_irepository_register_file in favor of g_irepos...
2008-08-19 Colin WaltersType checking rework
2008-08-17 Colin WaltersMove .gir files to -good.gir, tweak build order.
2008-08-14 Johan DahlinFix generator for constant/gobject/struct
2008-08-14 Johan DahlinFix generation of enum/bitfields
2008-08-14 Johan DahlinClear up constant parsing
2008-08-14 Johan DahlinDon't require c:type. Test boxed.gir Update, remove...
2008-08-13 Johan DahlinAllow multiple libraries Rename load_library to add_lib...
2008-08-09 Johan DahlinPEP8ify
2008-08-09 Johan DahlinRename metadata to typelib in variable names, comments...
2008-08-09 Johan DahlinRemove old C scanner, which got rewritten in python.
2008-08-09 Johan DahlinMove shared *.[ch] files to girepository from tools
2008-08-09 Colin WaltersRemove debug print
2008-08-09 Colin WaltersSay explicitly which node was NULL
2008-08-08 Johan DahlinMerge in the gir-compiler branch. Thanks to Philip...
2008-07-26 Colin WaltersInstall g-idl-compiler and g-idl-generate to go along...
2008-06-08 Philip Van Hooftools/gidlnode.c
2008-05-31 Johan DahlinUpdate sys.path before running the parser so we don...
2008-05-31 Johan DahlinRename pkg-config name to gobject-introspection-1.0...
2008-05-09 Johan DahlinMove part of the namespace prefix parsing from glibtran...
2008-05-08 Johan DahlinIntroduce a namespace ast node
2008-05-03 Johan DahlinFormat header, Remove dummy sys.path.insert
2008-05-03 Johan DahlinRefactor and comment scanner frontend
2008-05-03 Johan DahlinAvoid a tiny bit of duplication
2008-05-03 Johan DahlinHandle missing parameters better, allow - and + in...
2008-04-28 Johan DahlinAdd a --strip-prefix and sort out confusion between...
2008-04-28 Johan DahlinFirst steps towards passing distcheck
2008-04-28 Johan Dahling-ir-scanner is a script, not a program.
2008-04-28 Johan DahlinSwitch over to GIR as the default format. Add a simple...
2008-04-27 Johan Dahling-ir-scanner has no sources.
2008-04-26 Johan DahlinRename treebuilder to transformer and gobjectreebuilder to
2008-04-26 Johan DahlinAdd LGPLv2 license header and install all python files
2008-04-25 Johan DahlinAdd support for source/header annotations.
2008-04-22 Johan DahlinRevert revisions 157,149-148,136-129 and 120. Move...
2008-04-22 Johan DahlinAdd an initial GIR writer and a --format option to...
2008-04-22 Johan Dahlinonly attempt load a library if one was specified
2008-04-22 Johan DahlinAdd a --include argument to include types from other...
2008-04-21 Johan DahlinAdd basic support for interfaces
2008-04-21 Johan DahlinSimplify and remove improper use of getattr
2008-04-21 Johan DahlinSet default to an empty list
2008-04-21 Johan DahlinAdd --pkg option to pass in pkg-config modules to get...
2008-04-21 Johan DahlinResolve libtool .la files. Strip name spaces for method...
2008-04-19 Johan DahlinStart introspecting get-type functions. Implement suppo...
2008-04-18 Johan Dahlinadd a namespace option
2008-04-18 Johan DahlinAdd a simplistic gidl writer, which can't do too much.
2008-04-18 Johan Dahlinsplit tree building and source scanning interface to...
2008-04-18 Johan DahlinAdd support for void ctype
2008-04-18 Johan Dahlin- Add support for struct/parameter/return, start parsin...
2008-04-18 Johan DahlinStart constructing a real node tree.
2008-03-31 Johan DahlinStart to build abstract syntax node of scanned sources...
2008-03-27 Johan DahlinAdd simple pre-processor using subprocess and a PIPE...
2008-03-26 Johan DahlinRemove unused files
2008-03-25 Johan DahlinFix a typo and add an example python test program.
2008-03-25 Johan DahlinMove the scanner to a separate library.
2008-03-23 Johan DahlinSplit out the source scanner from the generator. Rename...
2008-03-12 Juerg BilleterFix compiler warnings.
2008-03-12 Juerg BilleterStart fixing memory management in g-idl-scanner.
2008-03-12 Rob TaylorFix critical warning when no shlib passed to g-idl...
2008-03-11 Johan DahlinAdd missing trailing quote. Bad Philip!
2008-03-11 Johan DahlinRemove most global variables
2008-03-11 Johan DahlinRemove unused imports
2008-03-11 Philip Van HoofAdded a few extra tests. Which resulted in finding...
2008-03-11 Rob TaylorAdd some comments for strings into generated output...
2008-03-11 Rob TaylorWrite out the shlibs variable before writing out the...
2008-03-11 Johan DahlinAdd support for parsing return arguments. Add support...
2008-03-11 Johan DahlinRemove parsing of the @deprecated syntax used in header...
2008-03-11 Johan DahlinCoding style fixes
2008-03-10 Philip Van Hoofreviewed and extensively tested by Johan
2008-03-10 Johan DahlinAdd an api to lex filenames. Lex all source .c files...
2008-03-10 Mark Doffmantools/gidlmodule.c tools/gidlmodule.h tools/gidlnode...
2008-03-10 Mark Doffmantools/quote-file.sh tools/compiler.c tools/generate.c
2008-03-10 Mark Doffmangirepository/ginfo.c tools/generate.c
2008-03-10 Mark Doffmangirepository/ginfo.c girepository/girepository.h tools...
2008-03-10 Mark Doffmantools/gidlcompilercontext.c tools/gidlcompilercontext.h
2008-03-10 Mark Doffmangirepository/ginvoke.c girepository/girepository.h
2008-03-10 Juerg BilleterSupport C99 _Bool type in scanner.
2008-03-10 Juerg BilleterDon't skip functions that are defined in the namespace...
2008-03-08 Marc-Andre Lureauadded "type-name", "get-type" and "deprecated" missing...
2008-02-19 Rob TaylorMove g_idl_node_can_have_member test later, as it broke...
2008-02-18 Rob TaylorAdd g_idl_node_can_have_member.
2008-02-18 Rob TaylorIgnore -pthread when passed to g-idl-scanner.
2008-02-18 Rob TaylorAdded:
2008-02-13 Rob TaylorRename GCOV_SOURCES to GCOVSOURCES to top automake...
2008-02-08 Rob TaylorAdded:
2008-02-08 Rob TaylorAdded: Added: Renamed to tools/Makefile.am: Renamed...