summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* g-ir-doc-tool: Use None instead of %NULLTomeu Vizoso2012-02-191-0/+6
* g-ir-doc-tool: Use the ctype for the return type in signaturesTomeu Vizoso2012-02-191-1/+1
* g-ir-doc-tool: Display Returns: even if there's no argsTomeu Vizoso2012-02-192-2/+2
* g-ir-doc-tool: Add Since: tag to classesTomeu Vizoso2012-02-182-0/+6
* g-ir-doc-tool: Add Since: tag to mallard docsTomeu Vizoso2012-02-182-0/+6
* g-ir-doctool: Add function argument docs to the C templateTomeu Vizoso2012-02-181-0/+17
* g-ir-doctool: Add argument docs to the Python templateTomeu Vizoso2012-02-181-0/+17
* g-ir-doctool: Don't instantiate MallardFormatter for unknown languagesTomeu Vizoso2012-02-171-1/+2
* g-ir-doc-tool: Consolidating the function templatesShaun McCance2012-02-1710-105/+168
* g-ir-doc-tool: Added MallardFormatter classShaun McCance2012-02-1714-72/+122
* g-ir-doc-tool: More Mallard work, using experimantal api extensionShaun McCance2012-02-176-22/+76
* g-ir-doc-tool: Templates for signals/properties, class docsShaun McCance2012-02-179-13/+82
* g-ir-doctool: Move to Mako templates for generating MallardTomeu Vizoso2012-02-1714-479/+287
* Allow using GLib.List(Foo) instead of GLib.List<Foo>Olivier Crête2012-01-101-3/+4
* scanner: Remove duplicate declaration of ErrorQuarkFunctionJasper St. Pierre2012-01-061-7/+0
* giscanner: fix use after decrefAndreas Schwab2011-12-151-4/+6
* scanner: Put the -l library names after the .oAlbert Astals Cid2011-11-291-5/+5
* Add a floating alias for noneJohan Dahlin2011-11-252-4/+13
* giscanner: Add gmodule-2.0 to compiler packagesFlorian Müllner2011-11-231-1/+1
* OpenBSD uses it's own libtool implementation which breaks giscanner in certainJasper Lievisse Adriaanse2011-11-181-0/+14
* scanner: Only add rpaths for absolute directoriesColin Walters2011-11-031-5/+6
* scanner: Also add an RPATH for library paths specifiedColin Walters2011-11-031-0/+5
* Windows port: fix _resolve_non_libtoolDieter Verfaillie2011-10-201-25/+32
* scanner: Support --header-only flagColin Walters2011-10-191-2/+10
* message: Show the file/line even when processing FATALColin Walters2011-10-171-5/+5
* scanner: allow GObject.Object as a superclass return typeDan Winship2011-10-131-1/+1
* dumper: Don't call g_thread_init(), g_type_init() is enoughColin Walters2011-10-121-1/+0
* scanner: split CC environment variableNatanael Copa2011-10-101-1/+2
* Skip analysis of params that have been (skip)'dStef Walter2011-09-281-0/+3
* Fix incorrect extension for tempfileDieter Verfaillie2011-09-191-1/+1
* Add constant value annotationJohan Dahlin2011-09-146-7/+24
* scanner: Don't add redundant notify signalColin Walters2011-09-121-4/+0
* scanner: Only add notify signal to Object, not ParamSpec etc.Colin Walters2011-09-121-3/+4
* scanner: correctly handle structs with arrays of anon unionsTorsten Schönfeld2011-09-111-11/+43
* scanner: Add "notify" signal to GObjectColin Walters2011-09-091-0/+3
* Windows port: g-ir-scanner: Accept -m flagsDieter Verfaillie2011-09-071-0/+12
* Windows port: Export all symbols on Windows.Dieter Verfaillie2011-09-071-1/+4
* Windows port: the tmpfile is going to be an exe...Dieter Verfaillie2011-09-071-1/+7
* Windows port: Do not append '/usr/share' to _xdg_data_dirs...Dieter Verfaillie2011-09-071-2/+6
* Let the user override the default compiler with the CC env variableAndoni Morales Alastruey2011-09-031-1/+1
* Fix compilation with mingwAndoni Morales Alastruey2011-09-032-1/+11
* scanner: Don't try to copy c:type if we're parsing (element-type)Colin Walters2011-08-291-5/+10
* scanner: Remove some dead debugging codeColin Walters2011-08-291-3/+0
* Fix warning for missing (element-type)Colin Walters2011-08-291-2/+2
* Avoid most of the special-casing of GObject.Object in the scannerPavel Holejsovsky2011-08-281-48/+14
* Properly handle GParamSpec and descendantsPavel Holejsovsky2011-08-251-6/+21
* docbookdescription.py: Fix for PEP-8 complianceColin Walters2011-08-221-3/+3
* Add tests for newly added warningsGiovanni Campagna2011-08-181-3/+3
* Disallow non byte types for GByteArraysGiovanni Campagna2011-08-181-2/+14
* Forbid GPtrArrays holding non-pointer typesGiovanni Campagna2011-08-182-0/+18