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: Warn at top-level if `cmake_minimum_required` wasn't called
friendlyanon
2022-11-11
1
-0/+9
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-8/+8
*
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-2/+2
*
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
1
-3/+4
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-3/+3
*
CMP0126: Add control for warnings
Marc Chevrier
2021-06-29
1
-2/+2
*
project: Define variables indicating whether project is top level
friendlyanon
2021-03-26
1
-0/+5
*
include: refactor call sites of cmMakefile::ReadDependentFile
Asit Dhal
2020-10-21
1
-1/+12
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-4/+5
*
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-1/+1
*
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
Vitaly Stakhovsky
2020-03-11
1
-4/+4
*
Merge topic 'project-version-buffer-overflow'
Craig Scott
2019-10-28
1
-1/+2
|
\
|
*
project: Fix potential buffer write-past-end for version components
Craig Scott
2019-10-26
1
-1/+2
*
|
project: Add variable CMAKE_PROJECT_<PROJECT-NAME>_INCLUDE_BEFORE
Deniz Bahadir
2019-10-18
1
-0/+5
|
/
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
cmProjectCommand: Port away from cmCommand
Regina Pfeifer
2019-09-21
1
-104/+92
*
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-5/+4
*
IWYU: Add missing cstddef includes for size_t and nullptr_t
Brad King
2019-09-03
1
-0/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-7/+6
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-1/+1
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-22/+20
*
project: Keep leading `0` in PROJECT_VERSION components
Alex Turbov
2019-07-16
1
-28/+56
*
Refactor: Use raw string literals instead of escaping
Alex Turbov
2019-07-15
1
-1/+1
*
Refactor: Use initializer lists instead of `push_back` series
Alex Turbov
2019-07-15
1
-13/+11
*
Refactor: Add some `const` to vars
Alex Turbov
2019-07-15
1
-3/+3
*
Refactor: Replace a "magic" number w/ a named constant
Alex Turbov
2019-07-15
1
-4/+5
*
Refactor: Eliminate one-time-used variables
Alex Turbov
2019-07-15
1
-12/+6
*
Refactor: Eliminate `sep` from the loop
Alex Turbov
2019-07-15
1
-3/+1
*
Merge topic 'pr.projectbefore'
Brad King
2019-04-04
1
-0/+4
|
\
|
*
project: Add variable CMAKE_PROJECT_INCLUDE_BEFORE
Ruslan Baratov
2019-04-01
1
-0/+4
*
|
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-1/+1
|
/
*
project: Add variable CMAKE_PROJECT_INCLUDE
Ruslan Baratov
2019-03-27
1
-11/+31
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-13/+13
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-13/+16
*
project(): Ensure DESCRIPTION and HOMEPAGE_URL variables are set
Craig Scott
2018-10-07
1
-12/+8
*
cmMakefile: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-6/+6
*
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
[next]