summaryrefslogtreecommitdiff
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* add_custom_command: Target-dependent generator expression supportRaul Tambre2021-05-311-0/+1
* install: Implement new install(CODE|SCRIPT) option ALL_COMPONENTSNils Gladitz2021-05-191-2/+2
* cmOutputConverter: Adopt relative path conversion helpersBrad King2021-05-171-19/+0
* cmLocalGenerator: De-duplicate StateSnapshot memberBrad King2021-05-171-1/+0
* cmLocalGenerator: Remove unused MaybeRelativeToCurSrcDir methodBrad King2021-05-171-6/+0
* cmLocalGenerator: Localize logic mapping source path to object file nameBrad King2021-05-171-2/+19
* INTERFACE_POSITION_INDEPENDENT_CODE must be transitive for OBJECT libraryMarc Chevrier2021-05-141-7/+0
* cmLocalGenerator: Factor out relative path conversion helpersBrad King2021-05-131-9/+23
* cmStateDirectory: Rename ConvertToRelPathIf{Not => }ContainedBrad King2021-05-121-1/+1
* Source: Minor code improvementsVitaly Stakhovsky2021-05-111-1/+1
* Source: Remove unnecessary comparisons to nullptrVitaly Stakhovsky2021-05-101-3/+3
* Source: Fix typos and spelling in commentsJosef Angstenberger2021-05-071-3/+3
* Merge topic 'objc-osx-architectures'Brad King2021-05-061-1/+1
|\
| * ObjectiveC: Respect OSX_ARCHITECTURES for OBJCBrad King2021-05-051-1/+1
* | Per-language Win32/Console flagsRaul Tambre2021-03-171-4/+4
* | cmLocalGenerator: Clarify GetIncludeFlags signatureBrad King2021-02-251-6/+6
* | Merge topic 'autogen-cmp0116-fix'Brad King2021-02-241-26/+37
|\ \ | |/
| * cmCustomCommand: Record value of CMP0116 at time of creationKyle Edwards2021-02-231-26/+37
* | PCH PDB: Fix misuse of IS_NEWER_THAN in timestamp checkCraig Scott2021-02-221-2/+3
|/
* Merge topic 'xcode12-ios_install_combined'Brad King2021-02-091-0/+2
|\
| * IOS_INSTALL_COMBINED: Support Xcode 12 (command line only)Craig Scott2021-02-081-0/+2
| * Merge topic 'ispc_control_header_suffixes' into release-3.19Brad King2020-12-151-4/+12
| |\
* | | PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-021-7/+16
* | | Revert "PCH: Remove restrictions for REUSE_FROM signature for MSVC"Brad King2021-02-021-16/+7
* | | PCH: Remove restrictions for REUSE_FROM signature for MSVCCristian Adam2021-02-021-7/+16
* | | clang-tidy: fix `readability-use-anyofallof` warningsBen Boeckel2021-01-271-26/+18
* | | clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-4/+4
* | | clang-tidy: fix `readability-make-member-function-const` warningsBen Boeckel2021-01-271-1/+1
* | | Unity: Generate reproducible unity IDs for anonymous namespacesCraig Scott2021-01-231-10/+25
* | | Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-4/+4
* | | Merge topic 'unity-anon-ns'Craig Scott2020-12-161-3/+14
|\ \ \
| * | | Unity Build: Add option for generating per-file unique idStephen Kelly2020-12-151-3/+14
* | | | Merge topic 'custom-command-output-genex-nmc'Brad King2020-12-161-8/+33
|\ \ \ \
| * | | | Ninja Multi-Config: Add support for cross-config custom commandsKyle Edwards2020-12-151-2/+4
| * | | | cmLocalGenerator: Adopt custom target 'force' output name generationBrad King2020-12-151-6/+22
| * | | | cmLocalGenerator: Refactor custom command generator constructionBrad King2020-12-151-0/+9
| * | | | cmMakefile: Simplify custom target 'force' output name generationBrad King2020-12-151-5/+3
| |/ / /
* | | | Merge topic 'ispc_control_header_suffixes'Brad King2020-12-151-4/+12
|\ \ \ \ | | |_|/ | |/| |
| * | | ISPC: Generated Headers suffix configurable with a better defaultRobert Maynard2020-12-141-4/+12
* | | | Merge topic 'support_CMAKE_VFS_OVERLAY_for_rc_compilation'Brad King2020-12-151-4/+16
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | llvm-rc: Add CMAKE_VFS_OVERLAY to the preprocessing flagsThomas Bernard2020-12-141-4/+16
| |/
| * Merge topic 'correct_ispc_path_computation' into release-3.19Brad King2020-12-081-7/+16
| |\
* | | add_custom_{command,target}: Add genex support to OUTPUT and BYPRODUCTSBrad King2020-12-111-2/+32
* | | cmLocalGenerator: Evaluate generator expressions in custom command outputsBrad King2020-12-111-4/+99
* | | cmLocalGenerator: Simplify custom command output cmSourceFile creationBrad King2020-12-101-39/+29
* | | cmLocalGenerator: Factor out helper to expand custom command output pathsBrad King2020-12-101-0/+10
* | | cmLocalGenerator: Refactor UpdateOutputToSourceMap to avoid boolean trapBrad King2020-12-101-9/+8
* | | cmLocalGenerator: Re-order logic in CreateGeneratedSourceBrad King2020-12-101-8/+9
* | | Merge topic 'range-for-avoid-tmp-warning'Brad King2020-12-081-1/+4
|\ \ \
| * | | Cleanup: Fix warning about binding to a temporary in range-based forCraig Scott2020-12-081-1/+4