summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* g-ir-doc-tool: Add some more stuff to Enum pagesTomeu Vizoso2012-02-202-0/+26
* g-ir-doc-tool: Display the hierarchy tree for classesTomeu Vizoso2012-02-202-32/+35
* g-ir-doc-tool: Install the Mako template filesTomeu Vizoso2012-02-201-1/+1
* g-ir-doc-tool: Remove stale DocBook filesTomeu Vizoso2012-02-202-754/+0
* g-ir-doc-tool: Properly link to property pagesTomeu Vizoso2012-02-201-0/+11
* g-ir-doc-tool: Fix names of xref linksTomeu Vizoso2012-02-201-1/+5
* g-ir-doc-tool: Move constructor example to follow the class doc bodyTomeu Vizoso2012-02-201-12/+15
* g-ir-doc-tool: Properly link to signal pagesTomeu Vizoso2012-02-201-1/+8
* g-ir-doc-tool: Fix the id of signal pages for PythonTomeu Vizoso2012-02-201-1/+1
* g-ir-doc-tool: Qualify the class name in the constructor with the module nameTomeu Vizoso2012-02-201-1/+1
* g-ir-doc-tool: Add links to properties in the constructorTomeu Vizoso2012-02-201-2/+2
* g-ir-doc-tool: Fix linkTomeu Vizoso2012-02-201-1/+1
* g-ir-doc-tool: Show how to construct instances in the Class pageTomeu Vizoso2012-02-202-5/+17
* g-ir-doc-tool: Add details for properties in PythonTomeu Vizoso2012-02-202-0/+19
* g-ir-doc-tool: Add param information to signal pages in PythonTomeu Vizoso2012-02-191-0/+37
* g-ir-doc-tool: Implement intra-namespace cross referencesTomeu Vizoso2012-02-191-1/+5
* g-ir-doc-tool: Use instances of MallardFormatter* instead of class methodsTomeu Vizoso2012-02-191-32/+27
* g-ir-doc-tool: Remove some occurrences of empty Returns: linesTomeu Vizoso2012-02-191-1/+1
* g-ir-doc-tool: use True and False instead of %TRUE and %FALSETomeu Vizoso2012-02-191-0/+2
* g-ir-doc-tool: Remove module and class from the function signatureTomeu Vizoso2012-02-191-3/+0
* g-ir-doctool: Use template cachingTomeu Vizoso2012-02-191-1/+4
* 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