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
/
cmTarget.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmMakefile: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-4/+5
*
cmStateDirectory: use const std::string& for return values
Vitaly Stakhovsky
2018-08-12
1
-2/+4
*
Xcode: Add variables and properties to configure schemes
Gregor Jasny
2018-08-01
1
-0/+25
*
Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFile
Sebastian Holtermann
2018-07-02
1
-0/+9
*
LINK_OPTIONS: Add new family of properties
Marc Chevrier
2018-06-06
1
-6/+71
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-8/+11
*
added CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION variable
Michael Stürmer
2018-05-15
1
-0/+4
*
Merge topic 'variable-CMAKE_FOLDER'
Brad King
2018-04-02
1
-0/+1
|
\
|
*
Add CMAKE_FOLDER variable to initialize FOLDER target property
Marc B
2018-03-29
1
-0/+1
*
|
cmTarget: Remove unused variable
Brad King
2018-03-28
1
-6/+1
|
/
*
Merge topic 'update-dllplatform'
Brad King
2018-03-12
1
-2/+2
|
\
|
*
Identify DLL platforms via CMAKE_IMPORT_LIBRARY_SUFFIX
Stephan Szabo
2018-03-09
1
-2/+2
*
|
Do not produce legacy _LIB_DEPENDS cache entries
Brad King
2018-03-07
1
-1/+3
*
|
cmTarget: Remove unnecessary RecordDependencies member
Brad King
2018-03-06
1
-10/+3
*
|
cmTarget: Simplify ClearDependencyInformation implementation
Brad King
2018-03-06
1
-16/+1
*
|
cmTarget: Simplify ClearDependencyInformation signature
Brad King
2018-03-06
1
-4/+3
|
/
*
objlib: Allow other libraries to link to `OBJECT` libraries.
Deniz Bahadir
2018-03-01
1
-10/+8
*
MAINT: Misc. typos
luz.paz
2018-02-13
1
-1/+1
*
cmTarget: use static strings for special property names
Ben Boeckel
2018-01-31
1
-14/+28
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-5/+7
*
Autogen: Process files concurrently in AUTOMOC and AUTOUIC
Sebastian Holtermann
2018-01-17
1
-0/+1
*
cmSourceFile: mark known locations as such
Ben Boeckel
2018-01-10
1
-2/+4
*
cmSourceFileLocation: allow skipping ambiguous extensions
Ben Boeckel
2018-01-10
1
-0/+1
*
Merge topic 'fortran-compiler-launcher'
Brad King
2017-11-29
1
-0/+1
|
\
|
*
Fortran: Add option to run the compiler through launcher tools
Brad King
2017-11-21
1
-0/+1
*
|
server: return whether or not a target is generator provided
Justin Goshi
2017-11-20
1
-0/+1
|
/
*
CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variable
Brad King
2017-11-17
1
-0/+1
*
Add new target-property `IMPORTED_GLOBAL`.
Deniz Bahadir
2017-11-07
1
-0/+53
*
cmTarget: Simplified and fixed a string-comparision.
Deniz Bahadir
2017-11-03
1
-1/+1
*
Do not initialize NO_SYSTEM_FROM_IMPORTED on INTERFACE libraries
Brad King
2017-10-13
1
-4/+1
*
Autogen: Add (CMAKE_)AUTOMOC_COMPILER_PREDEFINES
Sebastian Holtermann
2017-09-29
1
-0/+1
*
Performance: Improve efficiency of source file lookup in cmMakefile
Aaron Orenstein
2017-09-20
1
-0/+1
*
cmSourceFileLocation: Drop unnecessary copy-assignment operator
Aaron Orenstein
2017-09-20
1
-2/+3
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-2/+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-26/+17
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-1/+1
*
Add properties to run cppcheck along with the compiler
Bill Hoffman
2017-08-30
1
-0/+2
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-92/+92
*
Use C++11 unordered containers
Daniel Pfeifer
2017-08-22
1
-2/+2
*
Autogen: Add AUTOMOC_MACRO_NAMES support
Sebastian Holtermann
2017-08-18
1
-0/+1
*
CUDA: Add option to run the compiler through launcher tools
Brad King
2017-06-09
1
-0/+1
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-1/+1
*
Merge topic 'enable_ptx_compilation'
Brad King
2017-04-21
1
-0/+8
|
\
|
*
CUDA: Allow sources to be compiled to .ptx files
Robert Maynard
2017-04-20
1
-0/+8
*
|
Replace boolean `implib` parameters with enum
Gregor Jasny
2017-04-20
1
-53/+89
|
/
*
Merge topic 'objlib-extend'
Brad King
2017-04-19
1
-11/+19
|
\
|
*
Allow OBJECT libraries to be installed, exported, and imported
Robert Maynard
2017-04-18
1
-11/+19
*
|
Support CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>
Ruslan Baratov
2017-04-17
1
-7/+4
|
/
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Add variable 'CMAKE_INTERPROCEDURAL_OPTIMIZATION'
Ruslan Baratov
2017-03-02
1
-0/+1
[next]