summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Add custom working directory propertyGregor Jasny2019-11-181-0/+1
* Merge topic 'pch-reuse-no-prop'Brad King2019-11-181-5/+2
|\
| * PCH: Do not issue an error on duplicate target_precompile_headers callCristian Adam2019-11-151-5/+2
* | Merge topic 'xcode-scheme-env'Brad King2019-10-251-0/+1
|\ \
| * | Xcode: Add CMAKE_XCODE_SCHEME_ENVIRONMENT variableFelix Heidrich2019-10-241-0/+1
| |/
* | VS: Propagate CMAKE_VS_GLOBALS into custom targetsAlexander Boczar2019-10-171-2/+1
|/
* Xcode: Restore CMAKE_XCODE_GENERATE_SCHEME for custom targetsBrad King2019-10-021-1/+6
* Merge topic 'clang-format-normalize-headers-presentation'Brad King2019-10-021-1/+2
|\
| * Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
* | Merge topic 'xcode-debug-document-versioning'Brad King2019-10-021-0/+1
|\ \ | |/ |/|
| * xcode: Add XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING propertyGregor Jasny2019-10-011-0/+1
* | Merge topic 'objective-c-cxx'Brad King2019-09-301-0/+8
|\ \ | |/ |/|
| * Objective C/C++: Add compiler standard detectionCristian Adam2019-09-281-0/+8
* | cmCustomCommand: Move custom commandsDaniel Eiband2019-09-261-0/+15
|/
* Merge topic 'cmake-system-headers'Brad King2019-09-201-1/+1
|\
| * cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* | Merge topic 'split-custom-command-creation'Brad King2019-09-201-6/+2
|\ \ | |/ |/|
| * cmMakefile: Separate custom command setup from actual creationDaniel Eiband2019-09-171-6/+2
* | Merge topic 'autogen_path_prefix'Brad King2019-09-191-0/+1
|\ \
| * | Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX)Sebastian Holtermann2019-09-161-0/+1
| |/
* | Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-171-0/+44
|/
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-27/+18
* Unity build: Add support for Ninja and Makefile generatorsCristian Adam2019-08-291-0/+2
* Merge topic 'precompile-headers'Brad King2019-08-291-0/+46
|\
| * PCH: add PRECOMPILE_HEADERS to special propertiesDaniel Pfeifer2019-08-261-0/+46
* | Merge topic 'swift-version'Brad King2019-08-271-0/+1
|\ \ | |/ |/|
| * Swift: honour `-swift-version` in Ninja generatorSaleem Abdulrasool2019-08-261-0/+1
* | Merge topic 'source_sweep_ostringstream_single'Brad King2019-08-261-12/+9
|\ \
| * | Source sweep: Replace std::ostringstream when used with a single appendSebastian Holtermann2019-08-231-12/+9
| |/
* | Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-6/+3
|/
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-34/+18
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+2
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-5/+5
* Merge topic 'support_CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS'Kyle Edwards2019-08-131-0/+1
|\
| * CUDA: Support CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS global variableRobert Maynard2019-08-061-0/+1
* | Merge topic 'fileapi-install-generators'Brad King2019-08-051-0/+12
|\ \ | |/ |/|
| * fileapi: Fix codemodel target install destination for cross-dir rulesBrad King2019-07-311-0/+12
* | Property: Add INSTALL_REMOVE_ENVIROMENT_RPATH propertyJiang Yue2019-07-251-0/+1
* | AIX: Create import library for executables with exportsBrad King2019-07-161-3/+6
* | AIX: Explicitly compute executable exports for both XL and GNUBrad King2019-07-151-0/+11
* | Merge topic 'cleanup-gen-lookups'Brad King2019-07-151-4/+9
|\ \
| * | De-duplicate checks for whether a platform uses Windows DLLsBrad King2019-07-121-4/+9
* | | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-141-0/+2
|/ /
* | cmTarget: Initialize static std::unordered_set on constructionSebastian Holtermann2019-06-041-18/+17
* | cmTarget: Property initialization cleanupSebastian Holtermann2019-06-041-121/+128
|/
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-22/+16
* Add variable CMAKE_FRAMEWORKRuslan Baratov2019-05-211-0/+1
* Ninja: add placeholders to support Swift buildSaleem Abdulrasool2019-05-161-0/+1
* MSVC: Add support for /JMC (Just My Code)Luca Cappa2019-05-141-0/+1