summaryrefslogtreecommitdiff
path: root/Source/cmIncludeCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* FindPython{Interp,Libs}: Add policy to remove these modulesBrad King2023-03-301-0/+2
* FindCUDA: Add policy to remove this moduleBrad King2023-03-091-0/+1
* Dart,FindDart: Add policy to remove these modulesBrad King2023-02-281-0/+2
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-1/+1
* Source: Fix clang -Wimplicit-fallthrough warningsSean McBride2021-09-281-0/+1
* WriteCompilerDetectionHeader: Add policy to remove moduleBrad King2020-12-051-0/+1
* include: refactor call sites of cmMakefile::ReadDependentFileAsit Dhal2020-10-211-5/+16
* Modules/Documentation: removeBen Boeckel2020-04-221-0/+3
* cmIncludeCommand: add infrastructure for deprecated modulesBen Boeckel2020-04-211-1/+31
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-7/+7
* cmCommand refactor: cmIncludeCommandGabor Bencze2019-08-201-24/+25
* cmMakefile: GetModulesFile() accepts std::string paramVitaly Stakhovsky2019-01-211-1/+1
* cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-2/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-5/+5
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+3
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-2/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+7
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-89/+61
* cmGlobalGenerator: Compute export() related classes early.Stephen Kelly2015-10-181-1/+0
* cmMakefile: Store container of cmExportBuildFileGenerators.Stephen Kelly2015-10-141-0/+1
* cmIncludeCommand: Populate the cmGeneratorTargets in deprecated path.Stephen Kelly2015-07-271-0/+1
* Merge topic 'refactor-cmPolicies'Brad King2015-05-051-2/+1
|\
| * Port to static cmPolicies API.Stephen Kelly2015-05-041-2/+1
* | Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-2/+1
|/
* include: Ask for permission, rather than forgiveness.Stephen Kelly2015-04-271-1/+13
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-1/+1
* cmMakefile: Add wrapper for reading listfiles which have an origin.Stephen Kelly2015-04-181-2/+1
* cmMakefile: Remove fullPath parameter from ReadListFile.Stephen Kelly2015-04-181-4/+2
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-2/+2
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* Merge topic 'fix_policy_diagnostics'Brad King2014-04-011-3/+3
|\
| * Policies: omit warnings about unset policies when they are actually set to NEWNils Gladitz2014-03-311-3/+3
* | Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
|/
* include(): Use lower case and () to refer to the include() command.Stephen Kelly2013-10-181-1/+1
* export(): Process the export() command at generate time.Stephen Kelly2013-10-111-0/+1
* CMP0024: Store the fact of included export in global generator.Stephen Kelly2013-10-101-1/+3
* export: Add policy CMP0024 to disallow include() of export filesStephen Kelly2013-10-071-0/+39
* Fix spelling and typos (non-binary)Andreas Mohr2013-05-071-1/+1
* include: Ignore empty string as file name (#13388)Brad King2012-07-101-0/+7
* Remove trailing whitespaceAlex Neundorf2011-01-041-8/+8
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Isolate policy changes in included scriptsBrad King2009-01-221-1/+7