summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* scanner/girepository: remove GdkRectangle->CairoRectangleInt automatic conver...Lionel Landwerlin2015-05-111-6/+0
* scanner: Add --symbol-filter-cmdGarrett Regier2015-04-202-2/+22
* scanner: remove stray debug spewDieter Verfaillie2015-04-191-1/+0
* scanner: Don't fail when GI_SCANNER_DISABLE_CACHE is setGarrett Regier2015-04-191-2/+2
* scanner: allow multiline annotationsDieter Verfaillie2015-04-181-50/+49
* scanner: sync with upstream OrderedDictDieter Verfaillie2015-04-181-13/+26
* scanner: fix a docstring typoDieter Verfaillie2015-04-181-1/+1
* build: use the detected pkg-configSaleem Abdulrasool2015-03-241-1/+1
* giscanner: enable the --reparse-validate option for our test suiteDieter Verfaillie2015-03-041-1/+19
* scanner: Support the C99 'bool' typeEmmanuele Bassi2015-03-042-0/+3
* scanner: allow (array zero-terminated) instead of (array zero-terminated=1)Dieter Verfaillie2015-03-032-4/+13
* girepository: Document semantics of dependencies and includes betterPhilip Withnall2015-02-161-0/+1
* scanner: don't pass certain debug level flags to cppMichael Catanzaro2015-02-131-0/+8
* 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