summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Bug 551738 - Associate classes with their structsColin Walters2009-02-063-16/+25
* Bug 561360 - If we can't resolve parent class, use GObjectColin Walters2009-02-051-1/+11
* Bug 555960 - Nested structs and unions (generation portion)Colin Walters2009-02-043-25/+48
* Bug 569408, Bug 568680 - Scanner misses fields (at least in GObject.Object)Colin Walters2009-02-022-26/+26
* Misc warning fixesDan Winship2009-01-271-1/+1
* Skip over both g_object_get_type and g_initially_unowned_get_typeColin Walters2009-01-221-0/+4
* Bug 562622 – Errordomains missingJohan Dahlin2009-01-223-1/+28
* Increase the buffer size to 1M, so gtkalias.h can be parsed.Johan Dahlin2009-01-201-1/+1
* When trying to map functions to structs, do not require a public structureJohan Dahlin2009-01-201-0/+2
* Bug 562615 – Struct methods missingJohan Dahlin2009-01-205-21/+29
* Ugh, recurd->recordJohan Dahlin2009-01-201-11/+11
* Struct -> RecordJohan Dahlin2009-01-201-24/+24
* add FT_Int32 add XftFont Report errors when an invalid type is encounteredJohan Dahlin2009-01-161-1/+4
* Fix pep8 complaintsJohan Dahlin2009-01-151-1/+2
* Bug 567813 – Everything should be versionedJohan Dahlin2009-01-152-6/+6
* Rewrap to fit in 79 columnsJohan Dahlin2009-01-141-2/+4
* Add generated file warning commentColin Walters2009-01-142-0/+5
* Clean up some abstraction breakage to reduce code duplicationJohan Dahlin2009-01-131-10/+7
* Bug 555036 – put gtk-doc in GIRJohan Dahlin2009-01-134-16/+96
* Catch AttributeError which seems to be occasionally raised for Record.Johan Dahlin2009-01-131-1/+1
* Fix a bug where \n was not present in a commentJohan Dahlin2009-01-131-2/+12
* Organize annotation options/tags by using constants,Johan Dahlin2009-01-131-25/+48
* Bug 562467 – Property annotationJohan Dahlin2009-01-131-6/+8
* Bug 546739 – Introspection should know precise signal parameter typesJohan Dahlin2009-01-121-13/+39
* Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin2009-01-1210-25/+95
* Bug 566419 – Element type of arrays not properly handled in all casesJohan Dahlin2009-01-121-8/+24
* Bug 566560 – giscanner.transformer.SkipErrorJohan Dahlin2009-01-121-5/+5
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-1213-683/+659
* 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