summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* scanner: support stability tagEvan Nemerson2012-07-103-1/+14
* scanner: Ensure "complete_ctype" patch doesn't throw an exception for anonymo...Colin Walters2012-07-081-0/+2
* giscanner: Write detailed information in "type" tag's "c:type" attribute.Krzesimir Nowak2012-07-073-17/+75
* scanner: Turn dead code into assertionColin Walters2012-07-061-2/+1
* giscanner: Fix pointer parsing.Krzesimir Nowak2012-07-061-3/+15
* Maintransfomer: fix again paring error domains with unregistered enumsGiovanni Campagna2012-07-021-13/+3
* scanner: Remove propertiesJasper St. Pierre2012-06-281-40/+24
* scanner: Don't use an O(N) lookup when we already have a hashmapJasper St. Pierre2012-06-282-7/+5
* Revert scanner fix in 64f3832Jasper St. Pierre2012-06-271-1/+1
* scanner: complete the enum-to-error-quark fixGiovanni Campagna2012-06-182-2/+5
* scanner: fix pairing of error quarks with registered enumsGiovanni Campagna2012-06-161-3/+5
* scanner: allow for functions that look like constructors but aren'tDan Winship2012-05-261-3/+4
* Add the fixed width C99 types from stdint.hNeil Roberts2012-05-021-0/+9
* annotationparser: cleanup and add tests for the new warnings we now emitDieter Verfaillie2012-04-172-31/+22
* Revert "annotationparser: indent _parse_comment_block gtkdoc code"Dieter Verfaillie2012-04-171-95/+95
* annotationparser: indent _parse_comment_block gtkdoc codeAlban Browaeys2012-04-171-89/+90
* Don't link with gthread-2.0Kalev Lember2012-04-131-1/+1
* Compare filenames using g_file_equal()Johan Dahlin2012-04-092-1/+15
* Pass in LDFLAGS to the dumperJohan Dahlin2012-04-091-8/+9
* annotationparser: split validate() into sub-methodsWill Thompson2012-04-091-58/+67
* annotationparser: correct "maximium" in error messagesWill Thompson2012-04-091-3/+3
* annotationparser: remove duplication of annotation namesWill Thompson2012-04-091-13/+13
* giscanner: Don't run pkg-config when there's no packages specifiedJasper St. Pierre2012-04-091-3/+4
* Split parameter and tag storage in annotationparser parse treeDieter Verfaillie2012-04-053-45/+53
* Do the filename filtering in scannerlexerJohan Dahlin2012-04-052-8/+18
* Don't parse doc comments in dependenciesJohan Dahlin2012-04-052-2/+8
* Replace ''' with """, to avoid confusing syntax highlightning in emacsJohan Dahlin2012-04-051-8/+8
* Now make AnnotationParser do what gobject-introspection needs it to do.Dieter Verfaillie2012-04-055-228/+1262
* Make AnnotationParser._parse_comment() do what gtk-doc does.Dieter Verfaillie2012-04-051-169/+226
* Don't munch /* and */ comment start and end markers.Dieter Verfaillie2012-04-051-2/+2
* Add comment documenting we're ignoring C++ style comments.Dieter Verfaillie2012-04-051-1/+1
* g-ir-doc-tool: Fix -o option, use abspath instead of dirnameTomeu Vizoso2012-03-151-1/+1
* scanner: Remove array fields from List.clone()Jesse van den Kieboom2012-03-151-5/+1
* Fix matching of methods named *_get_type()Matthew Booth2012-03-063-14/+30
* g-ir-doc-tool: Remove class structs from Python docsTomeu Vizoso2012-02-211-0/+4
* g-ir-doc-tool: Add support for virtual functionsTomeu Vizoso2012-02-214-0/+97
* g-ir-doc-tool: Remove constructors from python docsTomeu Vizoso2012-02-211-1/+2
* g-ir-doc-tool: Add class to its own hierarchy treeTomeu Vizoso2012-02-211-1/+1
* g-ir-doc-tool: Add the first argument of signals to the Python docsTomeu Vizoso2012-02-211-3/+5
* g-ir-doc-tool: Add missing file: giscanner/mallard-C-enum.tmplTomeu Vizoso2012-02-201-0/+12
* g-ir-doc-tool: Change the -o option to receive a directoryTomeu Vizoso2012-02-201-1/+3
* Merge branch 'mallard-templates'Tomeu Vizoso2012-02-2021-1234/+700
|\
| * g-ir-doc-tool: Add some more stuff to Enum pagesTomeu Vizoso2012-02-202-0/+26
| * g-ir-doc-tool: Display the hierarchy tree for classesTomeu Vizoso2012-02-202-32/+35
| * g-ir-doc-tool: Install the Mako template filesTomeu Vizoso2012-02-201-1/+1
| * g-ir-doc-tool: Remove stale DocBook filesTomeu Vizoso2012-02-202-754/+0
| * g-ir-doc-tool: Properly link to property pagesTomeu Vizoso2012-02-201-0/+11
| * g-ir-doc-tool: Fix names of xref linksTomeu Vizoso2012-02-201-1/+5
| * g-ir-doc-tool: Move constructor example to follow the class doc bodyTomeu Vizoso2012-02-201-12/+15
| * g-ir-doc-tool: Properly link to signal pagesTomeu Vizoso2012-02-201-1/+8