Make sure the macros work without silent rules
[gnome.gobject-introspection] / giscanner / xmlwriter.py
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.