Add Utilities.cxx to avoid defining entire helpers functions in header
Add Utilities.cxx
to avoid defining entire helpers functions in header Utilities.h
.
Move definition of helpers to this cxx
file.
Fixes some doc errors.
Reorder names in CMakeLists.txt
for cleaner organization.
As timers global static variables now lie in their own translation unit, a call to Utils::Timer::Reset()
resets all timers values, no matter which translation unit it comes from.
Edited by Nicolas Cadart