Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • VTK-m VTK-m
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 205
    • Issues 205
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VTKVTK
  • VTK-mVTK-m
  • Merge requests
  • !2331

cmake: set c++14 as minimum c++ rev

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Vicente Bolea requested to merge vbolea/vtk-m:refactor-use-cpp14 into master Nov 24, 2020
  • Overview 44
  • Commits 3
  • Pipelines 26
  • Changes 9

In this MR we set C++14 as the minimum requirement:

The changes introduced here are:

  • Remove the job ubuntu1604_gcc48 since it defaults to std=c++1x and it does not truly support c++14.
  • Change the job centos7_gcc48 to Centos7_gcc73 for the same reasons as ubuntu1604_gcc48, it recycles the centos image with the newer GCC 7.3.

Subtasks

  • lcl!4 (merged)
Edited Feb 08, 2021 by Vicente Bolea
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: refactor-use-cpp14