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
/
cmGeneratorExpressionEvaluationFile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-2/+2
*
file(GENERATE): Support options to manipulate file permissions
Asit Dhal
2020-12-21
1
-4/+8
*
Simplify code by calling a function directly instead of duplicating it
Deniz Bahadir
2020-11-19
1
-6/+1
*
file(GENERATE): Add TARGET argument
Raul Tambre
2020-08-20
1
-8/+13
*
file(GENERATE): Fix missing check for policy CMP0070
Josef Angstenberger
2020-08-19
1
-2/+1
*
file(GENERATE): Refactor outputFileName calculation
Josef Angstenberger
2020-08-19
1
-8/+16
*
file(GENERATE): Refactor inputFileName calculation
Josef Angstenberger
2020-08-19
1
-6/+15
*
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-6/+2
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression
Daniel Eiband
2019-09-22
1
-7/+7
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+1
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
clang-tidy: Pass by value
Regina Pfeifer
2019-01-22
1
-2/+2
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-5/+5
*
cmCompiledGeneratorExpression::Evaluate(): return const std::string&
Vitaly Stakhovsky
2018-08-09
1
-1/+1
*
cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls
Sebastian Holtermann
2018-08-07
1
-1/+1
*
Ninja: Do not add empty custom command for file(GENERATE) outputs
Brad King
2018-04-26
1
-0/+6
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1/+1
*
genex: generated files have known extensions
Ben Boeckel
2018-01-18
1
-1/+3
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-7/+7
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-8/+5
*
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
-4/+4
*
file(GENERATE): Add policy CMP0070 to define relative path behavior
Brad King
2017-06-09
1
-1/+61
*
file: Normalize GENERATE command input and output file paths
Brad King
2017-06-08
1
-5/+13
*
Genex: Allow TARGET_OBJECTS to be used everywhere
Robert Maynard
2017-04-18
1
-2/+4
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-2/+2
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-5/+6
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-2/+7
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-4/+3
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-8/+8
*
Remove redundant c_str() calls.
Daniel Pfeifer
2016-05-26
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-85/+65
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-4/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
cmGeneratorExpression: Port to cmLocalGenerator.
Stephen Kelly
2015-10-12
1
-4/+4
*
Remove some needless GetMakefile() calls.
Stephen Kelly
2015-10-10
1
-1/+1
*
cmGeneratorExpressionEvaluationFile: Require generator context.
Stephen Kelly
2015-08-01
1
-19/+21
*
Genex: Store a backtrace, not a pointer to one.
Stephen Kelly
2015-07-17
1
-1/+1
*
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-4/+2
*
File(GENERATE): Process genex evaluation files for each language.
Stephen Kelly
2015-03-09
1
-14/+37
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-3/+3
*
file(GENERATE): Re-run cmake when appropriate.
Stephen Kelly
2014-11-18
1
-0/+2
*
file(GENERATE): Evaluate early to allow generating source files
Stephen Kelly
2014-11-12
1
-0/+17
*
file(GENERATE): Use permissions of input file if present.
Stephen Kelly
2014-11-04
1
-2/+8
*
genex: remove the need for backtraces
Ben Boeckel
2014-06-05
1
-1/+1
*
file(GENERATE): Only write the file if content is different.
Stephen Kelly
2014-04-30
1
-12/+3
*
Simplify multiple config handling.
Stephen Kelly
2014-04-02
1
-9/+6
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-5/+5
[next]