summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* scanner: use open() as os.fdopen as context managersDieter Verfaillie2015-08-217-79/+68
* scanner: fix cachestore raceDieter Verfaillie2015-08-211-9/+8
* Revert "dumper.py: Use Distutils to Build Dumper Program"Chun-wei Fan2015-07-312-164/+157
* dumper.py: Use Distutils to Build Dumper ProgramChun-wei Fan2015-07-302-157/+164
* sourcescanner.py: Use Distutils for PreprocessingChun-wei Fan2015-07-303-41/+170
* giscanner/ccompiler.py: Initiate Distutils Compiler InstanceChun-wei Fan2015-07-302-78/+113
* giscanner/sourcescanner.py: Use Tempfiles For ParsingChun-wei Fan2015-07-301-31/+47
* scanner: Fix stray comment in previous commitColin Walters2015-07-271-1/+0
* scanner: Recognize __signedColin Walters2015-07-271-0/+2
* tests: Update misc/pep8.py to 1.6.2Dieter Verfaillie2015-06-297-20/+14
* scanner: remove unused importsDieter Verfaillie2015-06-292-7/+1
* scanner: remove unused param_namesDieter Verfaillie2015-06-291-2/+0
* scanner: fix broken assert messageDieter Verfaillie2015-06-291-1/+1
* scanner: document LibtoolImporter.load_module()Dieter Verfaillie2015-06-291-9/+6
* scanner: future-proof cachestore version hashingDieter Verfaillie2015-06-291-2/+1
* scanner: centralize caret error message handlingDieter Verfaillie2015-06-242-105/+77
* tests: sync with GTK-Doc test suite @ 02e545371e2132a97458888895cacf57b8c0f83...Dieter Verfaillie2015-06-241-5/+2
* scanner: disable cache in reparse validate modeDieter Verfaillie2015-06-241-1/+1
* scanner: add "XDG Base Directory" functionsDieter Verfaillie2015-06-203-48/+100
* scanner: honor XDG_CACHE_HOMEDieter Verfaillie2015-06-201-0/+5
* docmain: port to using argparse.Mathieu Duponchelle2015-06-171-17/+15
* 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