summaryrefslogtreecommitdiff
path: root/giscanner/dumper.py
AgeCommit message (Expand)AuthorFilesLines
2010-08-31Major rewriteColin Walters1-1/+1
2010-07-28[dumper] Fix indentationJohan Dahlin1-1/+1
2010-07-27Append -Wl,-rpath=. to the scanner compileRyan Lortie1-0/+4
2010-07-09Fix up tests for last commitColin Walters1-2/+2
2010-07-09Correctly quote printed shell commandsJohan Dahlin1-2/+4
2010-07-09Print the command line instead of a python listJohan Dahlin1-2/+2
2010-07-07In verbose mode, print out the dump compilationColin Walters1-0/+4
2010-06-28Revert "fix bug#605156 by ordering libtool archives that may pull in system"Colin Walters1-4/+6
2010-06-25Remove trailing semicolonColin Walters1-1/+1
2010-06-25fix bug#605156 by ordering libtool archives that may pull in systemMichael Meeks1-1/+4
2010-01-12Don't remove .c file for dumper binaryOwen W. Taylor1-2/+0
2010-01-08Remove tabs, fixes make checkJohan Dahlin1-4/+4
2010-01-05Add an --add-init-section argumentDamien Lespiau1-5/+12
2009-12-02[dumper] Fix threads initializationColin Walters1-1/+1
2009-09-07Make g-ir-scanner 64-bit enable. Closes #593639Halton Huo1-0/+9
2009-08-31Use CC rather than LD to fix build issue for gir. Closes #593599.Halton Huo1-1/+1
2009-08-17Bug 592055 - Build/test fixesColin Walters1-2/+0
2009-08-17Support passing --library=lib<foo>.laOwen W. Taylor1-1/+4
2009-08-17Resolve library names to shared libraries ourselvesOwen W. Taylor1-22/+2
2009-08-16Use current working directory for temporary executablesColin Walters1-1/+3
2009-08-05Use all libraries specified on the command lineColin Walters1-6/+5
2009-06-11Don't fail if no --output option is specifiedColin Walters1-1/+2
2009-04-03Avoid writing out empty array if we have no _get_type functionsColin Walters1-12/+12
2009-02-25Handle multiple arguments for $CCColin Walters1-1/+2
2009-02-20Mention that we're generating a GIRJohan Dahlin1-0/+1
2009-02-20Use shave to reduce compiling outputJohan Dahlin1-2/+4
2009-02-19Bug 572075 - Make the scanner work with static and convenience librariesOwen W. Taylor1-3/+20
2009-01-15Fix pep8 complaintsJohan Dahlin1-1/+2
2009-01-15Bug 567813 – Everything should be versionedJohan Dahlin1-5/+5
2009-01-12Bug 563794 - Redo annotation parsing & applyingJohan Dahlin1-0/+2
2009-01-03Fix inconsistencies with PEP8Jürg Billeter1-2/+0
2008-12-12Pass in --tag=CC to libtool to avoid making libtool confused when CC isJohan Dahlin1-0/+1
2008-11-26Add --libtool option which we expect Automake-using people to passColin Walters1-5/+14
2008-11-25fix link failure when introspecting girepository itselfTommi Komulainen1-11/+15
2008-11-25prefer uninstalled libraries to installed onesTommi Komulainen1-7/+13
2008-11-23Add license headers, refactor into a class, avoid some duplication and doJohan Dahlin1-70/+149
2008-11-13Remove stray print(s)Johan Dahlin1-2/+0
2008-11-13Add new files from last commitColin Walters1-0/+115