summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* scanner: Honor nested types on array declarations as wellColin Walters2014-09-051-1/+4
* giscanner: Add Optional Options for CodegenChun-wei Fan2014-09-043-6/+82
* Fix windows buildIgnacio Casal Quinteiro2014-09-021-2/+2
* scannerlexer.l: Update to Support MSVC PreprocessorChun-wei Fan2014-08-151-5/+18
* Revert "codegen.py: Update Generation of everything.[c|h]"Chun-wei Fan2014-08-151-10/+1
* codegen.py: Update Generation of everything.[c|h]Chun-wei Fan2014-08-151-1/+10
* Check for MINGW instead of MINGW32Ignacio Casal Quinteiro2014-08-061-1/+2
* giscanner: Add New CCompiler ModuleChun-wei Fan2014-08-053-157/+221
* giscanner/cachestore.py: Clean up a bitChun-wei Fan2014-08-011-4/+1
* giscanner: Make _get_cachedir() Always Work on WindowsChun-wei Fan2014-07-041-1/+4
* 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