index
:
~smcv/gobject-introspection
local-gir
master
g-i hacking
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
giscanner
/
xmlwriter.py
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-17
Add ability to write unindented lines via xmlwriter
Zachary Goldberg
1
-3
/
+20
2010-07-22
[scanner] Make it compatible with python 2.y
Johan Dahlin
1
-1
/
+1
2010-07-08
Move doc to toplevel element, write <any> for unknown containers
Colin Walters
1
-2
/
+2
2009-03-03
Bug 571548 - Generic attributes
Colin Walters
1
-0
/
+2
2009-02-20
Send in an empty list instead of None.
Johan Dahlin
1
-0
/
+2
2009-01-14
Add generated file warning comment
Colin Walters
1
-0
/
+3
2009-01-12
Bug 563794 - Redo annotation parsing & applying
Johan Dahlin
1
-0
/
+2
2009-01-03
Fix inconsistencies with PEP8
Jürg Billeter
1
-2
/
+0
2008-11-04
Relicense the giscanner library under LGPLv2+. This has been approved by
Johan Dahlin
1
-11
/
+11
2008-10-30
Write a C version of the xml namespace formatter. Saves 15% of the time it
Johan Dahlin
1
-4
/
+12
2008-10-30
Abstract attribute formatting to a function external to the XMLWriter
Johan Dahlin
1
-41
/
+49
2008-10-11
Bug 554854: The --typelib-xml and --inject options should reuse giscanner
Lucas Rocha
1
-5
/
+11
2008-08-22
Pass through recursive types. Avoid overwriting errors. Always write the
Colin Walters
1
-0
/
+1
2008-08-09
PEP8ify
Johan Dahlin
1
-5
/
+6
2008-06-07
Improve line wrapping when > 79 charaters
Johan Dahlin
1
-7
/
+31
2008-05-31
Improve error reporting when trying to quote None. Do not print warnings
Johan Dahlin
1
-1
/
+6
2008-04-29
Write record/structs to gir file too. Add a couple of tests, fix an off by
Johan Dahlin
1
-1
/
+1
2008-04-28
Calculate the line length properly, include the provided extra indentation
Johan Dahlin
1
-6
/
+6
2008-04-28
Check explicitly for None, so we can write False
Johan Dahlin
1
-1
/
+1
2008-04-28
Line wrap license header
Johan Dahlin
1
-1
/
+2
2008-04-28
Include indentation in line length calculation
Johan Dahlin
1
-3
/
+5
2008-04-28
Refactor pretty attribute indentation to be more generic and always use it
Johan Dahlin
1
-39
/
+30
2008-04-28
Wrap attributes for lines which are wider than 79 characters
Johan Dahlin
1
-0
/
+17
2008-04-28
Simplify & Remove a bit of unused code
Johan Dahlin
1
-11
/
+22
2008-04-26
Add LGPLv2 license header and install all python files
Johan Dahlin
1
-0
/
+19
2008-04-21
Add a simple api for writing tags which can be used with the new 'with
Johan Dahlin
1
-0
/
+11
2008-04-18
Add a simplistic gidl writer, which can't do too much.
Johan Dahlin
1
-0
/
+55