summaryrefslogtreecommitdiff
path: root/Source/cmProjectCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* 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-211-2/+2
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-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-02-291-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
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-0/+2
* ENH: try to initialize all languages at the same timeBill Hoffman2004-08-271-3/+5
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-1/+3
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-5/+5
* expand ; argsBill Hoffman2002-04-051-3/+5
* ENH: add enable language support for PROJECT command, this means that a C onl...Bill Hoffman2002-04-021-1/+12
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-1/+1
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* Add PROJECT_NAME to the set of definitionsSebastien Barre2001-10-171-0/+2
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-1/+1
* ENH: big change, only allow commands access to the cache via the cmMakefile c...Bill Hoffman2001-08-081-12/+6
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* added PROJECT_SOURCE_DIRKen Martin2001-05-231-0/+8
* ENH: unify make process on unixBill Hoffman2001-05-161-2/+2
* now adds src and bin dir into cacheKen Martin2001-05-081-0/+8
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* some cleanup and fixesKen Martin2001-02-151-0/+11
* ENH:Reworked CMake for consistencyWill Schroeder2001-01-181-0/+29