Skip to content

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

Jan de Cuveland requested to merge j.decuveland/cbmroot:no_root into master

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 by Jan de Cuveland

Merge request reports