Imported Upstream version 1.47.1
[platform/upstream/gobject-introspection.git] / giscanner / xmlwriter.py
2016-10-27 DongHun KwakImported Upstream version 1.47.1 91/94091/1
2016-10-27 DongHun KwakImported Upstream version 1.39.0 76/94076/1
2016-10-27 DongHun KwakImported Upstream version 1.37.1 72/94072/1
2016-10-27 DongHun KwakImported Upstream version 1.35.8 69/94069/1
2011-08-15 Shaun McCancegiscanner/mallardwriter: Adding experimental Mallard...
2010-12-02 Colin Waltersscanner: More XML unicode fixes
2010-12-02 Johan DahlinAdd proper unicode support to the source scanner
2010-11-09 Colin WaltersSwitch to nonrecursive make for core (i.e. not tests/)
2010-08-17 Zachary GoldbergAdd ability to write unindented lines via xmlwriter
2010-07-22 Johan Dahlin[scanner] Make it compatible with python 2.y
2010-07-08 Colin WaltersMove doc to toplevel element, write <any> for unknown...
2009-03-03 Colin WaltersBug 571548 - Generic attributes
2009-02-20 Johan DahlinSend in an empty list instead of None.
2009-01-14 Colin WaltersAdd generated file warning comment
2009-01-12 Johan DahlinBug 563794 - Redo annotation parsing & applying
2009-01-03 Jürg BilleterFix inconsistencies with PEP8
2008-11-04 Johan DahlinRelicense the giscanner library under LGPLv2+. This...
2008-10-30 Johan DahlinWrite a C version of the xml namespace formatter. Saves...
2008-10-30 Johan DahlinAbstract attribute formatting to a function external...
2008-10-11 Lucas RochaBug 554854: The --typelib-xml and --inject options...
2008-08-22 Colin WaltersPass through recursive types. Avoid overwriting errors...
2008-08-09 Johan DahlinPEP8ify
2008-06-07 Johan DahlinImprove line wrapping when > 79 charaters
2008-05-31 Johan DahlinImprove error reporting when trying to quote None....
2008-04-29 Johan DahlinWrite record/structs to gir file too. Add a couple...
2008-04-28 Johan DahlinCalculate the line length properly, include the provide...
2008-04-28 Johan DahlinCheck explicitly for None, so we can write False
2008-04-28 Johan DahlinLine wrap license header
2008-04-28 Johan DahlinInclude indentation in line length calculation
2008-04-28 Johan DahlinRefactor pretty attribute indentation to be more generi...
2008-04-28 Johan DahlinWrap attributes for lines which are wider than 79 chara...
2008-04-28 Johan DahlinSimplify & Remove a bit of unused code
2008-04-26 Johan DahlinAdd LGPLv2 license header and install all python files
2008-04-21 Johan DahlinAdd a simple api for writing tags which can be used...
2008-04-18 Johan DahlinAdd a simplistic gidl writer, which can't do too much.