summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sourcescanner-empty-delcs' into 'master'Christoph Reiter2018-12-091-0/+4
|\
| * sourcescanner: Allow empty declarations. Fixes #216Christoph Reiter2018-12-091-0/+4
* | Replace linked lists with arrays in source scannerTomasz Miąsko2018-12-095-62/+53
|/
* Ignore __pragma keyword used by MSVCTomasz Miąsko2018-12-081-0/+1
* Merge branch 'drop-py-compat-code' into 'master'Christoph Reiter2018-12-0825-184/+7
|\
| * Drop all Python 2 compat codeChristoph Reiter2018-12-0825-184/+7
* | sourcescanner: collect error messages and expose themChristoph Reiter2018-12-087-8/+56
* | cachestore: don't try to catch nonexisting pickle.BadPickleGet. Fixes #159Christoph Reiter2018-12-081-1/+1
|/
* Merge branch 'scan-file-use-filename' into 'master'Christoph Reiter2018-12-074-117/+27
|\
| * gi_source_scanner_parse_file: use a filename instead of a FILE structChristoph Reiter2018-12-064-117/+27
* | Merge branch 'typeof' into 'master'Christoph Reiter 🐍2018-12-061-2/+2
|\ \ | |/ |/|
| * scanner: Replace use of typeof with void tokenTomasz Miąsko2018-12-041-2/+2
* | giscanner/girwriter.py: Fix running on WindowsChun-wei Fan2018-12-061-1/+8
|/
* writer: Include documentation and symbol position in source filesThibault Saunier2018-11-288-11/+84
* Define grefcount and gatomicrefcount as aliases to gintTomasz Miąsko2018-11-231-0/+2
* giscanner: Print relative filename paths when warningJonas Ådahl2018-11-081-5/+2
* scanner: Skip ldd for library by filenameOlivier Crête2018-11-051-1/+4
* scanner: Accept library filenamesOlivier Crête2018-11-051-1/+2
* scanner: Pass library paths before the -l itselfOlivier Crête2018-11-051-11/+11
* scanner: Parse __typeof__ and discard itJan Alexander Steffens (heftig)2018-11-051-0/+1
* flake8 updates, fixes "make check.quality"Christoph Reiter2018-11-041-1/+1
* g-ir-tools: respect gir_dir_prefixKai Kang2018-10-081-0/+1
* Revert "scanner: remove hacks to make mingw g-i work with msvc Python"Chun-wei Fan2018-08-211-0/+84
* Revert "scanner: remove some unnecessary Windows includes"Chun-wei Fan2018-08-211-1/+9
* docwriter: revert some output changes to make the tests passChristoph Reiter2018-08-181-3/+6
* g-ir-doc-tool: keep mallard as the default formatChristoph Reiter2018-08-171-1/+1
* tests: depend on flake8 instead of including pep8/pyflakesChristoph Reiter2018-08-1513-19/+9
* Merge branch 'devdocs-format-rebase-v2' into 'master'Christoph Reiter2018-08-1421-18/+927
|\
| * Fix format/format_inline distinction.rockon9992018-08-132-8/+7
| * Improve markdown compatibility of docwriter.rockon9992018-08-081-13/+80
| * Sort index files by type.rockon9992018-08-061-7/+50
| * Only output introspectable methods.rockon9992018-08-066-9/+33
| * Convert FORMATS to tuple.rockon9992018-08-061-1/+1
| * docwriter: Gdk.Atom as Stringmakepost2018-08-061-0/+2
| * docwriter: Handle unknown language MIME typesPhilip Chimento2018-08-061-3/+5
| * docwriter: Handle invalid nodes betterPhilip Chimento2018-08-061-0/+10
| * devdocs: Distinguish between versioning notesPhilip Chimento2018-08-061-3/+3
| * devdocs: Mention when a function throws an errorPhilip Chimento2018-08-061-0/+4
| * devdocs: Format in and out parameters correctlyPhilip Chimento2018-08-061-7/+20
| * devdocs: Fix links to enum membersPhilip Chimento2018-08-061-1/+4
| * devdocs: Describe aliases more thoroughlyPhilip Chimento2018-08-061-0/+16
| * devdocs: Add extra CSS class to default.tmplPhilip Chimento2018-08-062-1/+11
| * devdocs: Mark links to other GIRs as suchPhilip Chimento2018-08-061-2/+2
| * devdocs: Match DevDocs' slug namesPhilip Chimento2018-08-061-2/+3
| * devdocs: Describe bare functionsPhilip Chimento2018-08-061-0/+2
| * devdocs: Format the values of constantsPhilip Chimento2018-08-062-3/+18
| * docwriter: Handle moved_to in underscore functionPhilip Chimento2018-08-061-0/+2
| * devdocs: Add deprecated CSS class where neededPhilip Chimento2018-08-066-20/+38
| * devdocs: Generate versioning notesPhilip Chimento2018-08-066-6/+36
| * devdocs: Don't render private fieldsPhilip Chimento2018-08-062-4/+53