summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Fix errors parsing OSX 10.9 headersDavide Bertola2014-02-131-0/+4
* scanner: Improve compatibility with OS XClemens Lang2014-02-102-4/+35
* scanner: Report __inline__ as the inline tokenEmmanuele Bassi2014-02-101-0/+1
* docwriter: Don't render private nodesJasper St. Pierre2014-01-311-0/+3
* scanner: Replace GInitiallyUnowned field sharing with generic solutionSimon Feltman2014-01-042-17/+7
* scanner: Cleanup exception handling in the transformerSimon Feltman2014-01-041-42/+15
* scanner: Remove typedef namespace cacheSimon Feltman2014-01-041-20/+0
* scanner: Use tag namespace for parsing unionsSimon Feltman2014-01-041-74/+30
* scanner: Add simplified parsing for nested structsSimon Feltman2014-01-041-4/+7
* scanner: Fix parsing for various typedef struct orderingsSimon Feltman2014-01-042-10/+106
* scanner: Fix get_symbols/comments to maintain the scanner listsSimon Feltman2014-01-022-2/+18
* Honour CPPFLAGS as we do CFLAGSRyan Lortie2013-12-212-0/+7
* scannerlexer: Fix bad unrefJasper St. Pierre2013-12-171-1/+2
* dumper: use 'cc' as the default C compilerRyan Lortie2013-12-081-1/+1
* scanner: make sure we pass CFLAGS to cppRyan Lortie2013-12-081-0/+1
* scanner: Support boolean constantsFlorian Müllner2013-11-297-4/+43
* scanner: Use PATH_MAX, not hardcoded 1024 for realpath()1.39.0Colin Walters2013-11-161-1/+15
* giscanner: Handle the case when there's a space between -I cpp flag and the pathCarlos Garcia Campos2013-11-161-0/+3
* giscanner: Make sure we use real paths in more placesCarlos Garcia Campos2013-11-154-7/+20
* giscanner: Make sure that the current path set from linemarks is also a real ...Carlos Garcia Campos2013-11-151-1/+55
* scanner: Don't barf on anonymous unionsColin Walters2013-10-301-0/+1
* giscanner: Test fixups for field annotations and documentationStef Walter2013-10-281-7/+12
* giscanner: Include field documentationStef Walter2013-10-281-1/+1
* giscanner: Correctly consume field annotations on structsStef Walter2013-10-283-18/+52
* sourcescanner: Removed unused struct_or_union_or_enum_table fieldStef Walter2013-10-212-13/+0
* giscanner: Respect __GI_SCANNER__ when scanning for macrosStef Walter2013-10-214-3/+191
* giscanner: remove g_realpathDieter Verfaillie2013-10-175-82/+10
* giscanner: speed up SourceScanner().parse_files()Dieter Verfaillie2013-10-175-102/+96
* giscanner: restore linemark filename unescapingDieter Verfaillie2013-10-171-15/+14
* Revert "sourcescanner: Avoid scanning files when doing a macro scan"Dieter Verfaillie2013-10-171-16/+11
* Revert "sourcescanner: Do some fast path checks on the filename"Dieter Verfaillie2013-10-171-5/+0
* scannerlexer: don't reject __volatile__ tokensGiovanni Campagna2013-10-161-2/+2
* sourcescanner: Do some fast path checks on the filenameJasper St. Pierre2013-10-151-0/+5
* sourcescanner: Avoid scanning files when doing a macro scanJasper St. Pierre2013-10-151-11/+16
* giscanner: remove Python xml attribute formatterDieter Verfaillie2013-10-091-44/+5
* giscanner: remove unneeded isinstance checkDieter Verfaillie2013-10-091-3/+2
* giscanner: write '<varargs/>' instead of '<varargs></varargs>'Dieter Verfaillie2013-10-081-2/+1
* giscanner: fix c0e748e1cdf8cf0803266f94c3c5ad154df504a8Dieter Verfaillie2013-10-082-51/+50
* giscanner: complain about text before the ' * 'Dieter Verfaillie2013-10-081-0/+9
* giscanner: write virtual method instance parameter docs to .gir fileDieter Verfaillie2013-10-081-0/+6
* giscanner: make Annotated.attributes an OrderedDictDieter Verfaillie2013-10-083-4/+4
* giscanner: return namedtuples where appropriateDieter Verfaillie2013-10-081-65/+77
* giscanner: Fix GtkDocBlock.position...Dieter Verfaillie2013-10-081-59/+119
* giscanner: don't generate synthetic names for '...' parameterDieter Verfaillie2013-10-081-8/+8
* giscanner: refactor GTK-Doc comment block serializationDieter Verfaillie2013-10-082-105/+198
* giscanner: make some warnings errorsDieter Verfaillie2013-10-081-23/+23
* giscanner: use proper terminologyDieter Verfaillie2013-10-081-49/+50
* giscanner: honor line and paragraph breaks in description fieldsDieter Verfaillie2013-10-082-19/+40
* giscanner: improve state trackingDieter Verfaillie2013-10-081-19/+12
* giscanner: better lineno handlingDieter Verfaillie2013-10-081-12/+13