summaryrefslogtreecommitdiff
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* PCH: MSVC: Restrict OBJECT library INTERFACE_LINK_LIBRARIES usageCristian Adam2021-09-151-1/+2
* Merge topic 'pch-xcode-multiple-languages'Brad King2021-09-141-0/+15
|\
| * PCH: Fix all-language precompile header support in XcodeCristian Adam2021-09-131-0/+15
* | Refactor: Use new SetProperty signaturesMarc Chevrier2021-08-251-6/+6
* | Refactor: reduce cmToCStr usageMarc Chevrier2021-08-191-17/+15
|/
* Merge topic 'LWYU-externalization'Brad King2021-07-121-0/+24
|\
| * LINK_WHAT_YOU_USE feature: externalize configurationMarc Chevrier2021-07-091-0/+24
* | Do not exclude include directory symlinks to entries of CPATHAlexander Grund2021-07-071-3/+13
* | cmLocalGenerator: Simplify CPATH lookup loopAlexander Grund2021-07-071-3/+2
* | cmLocalGenerator: Clarify check for membership in multiple setsAlexander Grund2021-07-071-3/+3
* | cmLocalGenerator: Remove unnecessary parentheses in a conditionAlexander Grund2021-07-071-4/+4
* | cmLocalGenerator: Store realpath lookup result in a variableAlexander Grund2021-07-071-2/+3
* | cmLocalGenerator: Factor out repeated condition into local variableAlexander Grund2021-07-061-3/+4
|/
* Compiler/MSVC: use the `-external:I` flag for system includesBen Boeckel2021-06-181-0/+8
* HIP: Add language to CMakeRobert Maynard2021-06-071-5/+7
* 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