Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Concatenate nested namespaces (sonar).
[simgrid.git] / src / kernel / resource / profile / Profile.cpp
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Arnaud GierschMake it possible to have an empty profile callback.
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Arnaud GierschMerge branch 'dev-profile-leak' into 'master'
2022-03-17 Fabien ChaixFix leak when given an empty profile
2022-03-16 Arnaud GierschFix misc sonar issues.
2022-03-14 Martin QuinsonMerge branch 'dev-profile-callbacks' into 'master'
2022-03-14 Fabien ChaixRefactoring profiles to use generic callbacks
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-11-09 SUTER Frederic[sonar] Refactor to reduce cognitive complexity
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-06-10 Arnaud GierschUse empty() to check for container emptiness.
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
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