summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix line too longColin Walters2010-11-161-1/+2
* scanner: use c-symbol-prefix for method pairing where possibleJonathan Matthew2010-11-161-1/+4
* scanner: don't show 'warnings suppressed' if --warn-all in useJonathan Matthew2010-11-161-1/+1
* Add support for gunichar in typelibColin Walters2010-11-121-4/+0
* dumper: Differentiate between "external" and "internal" linkingColin Walters2010-11-112-12/+37
* Switch to nonrecursive make for core (i.e. not tests/)Colin Walters2010-11-094-93/+21
* libtoolimporter: Don't assume we have a multi-component importColin Walters2010-11-091-2/+6
* Handle enumerations with the full range of signed and unsigned valuesOwen W. Taylor2010-11-014-12/+31
* scanner: Print out a message if warnings were offColin Walters2010-10-252-6/+10
* Fix previous commitColin Walters2010-10-221-1/+1
* Handle CC="ccache gcc" for linker command tooColin Walters2010-10-221-1/+2
* scanner: Support GStrv as signal parametersColin Walters2010-10-211-0/+5
* scanner: Don't process pkg-config libs twiceColin Walters2010-10-192-13/+3
* Accept trailing whitespace at the start of a comment blockColin Walters2010-10-191-5/+3
* scanner: Don't leave temporary directory around if we failColin Walters2010-10-072-17/+30