Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reduce scope for variables.
[simgrid.git] / src / plugins /
2021-03-22 Arnaud GierschReduce scope for variables.
2021-03-19 Arnaud GierschUnnecessary 'else'.
2021-03-17 SUTER Fredericmake update_algorithm optional in model creation. Full...
2021-03-16 Bruno DonassoloInitialize CPU model for VMs in init_HL13
2021-03-10 Martin QuinsonDocument direct communications, deprecate Host::sendto...
2021-03-09 Arnaud GierschMerge branch 'bruno.donassolo/simgrid-add_model_shared...
2021-03-09 Bruno DonassoloEngine*::add_model: from unique to shared_ptr
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloMove globals to EngineImpl
2021-03-09 Bruno DonassoloGet rid of surf_cpu_model_vm.
2021-03-09 Bruno DonassoloModify iteration over models in surf_solve
2021-03-09 Bruno Donassoloclang-format before starting changing files
2021-03-09 Frederic Suterpropagate the user bound down to the action
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Frederic Sutercontinue to fluentify Cpu creation. Fix FG37 on the way
2021-03-02 Frederic Sutercleanups
2021-03-02 Arnaud GierschMake field private (fixme--).
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-04 Arnaud Giersch[fbinfer] Fix dead stores.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: clean file system plugin
2021-01-27 Martin QuinsonY U NO test before commit/push??
2021-01-27 Martin Quinsonsome cleanups to the logging channel hierarchy
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-19 Arnaud GierschFix dead stores.
2021-01-14 Arnaud GierschReduce code complexity.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-10 Martin QuinsonRemove the actor of the on_{start/completion} parameter...
2021-01-10 Martin QuinsonUnify on_start/on_completion signals of Activities
2020-12-17 Arnaud GierschUse Mailbox::get_unique<>(), and save a few delete.
2020-12-17 Arnaud GierschUse typed Mailbox::get<>() instead of using static_cast...
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-08 Arnaud GierschRemove old deprecated aliases for runtime options.
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-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-19 Arnaud GierschConstify some sg_vm_t.
2020-11-18 Arnaud GierschUse 'using-declarations' to inherit constructors.
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschMore const.
2020-11-18 Arnaud GierschConst Disk*.
2020-11-16 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-11 Arnaud GierschCosmetics.
2020-10-24 Arnaud GierschKill a no-op.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-20 Arnaud GierschUse consistent naming scheme.
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-17 Arnaud GierschDon't include <xbt/functional.hpp> when it's not needed.
2020-10-13 Arnaud GierschReduce scope for variables.
2020-10-13 Arnaud GierschRemove useless type aliases.
2020-10-11 Arnaud GierschFew more auto's.
2020-10-11 Arnaud GierschConst in network_wifi and link_energy_wifi.
2020-10-11 Arnaud GierschDefine const get_sharing_policy().
2020-10-11 Arnaud GierschDefine const get_iface().
2020-10-11 Arnaud GierschUnused parameter.
2020-10-10 Arnaud GierschWhitespace cleanup (for codefactor.io).
2020-10-10 Arnaud GierschMerge branch 'master' into 'master'
2020-10-10 Julien EMMANUELplugin link_load: fix name in SIMGRID_REGISTER_PLUGIN
2020-10-10 Martin Quinsonplugin link_load: tiny logic error (thanks clang for...
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
2020-10-08 Arnaud GierschPrefer std::string for C++ API.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-05 Arnaud GierschMore uses of std::make_unique.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-10-02 Arnaud Giersch[sonar] Use "std::make_unique" to construct "std::uniqu...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-08-12 Martin QuinsonMake sure that VM::get_speed() returns the correct...
2020-08-11 Martin QuinsonIgnore suspended VMs when computing the next_occurring_...
2020-08-11 Martin QuinsonVM: allow to chain some setters
2020-07-10 Arnaud Giersch[sonar] Fix more implicit casts that should not lower...
2020-07-09 Martin QuinsonObey some of our coding standard
2020-07-09 Martin QuinsonMake the wifi_energy tests pass (+cosmetics)
2020-07-09 Martin QuinsonAdd the wifi energy plugin to the SimGrid build system...
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-04 Arnaud GierschFix return type.
2020-07-03 Arnaud Giersch[sonar] Const etc. (round #3).
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Clément Courageuxplugin wifi
2020-07-03 Arnaud Giersch[sonar] Const for pointer and reference parameters...
2020-07-03 Arnaud Giersch[sonar] Const for local variables.
2020-07-03 Arnaud Giersch[sonar] Declare functions "const" (round #2).
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/plugins/.
next