Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a get_unique_data to Extendable and test it in one example
[simgrid.git] / include / simgrid / plugins /
2023-06-13 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
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'
2023-02-23 Arnaud GierschUse C++17's std::scoped_lock where appropriate.
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-09 Arnaud GierschKill a few globals.
2023-01-30 Arnaud GierschMake pc_id a static member of ProducerConsumer.
2023-01-14 Martin QuinsonRemove MSG. Its EOL was scheduled for 2020
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-09 Augustin Degommefilesystem, correctly update file size when seeking...
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-03-16 Arnaud GierschDisallow direct contruction/destruction of s4u::File.
2022-03-16 Arnaud GierschMove simcall out of s4u::File destructor.
2022-03-16 Arnaud GierschProvide File::open with 3 arguments.
2022-02-18 Arnaud GierschFix sonar issues in ns3 bindings.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-13 Martin QuinsonAdd a function to retrieve the ns3 node from the s4u...
2021-10-27 SUTER Fredericadd File::open and File::close in FileSystem plugin
2021-10-06 SUTER Fredericdeprecate 2 more SIMIX functions
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-28 Arnaud GierschMerge branch 'doc_link' into 'master'
2021-07-23 SUTER FredericMake the plugin usable within a SMPI simulation
2021-07-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-07-09 Arnaud GierschFix another bunch of warnings in doc generation.
2021-05-25 Arnaud GierschDefine variables outside of header file.
2021-05-25 Arnaud Giersch[sonar] Const/explicit methods.
2021-05-19 SUTER Fredericintroduce a new plugin: stock implementation of a Produ...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud Giersch[sonar] Const in s4u::Disk.
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Martin QuinsonFix a bunch of errors in the documentation
2021-02-04 Arnaud Giersch[sonar] Pointer to const.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: last crumbs
2021-02-03 Frederic SuterStorage-kill: this survives to make
2021-02-03 Frederic SuterStorage-kill: clean file system plugin
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-10 Arnaud GierschAdd #include <simgrid/config.h>.
2020-12-10 Arnaud GierschDon't define (nor use) any MSG symbol when MSG is not...
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud GierschDrop unused smpi/plugins/load_balancer.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschSet default values.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-10 Martin QuinsonRename the link load plugin for decency (and consistency)
2020-10-10 Arnaud GierschMerge branch 'link-cumload-plugin' into 'master'
2020-10-10 Millian Poquetintroduce new plugin: link_cumload
next