summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow gtk-doc comments with trailing whitespace after :annotationJohan Dahlin2009-01-121-2/+5
* self.x = not not x -> self.x = xJohan Dahlin2009-01-111-1/+1
* Do not override the previously set allow_none optionJohan Dahlin2009-01-111-1/+2
* Add compatibility transfer for gpointer returnsColin Walters2009-01-111-1/+2
* Add const retval/param pointer testsJohan Dahlin2009-01-113-0/+69
* Transfer default fixupsColin Walters2009-01-111-5/+7
* Apply callback scope transfer before attempting to guess it, to a scenario wh...Johan Dahlin2009-01-111-1/+1
* Force transfer of scoped callback parameters to noneJohan Dahlin2009-01-111-0/+1
* commit annotation parse patchJohan Dahlin2009-01-1118-684/+678
* Default transfer type is no longer full. Fix annotation on Robert Carr2009-01-091-1/+1
* Add some annotations to everything test.Robert Carr2009-01-091-8/+40
* Annotate test_strv_out.Robert Carr2009-01-091-0/+5
* Annotate array return for g_file_info_list_attributes.Robert Carr2009-01-091-0/+6
* Bug 563469 – Arrays not treated correctly in struct offset calculationAndreas Rottmann2009-01-035-18/+30
* Disable blank line check, it works differently under Python 2.5 from 2.6Johan Dahlin2009-01-032-28/+6
* Bug 556489 – callback annotationsAndreas Rottmann2009-01-0322-16/+456
* Fix inconsistencies with PEP8Jürg Billeter2009-01-038-18/+12
* Annotate transfer, direction and allow none forJohan Dahlin2008-12-212-1/+16
* Annotate transfer, direction and allow none for g_file_load_contentsJohan Dahlin2008-12-212-0/+9
* Disable array auto-detection for out-annotated parametersOwen Taylor2008-12-166-1/+54
* Pass in --tag=CC to libtool to avoid making libtool confused when CC isJohan Dahlin2008-12-122-0/+7
* Don't install barapp.Colin Walters2008-12-111-1/+1
* Bug 563998 – Cache the GIBaseInfo for GTypesJohan Bilien2008-12-102-0/+25
* Bug 562545 – Add function taking / returning GValueJohan Bilien2008-12-093-0/+42
* Use shutil.move instead of os.rename, since it will automatically fallJohan Dahlin2008-12-092-3/+12
* Bug 563742 – introspection should record the introduced version ofTristan Van Berkom2008-12-099-5/+91
* Don't require HOME to be set and if it set, don't require the directory toJohan Dahlin2008-12-082-1/+13
* 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-082-7/+27
* Annotate g_file_info_get_icon, g_file_info_get_attribute_object.Colin Walters2008-12-071-0/+12
* raise YY_BUF_SIZE to 65536 up from the default 16384.Christophe Fergeau2008-12-032-0/+12
* ChangeLogColin Walters2008-12-011-0/+5
* Fix memory leak; unref type info we created, not field infoColin Walters2008-12-011-2/+2
* Remove tabs, fixes make checkJohan Dahlin2008-12-011-1/+1
* Bug 562289 – Race when removing invalid cacheJohan Dahlin2008-11-302-1/+11
* Add return value transfer annotation for g_markup_escape_text.Johan Dahlin2008-11-272-0/+10
* Add --libtool option which we expect Automake-using people to passColin Walters2008-11-268-5/+40
* Remove hand-rolled generation of .tgirColin Walters2008-11-262-5/+7
* Post release version bumpJohan Dahlin2008-11-252-1/+6
* Release 0.6.1GOBJECT_INTROSPECTION_0_6_1Johan Dahlin2008-11-252-0/+49
* Bug 559705 – Missing association between static methods and classesColin Walters2008-11-2514-28/+92
* Remove debug printColin Walters2008-11-251-1/+0
* Bug 561137 - support multiple repositoriesColin Walters2008-11-254-22/+93
* Revert earlier libtool change, there's no needJohan Dahlin2008-11-253-24/+2
* Define socklen_t as an alias for int32.Johan Dahlin2008-11-252-4/+8
* Bump required automake version to 1.9; 1.7 failsColin Walters2008-11-251-1/+1
* 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-253-6/+32
* Remove a warning, be less verbose on error on fundamental types.Johan Dahlin2008-11-242-2/+11