summaryrefslogtreecommitdiff
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-067-6/+37
* 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-064-1/+176
* doctool: Output formatter for DevDocsPhilip Chimento2018-08-0619-5/+359
* 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
* gir: Update annotations from glib git masterRico Tzschichholz2018-08-032-11/+11
* girnode: remove wrongly added g_assert_not_reached(). Fixes #218Christoph Reiter2018-08-031-1/+1
* Merge branch 'warn-flags' into 'master'Christoph Reiter2018-08-0230-102/+150
|\
| * girepository: port from g_type_class_add_private() to G_ADD_PRIVATE()Christoph Reiter2018-07-302-7/+2
| * build: enable -Wredundant-declsChristoph Reiter2018-07-293-12/+2
| * build: enable -Wswitch-defaultChristoph Reiter2018-07-298-2/+26
| * build: enable -Wtype-limitsChristoph Reiter2018-07-292-2/+2
| * build: enable -Wimplicit-fallthroughChristoph Reiter2018-07-292-2/+1
| * build: enable -Wsign-compareChristoph Reiter2018-07-292-2/+6
| * build: enable -WshadowChristoph Reiter2018-07-296-26/+27
| * g-ir-generate: fix missing error handling for command line parsingChristoph Reiter2018-07-291-1/+6
| * build: enable -Wcast-function-typeChristoph Reiter2018-07-297-11/+23
| * build: enable -Wsuggest-attribute=formatChristoph Reiter2018-07-292-1/+4
| * build: enable -Wdouble-promotionChristoph Reiter2018-07-292-2/+2
| * build: enable -Wincompatible-pointer-typesChristoph Reiter2018-07-293-3/+2
| * build: enable -Wdiscarded-qualifiersChristoph Reiter2018-07-296-9/+13
| * autotools: start using AX_COMPILER_FLAGS, enable -Werror on CIChristoph Reiter2018-07-2912-39/+51
|/
* gimarshallingtests: Fix g_boxed_free usagePhilip Chimento2018-07-281-1/+5
* Factor out pkg-config functionality to a separate module.Tomasz Miąsko2018-07-288-36/+197
* ccompiler: simplify check_is_msvc()Christoph Reiter2018-07-281-4/+1
* Merge branch '113-fix-memory-leaks' into 'master'Philip Chimento2018-07-282-18/+19
|\