summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* mallardwriter: Fix fundamental false alarms for the C formatterJasper St. Pierre2012-08-291-13/+13
* mallardwriter: Fix formatting the function nameJasper St. Pierre2012-08-292-3/+3
* girparser: Track methods/constructors by symbolJasper St. Pierre2012-08-292-13/+22
* ast: Remove what looks to be a copy/paste errorJasper St. Pierre2012-08-291-2/+0
* mallardwriter: Remove some silly codeJasper St. Pierre2012-08-291-2/+1
* mallardwriter: Fix whitespaceJasper St. Pierre2012-08-291-1/+1
* mallardwriter: Fix property and signal outputJasper St. Pierre2012-08-291-4/+10
* giscanner: Fix make check issuesJasper St. Pierre2012-08-292-12/+14
* mallardwriter: Hack a lot more on document block processingJasper St. Pierre2012-08-291-82/+214
* mallardwriter: Remove a silly try/exceptJasper St. Pierre2012-08-291-4/+1
* mallardwriter: Use a more generic system for language formattingJasper St. Pierre2012-08-291-7/+16
* mallardwriter: Remove some unused stuffJasper St. Pierre2012-08-281-6/+0
* docmain: Fix error messageJasper St. Pierre2012-08-281-1/+1
* scanner: methods cannot have an out-arg as their first argTorsten Schönfeld2012-08-211-0/+6
* Revert "Implement "rename to" annotation for records"Colin Walters2012-08-131-15/+5
* scanner: handle unsigned properly for type of defined sizeAlban Browaeys2012-08-031-1/+17
* giscanner: special case G_GINT64_CONSTANT and G_GUINT64_CONSTANT + miscAlban Browaeys2012-08-033-4/+28
* Implement "rename to" annotation for recordsJon Nordby2012-07-271-5/+15
* 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