summaryrefslogtreecommitdiffstats
path: root/Source/cmTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFileSebastian Holtermann2018-07-021-0/+9
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-6/+71
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-8/+11
* added CMAKE_DOTNET_TARGET_FRAMEWORK_VERSION variableMichael Stürmer2018-05-151-0/+4
* Merge topic 'variable-CMAKE_FOLDER'Brad King2018-04-021-0/+1
|\
| * Add CMAKE_FOLDER variable to initialize FOLDER target propertyMarc B2018-03-291-0/+1
* | cmTarget: Remove unused variableBrad King2018-03-281-6/+1
|/
* Merge topic 'update-dllplatform'Brad King2018-03-121-2/+2
|\
| * Identify DLL platforms via CMAKE_IMPORT_LIBRARY_SUFFIXStephan Szabo2018-03-091-2/+2
* | Do not produce legacy _LIB_DEPENDS cache entriesBrad King2018-03-071-1/+3
* | cmTarget: Remove unnecessary RecordDependencies memberBrad King2018-03-061-10/+3
* | cmTarget: Simplify ClearDependencyInformation implementationBrad King2018-03-061-16/+1
* | cmTarget: Simplify ClearDependencyInformation signatureBrad King2018-03-061-4/+3
|/
* objlib: Allow other libraries to link to `OBJECT` libraries.Deniz Bahadir2018-03-011-10/+8
* MAINT: Misc. typosluz.paz2018-02-131-1/+1
* cmTarget: use static strings for special property namesBen Boeckel2018-01-311-14/+28
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-5/+7
* Autogen: Process files concurrently in AUTOMOC and AUTOUICSebastian Holtermann2018-01-171-0/+1
* cmSourceFile: mark known locations as suchBen Boeckel2018-01-101-2/+4
* cmSourceFileLocation: allow skipping ambiguous extensionsBen Boeckel2018-01-101-0/+1
* Merge topic 'fortran-compiler-launcher'Brad King2017-11-291-0/+1
|\
| * Fortran: Add option to run the compiler through launcher toolsBrad King2017-11-211-0/+1
* | server: return whether or not a target is generator providedJustin Goshi2017-11-201-0/+1
|/
* CUDA: Add CMAKE_CUDA_SEPARABLE_COMPILATION variableBrad King2017-11-171-0/+1
* Add new target-property `IMPORTED_GLOBAL`.Deniz Bahadir2017-11-071-0/+53
* cmTarget: Simplified and fixed a string-comparision.Deniz Bahadir2017-11-031-1/+1
* Do not initialize NO_SYSTEM_FROM_IMPORTED on INTERFACE librariesBrad King2017-10-131-4/+1
* Autogen: Add (CMAKE_)AUTOMOC_COMPILER_PREDEFINESSebastian Holtermann2017-09-291-0/+1
* Performance: Improve efficiency of source file lookup in cmMakefileAaron Orenstein2017-09-201-0/+1
* cmSourceFileLocation: Drop unnecessary copy-assignment operatorAaron Orenstein2017-09-201-2/+3
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-151-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-26/+17
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* Add properties to run cppcheck along with the compilerBill Hoffman2017-08-301-0/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-92/+92
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-2/+2
* Autogen: Add AUTOMOC_MACRO_NAMES supportSebastian Holtermann2017-08-181-0/+1
* CUDA: Add option to run the compiler through launcher toolsBrad King2017-06-091-0/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-1/+1
* Merge topic 'enable_ptx_compilation'Brad King2017-04-211-0/+8
|\
| * CUDA: Allow sources to be compiled to .ptx filesRobert Maynard2017-04-201-0/+8
* | Replace boolean `implib` parameters with enumGregor Jasny2017-04-201-53/+89
|/
* Merge topic 'objlib-extend'Brad King2017-04-191-11/+19
|\
| * Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-11/+19
* | Support CMAKE_INTERPROCEDURAL_OPTIMIZATION_<CONFIG>Ruslan Baratov2017-04-171-7/+4
|/
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Add variable 'CMAKE_INTERPROCEDURAL_OPTIMIZATION'Ruslan Baratov2017-03-021-0/+1
* Autogen: Add AUTOUIC_SEARCH_PATHS supportSebastian Holtermann2017-03-021-0/+1
* Autogen: Add AUTOMOC_DEPEND_FILTERS supportSebastian Holtermann2017-02-221-0/+1
* Apple: Add BUILD_WITH_INSTALL_NAME_DIR target propertyClinton Stimpson2017-02-141-0/+1