Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools/g-ir-scanner
Commit message (Expand)AuthorAgeFilesLines
* Bug 574501 - Install giscanner Python module to private directoryColin Walters2009-03-161-360/+0
* Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-241-1/+3
* Be less verboseJohan Dahlin2009-02-211-3/+0
* Bug 572423 - Support --c-include argument for specifying C headersColin Walters2009-02-201-1/+4
* Bug 572075 - Make the scanner work with static and convenience librariesOwen W. Taylor2009-02-191-5/+11
* Followup to bug 567906 - Redo option filtering logic to be a bit cleanerColin Walters2009-02-171-10/+11
* Bug 567906 - Put pkg-config dependencies in .gir filesColin Walters2009-02-111-39/+56
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-0/+7
* Add --libtool option which we expect Automake-using people to passColin Walters2008-11-261-0/+3
* Revert earlier libtool change, there's no needJohan Dahlin2008-11-251-2/+1
* Execute the dumper program through libtool if it's installed, so we avoidJohan Dahlin2008-11-251-1/+3
* Bug 558436 - avoid having scanner load app codeColin Walters2008-11-131-9/+23
* Add a GIRepository-2.0.gir. Change the libtool lookup slightly so we canJohan Dahlin2008-11-121-3/+2
* If any of the path parts in sys.path contains lib64, use lib64 as a libdir in...Johan Dahlin2008-11-021-1/+7
* Remove arguments from the constructor, move them to separate accessors.Johan Dahlin2008-10-301-8/+16
* Rewrap and reorder includesJohan Dahlin2008-10-301-5/+9
* add LD_LIBRARY_PATH to LPATH before calling ld.Johan Bilien2008-10-281-0/+5
* Bug 556783 - namespace/prefix reworkColin Walters2008-10-181-4/+7
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-161-1/+10
* Bug 552858: versioningColin Walters2008-10-121-1/+4
* ignore non-UTF-8 string constantsJohan Bilien2008-10-111-1/+1
* Bug 554854: The --typelib-xml and --inject options should reuse giscannerLucas Rocha2008-10-111-6/+19
* WhitespaceJohan Dahlin2008-10-111-2/+2
* Bug 555293: append library_paths to LPATH env variable to work around aLucas Rocha2008-10-101-0/+10
* Bug 555294: Add support for multiple shared libraries per typelib.Lucas Rocha2008-10-071-3/+3
* Add g-ir-scanner --injectColin Walters2008-09-271-1/+26
* Add --xpath-assertions option to g-ir-scannerColin Walters2008-09-121-1/+22
* Remove gidl support.Johan Dahlin2008-08-291-3/+1
* Filter out unknown options from pkg-config files.Colin Walters2008-08-251-2/+14
* Use subprocess instead of commands, works on Windows and avoids the evilColin Walters2008-08-241-4/+5
* Ignore <include>. Parse them. Generate them. Process <include>Colin Walters2008-08-231-1/+1
* Pass through recursive types. Avoid overwriting errors. Always write theColin Walters2008-08-221-1/+19
* Do not hard-core library names in the Makefile, reuse ctypes find_libraryJohan Dahlin2008-08-211-0/+8
* Remove g_irepository_register_file in favor of g_irepository_require.Colin Walters2008-08-201-1/+5
* Type checking reworkColin Walters2008-08-191-1/+5
* Move .gir files to -good.gir, tweak build order.Colin Walters2008-08-171-1/+2
* Allow multiple libraries Rename load_library to add_library, traverse overJohan Dahlin2008-08-131-4/+5
* PEP8ifyJohan Dahlin2008-08-091-4/+6
* Update sys.path before running the parser so we don't have to setupJohan Dahlin2008-05-311-0/+10
* Move part of the namespace prefix parsing from glibtransformer->transformerJohan Dahlin2008-05-091-5/+4
* Introduce a namespace ast nodeJohan Dahlin2008-05-081-10/+9
* Format header, Remove dummy sys.path.insertJohan Dahlin2008-05-031-3/+2
* Refactor and comment scanner frontendJohan Dahlin2008-05-031-18/+30
* Avoid a tiny bit of duplicationJohan Dahlin2008-05-031-4/+3
* Handle missing parameters better, allow - and + in .la dlname filenames.Johan Dahlin2008-05-031-3/+11
* Add a --strip-prefix and sort out confusion between names and symbols forJohan Dahlin2008-04-281-6/+15
* Switch over to GIR as the default format. Add a simple GIDL parser. UpdateJohan Dahlin2008-04-281-1/+1
* Rename treebuilder to transformer and gobjectreebuilder toJohan Dahlin2008-04-261-4/+5
* Add LGPLv2 license header and install all python filesJohan Dahlin2008-04-261-0/+19
* Add support for source/header annotations.Johan Dahlin2008-04-251-2/+1