summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* meson: Add a "python" option to make the python to build against configurableChristoph Reiter2018-07-112-3/+3
* shlibs: Don't depend on Python 3Christoph Reiter2018-07-111-1/+3
* Avoid accidental library name matches when parsing ldd output.Tomasz Miąsko2018-07-111-33/+40
* Merge branch 'dumper-include-cflags' into 'master'Christoph Reiter2018-07-031-2/+3
|\
| * dumper: use cflags passed through --cflags-begin/endChristoph Reiter2018-06-201-2/+3
* | Convert _Bool to gboolean for backward compatibility.Tomasz Miąsko2018-06-231-0/+9
* | Recognize additional basic types from ISO/IEC TS 18661-3:2015.Tomasz Miąsko2018-06-233-46/+35
* | Merge branch '134-output-formats' into 'master'Christoph Reiter2018-06-2147-12/+35
|\ \
| * | docwriter: Option to select output formatPhilip Chimento2018-05-2547-12/+35
* | | Preserve complete C type when applying array annotations.Tomasz Miąsko2018-06-201-0/+1
| |/ |/|
* | giscanner: do not override dyld search path on macOSMarcus Calhoun-Lopez2018-06-201-1/+1
* | Merge branch 'revert-msys-libtool-workaround' into 'master'Christoph Reiter2018-06-201-2/+0
|\ \
| * | Revert "Windows port: Work arount MSYS weirdness where it changes --libtool= ...Ray Donnelly2018-06-201-2/+0
* | | Add utils.rmtree() which waits and tries again if a file is still in useChristoph Reiter2018-06-203-5/+28
|/ /
* | Merge branch 'ci-msys2' into 'master'Christoph Reiter2018-06-191-0/+2
|\ \
| * | dumper: fix for Python 3Christoph Reiter2018-06-181-0/+2
* | | Merge branch 'array-to-pointer-adjustment' into 'master'Christoph Reiter2018-06-181-12/+19
|\ \ \
| * | | Perform array to pointer adjustment in function parameters.Tomasz Miąsko2018-04-281-12/+19
| | |/ | |/|
* | | Merge branch 'verbose-distutils' into 'master'Christoph Reiter2018-06-181-0/+3
|\ \ \ | |_|/ |/| |
| * | Show commands executed by distutils when being verbose.Tomasz Miąsko2018-03-141-0/+3
* | | Merge branch 'byte-array-default-element-type' into 'master'Philip Chimento2018-06-183-12/+14
|\ \ \ | |_|/ |/| |
| * | Use uint8 as default element type when constructing ByteArray.Tomasz Miąsko2018-04-153-12/+14
* | | Add --version option to Python based tools.Tomasz Miąsko2018-04-266-5/+23
|/ /
* | giscanner: fix --no-libtool on macOSTom Schoonjans2018-04-081-1/+1
* | transformer: Strip whitespace from filter commandsPhilip Chimento2018-03-271-1/+2
|/
* Revert "giscanner: Fix options in the preprocessor group"Emmanuele Bassi2018-03-101-7/+4
* Annotate possibly unused variableEmmanuele Bassi2018-03-101-1/+1
* giscanner: Maintain python2 compat in annotationparserMikhail Fludkov2018-03-101-4/+4
* giscanner: Fix minor python3 compatibility issueNirbheek Chauhan2018-03-101-1/+1
* giscanner: Fix GtkDocAnnotations implementationNirbheek Chauhan2018-03-101-4/+4
* meson: Fix including of config.hNirbheek Chauhan2018-03-101-0/+2
* meson: Use symbol visibility for giscanner moduleEmmanuele Bassi2018-03-102-2/+2
* giscanner: Fix options in the preprocessor groupNirbheek Chauhan2018-03-101-4/+7
* meson: Try to use win_flex and win_bison if availableNirbheek Chauhan2018-03-101-2/+2
* g-ir-scanner: Don't require SRCDIR and BUILDDIR env varsNirbheek Chauhan2018-03-102-6/+18
* giscanner: Remove custom collections implementationNirbheek Chauhan2018-03-108-476/+6
* meson: Use glib_dep and configinc for girepositoryNirbheek Chauhan2018-03-101-5/+3
* Fix dependency on giscanner's python modulePatrick Griffis2018-03-101-1/+1
* Windows: compile with /DYY_NO_UNISTD_HDanny 'Guru' Forghieri2018-03-101-0/+6
* Initial work on meson portPatrick Griffis2018-03-101-0/+74
* 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