summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* giscanner: use re.match() instead of re.search()Dieter Verfaillie2012-11-281-10/+10
* giscanner: drop dead codeDieter Verfaillie2012-11-281-10/+2
* giscanner: make it clear DocOptions() also has a position attributeDieter Verfaillie2012-11-281-0/+1
* giscanner: implement DocOption() in terms of odict instead of dictDieter Verfaillie2012-11-281-1/+1
* giscanner: remove unused variablesDieter Verfaillie2012-11-285-22/+7
* giscanner: remove duplicate "os" import...Dieter Verfaillie2012-11-281-2/+1
* giscanner: use collections.OrderedDict when availableDieter Verfaillie2012-11-281-16/+21
* giscanner: use dict.values() in favor of dict.itervalues()Dieter Verfaillie2012-11-281-2/+2
* giscanner: use dict.items()...Dieter Verfaillie2012-11-282-7/+6
* giscanner: use "if in [a, b]" instead of "if == a or if == b"Dieter Verfaillie2012-11-281-2/+2
* giscanner: improve wording of inline documentationDieter Verfaillie2012-11-282-37/+58
* giscanner: unbreak g-ir-annotationtool...Dieter Verfaillie2012-11-121-2/+2
* scanner: Emit correct type for unsigned integer constantsColin Walters2012-11-071-1/+1
* scanner: Correctly handle large 64 bit integer constantsColin Walters2012-10-303-5/+13
* MallardWriter: support cross-references across namespacesGiovanni Campagna2012-10-281-12/+34
* Add documentation for enumeration membersGiovanni Campagna2012-10-282-1/+13
* Ast: Add parent to FieldsGiovanni Campagna2012-10-282-9/+13
* Namespace: fix appending of nodesGiovanni Campagna2012-10-282-3/+30
* giscanner/dumper.py: Support Visual C++Chun-wei Fan2012-10-271-22/+72
* sourcescannermain.py: Add --filelist optionChun-wei Fan2012-10-271-3/+31
* giscanner/sourcescanner.py: Update for Visual C++ usageChun-wei Fan2012-10-271-1/+10
* giscannermodule.c: Updates for WindowsChun-wei Fan2012-10-271-31/+67
* giscanner/dumper.py: Use os.name instead of os.uname()[0]Chun-wei Fan2012-10-271-1/+1
* giscanner/scannerparser.y: Avoid C99ismChun-wei Fan2012-10-271-2/+3
* scanner: Ignore #defines starting with _Colin Walters2012-10-271-0/+3
* giscanner: Don't prefer identifier prefixes over namespaces in depsStef Walter2012-10-231-1/+2
* scanner: Deprecate using identifier prefixes in GINamesColin Walters2012-10-231-3/+7
* Drop calls to g_type_init()Colin Walters2012-10-162-2/+2
* 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