summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* girepository: Fix memory leak in g_irepository_get_dependencies()Garrett Regier2015-11-201-3/+5
* MSVC 2010+ builds: Fix tool scripts generationChun-wei Fan2015-11-201-2/+2
* build: Move MSVC-related build items to build/win32Chun-wei Fan2015-11-2021-244/+251
* gir: Update annotations from GLib git masterRico Tzschichholz2015-11-192-27/+38
* build/Makefile.msvc-introspection: Change PYTHON2 to PYTHONChun-wei Fan2015-11-121-1/+1
* MSVC builds: Rename "install" projectChun-wei Fan2015-11-129-7/+7
* MSVC 2010+ builds: Do not explicitly use /LTCGChun-wei Fan2015-11-125-11/+0
* gir: Update annotations from GLib git masterPhilip Withnall2015-11-073-399/+731
* tests: Add more regression tests for (not nullable)Philip Withnall2015-11-0611-0/+345
* Release 1.47.1Colin Walters2015-11-031-2/+2
* Update GLib annotations for 2.47.1Colin Walters2015-11-031-291/+193
* g-ir-tool-template: Fix a coding error that hooks up pdb in any buildMikhail Zabaluev2015-11-011-2/+2
* g-ir-scanner: Set sensible permissions on the output fileMikhail Zabaluev2015-11-011-0/+8
* Don't lose output silently when overwrite of the output file is deniedMikhail Zabaluev2015-11-011-1/+0
* 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