summaryrefslogtreecommitdiffstats
path: root/Source/cmXMLParser.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* ENH: Added cmXMLParser::FindAttribute methodBrad King2009-02-241-0/+3
| | | | | This method will help subclasses look for element attributes in their StartElement methods.
* ENH: Allow cmXMLParser subclasses to report errorsBrad King2009-02-241-0/+3
| | | | | | This tells cmXMLParser to report error messages through virtual method cmXMLParser::ReportError so that subclasses can override the default report.
* ENH: fix warning on win64Bill Hoffman2007-07-261-2/+4
|
* STYLE: fix compiler warningBill Hoffman2007-07-251-1/+1
|
* STYLE: fix line lengthKen Martin2006-05-121-13/+14
|
* ENH: Add XML parserAndy Cedilnik2005-01-181-0/+108