Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C cbmroot
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Redmine
    • Redmine
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Computing
  • cbmroot
  • Merge requests
  • !544

Merged
Created Oct 26, 2021 by Jan de Cuveland@j.decuvelandOwner

Migrate core/data to C/C++ std integer types

  • Overview 24
  • Commits 6
  • Pipelines 14
  • Changes 186

This migrates almost everything in core/data to C/C++ standard integer types and the standard math library.

It is meant as a first step towards making the ROOT dependency of the core/data classes optional. As it mostly just changes the source code from one set of #include's and typedef's to another, I do not expect compatibility issues with the rest of the project.

The removal of the dependency on TObject is not yet included in this change.

Edited Dec 01, 2021 by Jan de Cuveland
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: no_root