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
/
cmGeneratorExpressionNode.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
genex: Add TARGET_EXISTS to check for target existence
Alex Turbov
2018-03-09
1
-0/+32
*
Genex: Add IN_LIST logical operator
Marc Chevrier
2018-02-07
1
-0/+26
*
Merge topic 'std-string-apis'
Brad King
2018-02-01
1
-2/+1
|
\
|
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-2/+1
*
|
cmGeneratorExpressionNode: avoid some strlen in $<TARGET_PROPERTY>
Ben Boeckel
2018-01-31
1
-1/+2
|
/
*
Genex: Enable COMPILE_LANGUAGE for INCLUDE_DIRECTORIES with VS and Xcode
Brad King
2018-01-12
1
-28/+9
*
Genex: Enable COMPILE_LANGUAGE for COMPILE_DEFINITIONS with VS and Xcode
Brad King
2018-01-12
1
-6/+6
*
Genex: Enable COMPILE_LANGUAGE for COMPILE_OPTIONS with Visual Studio
Brad King
2017-11-20
1
-3/+2
*
Genex: Enable COMPILE_LANGUAGE for file(GENERATE) with Visual Studio
Brad King
2017-11-17
1
-6/+10
*
Genex: Fix COMPILE_LANGUAGE messages to allow file(GENERATE) with Xcode
Brad King
2017-11-17
1
-2/+2
*
Replace cmArray{Begin,End,Size} by their standard counterparts
Matthias Maennich
2017-10-23
1
-2/+2
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-2/+2
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-212/+212
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-24/+18
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-2/+2
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+0
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-9/+8
*
cmGeneratorExpressionNode: add some missing commas
Ben Boeckel
2017-08-03
1
-1/+1
*
Provide and use CM_FALLTHROUGH
Daniel Pfeifer
2017-06-03
1
-0/+2
*
Replace boolean `implib` parameters with enum
Gregor Jasny
2017-04-20
1
-2/+6
*
Allow OBJECT libraries to be installed, exported, and imported
Robert Maynard
2017-04-18
1
-16/+27
*
Genex: Allow TARGET_OBJECTS to be used everywhere
Robert Maynard
2017-04-18
1
-7/+25
*
Genex: Reject TARGET_OBJECTS on non-object libraries earlier
Brad King
2017-04-18
1
-9/+8
*
cmGeneratorTarget: Factor out a GetTargetObjectNames method
Brad King
2017-04-18
1
-29/+11
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-3/+3
*
cmMakefile: Create an explicit "Object Libraries" source group
Brad King
2017-04-11
1
-5/+5
*
Genex: Add `TARGET_BUNDLE_[CONTENT_]_DIR` generator expressions
Gregor Jasny
2017-03-30
1
-0/+61
*
Genex: Add `IF` generator expression
Colby Pike
2017-01-26
1
-0/+22
*
clang-tidy: apply modernize-use-bool-literals fixes
Daniel Pfeifer
2016-12-12
1
-2/+2
*
Merge topic 'clang-tidy'
Brad King
2016-10-20
1
-2/+2
|
\
|
*
silence selected clang-tidy violations
Daniel Pfeifer
2016-10-18
1
-2/+2
*
|
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
|
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-9/+9
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
Genex: Diagnose invalid LINK_ONLY usage instead of crashing
Brad King
2016-09-05
1
-3/+8
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-5/+31
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-2/+4
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-75/+102
*
Add additional <= and >= comparison operators
Chuck Atkins
2016-08-09
1
-0/+40
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-7/+8
*
Add CM_OVERRIDE to some functions
Daniel Pfeifer
2016-06-27
1
-61/+69
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-859/+702
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-53/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-2/+2
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
Merge topic 'minor-cleanups'
Brad King
2015-10-28
1
-0/+1
|
\
|
*
Remove some obsolete declarations
Stephen Kelly
2015-10-27
1
-0/+1
*
|
cmGeneratorTarget: Move LinkLanguagePropagatesToDependents from cmTarget
Stephen Kelly
2015-10-27
1
-1/+1
[next]