summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Bug 563469 – Arrays not treated correctly in struct offset calculationAndreas Rottmann2009-01-031-5/+5
* Bug 556489 – callback annotationsAndreas Rottmann2009-01-033-2/+65
* Fix inconsistencies with PEP8Jürg Billeter2009-01-037-18/+0
* Disable array auto-detection for out-annotated parametersOwen Taylor2008-12-161-1/+2
* Pass in --tag=CC to libtool to avoid making libtool confused when CC isJohan Dahlin2008-12-121-0/+1
* Use shutil.move instead of os.rename, since it will automatically fallJohan Dahlin2008-12-091-2/+3
* Bug 563742 – introspection should record the introduced version ofTristan Van Berkom2008-12-094-2/+49
* Don't require HOME to be set and if it set, don't require the directory toJohan Dahlin2008-12-081-1/+7
* yay for scripts checking number of newlinesJohan Dahlin2008-12-081-0/+1
* Dump the cache file to a temporary file and rename it the expectedJohan Dahlin2008-12-081-7/+19
* raise YY_BUF_SIZE to 65536 up from the default 16384.Christophe Fergeau2008-12-031-0/+3
* Remove tabs, fixes make checkJohan Dahlin2008-12-011-1/+1
* Bug 562289 – Race when removing invalid cacheJohan Dahlin2008-11-301-1/+4
* Add --libtool option which we expect Automake-using people to passColin Walters2008-11-261-5/+14
* Bug 559705 – Missing association between static methods and classesColin Walters2008-11-253-19/+35
* Revert earlier libtool change, there's no needJohan Dahlin2008-11-251-17/+1
* Define socklen_t as an alias for int32.Johan Dahlin2008-11-251-4/+6
* fix link failure when introspecting girepository itselfTommi Komulainen2008-11-251-11/+15
* prefer uninstalled libraries to installed onesTommi Komulainen2008-11-251-7/+13
* Execute the dumper program through libtool if it's installed, so we avoidJohan Dahlin2008-11-251-5/+22
* Add license headers, refactor into a class, avoid some duplication and doJohan Dahlin2008-11-231-70/+149
* Bug 561617 – Return value array annotationsJohan Dahlin2008-11-211-2/+7
* Catch ValueError exceptions.Johan Dahlin2008-11-191-1/+1
* Catch BadPickleGet exceptions as well.Johan Dahlin2008-11-181-1/+1
* fix spelling of GHashTable. #561135Dan Winship2008-11-171-1/+1
* Bug 552568 - All the argv parameters in Gtk.gir map char*** to int8Colin Walters2008-11-172-12/+37
* Parse interface prerequisitesColin Walters2008-11-171-0/+2
* Bug 559706 - interface prequisitesColin Walters2008-11-173-0/+11
* Bug 560241 - Out-arguments should not be marked as being pointers in all casesColin Walters2008-11-161-8/+20
* Bug 560708 – Fix zero-termination defaults for arrays with length=Colin Walters2008-11-131-0/+3
* Remove stray print(s)Johan Dahlin2008-11-132-3/+0
* Add new files from last commitColin Walters2008-11-131-0/+115
* Bug 558436 - avoid having scanner load app codeColin Walters2008-11-134-495/+164
* Only resolve the libname to the basename of the path when passing in an absol...Johan Dahlin2008-11-121-1/+0
* Add a GIRepository-2.0.gir. Change the libtool lookup slightly so we canJohan Dahlin2008-11-121-4/+8
* Bug 560308 – g-ir-compiler goes in infinite loop on Gdk-2.0.girTommi Komulainen2008-11-111-5/+8
* Improve warning message formattingJohan Dahlin2008-11-111-2/+2
* Bug 560248 – "disguised structures"Owen Taylor2008-11-104-4/+12
* Write throws attribute for virtual functions, fixes bug 559703Jürg Billeter2008-11-092-0/+2
* Set module.__loader__ as per PEP 302.Johan Dahlin2008-11-071-0/+1
* Clear up some confusion about the second argument to find_module, it'sJohan Dahlin2008-11-071-8/+3
* Bug 559737 – Deal with continuations in macrosOwen Taylor2008-11-071-0/+1
* Handle broken cache entries, write only filesystems and running out ofJohan Dahlin2008-11-071-3/+29
* Set current_filename before lexing the file so error messages are reportedOwen Taylor2008-11-071-1/+1
* Avoid static 256 char buf which we manipulate hackilyColin Walters2008-11-051-10/+16
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-0418-168/+168
* Bug 558848 giparser.py: shared library should be optionalOwen Taylor2008-11-011-2/+3
* Bug 558109 – _g_typelib_init fails to find shared librariesColin Walters2008-10-311-1/+5
* List in-tree libraries first in LDADD / LIBADDTommi Komulainen2008-10-311-1/+1
* map 'id' (ObjC) to 'any' typeTommi Komulainen2008-10-301-0/+3