summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* 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
* Write a C version of the xml namespace formatter. Saves 15% of the time itJohan Dahlin2008-10-302-4/+104
* Abstract attribute formatting to a function external to the XMLWriterJohan Dahlin2008-10-301-41/+49
* Parse __signed__ as signedJohan Dahlin2008-10-301-0/+1
* Parse and discard __typeof and __attribute.Johan Dahlin2008-10-301-4/+5
* Remove arguments from the constructor, move them to separate accessors.Johan Dahlin2008-10-304-22/+120
* Don't reparse includes we've already processedColin Walters2008-10-301-0/+2
* Look in XDG_DATA_DIR/gir, really.Johan Dahlin2008-10-301-1/+1
* Avoid parsing parameters, types etc when parsing includes. Should speed upJohan Dahlin2008-10-302-24/+46
* Avoid big if/else and use a dispatch table like approach.Johan Dahlin2008-10-301-51/+72
* Clean up include parsing and registration.Johan Dahlin2008-10-301-19/+22