summaryrefslogtreecommitdiff
path: root/giscanner/dumper.py
Commit message (Expand)AuthorAgeFilesLines
* Make test suite work with cross-related optionsJohn Ericson2021-05-231-1/+1
* Always pass an encoding to open() using text modeChristoph Reiter2020-11-071-2/+2
* dumper: Fix missing symbols in LTO case or with overridden symbol visibility ...Christoph Reiter2020-05-151-2/+2
* Windows: Fix building and running on Python 3.8+Chun-wei Fan2020-01-161-0/+4
* giscanner: add a --lib-dirs-envvar optionAlexander Kanavin2019-12-131-1/+2
* ccompiler: use the distutils linker in the dumperChristoph Reiter2019-08-081-5/+1
* Use the defined compiler when invoking libtoolDavid Demelier2019-08-081-1/+1
* Drop all Python 2 compat codeChristoph Reiter2018-12-081-5/+0
* tests: depend on flake8 instead of including pep8/pyflakesChristoph Reiter2018-08-151-1/+0
* Factor out pkg-config functionality to a separate module.Tomasz Miąsko2018-07-281-18/+6
* dumper: use cflags passed through --cflags-begin/endChristoph Reiter2018-06-201-2/+3
* Add utils.rmtree() which waits and tries again if a file is still in useChristoph Reiter2018-06-201-3/+2
* dumper: fix for Python 3Christoph Reiter2018-06-181-0/+2
* g-ir-scanner: Don't require SRCDIR and BUILDDIR env varsNirbheek Chauhan2018-03-101-2/+5
* Allow overriding of the host os nameNicola Fontana2018-01-251-1/+1
* giscanner: Do not use distutils for linkingChun-wei Fan2017-05-031-66/+39
* 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-211-6/+4
* scanner: Add a way to specify extra libraries to link againstThibault Saunier2016-12-101-0/+1
* giscanner/dumper.py: Fix for Python 3.x for MSVC 2010+Chun-wei Fan2015-10-281-1/+2
* giscanner: Fix python2/3 compatibilityDamien Grassart2015-10-191-1/+1
* giscanner: Decode command output for Python 3 compatibilitySimon Feltman2015-09-291-1/+2
* giscanner: Use unicode literals in all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use print as a function for Python 3 compatibilitySimon Feltman2015-09-291-2/+3
* giscanner: Enable "true division" for all Python filesSimon Feltman2015-09-291-0/+1
* giscanner: Use absolute_import for all Python filesSimon Feltman2015-09-291-0/+2
* giscanner: Use Distutils to Build Dumper ProgramChun-wei Fan2015-09-011-96/+91
* scanner: use open() as os.fdopen as context managersDieter Verfaillie2015-08-211-39/+36
* Revert "dumper.py: Use Distutils to Build Dumper Program"Chun-wei Fan2015-07-311-61/+127
* dumper.py: Use Distutils to Build Dumper ProgramChun-wei Fan2015-07-301-127/+61
* giscanner/ccompiler.py: Initiate Distutils Compiler InstanceChun-wei Fan2015-07-301-32/+23
* giscanner: Add New CCompiler ModuleChun-wei Fan2014-08-051-71/+16
* scanner: Make sure .libs directory existsРуслан Ижбулатов2014-02-271-0/+1
* Fix some PEP8 errors from previous commitsColin Walters2014-02-221-2/+3
* Fix a typo (exe -> .exe)Руслан Ижбулатов2014-02-221-1/+1
* scanner: Correctly pass linker option --export-all-symbolsРуслан Ижбулатов2014-02-221-1/+1
* scanner: Support running under MSYSРуслан Ижбулатов2014-02-221-0/+15
* Honour CPPFLAGS as we do CFLAGSRyan Lortie2013-12-211-0/+6
* dumper: use 'cc' as the default C compilerRyan Lortie2013-12-081-1/+1
* giscanner: Make sure we use real paths in more placesCarlos Garcia Campos2013-11-151-1/+1
* dumper: Attempt to identify MSVC/'cl' more preciselyColin Walters2013-08-221-3/+3
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-6/+7
* giscanner: Fix for PEP-8 style checkRico Tzschichholz2013-05-031-1/+2
* Fix scanning libraries with no GObjects and linker using --as-neededRobert Ancell2013-05-021-0/+4
* Do not misdetect clang as the Microsoft C compilerEmmanuele Bassi2013-05-011-2/+3
* giscanner: prefer "except X as e" over "except X, e"Dieter Verfaillie2013-04-091-4/+4
* dumper.py: Fix for Visual C++ usageChun-wei Fan2013-02-221-1/+6
* giscanner: Suppress deprecation warnings when introspecting typesStef Walter2013-02-131-0/+1
* giscanner/dumper.py: Support Visual C++Chun-wei Fan2012-10-271-22/+72
* Drop calls to g_type_init()Colin Walters2012-10-161-0/+2