summaryrefslogtreecommitdiff
path: root/Source/cmXMLSafe.cxx
Commit message (Expand)AuthorAgeFilesLines
* Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-2/+2
* clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-171-2/+0
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-34/+38
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-5/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Remove use of include <cmsys/ios/*> and cmsys_ios::*Brad King2015-08-201-4/+4
* Remove use of cmsys_stl.Stephen Kelly2015-02-051-2/+2
* CTest: Do not munge UTF-8 output in XML filesBrad King2009-12-081-34/+39
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Avoid encoding invalid XML chars in CTestBrad King2009-03-021-1/+11
* BUG: Hack for issue #8647Brad King2009-03-021-1/+1
* COMP: Avoid parameter/member shadow in cmXMLSafeBrad King2009-02-061-3/+3
* COMP: Avoid warning about signed-char comparisonBrad King2009-02-051-4/+3
* ENH: Create cmXMLSafe to help escapes in XMLBrad King2009-02-051-0/+93