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
*
Xcode: Restore CMAKE_XCODE_GENERATE_SCHEME for custom targets
Brad King
2019-10-02
1
-1/+6
*
Merge topic 'clang-format-normalize-headers-presentation'
Brad King
2019-10-02
1
-1/+2
|
\
|
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
|
Merge topic 'xcode-debug-document-versioning'
Brad King
2019-10-02
1
-0/+1
|
\
\
|
|
/
|
/
|
|
*
xcode: Add XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING property
Gregor Jasny
2019-10-01
1
-0/+1
*
|
Merge topic 'objective-c-cxx'
Brad King
2019-09-30
1
-0/+8
|
\
\
|
|
/
|
/
|
|
*
Objective C/C++: Add compiler standard detection
Cristian Adam
2019-09-28
1
-0/+8
*
|
cmCustomCommand: Move custom commands
Daniel Eiband
2019-09-26
1
-0/+15
|
/
*
Merge topic 'cmake-system-headers'
Brad King
2019-09-20
1
-1/+1
|
\
|
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
|
Merge topic 'split-custom-command-creation'
Brad King
2019-09-20
1
-6/+2
|
\
\
|
|
/
|
/
|
|
*
cmMakefile: Separate custom command setup from actual creation
Daniel Eiband
2019-09-17
1
-6/+2
*
|
Merge topic 'autogen_path_prefix'
Brad King
2019-09-19
1
-0/+1
|
\
\
|
*
|
Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX)
Sebastian Holtermann
2019-09-16
1
-0/+1
|
|
/
*
|
Precompile Headers: Add REUSE_FROM signature
Cristian Adam
2019-09-17
1
-0/+44
|
/
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-27/+18
*
Unity build: Add support for Ninja and Makefile generators
Cristian Adam
2019-08-29
1
-0/+2
*
Merge topic 'precompile-headers'
Brad King
2019-08-29
1
-0/+46
|
\
|
*
PCH: add PRECOMPILE_HEADERS to special properties
Daniel Pfeifer
2019-08-26
1
-0/+46
*
|
Merge topic 'swift-version'
Brad King
2019-08-27
1
-0/+1
|
\
\
|
|
/
|
/
|
|
*
Swift: honour `-swift-version` in Ninja generator
Saleem Abdulrasool
2019-08-26
1
-0/+1
*
|
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
1
-12/+9
|
\
\
|
*
|
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-12/+9
|
|
/
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-6/+3
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-34/+18
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-2/+2
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-5/+5
*
Merge topic 'support_CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS'
Kyle Edwards
2019-08-13
1
-0/+1
|
\
|
*
CUDA: Support CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS global variable
Robert Maynard
2019-08-06
1
-0/+1
*
|
Merge topic 'fileapi-install-generators'
Brad King
2019-08-05
1
-0/+12
|
\
\
|
|
/
|
/
|
|
*
fileapi: Fix codemodel target install destination for cross-dir rules
Brad King
2019-07-31
1
-0/+12
*
|
Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH property
Jiang Yue
2019-07-25
1
-0/+1
*
|
AIX: Create import library for executables with exports
Brad King
2019-07-16
1
-3/+6
*
|
AIX: Explicitly compute executable exports for both XL and GNU
Brad King
2019-07-15
1
-0/+11
*
|
Merge topic 'cleanup-gen-lookups'
Brad King
2019-07-15
1
-4/+9
|
\
\
|
*
|
De-duplicate checks for whether a platform uses Windows DLLs
Brad King
2019-07-12
1
-4/+9
*
|
|
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-0/+2
|
/
/
*
|
cmTarget: Initialize static std::unordered_set on construction
Sebastian Holtermann
2019-06-04
1
-18/+17
*
|
cmTarget: Property initialization cleanup
Sebastian Holtermann
2019-06-04
1
-121/+128
|
/
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-22/+16
*
Add variable CMAKE_FRAMEWORK
Ruslan Baratov
2019-05-21
1
-0/+1
*
Ninja: add placeholders to support Swift build
Saleem Abdulrasool
2019-05-16
1
-0/+1
*
MSVC: Add support for /JMC (Just My Code)
Luca Cappa
2019-05-14
1
-0/+1
*
MSVC: Add abstraction for runtime library selection
Brad King
2019-04-17
1
-0/+1
*
Fix invalid ///! doxygen comment line starts
Sebastian Holtermann
2019-03-31
1
-1/+1
*
cmTarget: Use std::unique_ptr instead of custom smart pointer
Sebastian Holtermann
2019-03-23
1
-34/+6
*
cmTarget: Make private `SetPropertyDefault` an in code lambda `InitProperty`
Sebastian Holtermann
2019-03-23
1
-130/+124
*
cmTarget: Inline private HasImportLibrary method
Sebastian Holtermann
2019-03-23
1
-8/+3
*
cmTarget: Move member method `CheckImportedLibName` to impl
Sebastian Holtermann
2019-03-23
1
-8/+11
[next]