summaryrefslogtreecommitdiff
path: root/giscanner
Commit message (Expand)AuthorAgeFilesLines
* 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
* Docbookwriter: signal flagsLaszlo Pandy2011-08-171-1/+18
* In DocBookWriter, remove DocBookEntity and just use the ast nodes directly.Laszlo Pandy2011-08-171-73/+39
* For docbook, make the id attributes the same regardless of language. Only use...Laszlo Pandy2011-08-161-10/+5
* Descriptions support for docbook writer.Laszlo Pandy2011-08-162-18/+199
* Allow enums and bitfields to have static methodsTorsten Schönfeld2011-08-164-1/+18
* Teach scanner's girparser about fundamentalsPavel Holejsovsky2011-08-161-0/+8
* giscanner: Allow passing additional include dirs when parsing a girTomeu Vizoso2011-08-152-2/+11
* [doctools] use 'or' instead of 'and' when checking for func or constructorJohn (J5) Palmieri2011-08-151-1/+1
* treat constructors like methods when generating the labelJohn (J5) Palmieri2011-08-151-1/+1
* [doctool] use different templates for method vs. function outputJohn (J5) Palmieri2011-08-151-1/+4
* output namespace.class.methodname for python methods in the doctoolsJohn (J5) Palmieri2011-08-151-1/+1
* fix up Python doc backend to output correct namesJohn (J5) Palmieri2011-08-151-3/+3
* first pass at python backend for doc toolsJohn (J5) Palmieri2011-08-151-1/+11
* g-ir-doc-tool: Fix PEP-8 issuesTomeu Vizoso2011-08-151-11/+7
* g-ir-doc-tool: print class declaration line in PythonTomeu Vizoso2011-08-151-14/+40