summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* giscanner: Create AST nodes for SECTION: doc blocks; add a GIR nodedoc-sectionsJasper St. Pierre2014-06-107-3/+96
* scanner: Add --identifier-filter-cmdSimon Feltman2014-06-032-2/+21
* annotationparser: more nullable fixesRyan Lortie2014-05-081-0/+2
* giscanner: allow (nullable) and (optional)Ryan Lortie2014-05-071-2/+2
* Revert "giscanner: don't accept (allow-none) on Returns:"Ryan Lortie2014-05-061-1/+1
* giscanner: fix a comparisonRyan Lortie2014-05-061-1/+1
* giscanner: support nullable return types tooRyan Lortie2014-05-063-6/+9
* giscanner: add (nullable) and (optional) annotationsRyan Lortie2014-05-062-1/+33
* giscanner: write nullable and optional attributesRyan Lortie2014-05-063-3/+8
* giscanner: change some internal field logicRyan Lortie2014-05-063-5/+20
* giscanner: tweak GCancellable null special caseRyan Lortie2014-05-061-2/+3
* maintransformer: split up a complex conditionalRyan Lortie2014-05-061-3/+5
* giscanner: don't accept (allow-none) on Returns:Dieter Verfaillie2014-05-061-1/+1
* giscanner: Use range instead of xrange for Python 3 compatibilitySimon Feltman2014-05-011-1/+1
* giscanner: Use modern exception handling for Python 3 compatibilitySimon Feltman2014-05-011-1/+1
* giscanner: Use Python 3 compatible octal literal syntaxSimon Feltman2014-05-011-2/+2
* cachestore: Use "write new, then rename" pattern, not "write in place"Colin Walters2014-04-011-1/+7
* 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
* 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
* 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-261-7/+27
* 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
* 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
* 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
* scanner: Support running under MSYSРуслан Ижбулатов2014-02-222-0/+39
* Extend the hack towards backslashes as path separatorsРуслан Ижбулатов2014-02-221-1/+1
* scanner: support virtual functions with a typedef-ed callbackGiovanni Campagna2014-02-202-5/+13
* doctool/Gjs: some more fixes for structs and unionsGiovanni Campagna2014-02-202-3/+14
* doctool: improve Gjs documentationGiovanni Campagna2014-02-2024-166/+535
* ast: make sure that all nodes have a namespacesGiovanni Campagna2014-02-201-1/+5
* giscanner: prevent implicit declarationsAntoine Jacoutot2014-02-191-0/+1