projects
/
platform
/
upstream
/
gobject-introspection.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Imported Upstream version 1.39.3
[platform/upstream/gobject-introspection.git]
/
giscanner
/
maintransformer.py
2016-10-27
DongHun Kwak
Imported Upstream version 1.39.0
76/94076/1
blob
|
commitdiff
2016-10-27
DongHun Kwak
Imported Upstream version 1.37.1
72/94072/1
blob
|
commitdiff
|
diff to current
2016-10-27
DongHun Kwak
Imported Upstream version 1.35.8
69/94069/1
blob
|
commitdiff
|
diff to current
2012-11-28
Dieter Verfaillie
giscanner: fix DocBlock().comment
blob
|
commitdiff
|
diff to current
2012-11-28
Dieter Verfaillie
giscanner: remove unused variables
blob
|
commitdiff
|
diff to current
2012-11-28
Dieter Verfaillie
giscanner: use dict.items()...
blob
|
commitdiff
|
diff to current
2012-11-28
Dieter Verfaillie
giscanner: improve wording of inline documentation
blob
|
commitdiff
|
diff to current
2012-10-28
Giovanni Campagna
Add documentation for enumeration members
blob
|
commitdiff
|
diff to current
2012-08-21
Torsten Schönfeld
scanner: methods cannot have an out-arg as their first arg
blob
|
commitdiff
|
diff to current
2012-08-13
Colin Walters
Revert "Implement "rename to" annotation for records"
blob
|
commitdiff
|
diff to current
2012-07-27
Jon Nordby
Implement "rename to" annotation for records
blob
|
commitdiff
|
diff to current
2012-07-10
Evan Nemerson
scanner: support stability tag
blob
|
commitdiff
|
diff to current
2012-07-02
Giovanni Campagna
Maintransfomer: fix again paring error domains with...
blob
|
commitdiff
|
diff to current
2012-06-27
Jasper St. Pierre
Revert scanner fix in 64f3832
blob
|
commitdiff
|
diff to current
2012-06-18
Giovanni Campagna
scanner: complete the enum-to-error-quark fix
blob
|
commitdiff
|
diff to current
2012-06-16
Giovanni Campagna
scanner: fix pairing of error quarks with registered...
blob
|
commitdiff
|
diff to current
2012-05-27
Dan Winship
scanner: allow for functions that look like constructor...
blob
|
commitdiff
|
diff to current
2012-04-05
Dieter Verfaillie
Split parameter and tag storage in annotationparser...
blob
|
commitdiff
|
diff to current
2012-04-05
Dieter Verfaillie
Now make AnnotationParser do what gobject-introspection...
blob
|
commitdiff
|
diff to current
2012-03-06
Matthew Booth
Fix matching of methods named *_get_type()
blob
|
commitdiff
|
diff to current
2012-02-20
Tomeu Vizoso
Merge branch 'mallard-templates'
blob
|
commitdiff
|
diff to current
2012-02-13
Jasper St. Pierre
giscanner: Add better errors for unknown param names
blob
|
commitdiff
|
diff to current
2012-02-09
Jasper St. Pierre
scanner: Allow adding annotations to vfuncs directly
blob
|
commitdiff
|
diff to current
2012-01-10
Olivier Crête
Allow using GLib.List(Foo) instead of GLib.List<Foo>
blob
|
commitdiff
|
diff to current
2011-11-25
Johan Dahlin
Add a floating alias for none
blob
|
commitdiff
|
diff to current
2011-10-13
Dan Winship
scanner: allow GObject.Object as a superclass return...
blob
|
commitdiff
|
diff to current
2011-09-14
Johan Dahlin
Add constant value annotation
blob
|
commitdiff
|
diff to current
2011-08-30
Colin Walters
scanner: Don't try to copy c:type if we're parsing...
blob
|
commitdiff
|
diff to current
2011-08-30
Colin Walters
scanner: Remove some dead debugging code
blob
|
commitdiff
|
diff to current
2011-08-18
Giovanni Campagna
Add tests for newly added warnings
blob
|
commitdiff
|
diff to current
2011-08-18
Giovanni Campagna
Disallow non byte types for GByteArrays
blob
|
commitdiff
|
diff to current
2011-08-18
Giovanni Campagna
Forbid GPtrArrays holding non-pointer types
blob
|
commitdiff
|
diff to current
2011-08-16
Torsten Schönfeld
Allow enums and bitfields to have static methods
blob
|
commitdiff
|
diff to current
2011-08-14
Torsten Schönfeld
Recognize constructors ending in 'newv'
blob
|
commitdiff
|
diff to current
2011-08-13
Johan Dahlin
Merge remote-tracking branch 'origin/gir-docbook'
blob
|
commitdiff
|
diff to current
2011-08-13
Johan Dahlin
Try harder to preserve c:type
blob
|
commitdiff
|
diff to current
2011-08-13
Torsten Schönfeld
scanner: add a moved_to property to backcompat functions
blob
|
commitdiff
|
diff to current
2011-08-13
Torsten Schönfeld
scanner: handle static methods on all types
blob
|
commitdiff
|
diff to current
2011-08-13
Dan Winship
Switch to storing string form of error quarks
blob
|
commitdiff
|
diff to current
2011-08-12
Dan Winship
Switch to storing string form of error quarks
blob
|
commitdiff
|
diff to current
2011-07-01
Dan Winship
giscanner: mark GAsyncReadyCallbacks as allow-none
blob
|
commitdiff
|
diff to current
2011-06-08
Giovanni Campagna
Rework how fundamental GObject types are introspected
blob
|
commitdiff
|
diff to current
2011-06-04
Giovanni Campagna
Always add a zero-terminated attribute when it cannot...
blob
|
commitdiff
|
diff to current
2011-06-03
Colin Walters
scanner: Support _get_gtype() as a GType creation suffix
blob
|
commitdiff
|
diff to current
2011-05-13
David Zeuthen
Add support for the (skip) annotation on parameters...
blob
|
commitdiff
|
diff to current
2011-05-11
Giovanni Campagna
giscanner: read (array) and (element-type) annotations...
blob
|
commitdiff
|
diff to current
2011-02-22
Tomeu Vizoso
Add warnings for the (constructor) annotation
blob
|
commitdiff
|
diff to current
2011-02-22
Tomeu Vizoso
Add warnings for the (method) annotation
blob
|
commitdiff
|
diff to current
2011-02-02
Tomeu Vizoso
Add (method) overrides
blob
|
commitdiff
|
diff to current
2011-02-01
Johan Dahlin
Preserve gtk-doc section names
blob
|
commitdiff
|
diff to current
2011-01-28
Tomeu Vizoso
Add (constructor) annotation
blob
|
commitdiff
|
diff to current
2011-01-21
Tomeu Vizoso
[scanner] Don't crash if we don't have a ctype in array...
blob
|
commitdiff
|
diff to current
2011-01-21
Tomeu Vizoso
Preserve the c:type of array elements
blob
|
commitdiff
|
diff to current
2011-01-20
Johan Dahlin
Disable missing class structure warning, add a bug...
blob
|
commitdiff
|
diff to current
2011-01-13
Pavel Holejsovsky
Make caller-allocates detection work for struct aliases
blob
|
commitdiff
|
diff to current
2011-01-07
Tomeu Vizoso
scanner: Make sure that vfuncs made to the GIR
blob
|
commitdiff
|
diff to current
2010-12-21
Pavel Holejsovsky
scanner: avoid crash when annotation explicitly changes...
blob
|
commitdiff
|
diff to current
2010-12-15
Jonathan Matthew
scanner: support typedefs for container types
blob
|
commitdiff
|
diff to current
2010-12-15
Pavel Holejsovsky
giscanner: don't ignore signal parameter names from...
blob
|
commitdiff
|
diff to current
2010-11-19
Colin Walters
scanner: Only mark structures and unions as out-caller...
blob
|
commitdiff
|
diff to current
2010-11-16
Colin Walters
scanner: Fall back to default uscoring for method pairi...
blob
|
commitdiff
|
diff to current
2010-11-16
Jonathan Matthew
scanner: use c-symbol-prefix for method pairing where...
blob
|
commitdiff
|
diff to current
2010-10-06
Johan Dahlin
Revert "Apply `(type bitfield)' annotations for enums"
blob
|
commitdiff
|
diff to current
2010-10-06
Johan Dahlin
Revert "block can be None, fixup last commit"
blob
|
commitdiff
|
diff to current
2010-10-06
Johan Dahlin
block can be None, fixup last commit
blob
|
commitdiff
|
diff to current
2010-10-05
Andreas Rottmann
Apply `(type bitfield)' annotations for enums
blob
|
commitdiff
|
diff to current
2010-09-29
Colin Walters
scanner: Abort if we would be generating an empty namespace
blob
|
commitdiff
|
diff to current
2010-09-24
Johan Dahlin
[annotationparser] Allow param less closures
blob
|
commitdiff
|
diff to current
2010-09-24
Johan Dahlin
Add more array warnings + tests
blob
|
commitdiff
|
diff to current
2010-09-24
Johan Dahlin
[maintransformer] Add more warnings for element-type
blob
|
commitdiff
|
diff to current
2010-09-24
Johan Dahlin
[maintransformer] Use constants
blob
|
commitdiff
|
diff to current
2010-09-24
Johan Dahlin
[annotation] Add constants for out options
blob
|
commitdiff
|
diff to current
2010-09-24
Johan Dahlin
[maintransformer] Use AssertionError
blob
|
commitdiff
|
diff to current
2010-09-23
Johan Dahlin
Add scope annotation value warnings
blob
|
commitdiff
|
diff to current
2010-09-23
Johan Dahlin
Validate transfer annnotations
blob
|
commitdiff
|
diff to current
2010-09-23
Johan Dahlin
Paper-bag fix, add an OPT_TRANSFER import
blob
|
commitdiff
|
diff to current
2010-09-23
Johan Dahlin
Replace TAG_TRANSFER with OPT_TRANSFER
blob
|
commitdiff
|
diff to current
2010-09-23
Johan Dahlin
[scanner] Warn for invalid scanner annotations
blob
|
commitdiff
|
diff to current
2010-09-21
Johan Dahlin
[maintransformer] Improve type resolution warnings
blob
|
commitdiff
|
diff to current
2010-09-20
Johan Dahlin
[scanner] Add a Position class
blob
|
commitdiff
|
diff to current
2010-09-20
Johan Dahlin
[maintransformer] Make warning more robust
blob
|
commitdiff
|
diff to current
2010-09-20
Johan Dahlin
Include proper line number for scope warning
blob
|
commitdiff
|
diff to current
2010-09-19
Johan Dahlin
Include proper filename and lineno in doc warning
blob
|
commitdiff
|
diff to current
2010-09-19
Johan Dahlin
[annotationparser] Preserve line numbers
blob
|
commitdiff
|
diff to current
2010-09-18
Johan Dahlin
[maintransformer] Do not warn for returns and varargs
blob
|
commitdiff
|
diff to current
2010-09-17
Tomeu Vizoso
Make Full the default transfer for returned foreign...
blob
|
commitdiff
|
diff to current
2010-09-16
Johan Dahlin
[maintransformer] Do not warn for vararg docs
blob
|
commitdiff
|
diff to current
2010-09-15
Johan Dahlin
Add a warning for unresolved types
blob
|
commitdiff
|
diff to current
2010-09-15
Colin Walters
scanner: Add temporary workaround for GStreamer
blob
|
commitdiff
|
diff to current
2010-09-14
Johan Dahlin
Add a parameter mismatch warning
blob
|
commitdiff
|
diff to current
2010-09-14
Colin Walters
scanner: Parse annotations for typedefs
blob
|
commitdiff
|
diff to current
2010-09-13
Colin Walters
scanner: Consistently use ctype for documentation blocks
blob
|
commitdiff
|
diff to current
2010-09-09
Colin Walters
scanner: Mark '_'-prefixed fields as introspectable=0
blob
|
commitdiff
|
diff to current
2010-09-09
Tomeu Vizoso
Foreign structs can have constructors
blob
|
commitdiff
|
diff to current
2010-09-09
Tomeu Vizoso
Use Node.ctype instead of Node.c_name when looking...
blob
|
commitdiff
|
diff to current
2010-09-08
Colin Walters
scanner: Kill glibast
blob
|
commitdiff
|
diff to current
2010-09-08
Colin Walters
scanner: Don't mark as constructors things that are...
blob
|
commitdiff
|
diff to current
2010-09-08
Colin Walters
scanner: Fix object hierarchy traversal in constructor...
blob
|
commitdiff
|
diff to current
2010-09-08
Colin Walters
scanner: Don't attempt to pair methods/constructors...
blob
|
commitdiff
|
diff to current
2010-09-07
Owen W. Taylor
Go back to previously handling of static methods on...
blob
|
commitdiff
|
diff to current
next