| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 567906 - Put pkg-config dependencies in .gir files | Colin Walters | 2009-02-11 | 1 | -39/+56 |
* | Bug 563794 - Redo annotation parsing & applying | Johan Dahlin | 2009-01-12 | 1 | -0/+7 |
* | Add --libtool option which we expect Automake-using people to pass | Colin Walters | 2008-11-26 | 1 | -0/+3 |
* | Revert earlier libtool change, there's no need | Johan Dahlin | 2008-11-25 | 1 | -2/+1 |
* | Execute the dumper program through libtool if it's installed, so we avoid | Johan Dahlin | 2008-11-25 | 1 | -1/+3 |
* | Bug 558436 - avoid having scanner load app code | Colin Walters | 2008-11-13 | 1 | -9/+23 |
* | Add a GIRepository-2.0.gir. Change the libtool lookup slightly so we can | Johan Dahlin | 2008-11-12 | 1 | -3/+2 |
* | If any of the path parts in sys.path contains lib64, use lib64 as a libdir in... | Johan Dahlin | 2008-11-02 | 1 | -1/+7 |
* | Remove arguments from the constructor, move them to separate accessors. | Johan Dahlin | 2008-10-30 | 1 | -8/+16 |
* | Rewrap and reorder includes | Johan Dahlin | 2008-10-30 | 1 | -5/+9 |
* | add LD_LIBRARY_PATH to LPATH before calling ld. | Johan Bilien | 2008-10-28 | 1 | -0/+5 |
* | Bug 556783 - namespace/prefix rework | Colin Walters | 2008-10-18 | 1 | -4/+7 |
* | Merge branch 'bug556331-includecleanup' | Colin Walters | 2008-10-16 | 1 | -1/+10 |
* | Bug 552858: versioning | Colin Walters | 2008-10-12 | 1 | -1/+4 |
* | ignore non-UTF-8 string constants | Johan Bilien | 2008-10-11 | 1 | -1/+1 |
* | Bug 554854: The --typelib-xml and --inject options should reuse giscanner | Lucas Rocha | 2008-10-11 | 1 | -6/+19 |
* | Whitespace | Johan Dahlin | 2008-10-11 | 1 | -2/+2 |
* | Bug 555293: append library_paths to LPATH env variable to work around a | Lucas Rocha | 2008-10-10 | 1 | -0/+10 |
* | Bug 555294: Add support for multiple shared libraries per typelib. | Lucas Rocha | 2008-10-07 | 1 | -3/+3 |
* | Add g-ir-scanner --inject | Colin Walters | 2008-09-27 | 1 | -1/+26 |
* | Add --xpath-assertions option to g-ir-scanner | Colin Walters | 2008-09-12 | 1 | -1/+22 |
* | Remove gidl support. | Johan Dahlin | 2008-08-29 | 1 | -3/+1 |
* | Filter out unknown options from pkg-config files. | Colin Walters | 2008-08-25 | 1 | -2/+14 |
* | Use subprocess instead of commands, works on Windows and avoids the evil | Colin Walters | 2008-08-24 | 1 | -4/+5 |
* | Ignore <include>. Parse them. Generate them. Process <include> | Colin Walters | 2008-08-23 | 1 | -1/+1 |
* | Pass through recursive types. Avoid overwriting errors. Always write the | Colin Walters | 2008-08-22 | 1 | -1/+19 |
* | Do not hard-core library names in the Makefile, reuse ctypes find_library | Johan Dahlin | 2008-08-21 | 1 | -0/+8 |
* | Remove g_irepository_register_file in favor of g_irepository_require. | Colin Walters | 2008-08-20 | 1 | -1/+5 |
* | Type checking rework | Colin Walters | 2008-08-19 | 1 | -1/+5 |
* | Move .gir files to -good.gir, tweak build order. | Colin Walters | 2008-08-17 | 1 | -1/+2 |
* | Allow multiple libraries Rename load_library to add_library, traverse over | Johan Dahlin | 2008-08-13 | 1 | -4/+5 |
* | PEP8ify | Johan Dahlin | 2008-08-09 | 1 | -4/+6 |
* | Update sys.path before running the parser so we don't have to setup | Johan Dahlin | 2008-05-31 | 1 | -0/+10 |
* | Move part of the namespace prefix parsing from glibtransformer->transformer | Johan Dahlin | 2008-05-09 | 1 | -5/+4 |
* | Introduce a namespace ast node | Johan Dahlin | 2008-05-08 | 1 | -10/+9 |
* | Format header, Remove dummy sys.path.insert | Johan Dahlin | 2008-05-03 | 1 | -3/+2 |
* | Refactor and comment scanner frontend | Johan Dahlin | 2008-05-03 | 1 | -18/+30 |
* | Avoid a tiny bit of duplication | Johan Dahlin | 2008-05-03 | 1 | -4/+3 |
* | Handle missing parameters better, allow - and + in .la dlname filenames. | Johan Dahlin | 2008-05-03 | 1 | -3/+11 |
* | Add a --strip-prefix and sort out confusion between names and symbols for | Johan Dahlin | 2008-04-28 | 1 | -6/+15 |
* | Switch over to GIR as the default format. Add a simple GIDL parser. Update | Johan Dahlin | 2008-04-28 | 1 | -1/+1 |
* | Rename treebuilder to transformer and gobjectreebuilder to | Johan Dahlin | 2008-04-26 | 1 | -4/+5 |
* | Add LGPLv2 license header and install all python files | Johan Dahlin | 2008-04-26 | 1 | -0/+19 |
* | Add support for source/header annotations. | Johan Dahlin | 2008-04-25 | 1 | -2/+1 |
* | Add an initial GIR writer and a --format option to g-ir-scanner | Johan Dahlin | 2008-04-22 | 1 | -2/+12 |
* | only attempt load a library if one was specified | Johan Dahlin | 2008-04-22 | 1 | -1/+2 |
* | Add a --include argument to include types from other idls. Add a | Johan Dahlin | 2008-04-22 | 1 | -0/+5 |
* | Add basic support for interfaces | Johan Dahlin | 2008-04-21 | 1 | -1/+9 |
* | Simplify and remove improper use of getattr | Johan Dahlin | 2008-04-21 | 1 | -8/+9 |
* | Set default to an empty list | Johan Dahlin | 2008-04-21 | 1 | -1/+1 |