Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / include / simgrid / plugins /
2023-11-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-11-21 Martin QuinsonVarious sonar cleanups
2023-11-16 Martin QuinsonFix some more doc bugs
2023-11-15 Martin QuinsonMerge branch 'battery-get-name' into 'master'
2023-11-15 Adrien Gougeonadd get_name for batteries. update dag_from_json to...
2023-11-14 Martin QuinsonFix an ODR reported by ASan
2023-11-14 Martin QuinsonHave create_jbod() return a JbodPtr instead of Jbod...
2023-11-13 Fred Sutersimplify the way Jbods are defined
2023-11-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-11-03 Martin QuinsonMerge branch 'master' into simgrid-fork-changelog-plugins
2023-11-03 Martin QuinsonFix an ODR reported by ASan
2023-11-02 Adrien Gougeonimprove chiller example. remove on_power_change signal...
2023-10-30 Martin QuinsonMerge branch 'mq' into 'master'
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-10 AdrienMerge branch 'master' into 'task-dispatch'
2023-10-09 Adrien Gougeonadd possibility for a battery to be a simple connector...
2023-09-28 Adrien Gougeonadd battery-chiller-solar example.
2023-09-22 Martin QuinsonMerge branch 'task-doc' into 'master'
2023-09-21 Martin QuinsonMerge branch 'photovoltaic-revamp' into 'master'
2023-09-21 AdrienMerge branch 'master' into 'photovoltaic-revamp'
2023-09-18 Martin QuinsonMerge branch 'chiller-plugin' into 'master'
2023-09-18 Martin QuinsonMerge branch 'task_dispatch' into 'master'
2023-09-18 Adrien Gougeonwerror reorder
2023-09-18 Adrien Gougeonadd chiller plugin with doc and an example
2023-09-14 Adrien Gougeonclang-format
2023-09-14 Adrien Gougeonphotovoltaic plugin revamp, now called solar panel
2023-09-13 Martin QuinsonUse an enum to make a parameter explicit instead of...
2023-09-13 Martin QuinsonMerge branch 'plugins-energy-battery-interaction' into...
2023-09-08 Adrien Gougeonreplace create_event by schedule_handler and move param...
2023-07-21 Adrien Gougeonadd nominal charge and discharge power to batteries
2023-07-20 Martin QuinsonMerge branch 'jbod' into 'master'
2023-07-20 Fred SuterMerge branch 'master' into jbod
2023-07-13 Adrien Gougeonremove parameter depth of discharge from battery instan...
2023-07-11 Adrien Gougeonremove unused battery parameters
2023-07-11 Adrien Gougeonadd new battery plugin doc
2023-07-11 Adrien Gougeontry to fix initializer order
2023-07-11 Adrien GougeonComplete revamp of battery plugin
2023-07-10 Fred SuterMerge remote-tracking branch 'origin/master' into jbod
2023-07-10 Fred Suteradding a JBOD concept
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-26 Fred Suteradd missing copyright notes v3.34
2023-06-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-06-20 Fred SuterMove Tasks from a plugin to s4u
2023-06-20 Fred SuterMerge branch 'task-token' into 'master'
2023-06-20 Fred SuterMerge branch 'master' into 'task-token'
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-15 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-15 Adrien Gougeonadd simgrid::plugins::Token. switch from get_tokens...
2023-06-14 Adrien Gougeonrename get_tokens to get_next_execution_tokens
2023-06-14 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-12 Adrien Gougeontask can now pass tokens (void*) to other tasks. add...
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 Arnaud GierschDeclare functions "const" (sonar).
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschPostpone the destruction of Task::current_activity_.
2023-06-06 Arnaud GierschVarious cleanups in Task plugin.
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-02 Adrien Gougeonrename operation to task. rename execute to fire.
2023-05-31 Martin QuinsonMerge branch 'operation-python' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-30 Adrien Gougeonadd python bindings for operations
2023-05-24 Arnaud GierschFix some sonar issues in includes, after upgrade to...
2023-05-24 Fred Suteradd accessors
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Arnaud GierschUse C++17 features: std::scoped_lock and structured...
2023-05-23 Arnaud GierschCompact namespaces.
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-16 Adrien Gougeonadd photovoltaic plugin
2023-05-12 Arnaud GierschCosmetics.
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 GierschMissing "override".
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 Gougeonrename on_start/on_end functions call to on_this_start...
2023-04-12 Adrien Gougeonmissing virtual destructor
2023-04-12 Adrien Gougeonmissing lib
2023-04-12 Adrien Gougeonclang-format
2023-04-12 Adrien Gougeonseveral updates to plugin operation
2023-04-12 Adrien Gougeonfix bad type comparison
2023-04-12 Adrien Gougeonadd operation plugin
2023-03-31 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-31 AdrienAdd battery plugin and fix DAG doc
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-08 Arnaud GierschInline s4u::Comm::copy_pointer_callback which is the...
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
next