summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* g-ir-compiler: Fix leaks in write_out_typelibDavid King2021-06-181-0/+2
* Make test suite work with cross-related optionsJohn Ericson2021-05-232-7/+9
* Merge remote-tracking branch 'upstream/master' into find_program_overrideJohn Ericson2020-05-172-10/+4
|\
| * Remove old autoconf fallback code for the python tools.John Ericson2020-05-172-9/+3
* | Don't override finding executables when using pre-built tools.John Ericson2020-04-271-4/+9
|/
* Windows: Fix building and running on Python 3.8+Chun-wei Fan2020-01-161-0/+4
* tools/meson: use the path from the python-module insteadHåvard Graff2019-11-101-1/+1
* meson: change "doctool" from a boolean to a feature optionChristoph Reiter2019-09-301-0/+2
* Make meson.override_find_program working on more complex use casesThibault Saunier2019-08-152-1/+5
* meson: don't pass "install" to configure_file() unless really neededChristoph Reiter2019-07-261-1/+0
* build: Force-include msvc_recommended_pragmas.h on Visual StudioChun-wei Fan2019-04-301-9/+6
* meson: warn that not all tests will be run if building without cairo/doctoolChristoph Reiter2019-01-061-2/+2
* meson: port doctool testsChristoph Reiter2019-01-031-0/+3
* Add a --version option to g-ir-compiler and g-ir-generate. Fixes #55Christoph Reiter2018-12-192-0/+18
* meson: add default compiler warning flags and enable -Werror on CIChristoph Reiter2018-12-181-0/+12
* meson: Always replace GIR_DIR in toolsEmmanuele Bassi2018-12-181-0/+1
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-8/+1
* meson: add back /usr/bin/env to the python-cmd. Fixes #237Havard Graff2018-11-041-1/+1
* g-ir-tools: respect gir_dir_prefixKai Kang2018-10-082-0/+11
* g-ir-tool: ask sysconfig instead of hardcoding the extension module suffixChristoph Reiter2018-08-211-4/+4
* g-ir-tool-template.in: Don't hardcode /usr/bin/envChun-wei Fan2018-08-212-3/+8
* g-ir-tool-templates.in: Fix installed use on WindowsChun-wei Fan2018-08-201-1/+6
* build: enable -WshadowChristoph Reiter2018-07-291-1/+1
* g-ir-generate: fix missing error handling for command line parsingChristoph Reiter2018-07-291-1/+6
* meson: Provide our Python tools for builds. See !51Christoph Reiter2018-07-221-1/+4
* meson: Just use python2/python3 in the tool shebang lineChristoph Reiter2018-07-201-1/+2
* meson: Add a "python" option to make the python to build against configurableChristoph Reiter2018-07-111-2/+1
* Remove unused g-idl-offsets.plChristoph Reiter2018-06-231-258/+0
* Remove unused define GIREPO_DEFAULT_SEARCH_PATH.Tomasz Miąsko2018-05-111-2/+0
* g-ir-tool-template: Add correct path to _giscanner.so on autotoolsRico Tzschichholz2018-03-101-1/+1
* Revert "meson: Handle spaces in the full python path"Nirbheek Chauhan2018-03-101-5/+0
* meson: Handle spaces in the full python pathNirbheek Chauhan2018-03-101-0/+5
* g-ir-scanner: Don't require SRCDIR and BUILDDIR env varsNirbheek Chauhan2018-03-101-12/+33
* meson: Rewrite glib gir generationNirbheek Chauhan2018-03-101-1/+1
* Initial work on meson portPatrick Griffis2018-03-102-0/+58
* g-ir-inspect: Ensure variables are at the top of blockChun-wei Fan2017-05-181-1/+2
* g-ir-{compiler,generate,inspect}: Call setlocale in main functionTing-Wei Lan2017-05-053-0/+10
* g-ir-inspect: make description for --version a bit betterIgor Gnatenko2016-08-171-1/+1
* g-ir-inspect: remove last usage of g_autoptr()Igor Gnatenko2016-08-071-1/+2
* g-ir-inspect: Inspect GI typelibsIgor Gnatenko2016-04-291-0/+133
* g-ir-tool-template: Fix a coding error that hooks up pdb in any buildMikhail Zabaluev2015-11-011-2/+2
* tools: Windows-re-enable 'relocatability' for tool templateChun-wei Fan2015-10-281-2/+2
* g-ir-compiler: Allow multiple --shared-libraryGarrett Regier2015-09-291-4/+4
* giscanner: Use builtins module in Python 3Simon Feltman2015-09-291-2/+6
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+2
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-1/+2
* giscanner: Enable "true division" for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use absolute_import for all Python filesSimon Feltman2015-09-291-1/+1
* g-ir-compiler: message when arguments are wrongBen Boeckel2015-08-041-0/+9
* tools: move verbump.py from tools to misc...Dieter Verfaillie2015-06-291-47/+0