summaryrefslogtreecommitdiff
path: root/giscanner/dumper.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* scanner: Rename g_irepository_dump when included from the dumperBenjamin Otte2011-01-111-1/+1
* scanner: Stop predeclaring the functions that are to be scannedBenjamin Otte2011-01-101-2/+0
* scanner: Include all headers when building the dumper binaryBenjamin Otte2011-01-101-0/+3
* scanner: Use packages from --pkgBenjamin Otte2011-01-101-0/+1
* dumper: Differentiate between "external" and "internal" linkingColin Walters2010-11-111-12/+34
* Fix previous commitColin Walters2010-10-221-1/+1
* Handle CC="ccache gcc" for linker command tooColin Walters2010-10-221-1/+2
* scanner: Don't process pkg-config libs twiceColin Walters2010-10-191-3/+3
* scanner: Don't leave temporary directory around if we failColin Walters2010-10-071-16/+27
* Honor -L commandline option.Pavel Holejsovsky2010-10-031-0/+3
* Add -export-dynamic when compiling with libtoolOwen W. Taylor2010-09-301-0/+2
* scanner: Don't link to -lgirepository when dumpingGOBJECT_INTROSPECTION_0_9_9Colin Walters2010-09-301-38/+25
* Major rewriteColin Walters2010-08-311-1/+1
* [dumper] Fix indentationJohan Dahlin2010-07-281-1/+1
* Append -Wl,-rpath=. to the scanner compileRyan Lortie2010-07-271-0/+4
* Fix up tests for last commitColin Walters2010-07-091-2/+2
* Correctly quote printed shell commandsJohan Dahlin2010-07-091-2/+4
* Print the command line instead of a python listJohan Dahlin2010-07-091-2/+2
* In verbose mode, print out the dump compilationColin Walters2010-07-071-0/+4
* Revert "fix bug#605156 by ordering libtool archives that may pull in system"Colin Walters2010-06-281-4/+6
* Remove trailing semicolonColin Walters2010-06-251-1/+1