index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmProjectCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
project: Do not issue CMP0048 warnings on injected call
Brad King
2018-07-24
1
-2/+7
*
CPack: Use project version as default for `CPACK_PACKAGE_VERSION`
Alex Turbov
2018-05-02
1
-24/+30
*
project: Add HOMEPAGE_URL named parameter
Alex Turbov
2018-03-16
1
-3/+44
*
project: Add <PROJECT-NAME>_DESCRIPTION
Craig Scott
2018-03-16
1
-0/+2
*
project: warn on metadata arguments missing values
Alex Turbov
2018-03-07
1
-2/+47
*
Various typo fixes
Luz Paz
2018-01-03
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-5/+4
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-19/+22
*
Merge topic 'project-description'
Brad King
2017-04-13
1
-0/+31
|
\
|
*
project: Add `DESCRIPTION` parameter
Alex Turbov
2017-04-11
1
-0/+31
*
|
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
|
/
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+10
*
Separate compilation for commands included in cmBootstrapCommands2
Daniel Pfeifer
2016-10-21
1
-0/+2
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-3/+3
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
use empty method to check for emptyness
Daniel Pfeifer
2016-09-15
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-113/+79
*
cmMakefile: Use std::string in ProjectName API.
Stephen Kelly
2015-08-25
1
-1/+1
*
cmMakefile: Move IsRoot API from cmLocalGenerator.
Stephen Kelly
2015-06-21
1
-1/+1
*
project(): Remove unused variable.
Stephen Kelly
2015-06-09
1
-1/+0
*
Use new top-level check abstraction.
Stephen Kelly
2015-05-14
1
-1/+1
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-2/+1
*
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Stephen Kelly
2015-04-20
1
-2/+2
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-2/+2
*
cmMakefile: Add wrapper for reading listfiles which have an origin.
Stephen Kelly
2015-04-18
1
-2/+1
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-3/+3
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-13/+13
*
project: Manage VERSION variables
Brad King
2014-01-29
1
-1/+136
*
project: Add optional LANGUAGES keyword
Brad King
2014-01-29
1
-3/+21
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-3/+3
*
Fix typo in error message, and remove redundent test.
Bill Hoffman
2012-03-01
1
-1/+1
*
Add ability to include a file in a project via a cache variable.
Bill Hoffman
2012-02-17
1
-0/+18
*
Fix the case where cmake --build failed with two project cmds in one file.
Bill Hoffman
2011-12-20
1
-3/+7
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
BUG: 4244, add a --build option to cmake that can build projects configured b...
Bill Hoffman
2008-10-15
1
-0/+4
*
ENH: add return and break support to cmake, also change basic command invocat...
Ken Martin
2008-01-23
1
-1/+2
*
ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do
Alexander Neundorf
2007-06-28
1
-1/+1
*
STYLE: fix line length
Ken Martin
2006-05-12
1
-6/+8
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-13/+13
*
ENH: Added CMAKE_PROJECT_NAME variable to play the role of CMAKE_SOURCE_DIR a...
Brad King
2005-02-22
1
-0/+8
*
remove warnings
Bill Hoffman
2004-09-22
1
-2/+0
*
ENH: major changes to support addition of languages from cmake modules direct...
Bill Hoffman
2004-09-22
1
-0/+2
*
ENH: try to initialize all languages at the same time
Bill Hoffman
2004-08-27
1
-3/+5
*
ENH: more uniform approach to enable language, one step closer to being able ...
Bill Hoffman
2004-08-26
1
-1/+3
*
ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...
Brad King
2002-12-11
1
-4/+2
*
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...
Brad King
2002-10-23
1
-5/+5
*
expand ; args
Bill Hoffman
2002-04-05
1
-3/+5
*
ENH: add enable language support for PROJECT command, this means that a C onl...
Bill Hoffman
2002-04-02
1
-1/+12
*
make sure ; expansion is done in all commands
Bill Hoffman
2002-03-29
1
-1/+1
[next]