Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • CamiTK Community Edition CamiTK Community Edition
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 17
    • Issues 17
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • CamiTK
  • CamiTK Community EditionCamiTK Community Edition
  • Merge requests
  • !76

bug/xsd-version-win7

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Emmanuel Promayon requested to merge bug/xsd-version-win7 into develop Apr 25, 2018
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 5

Win7 CamiTK env is deployed with xsd 3.3 which does not have the std option. xsd version is checked and if it is at least 4.0.0, option "--std c++11" is used to generate the C++ source code from the XSD documents. This results in a strict C++11 code that does not generate compiler warning on modern c++ compiler (mainly due to the generation of C++98 "auto_ptr" instead of C++11 "unique_ptr")

Edited Apr 25, 2018 by Emmanuel Promayon
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: bug/xsd-version-win7