summaryrefslogtreecommitdiff
path: root/Source/cmXMLParser.h
Commit message (Expand)AuthorAgeFilesLines
* Source: fix more rule of 3 warnings from clang -WdeprecatedSean McBride2021-10-261-0/+1
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-171-1/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-14/+13
* ctest_memcheck: Add support for memory and leak sanitizer.Bill Hoffman2014-07-161-1/+8
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-12/+12
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Added cmXMLParser::FindAttribute methodBrad King2009-02-241-0/+3
* ENH: Allow cmXMLParser subclasses to report errorsBrad King2009-02-241-0/+3
* 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