summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* giscanner: Fix PEP-8 issueRico Tzschichholz2013-06-191-0/+2
* giscanner: Add a simple automatic sections file generatorJasper St. Pierre2013-06-162-2/+72
* scanner: Only warn about signal parameters if there are someColin Walters2013-05-071-1/+3
* tests: Update misc/pep8.py to 1.4.5Dieter Verfaillie2013-05-0722-240/+296
* giscanner: emit 'incorrect number of parameters in comment block' warningDieter Verfaillie2013-05-071-12/+18
* sectionparser: Ignore other directives to gtk-docJasper St. Pierre2013-05-071-0/+4
* sectionparser: Remove the main subsectionJasper St. Pierre2013-05-071-2/+2
* sectionparser: Add support for <INCLUDE>Jasper St. Pierre2013-05-071-0/+6
* sectionparser: RenameJasper St. Pierre2013-05-071-2/+2
* sectionparser: Allow subsections with no nameJasper St. Pierre2013-05-071-2/+2
* sectionparser: Fix subsection regexJasper St. Pierre2013-05-071-1/+1
* sectionparser: Fix regex matchingJasper St. Pierre2013-05-071-3/+3
* sectionparser: Construct Subsections, not SectionsJasper St. Pierre2013-05-071-1/+1
* transformer: Remove annotationsJasper St. Pierre2013-05-072-5/+0
* annotationparser: Remove get_tag/get_paramJasper St. Pierre2013-05-073-24/+18
* giscanner: move odict.OrderedDict into a collections packageDieter Verfaillie2013-05-074-2/+27
* giscanner: remove unneeded encode('utf-8').decode('utf-8') roundtripDieter Verfaillie2013-05-071-1/+1
* giscanner: simplify the MainTransformer().transform() methodDieter Verfaillie2013-05-071-6/+4
* giscanner: small cpp_args cleanupDieter Verfaillie2013-05-071-11/+9
* giscanner: Define source and header filename extensions only onceDieter Verfaillie2013-05-072-7/+7
* giscanner: make _pass_read_annotations2() more readableDieter Verfaillie2013-05-071-26/+22
* scanner: Parse __int128 and friends as "int"Colin Walters2013-05-071-0/+4
* 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/scannerlexer.l: Parse and ignore more __asm and __volatilePatrick Welche2013-04-201-0/+4
* giscanner: only parse GTK-Doc comment blocks, ignore the restDieter Verfaillie2013-04-091-3/+25
* giscanner: use mkstemp() instead of mktemp()Dieter Verfaillie2013-04-091-3/+3
* giscanner: make _pass_fixup_hidden_fields() more readableDieter Verfaillie2013-04-091-8/+5
* giscanner: fix broken xml:whitespace attributes in .gir filesDieter Verfaillie2013-04-091-1/+1
* giscanner: use SqlAlchemy's OrderedDict implementationDieter Verfaillie2013-04-093-28/+95
* giscanner: don't shadow built-in 'type' symbolDieter Verfaillie2013-04-091-1/+1
* giscanner: prefer "except X as e" over "except X, e"Dieter Verfaillie2013-04-095-34/+34
* giscanner: remove unused variables and importsDieter Verfaillie2013-04-093-7/+4
* giscanner: fix string formatting tuplesDieter Verfaillie2013-04-091-10/+10
* scannermodule: Fix a bad checkJasper St. Pierre2013-04-071-1/+1
* Unbreak giscanner on OpenBSD.Jasper Lievisse Adriaanse2013-03-281-1/+1
* scanner: Allow CFLAGS to contain arbitrary preprocessor commands like -includeColin Walters2013-03-062-2/+19
* Revert "gi-r-scanner: add support for raw CFLAGS flags option"Colin Walters2013-03-052-8/+2
* gi-r-scanner: add support for raw CFLAGS flags optionTim Lunn2013-03-062-2/+8
* scanner: Don't re-parse includes we already foundColin Walters2013-02-271-2/+3
* scanner: internals cleanup: Move pkgconfig list to NamespaceColin Walters2013-02-265-17/+10
* scanner: internals cleanup: Move c_includes to NamespaceColin Walters2013-02-264-14/+9
* scanner: internals cleanup: Move shared libraries to NamespaceColin Walters2013-02-264-15/+11
* scanner: internals cleanup: Key more things off NamespaceColin Walters2013-02-265-30/+22
* doctool: Use builtin namespace walkerColin Walters2013-02-261-22/+31
* scanner: Also traverse GObject properties when walking namespaceColin Walters2013-02-261-0/+2
* doctool: Switch default language to CColin Walters2013-02-261-1/+1
* scanner: Synthesize argument names if we don't see oneColin Walters2013-02-261-6/+10
* dumper.py: Fix for Visual C++ usageChun-wei Fan2013-02-221-1/+6