summaryrefslogtreecommitdiff
path: root/Source/cmXMLParser.cxx
Commit message (Expand)AuthorAgeFilesLines
* ctest_memcheck: Add support for memory and leak sanitizer.Bill Hoffman2014-07-161-2/+11
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-2/+2
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-1/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* COMP: Fix build with system-installed expat 2.0.1Brad King2009-06-111-1/+1
* ENH: Added cmXMLParser::FindAttribute methodBrad King2009-02-241-0/+17
* ENH: Allow cmXMLParser subclasses to report errorsBrad King2009-02-241-5/+10
* STYLE: fix warningBill Hoffman2007-07-301-1/+2
* ENH: fix warning on win64Bill Hoffman2007-07-261-1/+1
* STYLE: fix compiler warningBill Hoffman2007-07-251-2/+3
* ENH: Add options to build with system utility libraries. Organize inclusion ...Brad King2006-10-191-1/+1
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-2/+2
* COMP: Try to resolve compile errors because of missing includes and wrong inc...Andy Cedilnik2005-01-181-0/+1
* COMP: Use cmOStringStream not ostringstreamAndy Cedilnik2005-01-181-1/+1
* ENH: Add XML parserAndy Cedilnik2005-01-181-0/+217