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
/
cmCommonTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor: cmCommonTargetGenerator::GetFeature returns cmProp
Marc Chevrier
2021-08-09
1
-3/+3
*
Launchers: Support setting linker launchers
Bobby D Reynolds
2021-05-28
1
-0/+22
*
cmLocalCommonGenerator: Factor out relative path conversion helper
Brad King
2021-05-13
1
-2/+1
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-1/+1
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-4/+4
*
GetFeature(): return cmProp
Vitaly Stakhovsky
2020-07-11
1
-1/+1
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
Fortran: Add Fortran_PREPROCESS property
Peter Hill
2020-05-21
1
-0/+28
*
GetSafeProperty: return std::string const&
Vitaly Stakhovsky
2020-04-30
1
-1/+1
*
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-2/+2
*
cmOutputConverter::GetFortranFormat(): delete const char* overload
Vitaly Stakhovsky
2020-04-27
1
-3/+4
*
cmSourceFile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-14
1
-2/+2
*
PCH: Add support for multi architecture iOS projects
Cristian Adam
2020-04-02
1
-5/+8
*
macOS: Rename OSX_*_VERSION properties to MACHO_*_VERSION
Brad King
2020-03-12
1
-1/+1
*
AIX: Add an option to disable automatic exports from shared libraries
Brad King
2020-01-31
1
-0/+15
*
macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION properties
Isuru Fernando
2020-01-24
1
-1/+4
*
Ninja: Add multi-config variant
Kyle Edwards
2019-12-13
1
-10/+15
*
Refactor: Prepare Ninja generator for multi-config
Kyle Edwards
2019-12-13
1
-23/+28
*
Precompile Headers: Add REUSE_FROM signature
Cristian Adam
2019-09-17
1
-0/+1
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-3/+3
*
cmLocalGenerator: Remove AppendFlags 'const char*' overload
Brad King
2019-09-05
1
-1/+1
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-12/+8
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-1/+1
*
Merge topic 'tidy-use-equals-default'
Brad King
2019-01-29
1
-3/+1
|
\
|
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
|
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-1/+1
|
/
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-1/+2
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-1/+1
*
Improve several occurrences of vector::push_back in loops
Matthias Maennich
2017-09-28
1
-0/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-7/+4
*
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
-1/+1
*
cmCommonTargetGenerator: Rename member to avoid shadowing
Brad King
2017-06-14
1
-16/+18
*
Inline and remove AddFeatureFlags method
Brad King
2017-04-27
1
-8/+0
*
Add IPO compiler flags more consistently in generators
Brad King
2017-04-27
1
-5/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Refactoring: s,GetFeatureAsBool,IsIPOEnabled,
Ruslan Baratov
2017-03-30
1
-6/+1
*
Refactor module definition file selection
Brad King
2017-03-09
1
-11/+4
*
Ninja: Do not use module definition `.def` files for static libraries
Brad King
2017-01-12
1
-0/+7
*
Makefile,Ninja: De-duplicate MSVC compiler PDB path selection
Brad King
2016-12-15
1
-0/+22
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-2/+1
*
cmState: Split auxiliary classes into separate files
Stephen Kelly
2016-10-19
1
-0/+1
*
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
-1/+1
*
cmLinkLineComputer: Extract from cmLocalGenerator
Stephen Kelly
2016-10-10
1
-2/+4
*
cmLocalGenerator: Simplify ConvertToLinkReference
Stephen Kelly
2016-10-06
1
-2/+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
cmOutputConverter: Remove now-obsolete Convert method
Stephen Kelly
2016-09-19
1
-7/+0
*
Common: Use a string instead of enum for WorkingDirectory
Stephen Kelly
2016-09-19
1
-2/+3
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
1
-1/+9
[next]