Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use std::unique_ptr with std::ifstream.
[simgrid.git] / src / kernel / resource / profile / Profile.cpp
2020-11-23 Arnaud GierschUse std::unique_ptr with std::ifstream.
2020-10-28 Arnaud GierschUse xbt_die instead of xbt_assert(false).
2020-10-28 Arnaud Gierschs/atof/stod/.
2020-10-28 Arnaud GierschPrefer enum class over legacy enum.
2020-10-23 Arnaud GierschPolishing last merged bits.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
2019-11-20 Yann DuplouyForgot to declare stochevent
2019-11-20 Yann DuplouyNow able to parse stochastic profiles
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-05-31 Martin Quinsonfix build on stable debian
2019-05-31 Martin Quinsoncleanup after the split of kernel/resource/profile...
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-12 Yann DuplouyComply with clang-format rules
2019-04-12 Yann DuplouySplitting trace_mgr into a file per class