summaryrefslogtreecommitdiffstats
path: root/Source/cmGeneratorTarget.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'pch-fix-bad-ClearSourcesCache' into release-3.17Brad King2020-06-011-2/+0
|\
| * Merge branch 'backport-3.16-pch-fix-bad-ClearSourcesCache'Brad King2020-05-291-2/+0
| |\
| | * PCH: Fix logic error that incorrectly clears sources during VS generationBrad King2020-05-291-2/+0
* | | Ninja Multi-Config: Fix bug in CMAKE_WINDOWS_EXPORT_ALL_SYMBOLSKyle Edwards2020-05-291-1/+2
|/ /
* | Merge topic 'fix-ClearSourcesCache' into release-3.17Brad King2020-05-181-0/+1
|\ \ | |/
| * cmGeneratorTarget: Clear AllConfigSources in ClearSourcesCacheBrad King2020-05-151-0/+1
* | Merge topic 'pch-file-time' into release-3.17Brad King2020-02-271-0/+13
|\ \
| * | PCH: Copy the timestamp from an absolute header fileCristian Adam2020-02-261-0/+13
* | | Ninja Multi-Config: Fix issue with framework dependencies and AutogenKyle Edwards2020-02-171-14/+17
|/ /
* | Source: use std::string in place of const char*Vitaly Stakhovsky2020-01-291-10/+12
* | macOS: Add OSX_COMPATIBILITY_VERSION and OSX_CURRENT_VERSION propertiesIsuru Fernando2020-01-241-6/+16
* | Merge topic 'multi-ninja-pch'Brad King2020-01-201-2/+9
|\ \
| * | Multi-Ninja: Add precompile headers supportCristian Adam2020-01-171-2/+9
* | | Merge topic 'acc-fix-in-source-depends-path'Brad King2020-01-201-0/+11
|\ \ \
| * | | cmGeneratorTarget: search for relative paths to the binary directoryBen Boeckel2020-01-161-0/+11
| |/ /
* | | Merge topic 'out-of-dir-link-list'Brad King2020-01-171-31/+46
|\ \ \ | |/ / |/| |
| * | target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-161-31/+46
* | | Merge topic 'avoid-getcwd'Brad King2020-01-151-1/+2
|\ \ \ | |/ / |/| |
| * | cmake: avoid getcwd in `CollapseFullPath`Tim Blechmann2020-01-141-1/+2
* | | clang-format: fix erroneous handling of header <queue>Marc Chevrier2020-01-061-2/+1
* | | Add set_property option: DEPRECATIONJoseph Snyder2020-01-021-0/+28
|/ /
* | Ninja: Add multi-config variantKyle Edwards2019-12-131-4/+6
* | Link properties: must be transitive over private dependency on static libraryMarc Chevrier2019-12-121-2/+2
* | Merge topic 'link-options-propagation'Brad King2019-12-091-14/+22
|\ \
| * | Link properties: must be transitive over private dependency on static libraryMarc Chevrier2019-12-091-14/+22
* | | Add support for WINDOWS_EXPORT_ALL_SYMBOLS when cross-compiling to WindowsIsuru Fernando2019-12-061-2/+2
|/ /
* | Merge topic 'pch-reuse-no-prop'Brad King2019-11-181-4/+5
|\ \ | |/
| * PCH: Do not issue an error on duplicate target_precompile_headers callCristian Adam2019-11-151-4/+5
| * Merge topic 'unity-HEADER_FILE_ONLY' into release-3.16Brad King2019-11-121-0/+19
| |\
* | \ Merge topic 'unity-HEADER_FILE_ONLY'Brad King2019-11-121-0/+19
|\ \ \ | | |/ | |/|
| * | Unity: Don't include sources with HEADER_FILE_ONLY property setCristian Adam2019-11-111-0/+19
* | | Merge topic 'pch-no-duplicates'Craig Scott2019-11-121-8/+2
|\ \ \ | | |/ | |/|
| * | PCH: No repeated path for internal generated PCH filesCristian Adam2019-11-111-8/+2
| |/
* | Merge topic 'modernize-memory-management'Kyle Edwards2019-11-061-53/+45
|\ \
| * | cmGeneratorTarget: modernize memory managementMarc Chevrier2019-11-051-53/+45
* | | Merge topic 'install-name-dir-genex'Brad King2019-11-061-3/+12
|\ \ \ | |/ / |/| |
| * | INSTALL_NAME_DIR: Add support for generator expressionsKyle Edwards2019-11-041-3/+12
* | | Merge topic 'objc-pch'Brad King2019-11-051-6/+28
|\ \ \ | |/ / |/| / | |/
| * PCH: Add support for OBJC/OBJCXX languagesCristian Adam2019-11-031-6/+28
* | Teach check for single-language targets to consider all configurationsBrad King2019-10-171-2/+1
* | cmGeneratorTarget: Add GetAllConfigCompileLanguages methodBrad King2019-10-171-0/+13
|/
* PCH: Generate sources during Compute stepCristian Adam2019-10-091-0/+86
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-2/+4
* Merge topic 'add-genex-evaluate-utility'Brad King2019-09-241-73/+38
|\
| * cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-32/+21
| * cmGeneratorExpression: Remove Evaluate overload by parameter re-orderingDaniel Eiband2019-09-221-8/+9
| * cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpressionDaniel Eiband2019-09-221-17/+17
| * cmGeneratorTarget: Remove unused virtual signature of TargetPropertyEntryDaniel Eiband2019-09-211-35/+10
* | Do not collect objects from dependencies of object librariesBrad King2019-09-201-4/+7
|/
* Merge topic 'cmake-system-headers'Brad King2019-09-201-1/+2
|\