summaryrefslogtreecommitdiff
path: root/Source/cmScriptGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmScriptGenerator: remove unnecessary `endif` argumentsBen Boeckel2022-06-141-1/+1
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-2/+0
* generated-scripts: simplify `if` conditionsBen Boeckel2022-04-201-4/+2
* clang-tidy: fix `readability-use-anyofallof` warningsBen Boeckel2021-01-271-6/+5
* clang-tidy: fix `readability-redundant-string-init` warningsBen Boeckel2021-01-271-1/+0
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+5
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-5/+6
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-14/+8
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Use CM_DISABLE_COPYDaniel Pfeifer2017-04-241-2/+0
* cmScriptGenerator: pass Indent by valueDaniel Pfeifer2017-04-221-7/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+2
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-3/+3
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-80/+52
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-13/+0
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-10/+11
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-1/+1
* Generate modern-style cmake code.Stephen Kelly2013-08-221-5/+5
* Use cascading-if for per-config test and install codeBrad King2011-06-101-2/+12
* Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...David Cole2009-10-011-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Refactor cmInstallGenerator for re-useBrad King2009-03-161-0/+232