Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add Io operations and an example
[simgrid.git] / src / plugins / operation.cpp
2023-05-23 Fred Suteradd Io operations and an example
2023-05-23 Fred Suterallow operation to execute more than one function at...
2023-05-22 Fred Suterhave a on_completion per activity type to save users...
2023-05-11 Fred Suteradd two more utility functions to the Operation plugin
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-10 Martin QuinsonMerge branch 'dag-lab' into 'master'
2023-05-10 Martin QuinsonMerge branch 'changelog-operation-plugin' into 'master'
2023-05-05 Arnaud GierschMisc Sonar issues.
2023-05-05 Fred Sutermess up with operations
2023-05-02 Arnaud GierschKill useless empty function.
2023-05-02 Arnaud GierschSimplify expression.
2023-04-26 Martin QuinsonMerge branch 'operation-plugin' into 'master'
2023-04-16 Adrien Gougeonrename create to init. add init with name only. add...
2023-04-14 Adrien Gougeonadd missing '&' causing temporary value to be modified
2023-04-14 Adrien Gougeonrename on_start/on_end functions call to on_this_start...
2023-04-12 Adrien Gougeonclang-format
2023-04-12 Adrien Gougeonseveral updates to plugin operation
2023-04-12 Adrien Gougeonadd operation plugin