summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* scanner: make using bool without stdbool include work again. Fixes #247Christoph Reiter2018-12-292-1/+2
* Define grefcount and gatomicrefcount as aliases to gintTomasz Miąsko2018-12-261-0/+2
* docwriter: Support markdown 3.x. Fixes #250Christoph Reiter2018-12-261-3/+14
* Ignore __pragma keyword used by MSVCTomasz Miąsko2018-12-091-0/+1
* scanner: Replace use of typeof with void tokenTomasz Miąsko2018-12-081-2/+2
* scanner: Skip ldd for library by filenameOlivier Crête2018-11-061-1/+4
* scanner: Accept library filenamesOlivier Crête2018-11-061-1/+2
* scanner: Pass library paths before the -l itselfOlivier Crête2018-11-061-11/+11
* flake8 updates, fixes "make check.quality"Christoph Reiter2018-11-051-1/+1
* scanner: Parse __typeof__ and discard itJan Alexander Steffens (heftig)2018-11-051-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
| * docwriter: Use <pre> for code blocksPhilip Chimento2018-08-061-5/+19
| * devdocs: Render a summary at the top of each pagePhilip Chimento2018-08-063-1/+175
| * doctool: Output formatter for DevDocsPhilip Chimento2018-08-0617-1/+333
| * docwriter: parse markdown for code blocks.Mathieu Duponchelle2018-08-061-5/+65
| * docwriter: Add support for plural type references.Mathieu Duponchelle2018-08-061-11/+25
| * transformer: Strip whitespace from filter commandsPhilip Chimento2018-08-061-0/+1
| * docwriter: Option to select output formatPhilip Chimento2018-08-062-0/+4
* | utils: fix undefined cdir variableChristoph Reiter2018-08-111-0/+3
|/
* build: enable -Wcast-function-typeChristoph Reiter2018-07-292-5/+5
* Factor out pkg-config functionality to a separate module.Tomasz Miąsko2018-07-284-33/+73
* ccompiler: simplify check_is_msvc()Christoph Reiter2018-07-281-4/+1
* scanner: remove some unnecessary Windows includesChristoph Reiter2018-07-271-9/+1