Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Source: Stabilize include order | Brad King | 2016-04-29 | 1 | -0/+1 |
| | | | | | Each source file has a logical first include file. Include it in an isolated block so that tools that sort includes do not move them. | ||||
* | cmXMLWriter: add Doctype() method | Daniel Pfeifer | 2016-03-21 | 1 | -0/+2 |
| | |||||
* | cmXMLWriter: overload Element() method for empty elements | Daniel Pfeifer | 2016-03-21 | 1 | -0/+2 |
| | |||||
* | Add cmXMLWriter class to consolidate XML generation | Daniel Pfeifer | 2015-05-26 | 1 | -0/+120 |
Explicitly track XML generation state (indentation, element closure, etc.) so that clients can avoid manually/implicitly maintaining it. |