Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid a local variable only used by xbt_assert.
[simgrid.git] / src / kernel / resource / profile / Profile.cpp
2021-04-02 Arnaud GierschAvoid a local variable only used by xbt_assert.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschAvoid useless creation of temporary objects with emplac...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-23 Arnaud GierschUse std::unique_ptr with std::ifstream.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-10-29 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
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