summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* Kill off config.pyColin Walters2011-07-273-29/+2
* giscanner: Make comments starting with tab characters workJasper St. Pierre2011-07-221-3/+5
* giscanner: mark GAsyncReadyCallbacks as allow-noneDan Winship2011-07-011-0/+1
* dumper: Flush stdout after printing compilation messagesColin Walters2011-06-301-0/+3
* dumper: Only make libtool silent if we were passed --silentColin Walters2011-06-301-1/+2
* giscanner: Support srcdir != builddirColin Walters2011-06-231-0/+5
* gdumpparser.py: Limit line length to 100Colin Walters2011-06-091-1/+3
* Rework how fundamental GObject types are introspectedGiovanni Campagna2011-06-082-24/+31
* Always add a zero-terminated attribute when it cannot be impliedGiovanni Campagna2011-06-042-0/+8
* Add boxed types definition for GLibGiovanni Campagna2011-06-041-17/+5
* scanner: Support _get_gtype() as a GType creation suffixColin Walters2011-06-032-5/+10
* scanner: Parse GNUC expression statementsColin Walters2011-06-021-0/+4
* Add support for the (skip) annotation on parameters or return valuesDavid Zeuthen2011-05-132-0/+7
* GScannerParser: recognize character constantsGiovanni Campagna2011-05-121-1/+3
* giscanner: read (array) and (element-type) annotations for fieldsGiovanni Campagna2011-05-111-3/+7
* Add GI_SCANNER_DISABLE_CACHE environment variableColin Walters2011-05-021-0/+2
* Add warnings for the (constructor) annotationTomeu Vizoso2011-02-221-11/+50
* Add warnings for the (method) annotationTomeu Vizoso2011-02-221-4/+16
* scanner: Don't fail on mkdir if cachedir already existsGOBJECT_INTROSPECTION_0_10_2Colin Walters2011-02-031-1/+4
* Add (method) overridesTomeu Vizoso2011-02-022-14/+38
* Preserve gtk-doc section namesJohan Dahlin2011-02-012-3/+14
* Sort outputJohan Dahlin2011-02-011-1/+1
* Add (constructor) annotationTomeu Vizoso2011-01-282-12/+27
* [scanner] Don't crash if we don't have a ctype in array element typesTomeu Vizoso2011-01-211-1/+2
* Preserve the c:type of array elementsTomeu Vizoso2011-01-211-2/+3
* Disable missing class structure warning, add a bug referenceJohan Dahlin2011-01-201-2/+3
* ast: cleanup clone() methodsJohan Dahlin2011-01-201-4/+1
* Make caller-allocates detection work for struct aliasesPavel Holejsovsky2011-01-132-7/+11
* Add support for g[u]intptr in scanner and girwriter.Pavel Holejsovsky2011-01-131-4/+11
* Revert "scanner: Stop predeclaring the functions that are to be scanned"Colin Walters2011-01-111-0/+2
* Revert "scanner: Include all headers when building the dumper binary"Colin Walters2011-01-111-3/+0
* scanner: Rename g_irepository_dump when included from the dumperBenjamin Otte2011-01-111-1/+1
* scanner: Stop predeclaring the functions that are to be scannedBenjamin Otte2011-01-101-2/+0
* scanner: Include all headers when building the dumper binaryBenjamin Otte2011-01-101-0/+3
* scanner: Use packages from --pkgBenjamin Otte2011-01-101-0/+1
* scanner: Make sure that vfuncs made to the GIRTomeu Vizoso2011-01-072-23/+0
* scanner: Fix handling of property transferColin Walters2011-01-053-6/+9
* scanner: Properly parse recursive list type nodesColin Walters2011-01-051-5/+10
* scanner: avoid crash when annotation explicitly changes 'self' argumentPavel Holejsovsky2010-12-211-1/+1
* make check pass for recent commitsColin Walters2010-12-171-1/+1
* scanner: support typedefs for container typesJonathan Matthew2010-12-163-11/+30
* giscanner: don't ignore signal parameter names from annotations.Pavel Holejsovsky2010-12-151-1/+4
* Support glib-mkenums comment /*< flags >*/Andreas Rottmann2010-12-073-16/+47
* Make sure we don't mark GInitiallyUnownedClass as disguisedTomeu Vizoso2010-12-061-0/+1
* scanner: Switch to only Python 2.5 C API usageColin Walters2010-12-031-10/+14
* scanner: More XML unicode fixesColin Walters2010-12-021-9/+13
* Add proper unicode support to the source scannerJohan Dahlin2010-12-023-8/+38
* Support hexadecimal escapes in constantsColin Walters2010-12-021-2/+81
* scanner: Only mark structures and unions as out-caller-allocatesColin Walters2010-11-191-1/+4
* scanner: Fall back to default uscoring for method pairing if possibleColin Walters2010-11-161-6/+16