Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
mcapi::restore_initial_state() in replay()
[simgrid.git] / include /
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-10 Arnaud GierschKill dead code: tracing_category is managed by AnyActivity.
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud GierschDrop xbt_str_split().
2020-12-04 Arnaud GierschDrop unused smpi/plugins/load_balancer.
2020-12-01 Arnaud GierschMerge remote-tracking branch 'github/master'
2020-11-29 Arnaud GierschFix comment.
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud Giersch[pvs] Don't let field uninitialized.
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschSet default values.
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud GierschUnused field.
2020-11-24 Arnaud GierschRevert "Make simgrid::xbt::action_fs a std::unique_ptr."
2020-11-23 Arnaud GierschMore std::vector's.
2020-11-23 Arnaud GierschMake simgrid::xbt::action_fs a std::unique_ptr.
2020-11-20 Arnaud GierschMake pointer parameter const.
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-19 Arnaud GierschVariables captured by copy are constant and cannot...
2020-11-19 Arnaud GierschMore useless std::move.
2020-11-19 Arnaud GierschConstify some sg_vm_t.
2020-11-18 Arnaud GierschRevert "Intel icc doesn't like attribute [[deprecated...
2020-11-18 Arnaud GierschUseless std::move.
2020-11-18 Arnaud GierschUse inherited constructors for derived exceptions.
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 GierschIntel icc doesn't like attribute [[deprecated]] with...
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-11-18 Arnaud GierschMore const.
2020-11-18 Arnaud GierschUse =default.
2020-11-18 Arnaud GierschConst Disk*.
2020-10-30 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-29 Arnaud GierschDefine xbt::string::copy().
2020-10-29 Arnaud GierschMove declarations.
2020-10-24 Arnaud GierschDon't advertize a deprecated function.
2020-10-24 Arnaud GierschNo need to keep functions that did not even exist in...
2020-10-23 Arnaud GierschMore coding style updates for sg_host.
2020-10-23 Arnaud GierschMore coding style updates for sg_link.
2020-10-23 Arnaud GierschMore coding style updates for sg_disk.
2020-10-23 Arnaud GierschCosmetics.
2020-10-23 Arnaud GierschFollow coding style for sg_link_{get,set}_data.
2020-10-23 Arnaud GierschFollow coding style for sg_host_{get,set}_data.
2020-10-23 Arnaud GierschFollow coding style for sg_disk_{get,set}_data.
2020-10-23 Arnaud GierschFollow coding style for sg_actor_{get,set}_data.
2020-10-23 Arnaud GierschSimplify a bit simgrid::config::bind_flag().
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
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-15 Arnaud GierschRewrite in a simpler manner.
2020-10-15 Arnaud GierschConstify a parameter, fix name for another, and simplif...
2020-10-14 Arnaud GierschDrop unused parameters.
2020-10-11 Arnaud GierschDefine const is_used().
2020-10-11 Arnaud GierschDefine const get_iface().
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 GierschUse meaningful names for dragonfly coords.
2020-10-08 Arnaud GierschPrefer std::string for C++ API.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-07 Arnaud GierschRevert "Check C++ standard in xbt/base.h."
2020-10-06 Arnaud GierschCheck C++ standard in xbt/base.h.
2020-10-06 Arnaud GierschModernize method declarations.
2020-10-05 Martin QuinsonFix a name conflict in Zones. No idea why gcc didn...
2020-10-05 Martin QuinsonNew 'WiFi' routing, that makes it easier to specify...
2020-10-04 Martin QuinsonLet netzones know about the links created in their...
2020-10-04 Martin Quinsonuseless cosmetics
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-10-02 Arnaud Giersch[sonar] Use "std::make_shared" to construct "std::share...
2020-10-02 Arnaud Giersch[sonar] Don't take shared_ptr by rvalue reference.
2020-10-02 Arnaud GierschConst qualifier is useless.
2020-10-02 Arnaud GierschUse empty() to check whether the container is empty...
2020-10-02 Arnaud GierschRemove compatibility layer for pre-c++14.
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-26 Martin QuinsonAdd some s4u::Link setters, and doc improvements
2020-08-11 Martin QuinsonVM: allow to chain some setters
2020-07-27 Augustin Degommewhen enable_debug is turned off, these tests were failing.
2020-07-10 Arnaud GierschRemove unused state.
2020-07-09 Martin QuinsonMerge branch 'master' into klement
2020-07-09 Arnaud Gierschconst++
2020-07-08 Martin QuinsonProvide a S4U function to control the SNR level of...
2020-07-08 Martin QuinsonTentative implementation of Activity::suspend() and...
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] Declare functions "const" (round #2).
2020-07-02 Arnaud GierschMissing declarations for some fortran bindings.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/instr/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/kernel/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/plugins/.
2020-07-02 Arnaud GierschMake Engine::set_config(...) static functions.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/s4u/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/simix/.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/xbt/.
2020-07-01 Arnaud Giersch[sonar] USe a typedef for type alias.
next