summaryrefslogtreecommitdiff
path: root/giscanner/sourcescanner.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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