Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • CMake CMake
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,930
    • Issues 3,930
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 18
    • Merge requests 18
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMake
  • CMakeCMake
  • Merge requests
  • !5597

ISPC: Suffix for Generated Headers configurable plus a better default

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Robert Maynard requested to merge robertmaynard/cmake:ispc_control_header_suffixes into master Dec 10, 2020
  • Overview 10
  • Commits 1
  • Pipelines 12
  • Changes 26

The target property ISPC_HEADER_SUFFIX and associated global variable now can control the suffix used when generating the C/C++ interoperability ISPC headers.

In addition the default suffix is now "_ispc.h" which matches the common convention that the ISPC compiler team uses and recommends.

Backport: release

Edited Dec 11, 2020 by Brad King
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: ispc_control_header_suffixes