summaryrefslogtreecommitdiff
path: root/giscanner/dumper.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't link with gthread-2.0Kalev Lember2012-04-131-1/+1
* Pass in LDFLAGS to the dumperJohan Dahlin2012-04-091-8/+9
* scanner: Put the -l library names after the .oAlbert Astals Cid2011-11-291-5/+5
* giscanner: Add gmodule-2.0 to compiler packagesFlorian Müllner2011-11-231-1/+1
* scanner: Only add rpaths for absolute directoriesColin Walters2011-11-031-5/+6
* scanner: Also add an RPATH for library paths specifiedColin Walters2011-11-031-0/+5
* dumper: Don't call g_thread_init(), g_type_init() is enoughColin Walters2011-10-121-1/+0
* Fix incorrect extension for tempfileDieter Verfaillie2011-09-191-1/+1
* Windows port: Export all symbols on Windows.Dieter Verfaillie2011-09-071-1/+4
* Windows port: the tmpfile is going to be an exe...Dieter Verfaillie2011-09-071-1/+7
* Switch to storing string form of error quarksDan Winship2011-08-121-6/+20
* Kill off config.pyColin Walters2011-07-271-1/+0
* dumper: Flush stdout after printing compilation messagesColin Walters2011-06-301-0/+3
* dumper: Only make libtool silent if we were passed --silentColin Walters2011-06-301-1/+2
* Revert "scanner: Stop predeclaring the functions that are to be scanned"Colin Walters2011-01-111-0/+2
* Revert "scanner: Include all headers when building the dumper binary"Colin Walters2011-01-111-3/+0