summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* scanner: fix the return type for GetFullPathNameAChristoph Reiter2018-07-271-1/+1
* scanner: remove use of USE_WINDOWSChristoph Reiter2018-07-272-10/+0
* scanner: remove hacks to make mingw g-i work with msvc PythonChristoph Reiter2018-07-271-84/+0
* xmlwriter: move collect_attributes() back to a Python implementationChristoph Reiter2018-07-272-165/+39
* tests: run xmlwriter tests during make checkChristoph Reiter2018-07-271-24/+0
* transformer: don't shell out for filter commands and make the tests work on W...Christoph Reiter2018-07-252-9/+10
* meson: Add a "python" option to make the python to build against configurableChristoph Reiter2018-07-112-3/+3
* shlibs: Don't depend on Python 3Christoph Reiter2018-07-111-1/+3
* Avoid accidental library name matches when parsing ldd output.Tomasz Miąsko2018-07-111-33/+40
* Merge branch 'dumper-include-cflags' into 'master'Christoph Reiter2018-07-031-2/+3
|\
| * dumper: use cflags passed through --cflags-begin/endChristoph Reiter2018-06-201-2/+3
* | Convert _Bool to gboolean for backward compatibility.Tomasz Miąsko2018-06-231-0/+9
* | Recognize additional basic types from ISO/IEC TS 18661-3:2015.Tomasz Miąsko2018-06-233-46/+35
* | Merge branch '134-output-formats' into 'master'Christoph Reiter2018-06-2147-12/+35
|\ \
| * | docwriter: Option to select output formatPhilip Chimento2018-05-2547-12/+35
* | | Preserve complete C type when applying array annotations.Tomasz Miąsko2018-06-201-0/+1
| |/ |/|
* | giscanner: do not override dyld search path on macOSMarcus Calhoun-Lopez2018-06-201-1/+1