Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Add --all option to g-ir-generateAndreas Rottmann2009-02-261-1/+18
* Bug 572434 - Associate interfaces with their C structuresColin Walters2009-02-251-5/+13
* Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-241-1/+3
* Handle the return value to fwrite properlyJohan Dahlin2009-02-211-1/+9
* 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 551738 - Associate classes with their structsColin Walters2009-02-061-0/+13
* Misc warning fixesDan Winship2009-01-271-1/+4
* Bug 567813 – Everything should be versionedJohan Dahlin2009-01-151-2/+2
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-0/+7
* Bug 556489 – callback annotationsAndreas Rottmann2009-01-031-0/+24
* 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
* Also generate new syntaxColin Walters2008-11-171-8/+3
* Bug 558436 - avoid having scanner load app codeColin Walters2008-11-131-9/+23
* Add a GirParser object to hold the state of a compilationOwen Taylor2008-11-121-1/+11
* Add a GIRepository-2.0.gir. Change the libtool lookup slightly so we canJohan Dahlin2008-11-121-3/+2
* Remove field offsets from g-ir-generate output and test inputsOwen Taylor2008-11-111-2/+0
* 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 557786 - support fixed size arraysColin Walters2008-10-251-4/+7
* Bug 556739 – transfer-ownership attribute should be mandatory in .girTommi Komulainen2008-10-231-14/+13
* Bug 557379 – g-ir-generate not writing the 'abstract' attributeTommi Komulainen2008-10-221-0/+5
* Bug 557405 – Use 'allow-none' consistentlyTommi Komulainen2008-10-221-2/+2
* Write out throws attributeColin Walters2008-10-211-0/+5
* Bug 556783 - namespace/prefix reworkColin Walters2008-10-181-4/+7
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-2/+2
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-5/+2
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-4/+10
* Bug 556732 – generate gir files consistentlyTommi Komulainen2008-10-171-7/+3
* Bug 556543 – reduce compiler warningsTommi Komulainen2008-10-162-2/+1
* Fix up g-ir-generate for new include= syntaxColin Walters2008-10-161-1/+3
* Merge branch 'bug556331-includecleanup'Colin Walters2008-10-161-1/+10
* reduce code duplicationTommi Komulainen2008-10-151-16/+18
* Bug 556174 – parse types for lists etc.Tommi Komulainen2008-10-151-64/+41
* quote printf arguments so that we don't generate invalid XML by writingTommi Komulainen2008-10-151-1/+4
* remove unused indent parameters, xmlwriter keeps track of necessaryTommi Komulainen2008-10-151-21/+17
* Keep track of generated XML tree and handle indentation and closing tagsTommi Komulainen2008-10-151-94/+179
* wrap all FILE access to go through simple xmlwriterTommi Komulainen2008-10-151-212/+259
* use "transfer-ownership" attribute for return valuesTommi Komulainen2008-10-121-2/+2
* move "transfer" and "null-ok" attributes from <function> to <return-value>Tommi Komulainen2008-10-121-4/+6
* use "container" for container/shallow ownership transfer (not "shallow")Tommi Komulainen2008-10-121-2/+2
* Bug 552858: versioningColin Walters2008-10-122-4/+10
* ignore non-UTF-8 string constantsJohan Bilien2008-10-111-1/+1