Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Storage-kill: no more check disk attachement
[simgrid.git] / include /
2021-02-03 Frederic SuterStorage-kill: clean file system plugin
2021-02-03 Frederic SuterStorage-kill: start with entire files
2021-02-02 Martin QuinsonNew function: Comm::set_payload_size() to set the amoun...
2021-02-02 Martin Quinsona word in the doc about signal's API
2021-02-02 Frederic SuterChange the way IO activities are initiated
2021-02-01 Frederic SuterIntroduce Exec::init(). One step towards SimDag++
2021-01-29 Martin QuinsonFix a few broken references and other warnings in the doc
2021-01-27 Arnaud GierschDeclare methods 'const'.
2021-01-27 Arnaud GierschRename field.
2021-01-27 Arnaud GierschKeep improved comments from commit 9304dfd37f.
2021-01-25 Martin QuinsonRevert "Assert that the log categories are unique"
2021-01-25 Arnaud GierschFbinfer saw there another static initialization order...
2021-01-25 Martin QuinsonAssert that the log categories are unique
2021-01-24 Martin QuinsonNew doc section: API of logs
2021-01-23 Martin QuinsonFix a bunch of issues with the documentation
2021-01-20 eazimiMerge with fragmagit/master
2021-01-20 Martin QuinsonNew functions: Comm::sendto_{init,async}
2021-01-13 Arnaud Giersch[sonar] Replace the use of "::type" with the "_t" versi...
2021-01-13 Martin QuinsonCopy/paste error in the doc
2021-01-12 eazimimerge with framagit/master
2021-01-12 eazimiMerge with framagit/master
2021-01-12 Arnaud GierschMore copyright lines updated to 2021.
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-10 Martin QuinsonNew: s4u::Comm::get_dst_data()
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-20 Martin QuinsonDeprecate a SIMIX function that was badly named anyway
2020-12-18 Arnaud GierschNo need for <void> specialization.
2020-12-17 Arnaud GierschXBT_PUBLIC for mingw on appveyor.
2020-12-17 Arnaud GierschUseless cast to void*.
2020-12-17 Arnaud GierschDefine Mailbox::get_unique() returning a std::unique_ptr.
2020-12-17 Arnaud GierschMake untyped Mailbox::get functions deprecated.
2020-12-17 Arnaud GierschPrepare the deprecation of untyped Mailbox::get functions.
2020-12-17 Arnaud GierschDefine typed templates for Mailbox::get and Mailbox...
2020-12-17 Arnaud GierschUseless std::move (sonar).
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-16 Arnaud Gierschbind_flag() with valid_values only works with std:strin...
2020-12-16 Arnaud GierschIntroduce next XBT_DEPRECATED macro.
2020-12-16 Arnaud GierschImprove deprecation warning.
2020-12-15 Augustin Degommeuse new name for wifi standard in recent NS3.
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-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-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-19 adrien gougeonadd WifiZone support for ns3 wifi
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().
next