summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.47.11.47.1Colin Walters2015-11-011-2/+2
* Update GLib annotations for 2.47.1Colin Walters2015-11-011-291/+193
* giscanner/transformer.py: Fix --identifier-filter on Python 3.xChun-wei Fan2015-10-281-1/+2
* giscanner/dumper.py: Fix for Python 3.x for MSVC 2010+Chun-wei Fan2015-10-281-1/+2
* giscanner/ccompiler.py: Make Windows builds work with Python 3.xChun-wei Fan2015-10-281-2/+2
* giscanner/msvccompiler.py: Make it compatible with Python 3.xChun-wei Fan2015-10-281-2/+2
* tools: Windows-re-enable 'relocatability' for tool templateChun-wei Fan2015-10-281-2/+2
* MSVC release builds: Ensure that /LTCG is usedChun-wei Fan2015-10-285-4/+14
* gir: Update annotations from GLib git masterRico Tzschichholz2015-10-252-1/+316
* scanner: Fix non-libtool linker flags on DarwinPhilip Chimento2015-10-201-3/+4
* tests: Usage a single allocation for test_ghash_gvalue_returnSimon Feltman2015-10-191-22/+26
* tests: Free input array in test_array_int_inout()Simon Feltman2015-10-191-0/+2
* tests: Free input string in regress_test_utf8_inout()Simon Feltman2015-10-191-0/+1
* tests: Unref async result after adding to idle callbackSimon Feltman2015-10-191-0/+1
* Add support for function typedefs without pointerBen Iofel2015-10-1911-2/+224
* giscanner: Fix python2/3 compatibilityDamien Grassart2015-10-193-8/+8
* Generate relative paths for gio-unix C header includesMikhail Zabaluev2015-10-191-2/+4
* Salvage the build directory parameter of update-glib-annotations.pyMikhail Zabaluev2015-10-151-9/+8
* gir: Update annotations from GLib git masterColin Walters2015-10-123-52/+162
* repository: Fix format string error in previous commitColin Walters2015-10-121-1/+1
* transformer: Strip out GLib _autoptr typedefsColin Walters2015-10-101-0/+3
* girepository: Use constant time calculation for sections after Object fieldsSimon Feltman2015-10-106-53/+101
* maintransformer: Fix regression in callback closure assignmentColin Walters2015-10-103-32/+20
* giscanner.message: Don't print node as the default contextMikhail Zabaluev2015-10-051-3/+1
* build: Add test XML file to buildPhilip Withnall2015-10-051-0/+1
* build: Add an autotools module for introspection builds on MSVCChun-wei Fan2015-10-052-2/+128
* giscanner: Mark gpointer nodes as nullable by defaultPhilip Withnall2015-10-049-29/+184
* giscanner: Mark (closure) parameters as (nullable) by conventionPhilip Withnall2015-10-043-20/+107
* scanner: Warn and ignore return annotations when there is no return valueGarrett Regier2015-10-044-5/+31
* scanner: Warn and ignore on incorrect optional/nullable/allow-none annotationsGarrett Regier2015-10-045-3/+65
* girparser: Avoid a crash with an unset transfer annotationColin Walters2015-10-041-2/+2
* girepository: Drop executable bits from cmph .[ch] filesColin Walters2015-10-0410-0/+0
* giscanner.ast: Map size_t and ssize_t to gsize and gssize, respectivelyMikhail Zabaluev2015-10-041-2/+1
* giscanner.message: Fix module-level logging functionsMikhail Zabaluev2015-09-301-3/+7
* giscanner: Add a Parameter.name propertyPhilip Withnall2015-09-291-0/+4
* giscanner: Store direction in TypeContainer instancePhilip Withnall2015-09-291-5/+5
* giscanner: Store parent link in AST for TypeContainer instancesPhilip Withnall2015-09-292-0/+35
* scanner: Fix allow-none on return valuesGarrett Regier2015-09-2911-2/+236
* g-ir-compiler: Allow multiple --shared-libraryGarrett Regier2015-09-291-4/+4
* docs: fix manpage flag formatsBen Boeckel2015-09-292-8/+8
* tests: Fix python2/3 difference with respect to rawunicodeescapeColin Walters2015-09-291-1/+1
* scanner: Pacify PEP8Colin Walters2015-09-294-5/+7
* tests/warn: Fix test for previous GVariant floating commitColin Walters2015-09-291-1/+1
* Change update-glib-annotations to use Python 3Simon Feltman2015-09-291-1/+1
* configure.ac: Add --with-python configure flagSimon Feltman2015-09-291-0/+13
* giscanner: Sort unknown parameters in error messageSimon Feltman2015-09-291-1/+2
* giscanner: Use rich comparison methods for Python 3 compatibilitySimon Feltman2015-09-294-35/+173
* docwriter: Update for Python 3 compatibilitySimon Feltman2015-09-291-12/+11
* giscanner: Update namespace sort for Python 3 compatibilitySimon Feltman2015-09-291-7/+10
* giscanner: Encode sha1 input for Python 3 compatibilitySimon Feltman2015-09-291-2/+5