summaryrefslogtreecommitdiff
path: root/Source/cmXMLWriter.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-4/+4
* clang-tidy: fix `readability-redundant-access-specifiers` warningsBen Boeckel2021-01-271-2/+0
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-10/+10
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* IWYU: mark <cstddef> as neededBen Boeckel2020-04-291-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* clang-tidy: modernize-return-braced-init-listRegina Pfeifer2019-09-061-5/+2
* IWYU: Add missing cstddef includes for size_t and nullptr_tBrad King2019-09-031-0/+1
* Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-151-0/+5
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-2/+3
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-0/+1
* cmCTestLaunch: use cmXMLElement for XML generationVitaly Stakhovsky2018-05-111-0/+6
* cmXMLWriter: code improvementVitaly Stakhovsky2018-04-031-1/+2
* cmGlobalVisualStudio10Generator: Use cmXMLWriter RAII helpersVitaly Stakhovsky2018-03-091-2/+2
* cmXMLWriter: Add RAII helpers to allow DOM-like syntaxVitaly Stakhovsky2018-03-091-0/+52
* Various typo fixesLuz Paz2018-01-041-1/+1
* CTest: adopt std::chrono::system_clockWouter Klouwen2017-11-171-0/+18
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-4/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Xcode: Use proper indentation for schemesGregor Jasny2017-02-281-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-171-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-18/+18
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmXMLWriter: add Doctype() methodDaniel Pfeifer2016-03-211-0/+2
* cmXMLWriter: overload Element() method for empty elementsDaniel Pfeifer2016-03-211-0/+2
* Add cmXMLWriter class to consolidate XML generationDaniel Pfeifer2015-05-261-0/+120