Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Slicer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Sam Horvath
  • Slicer
  • Merge requests
  • !1099

WIP: Remove c++98 support, Qt4 and VTK7. Last commit also removes Qt5.5 support.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed phcerdan requested to merge github/fork/phcerdan/require_cpp11 into master Mar 07, 2019
  • Overview 10
  • Commits 4
  • Changes 139

COMP: Remove C++98 support

Remove logic involving checks for CMAKE_CXX_STANDARD=98

COMP: Remove support for Qt4 and VTK7

Slicer_REQUIRED_QT_VERSION is at least 5.0.0

This allows to remove a lot of logic in form of #ifdef involving checking for QT_VERSION lesser than 5.0.0

COMP: Remove C++98 support

Remove logic involving checks for CMAKE_CXX_STANDARD=98

This branch integrates work done in #1060 but with new CMake

Co-authored-by: Hans Johnson hans-johnson@uiowa.edu Co-authored-by: Pablo Hernandez-Cerdan pablo.hernandez.cerdan@outlook.com

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/phcerdan/require_cpp11