summaryrefslogtreecommitdiff
path: root/giscanner/sourcescanner.py
Commit message (Expand)AuthorAgeFilesLines
* scanner: don't pass certain debug level flags to cppMichael Catanzaro2015-02-131-0/+8
* Honour CPPFLAGS as we do CFLAGSRyan Lortie2013-12-211-0/+1
* scanner: make sure we pass CFLAGS to cppRyan Lortie2013-12-081-0/+1
* scanner: Support boolean constantsFlorian Müllner2013-11-291-2/+6
* giscanner: Make sure we use real paths in more placesCarlos Garcia Campos2013-11-151-2/+2
* giscanner: remove g_realpathDieter Verfaillie2013-10-171-4/+4
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-071-5/+3
* giscanner: small cpp_args cleanupDieter Verfaillie2013-05-071-11/+9
* giscanner: Define source and header filename extensions only onceDieter Verfaillie2013-05-071-2/+5
* giscanner: use mkstemp() instead of mktemp()Dieter Verfaillie2013-04-091-3/+3
* scanner: Allow CFLAGS to contain arbitrary preprocessor commands like -includeColin Walters2013-03-061-1/+2
* Revert "gi-r-scanner: add support for raw CFLAGS flags option"Colin Walters2013-03-051-3/+1
* gi-r-scanner: add support for raw CFLAGS flags optionTim Lunn2013-03-061-1/+3
* giscanner/sourcescanner.py: Update for Visual C++ usageChun-wei Fan2012-10-271-1/+10
* Do the filename filtering in scannerlexerJohan Dahlin2012-04-051-4/+1
* Don't parse doc comments in dependenciesJohan Dahlin2012-04-051-2/+5
* scanner: split CC environment variableNatanael Copa2011-10-101-1/+2
* Let the user override the default compiler with the CC env variableAndoni Morales Alastruey2011-09-031-1/+1
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-091-3/+7
* scanner: fail if cpp failsVincent Untz2010-09-271-0/+5
* [scanner] Support private/public directivesJohan Dahlin2010-09-201-0/+4
* [scanner] Add a Position classJohan Dahlin2010-09-201-1/+6
* Major rewriteColin Walters2010-08-311-2/+8
* [scanner] Also parse C++ filesGustavo Noronha Silva2010-08-171-1/+2
* [scanner] Make it compatible with python 2.yJohan Dahlin2010-07-221-1/+1
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-171-0/+4
* Revert "Support introspectable=no attribute, add warnings framework"Johan Dahlin2010-06-171-4/+0
* Support introspectable=no attribute, add warnings frameworkColin Walters2010-06-161-0/+4
* Bug 590883 - Use 'cc' instead of 'gcc' for preprocessingColin Walters2009-08-241-1/+1
* Back out the previous change. Now go back to hardcoding compiler to gcc.Brian Cameron2009-08-051-1/+1
* Check the CC environment variable instead of assuming to use the gcc compiler.Brian Cameron2009-08-051-1/+1
* Bug 555964 - Parse floating-point #definesColin Walters2009-02-251-1/+6
* Bug 572790 - Don't register #defines from .c files as constantsColin Walters2009-02-241-0/+4
* Bug 563591 – Flags not recognized when there is no introspection dataJohan Dahlin2009-01-121-1/+5
* Bug 563794 - Redo annotation parsing & applyingJohan Dahlin2009-01-121-6/+5
* Fix inconsistencies with PEP8Jürg Billeter2009-01-031-2/+0
* Relicense the giscanner library under LGPLv2+. This has been approved byJohan Dahlin2008-11-041-11/+11
* Bug 558383 – builddir != srcdir build fails if giscanner python moduleJohan Dahlin2008-10-301-1/+1
* Clean up the libtool importer a bit. Add a context so we can use itJohan Dahlin2008-10-291-5/+6
* Bug 556358 - don't use libtool internalsJohan Dahlin2008-10-211-0/+3
* ignore non-UTF-8 string constantsJohan Bilien2008-10-111-3/+7
* Merge branch 'bug552393-varargs'Colin Walters2008-10-021-1/+3
* Add type_qualifier to SourceType.__members__Johan Dahlin2008-09-151-1/+2
* Add a wrapper for type_qualifier as well.Johan Dahlin2008-09-151-0/+4
* Parse GCC extensions in the parser instead of just undeffing them in theJohan Dahlin2008-08-311-5/+1
* Make g-ir-scanner work on Windows. Still problems with the typelib code.Tor Lillqvist2008-08-271-1/+1
* Avoid undeffing __GNUC__, instead define __attribute__ & friends. RemoveJohan Dahlin2008-08-261-19/+9
* Check for ../gobject-introspection-1.0.pc.in to determine if we runJohan Dahlin2008-08-221-2/+4
* Send in undefs/defines via writing it directly to stdin of cpp instead ofJohan Dahlin2008-08-221-12/+15
* Don't pase _LIBINTL_HJohan Dahlin2008-08-221-0/+3