platform/upstream/gobject-introspection.git
2013-02-19 Colin Walterstests: Be compatible with Automake 1.11, 1.12 and 1...
2013-02-19 Colin Walterstests: Be compatible with both Automake 1.12 and 1.13
2013-02-19 Colin WaltersRelease 1.35.8 GOBJECT_INTROSPECTION_1_35_8 upstream/1.35.8
2013-02-18 Jasper St.... tests: Add RegressTestReferenceEnum to the doc tests
2013-02-18 Jasper St.... sourcescanner: Copy over the unsignedness as well
2013-02-18 Jasper St.... sourcescanner: Make sure to mark constants as set
2013-02-18 Jasper St.... sourcescanner: Fix issues with double constants in...
2013-02-16 Jasper St.... sourcescanner: Fix symbolic references in enum members
2013-02-16 Jasper St.... sourcescanner: Remove unused "id" field
2013-02-16 Jasper St.... docwriter: Use the fully-qualified name for functions...
2013-02-16 Jasper St.... doctool: Use format_xref to format some links to pages
2013-02-16 Jasper St.... docwriter: Add support for adding additional attrs...
2013-02-16 Jasper St.... docwriter: Clean up make_page_id
2013-02-16 Jasper St.... ast: Fix indentation
2013-02-16 Jasper St.... ast: Fall back to the namespace for the parent of a...
2013-02-16 Jasper St.... ast: Rename Class.parent to parent_type
2013-02-16 Jasper St.... girparser: Clean up code
2013-02-15 Torsten Schönfeldgirepository: Document g_enum_info_get_error_domain
2013-02-15 Jasper St.... doctool: Make sure to add "new"
2013-02-15 Jasper St.... doctool: Don't put curly braces around the construct...
2013-02-15 Jasper St.... doctool: Don't link to the namespace from the namespace...
2013-02-15 Jasper St.... doctool: Rename page_style to page_kind
2013-02-15 Jasper St.... tests: Clean up doc generation tests
2013-02-15 Jasper St.... docmain: Create the output dir for us if it doesn't...
2013-02-15 Jasper St.... docwriter: Don't render constants for now
2013-02-15 Jasper St.... doctool: Remove an extra <p> in the signals
2013-02-15 Rico TzschichholzUpdate annotations from glib git
2013-02-15 Jasper St.... doctool: Remove the ctype from the signal return value
2013-02-15 Jasper St.... doctool: Add an link for signal methods
2013-02-15 Jasper St.... doctool: Fix Gjs class signature
2013-02-15 Jasper St.... doctool: Gjs doesn't have extra signal parameters
2013-02-15 Jasper St.... doctool: Fix use of <dl> tag in templates
2013-02-15 Jasper St.... docwriter: Skip non-introspectable nodes in introspecta...
2013-02-15 Jasper St.... docwriter: Introduce a base formatter for introspectabl...
2013-02-15 Jasper St.... docwriter: Format list types as if they are arrays
2013-02-15 Jasper St.... .gitignore: Update for some testing stuff
2013-02-13 Stef Waltergiscanner: Suppress deprecation warnings when introspec...
2013-02-12 Rico Tzschichholztests/scanner: add Regress-1.0-*-expected to EXTRA_DIST
2013-02-11 Jasper St.... ast: Allow more options in unresolved_type
2013-02-11 Jasper St.... tests: Use Regress GIR for doctool
2013-02-11 Jasper St.... docwriter: Support formatting of types without c:types
2013-02-11 Jasper St.... docwriter: Support varargs in parameter names
2013-02-11 Jasper St.... docwriter: Skip lots of special kinds of parameters
2013-02-11 Jasper St.... docwriter: Define a new formatter method for getting...
2013-02-11 Jasper St.... doctool: Don't use zip(range(L))
2013-02-11 Jasper St.... docmain: Support an include path for GIRs
2013-02-11 Colin Waltersbuild: Enable g-ir-doctool if mako is found
2013-02-10 Torsten Schönfeldscanner: remove backcompat copies more safely
2013-02-07 Colin Waltersscanner: Fix use of undeclared variable in previous...
2013-02-07 Jasper St.... transformer: Ensure that types aren't resolved if we...
2013-02-07 Jasper St.... ast: Add a quick __repr__ to Field and Member
2013-02-07 Jasper St.... annotation: Fix invalid type
2013-02-07 Jasper St.... transformer: Warn on unnamed params in declarations
2013-02-07 Jasper St.... warningtester: Sort the list of warnings
2013-02-07 Jasper St.... tests: Move do_moo to warnlib
2013-02-07 Jasper St.... tests: Move TestInherit into Regress
2013-02-07 Jasper St.... tests: Move Foo into Regress
2013-02-07 Jasper St.... tests: Move Annotation into Regress
2013-02-07 Jasper St.... Update .gitignore
2013-02-07 Jasper St.... tests: Support warning tests in modern automake
2013-02-07 Jasper St.... tests: Update Makefile.am
2013-02-06 Simon Feltmangimarshalingtests: fix spelling mistake in new vfunc...
2013-02-05 Rico Tzschichholzbuild: Really fix make dist
2013-02-05 Rico Tzschichholzbuild: Fix make dist
2013-02-04 Martin PittUpdate annotations from glib git
2013-02-02 Jasper St.... doctool: Rebrand mallardwriter as docwriter
2013-02-02 Jasper St.... giscanner: Add a new quick hack module for scanning...
2013-02-02 Jasper St.... doctool: Move signal/vfunc templates to extend function...
2013-02-02 Jasper St.... doctool: Update templates to include the actual instanc...
2013-02-02 Jasper St.... mallardwriter: Fix code for self-parameter forcing
2013-02-02 Jasper St.... doc-examples-obj: Rename @self to @obj in doc_examples_...
2013-02-02 Jasper St.... ast: Allow lookup of the instance parameter by name
2013-02-02 Jasper St.... doc-examples-obj: Fix documentation for doc_examples_ob...
2013-02-02 Jasper St.... ast: Add a new all_parameters property to Callable
2013-02-02 Jasper St.... doctool: Switch to UI v1.0
2013-02-02 Jasper St.... doctool: Initial import of a Gjs language that we support
2013-02-02 Jasper St.... ast: Make sure to export c:type for signals and properties
2013-02-02 Jasper St.... mallardwriter: Clean up node filtering
2013-02-02 Jasper St.... mallardwriter: Don't set content for links
2013-02-02 Jasper St.... mallardwriter: Use xmlwriter for xrefs
2013-02-02 Jasper St.... doctool: Use a base template for all node kinds that...
2013-02-02 Jasper St.... doctool: Rename templates to exclude mallard/the language
2013-02-02 Jasper St.... mallardwriter: Use lookup_typenode to look up a Type...
2013-02-02 Jasper St.... mallardwriter: Simply use the parent page name for...
2013-02-02 Jasper St.... mallardwriter: Don't use function symbols for vfuncs...
2013-02-02 Jasper St.... doctool: Use definition lists instead of tables
2013-02-02 Jasper St.... doctool: Define a standard order of items for all pages
2013-02-02 Jasper St.... doctool: Use a base template for all pages
2013-02-02 Jasper St.... tests: Don't remove the built doctool directories if...
2013-02-02 Jasper St.... tests: Ignore whitespace differences in template compar...
2013-02-02 Jasper St.... doctool: Use a standard title for both links and for...
2013-02-02 Jasper St.... mallardwriter: Fix format_page_name for Namespace
2013-02-02 Jasper St.... doctool: Switch to a computed page_style for all page...
2013-02-02 Jasper St.... mallardwriter: Remove unused import
2013-02-02 Jasper St.... mallardwriter: Parse %ENUM_FIELDs
2013-02-02 Jasper St.... mallardwriter: Use the same code to lookup fundamentals...
2013-02-02 Jasper St.... mallardwriter: Use mkdtemp
2013-02-02 Jasper St.... girparser: Serialize and read back the instance_parameter
2013-02-02 Jasper St.... girparser: Clean up passthrough handling
2013-02-02 Jasper St.... girparser: Move <doc> handling to passthrough
next