summaryrefslogtreecommitdiff
path: root/giscanner/sourcescanner.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the generated glibconfig.h for all scanner invokations. Rename it toJohan Dahlin2008-08-221-0/+11
* PEP8ifyJohan Dahlin2008-08-091-6/+11
* Add a new source type enum for member. Use __repr__ for improved debuggingJohan Dahlin2008-05-311-3/+19
* Add ctype_name, a function to convert a CTYPE symbol to a stringJohan Dahlin2008-05-311-0/+14
* Revert back to using temporary files to send in headers. Allow FunctionsJohan Dahlin2008-05-241-23/+32
* Move sourcescanner symbols to the sourcescanner module, instead of in theJohan Dahlin2008-05-051-0/+54
* Avoid recursion when scanning girepository.hJohan Dahlin2008-04-281-0/+1
* Line wrap license headerJohan Dahlin2008-04-281-1/+2
* Add LGPLv2 license header and install all python filesJohan Dahlin2008-04-261-2/+21
* Add support for virtual methods. Pair struct FooClass with struct Foo.Johan Dahlin2008-04-251-6/+36
* Add support for source/header annotations.Johan Dahlin2008-04-251-8/+39
* avoid sending the same options multiple times to cppJohan Dahlin2008-04-221-1/+3
* split tree building and source scanning interface to separate files.Johan Dahlin2008-04-181-0/+72