summaryrefslogtreecommitdiffstats
path: root/Source/cmProjectCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'pr.projectbefore'Brad King2019-04-041-0/+4
|\
| * project: Add variable CMAKE_PROJECT_INCLUDE_BEFORERuslan Baratov2019-04-011-0/+4
* | Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-021-1/+1
|/
* project: Add variable CMAKE_PROJECT_INCLUDERuslan Baratov2019-03-271-11/+31
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-13/+13
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-13/+16
* project(): Ensure DESCRIPTION and HOMEPAGE_URL variables are setCraig Scott2018-10-071-12/+8
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-6/+6
* project: Do not issue CMP0048 warnings on injected callBrad King2018-07-241-2/+7
* CPack: Use project version as default for `CPACK_PACKAGE_VERSION`Alex Turbov2018-05-021-24/+30
* project: Add HOMEPAGE_URL named parameterAlex Turbov2018-03-161-3/+44
* project: Add <PROJECT-NAME>_DESCRIPTIONCraig Scott2018-03-161-0/+2
* project: warn on metadata arguments missing valuesAlex Turbov2018-03-071-2/+47
* Various typo fixesLuz Paz2018-01-031-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-5/+4
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-19/+22
* Merge topic 'project-description'Brad King2017-04-131-0/+31
|\
| * project: Add `DESCRIPTION` parameterAlex Turbov2017-04-111-0/+31
* | Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
|/
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+10
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+2
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-3/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-113/+79
* cmMakefile: Use std::string in ProjectName API.Stephen Kelly2015-08-251-1/+1
* cmMakefile: Move IsRoot API from cmLocalGenerator.Stephen Kelly2015-06-211-1/+1
* project(): Remove unused variable.Stephen Kelly2015-06-091-1/+0
* Use new top-level check abstraction.Stephen Kelly2015-05-141-1/+1
* Port to static cmPolicies API.Stephen Kelly2015-05-041-2/+1
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-2/+2
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-2/+2
* cmMakefile: Add wrapper for reading listfiles which have an origin.Stephen Kelly2015-04-181-2/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-3/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-13/+13
* project: Manage VERSION variablesBrad King2014-01-291-1/+136
* project: Add optional LANGUAGES keywordBrad King2014-01-291-3/+21
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-3/+3
* Fix typo in error message, and remove redundent test.Bill Hoffman2012-03-011-1/+1
* Add ability to include a file in a project via a cache variable.Bill Hoffman2012-02-171-0/+18
* Fix the case where cmake --build failed with two project cmds in one file.Bill Hoffman2011-12-201-3/+7
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: 4244, add a --build option to cmake that can build projects configured b...Bill Hoffman2008-10-151-0/+4
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-1/+1
* STYLE: fix line lengthKen Martin2006-05-121-6/+8
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-13/+13
* ENH: Added CMAKE_PROJECT_NAME variable to play the role of CMAKE_SOURCE_DIR a...Brad King2005-02-221-0/+8
* remove warningsBill Hoffman2004-09-221-2/+0