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
/
cmSetPropertyCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-2/+3
*
Refactor: Use new SetProperty signatures
Marc Chevrier
2021-08-25
1
-5/+5
*
clang-tidy: fix `readability-qualified-auto` warnings
Ben Boeckel
2021-01-27
1
-2/+2
*
clang-tidy: fix `performance-no-automatic-move` warnings
Ben Boeckel
2021-01-27
1
-1/+1
*
GENERATED prop: Add implementation for policy CMP0118 being set to NEW
Deniz Bahadir
2020-11-24
1
-1/+1
*
GENERATED prop: Check CMP0118 policy and warn in certain situations
Deniz Bahadir
2020-11-24
1
-1/+100
*
Fix typo in function name
Deniz Bahadir
2020-11-17
1
-2/+2
*
{get,set}_property: Add support for referencing binary directories
Brad King
2020-09-23
1
-1/+1
*
set_property: Deduplicate source file directory scopes
Alexandru Croitor
2020-07-13
1
-2/+14
*
set_property: Allow both DIRECTORY and TARGET_DIRECTORY together
Alexandru Croitor
2020-07-09
1
-6/+11
*
set_property: Fix name of TARGET_DIRECTORY option in error messages
Alexandru Croitor
2020-07-09
1
-1/+1
*
set_source_files_properties: Allow specification of directory scope
Alexandru Croitor
2020-05-14
1
-13/+184
*
Simplify absolute path conversions using CollapseFullPath full signature
Brad King
2020-03-24
1
-8/+2
*
cmState::GetCacheEntryValue: return cmProp
Vitaly Stakhovsky
2020-03-17
1
-1/+1
*
Source: use std::string overloads
Vitaly Stakhovsky
2020-03-10
1
-7/+6
*
AppendProperty: convert value param to std::string
Vitaly Stakhovsky
2020-01-25
1
-63/+54
*
Refactor: Use cmStrCat to construct error strings
Asit Dhal
2019-09-18
1
-34/+22
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-3/+2
*
cmCommand refactor: cmSetPropertyCommand
Gabor Bencze
2019-08-20
1
-148/+253
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-2/+3
*
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-1/+1
*
cmRange: Move to dedicated header file
Regina Pfeifer
2019-02-21
1
-1/+1
*
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-17/+18
*
Remove unnecessary c_str() calls
Vitaly Stakhovsky
2018-09-05
1
-2/+2
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-21/+16
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-5/+5
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-6/+6
*
Remove redundant c_str() calls
Daniel Pfeifer
2016-10-30
1
-1/+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-3/+10
*
Separate compilation for commands included in cmBootstrapCommands2
Daniel Pfeifer
2016-10-21
1
-0/+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-5/+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-241/+150
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-14/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
cmGlobalGenerator: Port Find API to cmMakefile.
Stephen Kelly
2015-08-07
1
-8/+2
*
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-2/+1
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-1/+1
*
cmState: Move CacheEntryType enum from cmCacheManager.
Stephen Kelly
2015-04-13
1
-2/+1
*
Port to cmState.
Stephen Kelly
2015-04-13
1
-7/+6
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-08
1
-8/+11
*
Revert topic 'refactor-cache-api'
Brad King
2015-04-07
1
-11/+8
*
cmCacheManager: Port consumers to non-iterator API.
Stephen Kelly
2015-04-06
1
-8/+11
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-10/+10
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-1/+1
*
Add an "installed file" property scope
Nils Gladitz
2014-05-28
1
-1/+58
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-11/+11
[next]