summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docwriter: Add possibility to export the API in json formatwip/docs-jsonTomeu Vizoso2014-05-03162-10/+10709
* docwriter: Format markdown in doc commentsTomeu Vizoso2014-05-037-9/+19
* Update glib annotations from git masterwip/dx-hackfestRico Tzschichholz2014-04-243-65/+69
* build/gi-introspection-msvc.mak: Fix Build and InstallationChun-wei Fan2014-04-161-1/+3
* tests: add implementation of an interfaceLionel Landwerlin2014-04-112-0/+66
* cachestore: Use "write new, then rename" pattern, not "write in place"Colin Walters2014-04-011-1/+7
* build/gi-introspection-msvc.mak: Fix Include PathChun-wei Fan2014-04-011-2/+2
* Release 1.40.0GOBJECT_INTROSPECTION_1_40_0gnome-3-12baserock/GOBJECT_INTROSPECTION_1_40_0Colin Walters2014-03-251-2/+2
* Update glib annotationsGiovanni Campagna2014-03-052-3/+3
* doctool: update testsGiovanni Campagna2014-03-05107-150/+304
* docwriter/gjs: fix boolean return valuesGiovanni Campagna2014-03-051-1/+1
* docwriter/gjs: restore documentation for return valuesGiovanni Campagna2014-03-051-2/+4
* docwriter/gjs: format GObject.Closure as "Function"Giovanni Campagna2014-03-051-0/+2
* docwriter: format bitfields like enumsGiovanni Campagna2014-03-051-2/+2
* docwriter/gjs: format GObject.Value as "Any"Giovanni Campagna2014-03-051-0/+2
* tests: Fix function pointer prototype in regress.hSimon Feltman2014-03-031-1/+1
* tests: Add missing regress documentation test pageSimon Feltman2014-03-021-0/+14
* g-ir-compiler: Add support for callback fields on GObjectsSimon Feltman2014-02-279-50/+159
* Update glib annotations from git masterRico Tzschichholz2014-02-272-16/+94
* scanner: Ignore C11 _Noreturn keywordColin Walters2014-02-271-0/+1
* scanner: Make sure .libs directory existsРуслан Ижбулатов2014-02-271-0/+1
* PEP8 fixes in shlib.pySimon Feltman2014-02-261-7/+7
* doctool: update testsGiovanni Campagna2014-02-26177-314/+1593
* docwriter: improve xrefsGiovanni Campagna2014-02-261-7/+17
* girparser: fix parsing of enum methodsGiovanni Campagna2014-02-261-0/+1
* docwriter/Gjs: include static methods in the enum pageGiovanni Campagna2014-02-261-0/+8
* docwriter: extend the "node without namespace" filtering to all languagesGiovanni Campagna2014-02-261-8/+8
* maintransformer: don't pair methods if the symbol prefix does not match with ...Giovanni Campagna2014-02-264-7/+69
* docwriter: don't ignore disguised structuresGiovanni Campagna2014-02-261-2/+4
* docwriter/gjs: fix constructorsGiovanni Campagna2014-02-261-12/+13
* docwriter/gjs: include non GObject instantiatable typesGiovanni Campagna2014-02-261-13/+10
* docwriter/gjs: add support for shadowed function namesGiovanni Campagna2014-02-262-5/+17
* docwriter/gjs: report arrays of (u)int8 and GBytes as ByteArrayGiovanni Campagna2014-02-261-1/+6
* docwriter/gjs: ignore nodes without a namespaceGiovanni Campagna2014-02-261-0/+8
* MSVC Builds: Update Introspection Build ProcessChun-wei Fan2014-02-251-10/+5
* scanner: Make shlib Resolution Work Also With Visual C++Chun-wei Fan2014-02-251-18/+52
* scanner: Fix shlib resolution on W32Руслан Ижбулатов2014-02-221-3/+52
* Also add EXEEXT to .pc filesРуслан Ижбулатов2014-02-222-4/+4
* scanner: Support __restrict__Руслан Ижбулатов2014-02-221-0/+1
* scnaner: Support asm __volatile__Руслан Ижбулатов2014-02-221-0/+1
* Fix some PEP8 errors from previous commitsColin Walters2014-02-222-3/+7
* Fix a typo (exe -> .exe)Руслан Ижбулатов2014-02-221-1/+1
* scanner: Correctly pass linker option --export-all-symbolsРуслан Ижбулатов2014-02-221-1/+1
* Remove special W32 libnames, as they break stuffРуслан Ижбулатов2014-02-221-16/+0
* scanner: Support running under MSYSРуслан Ижбулатов2014-02-222-0/+39
* Extend the hack towards backslashes as path separatorsРуслан Ижбулатов2014-02-221-1/+1
* Quote PATH (in case it contains spaces)Руслан Ижбулатов2014-02-211-3/+3
* build: Use $(EXEEXT) for typelib compilerРуслан Ижбулатов2014-02-211-12/+12
* scanner: support virtual functions with a typedef-ed callbackGiovanni Campagna2014-02-2015-5/+377
* doctool/Gjs: some more fixes for structs and unionsGiovanni Campagna2014-02-2022-331/+18