summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Create a new symbol instead of changing its identifier in place.Tomasz Miąsko2018-02-131-2/+8
* Reuse const_table between calls to SourceScanner parse_files and parse_macros.Tomasz Miąsko2018-02-133-11/+7
* Fix parsing when type_specifier comes before type_qualifier.Tomasz Miąsko2018-02-091-2/+25
* Preserve complete_ctype when using type from annotation.Tomasz Miąsko2018-02-091-0/+1
* giscanner: don't print "suppressed N warnings" if --quiet was specifiedTim-Philipp Müller2018-02-081-1/+1
* Allow overriding of the host os nameNicola Fontana2018-01-253-3/+7
* scanner: Fix library lookup under MinGW without libtoolChristoph Reiter2018-01-231-2/+3
* giscanner: Fix shared library name finding on *BSDTing-Wei Lan2018-01-091-0/+5
* giscanner: Recognize _Thread_local as a storage class specifierTing-Wei Lan2018-01-094-3/+11
* scanner: Add _Float128Emmanuele Bassi2017-12-211-1/+1
* giscanner: fix EOF check with flex >= 2.6.1Jan de Groot2017-09-101-6/+15
* Ignore _Nonnull,_Nullable and _Null_unspecified type qualifiersDavid Lechner2017-09-031-0/+3
* When handling errors according to errno, catch both IOError and OSErrorSimon McVittie2017-06-192-16/+10
* giscanner/utils.py: Fix on non-UNIX-like platformsChun-wei Fan2017-06-151-1/+1
* scanner: Fix non-libtool linker flags on DarwinPhilip Chimento2017-05-171-1/+1
* giscanner: Do not use distutils for linkingChun-wei Fan2017-05-032-115/+86
* giscanner: Update location of temp sources and objectsChun-wei Fan2017-05-012-3/+4
* scannerparser.y: Really remove temp .h file on WindowsChun-wei Fan2017-05-011-1/+2
* Fix 'Bad file descriptor' error when checking libtool versionSam Thursfield2017-04-151-1/+1
* g-ir-scanner: fix wrong order of -L options in libtool invocationSebastian Geiger2017-03-261-2/+4
* giscanner: Use shlex.split() for environment variablesNirbheek Chauhan2017-03-212-7/+6
* typedefs: fix type information.Mathieu Duponchelle2017-03-142-7/+2
* scanner: Add a way to specify extra libraries to link againstThibault Saunier2016-12-103-3/+7
* ast: Avoid a crash with anonymous structsScott D Phillips2016-05-081-1/+2
* ccompiler.py: MSVC builds: Fix running on Python 3.xChun-wei Fan2016-03-171-1/+1
* ccompiler.py: Win32: Use tempfile for resolving libsChun-wei Fan2016-03-161-21/+36
* Do not segfault on comments with invalid UTF-8Pascal Terjan2016-03-071-0/+6
* giscanner/msvccompiler.py: Fix exception handlingChun-wei Fan2016-02-191-1/+1
* scanner: Assume gcc use the same path separator as pythonNicola Fontana2016-02-161-1/+1
* Allow overriding of dlltool nameNicola Fontana2016-02-161-2/+1
* scanner: Remove leading $SHELL in libtool callNicola Fontana2016-02-161-1/+2
* Use a launcher for executing g-ir-scannerNicola Fontana2016-02-161-0/+6
* Revert "giscanner: Disable warnings arising from -D_FORTIFY_SOURCE -O0"Philip Withnall2016-02-061-6/+0
* giscanner: Disable warnings arising from -D_FORTIFY_SOURCE -O0Philip Withnall2016-01-301-0/+6
* giscanner: fix tests with python3.5Marc-Antoine Perennou2016-01-181-1/+2
* MingGW Builds: Don't load msvcrt for MinGW64Alexey Pavlov2016-01-131-1/+1
* Win32: Fix giscannermodule.c for Python 3.5+Chun-wei Fan2016-01-081-7/+14
* scanner: fix line number countingDieter Verfaillie2015-12-271-13/+13
* tests: Add more regression tests for (not nullable)Philip Withnall2015-11-061-0/+1
* 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
* scanner: Fix non-libtool linker flags on DarwinPhilip Chimento2015-10-201-3/+4
* Add support for function typedefs without pointerBen Iofel2015-10-191-2/+10
* giscanner: Fix python2/3 compatibilityDamien Grassart2015-10-193-8/+8
* transformer: Strip out GLib _autoptr typedefsColin Walters2015-10-101-0/+3
* maintransformer: Fix regression in callback closure assignmentColin Walters2015-10-101-5/+6