summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* build: enable -Wcast-function-typeChristoph Reiter2018-07-292-5/+5
* Factor out pkg-config functionality to a separate module.Tomasz Miąsko2018-07-284-33/+73
* ccompiler: simplify check_is_msvc()Christoph Reiter2018-07-281-4/+1
* scanner: remove some unnecessary Windows includesChristoph Reiter2018-07-271-9/+1
* scanner: fix the return type for GetFullPathNameAChristoph Reiter2018-07-271-1/+1
* scanner: remove use of USE_WINDOWSChristoph Reiter2018-07-272-10/+0
* scanner: remove hacks to make mingw g-i work with msvc PythonChristoph Reiter2018-07-271-84/+0
* xmlwriter: move collect_attributes() back to a Python implementationChristoph Reiter2018-07-272-165/+39
* tests: run xmlwriter tests during make checkChristoph Reiter2018-07-271-24/+0
* transformer: don't shell out for filter commands and make the tests work on W...Christoph Reiter2018-07-252-9/+10
* 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