summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* giscanner/ccompiler.py: Fix macro defines with quotes on MSVCgnome-3-34Chun-wei Fan2019-11-091-0/+7
* CI: remove workaround for old meson bugChristoph Reiter2019-11-091-4/+1
* girepository: Fix memory leakPhilip Chimento2019-10-141-0/+2
* version bumpChristoph Reiter2019-09-091-1/+1
* release1.62.0Christoph Reiter2019-09-092-1/+7
* version bumpChristoph Reiter2019-08-171-1/+1
* release1.61.2Christoph Reiter2019-08-171-0/+9
* tests: Don't include "config.h" in installed filesPhilip Chimento2019-08-158-163/+181
* Make meson.override_find_program working on more complex use casesThibault Saunier2019-08-155-3/+11
* structinfo: Fix offset in find_method()Florian Müllner2019-08-141-4/+1
* ccompiler: use the distutils linker in the dumperChristoph Reiter2019-08-083-5/+15
* Use the defined compiler when invoking libtoolDavid Demelier2019-08-081-1/+1
* version bumpChristoph Reiter2019-08-081-1/+1
* release1.61.1Christoph Reiter2019-08-081-0/+19
* Update glib annotationsChristoph Reiter2019-08-073-8/+88
* regress: Add regression test for signal with GError paramPhilip Chimento2019-08-0113-283/+701
* Get the type of dependency from the right object.Brook Milligan2019-07-271-0/+1
* meson: abort the build if the correct Python dependency isn't foundChristoph Reiter2019-07-261-0/+5
* meson: require 0.49.2Christoph Reiter2019-07-264-4/+4
* meson: don't pass "install" to configure_file() unless really neededChristoph Reiter2019-07-264-6/+0
* Update glib annotationsChristoph Reiter2019-07-262-20/+67
* meson: use pkg-config directly for libffi cflags and libsAaron Boxer2019-07-231-2/+3
* transformer: only include function macros from headers. See #159Christoph Reiter2019-07-224-46/+4
* scanner: parse and expose function macrosMathieu Duponchelle2019-07-1953-11/+1101
* gimarshallingtests: Add a marshalling test case for GPtrArrays and GArrays of...Stéphane Seng2019-07-142-0/+52
* Update glib annotationsRico Tzschichholz2019-07-093-39/+141
* girepository: Return pointer array for interface cachePhilip Chimento2019-06-203-4/+28
* Update NEWSChristoph Reiter2019-06-151-0/+13
* Update glib annotationsChristoph Reiter2019-06-153-565/+539
* meson: set a default cairo dll name for the MSVC buildChristoph Reiter2019-06-131-1/+5
* Add Vulkan girMatthew Waters2019-06-033-0/+852
* gi-test: Fix gir file testsChun-wei Fan2019-05-021-1/+1
* build: Force-include msvc_recommended_pragmas.h on Visual StudioChun-wei Fan2019-04-307-58/+94
* giscanner/scannerlexer.l: Include io.h on WindowsChun-wei Fan2019-04-301-0/+2
* scanner: Fix error on Windows in case source files are on different drivesChristoph Reiter2019-04-212-1/+16
* meson: fix default cairo DLL name on WindowsChristoph Reiter2019-04-201-1/+1
* cachestore: handle cache getting deleted while loading it. Fixes #278Christoph Reiter2019-04-171-3/+7
* regress: Check array length before accessingPhilip Chimento2019-04-152-37/+43
* regress: Initialize all struct fields, or mark intent not toPhilip Chimento2019-04-151-4/+4
* tests: Mark unused function arguments with G_GNUC_UNUSEDPhilip Chimento2019-04-154-222/+247
* giscanner: Allow fields which are callbacksPhilip Chimento2019-04-071-1/+1
* docwriter: Fix Exception message attributePhilip Chimento2019-04-071-1/+1
* Update NEWSChristoph Reiter2019-04-071-0/+10
* meson: always pass --qiet to g-ir-scannerChristoph Reiter2019-04-074-0/+16
* updated thanks to comments from reviewersDavid Bellot2019-04-021-10/+11
* docs: finally transformed tabs to spaces in GIR xml relaxng fileDavid Bellot2019-04-021-164/+164
* docs: added missing docs for annotations attributeDavid Bellot2019-04-021-0/+3
* docs: added complete documentation as comments in the RelaxNG schemaDavid Bellot2019-04-021-21/+217
* shlibs: fall back to basename on macOS for relative paths. Fixes #222Christoph Reiter2019-03-252-12/+44
* docs: include '--c-include' in g-ir-scanner man page. Fixes #275Christoph Reiter2019-03-242-0/+8