add LD_LIBRARY_PATH to LPATH before calling ld.
[gnome.gobject-introspection] / tools / g-ir-scanner
2008-10-28 Johan Bilienadd LD_LIBRARY_PATH to LPATH before calling ld.
2008-10-18 Colin WaltersBug 556783 - namespace/prefix rework
2008-10-16 Colin WaltersMerge branch 'bug556331-includecleanup'
2008-10-12 Colin WaltersBug 552858: versioning
2008-10-11 Johan Bilienignore non-UTF-8 string constants
2008-10-11 Lucas RochaBug 554854: The --typelib-xml and --inject options...
2008-10-11 Johan DahlinWhitespace
2008-10-10 Lucas RochaBug 555293: append library_paths to LPATH env variable...
2008-10-07 Lucas RochaBug 555294: Add support for multiple shared libraries...
2008-09-27 Colin WaltersAdd g-ir-scanner --inject
2008-09-12 Colin WaltersAdd --xpath-assertions option to g-ir-scanner
2008-08-29 Johan DahlinRemove gidl support.
2008-08-25 Colin WaltersFilter out unknown options from pkg-config files.
2008-08-24 Colin WaltersUse subprocess instead of commands, works on Windows...
2008-08-23 Colin WaltersIgnore <include>. Parse them. Generate them. Process...
2008-08-22 Colin WaltersPass through recursive types. Avoid overwriting errors...
2008-08-21 Johan DahlinDo not hard-core library names in the Makefile, reuse...
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-13 Johan DahlinAllow multiple libraries Rename load_library to add_lib...
2008-08-09 Johan DahlinPEP8ify
2008-05-31 Johan DahlinUpdate sys.path before running the parser so we don...
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 DahlinSwitch over to GIR as the default format. Add a simple...
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 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-25 Johan DahlinFix a typo and add an example python test program.