Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't modify loop counter inside of loop body.
[simgrid.git] / src / plugins /
2020-11-23 Arnaud GierschUse std::unique_ptr with std::ifstream.
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-19 Arnaud GierschConstify some sg_vm_t.
2020-11-18 Arnaud GierschUse 'using-declarations' to inherit constructors.
2020-11-18 Arnaud GierschMore const.
2020-11-18 Arnaud GierschConst Disk*.
2020-11-11 Arnaud GierschCosmetics.
2020-10-24 Arnaud GierschKill a no-op.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
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/.
2020-07-01 Arnaud Giersch[sonar] Remove redundant casts.
2020-06-10 Martin Quinsonsplit surf_parse into a separate file to make it reusab...
2020-05-14 Martin Quinsonremove the src and dst from the Link::on_communicate...
2020-05-14 Martin Quinsonstick to our coding standards: getters should have...
2020-03-11 Martin QuinsonFix link_energy plugin for wifi links
2020-03-04 Arnaud GierschRemove unused lambda capture.
2020-03-04 Arnaud GierschSimcall again, when updating content in s4u::File:...
2020-03-04 Arnaud GierschUse a simcall for s4u::File construction and destruction.
2020-03-04 Arnaud GierschModify object property in kernel mode.
2020-03-04 Arnaud GierschDuplicate assert (taken from FileSystemDiskExt::parse_c...
2020-03-03 Martin Quinsondie verbosely when the content of a filesystem is not...
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-27 Arnaud GierschHost is not null here (for scan-build).
2020-02-26 Arnaud Giersch[sonar] Change raw for-loops to range for-loops.
2020-02-26 Martin QuinsonAlso fire the on_connect signal for VMs
2020-02-11 Martin Quinsondon't use deprecated functions
2020-02-06 Arnaud GierschCatch any kind of Exception here (revert previous change).
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-06 Arnaud GierschSimplify logic.
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-13 Frederic Suter[sonar] Don't mix public/private data members
2020-01-06 Arnaud GierschExplicit instanciation of xbt::Extendable<> specializat...
2020-01-03 Martin QuinsonFurther reduce the amount of errors and warnings when...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-28 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Martin QuinsonVarious docs update
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-18 Frederic Sutercodefactor: reduce complexity in s4u_FileSystem.cpp
2019-12-18 Frederic Sutercodefactor: malformed whitespace issues
2019-12-13 Frederic Suteryet another bunch of cleanups
2019-12-11 Frederic SuterMerge branch 'master' into depencencies
2019-12-10 Augustin Degommefix issue with file unlinking
2019-12-09 Frederic Suteranother bunch of codefactor style issues
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschQualifier "virtual" is redundant with "override".
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic SuterImprove self (less SIMIX more kernel)
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Frederic Sutere_smx_state_t is now kernel::activity::State
2019-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-22 Martin QuinsonMerge remote-tracking branch 'framagit/master'
2019-11-20 Arnaud GierschDefine simgrid::xbt::InitializationError (please Sonar).
next