Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
SIMIX_display_process_status becomes Global::display_all_actor_status
[simgrid.git] / src / msg /
2019-12-09 Frederic Suteranother bunch of codefactor style issues
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-04 Frederic Suterreplace SIMIX_process_count by simgrid_get_actor_count
2019-11-03 Frederic Sutermake msg task extendable too
2019-11-02 Arnaud GierschRestore handling of msg_global->process_data_cleanup.
2019-10-30 Frederic Sutersimplify user data management in MSG
2019-10-24 Frederic Suteralmost useless old stuff... remove
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-11 Arnaud GierschMSG_task_receive_ext_bounded was indeed deprecated...
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-15 Martin Quinsondocument existing coding convention in C, and stick...
2019-09-14 Martin QuinsonAlign host get/set_data() with the Extendable version...
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-07-10 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/30
2019-07-09 Frederic Suterfix https://framagit.org/simgrid/simgrid/issues/28
2019-07-03 Martin Quinsondoc: copy/paste error
2019-07-02 Arnaud GierschCosmetics: namespace simgrid is implicit.
2019-07-02 Arnaud GierschRename simgrid::TimeoutError to simgrid::TimeoutException.
2019-07-02 Arnaud GierschCatch specialized exceptions instead of generic xbt_ex.
2019-06-09 Martin Quinsoncleanups in the debug config items
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-03 Arnaud Giersch[sonar] Don't name unused exceptions.
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Arnaud GierschUseless smart pointer.
2019-04-17 Arnaud GierschUniformize get_impl(): const attribute, and return...
2019-04-04 Arnaud GierschCheck validity for extension (Framagit issue #10).
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-29 Frederic Suterenable user data extension without calling MSG_init
2019-03-27 Arnaud Giersch[sonar] Use :: to access static member.
2019-03-26 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-26 Arnaud GierschMake config flag static (global), and rename s_MSG_Glob...
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-13 Arnaud GierschDirectly fill vectors at construction.
2019-03-12 Arnaud GierschMailboxPtr looks like a smart pointer, but it's not...
2019-03-12 Frederic Suterproperly split task/comm in msg files
2019-03-12 Frederic Suterobjectify a few msg::Comm functions
2019-03-12 Frederic Sutermark old MSG functions as deprecated
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschDon't use pass-by-value for large parameters.
2019-03-10 Arnaud GierschMake ActorImpl::context_ a std::unique_ptr.
2019-03-08 Arnaud GierschDon't hide class member.
2019-03-08 Frederic Suterhopefully fix most issues. thx agier for spotting the...
2019-03-07 Frederic Suterpoor damage control for tonight only
2019-03-07 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-07 Frederic Sutersimplifications and fixes (forgot properties)
2019-03-07 Frederic Suteruse extension for user data in MSG
2019-03-06 degommeFix mc liveness examples.
2019-03-06 Frederic SuterObjectify MSG task send
2019-03-06 Frederic SuterSimplifications in MSG task execution
2019-03-05 Frederic Suters4u::Exec now has 2 child classes
2019-03-05 Frederic Suterapply agier fixes for StarPU build
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-03-04 Frederic Sutercosmetics
2019-03-03 Frederic Sutermore factoring when sending MSG tasks
2019-03-01 Frederic Sutermv the internal isend function to the class
2019-03-01 Frederic Suterone step further not using kernel execution activities...
2019-03-01 Frederic Sutermess with MSG tasks
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Frederic Sutermake MSG_process_create die if host is off.
2019-02-26 Frederic Suterfix (#324)
2019-02-25 Frederic Suterfix last issues
2019-02-25 Frederic Suterend objectification of MSG tasks
2019-02-25 Frederic Sutermv counter from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermv data from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermv category from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Sutermove name from msg_task_t to simgrid::msg::Task
2019-02-25 Frederic Suterobjectify simdata_task_t
2019-02-25 Frederic Suterpriority and bound of MSG tasks can only be set BEFORE...
2019-02-25 Frederic Sutersource is sender's host. One field is enough
2019-02-23 Frederic Suterplay with (parallel) execs. still not satisfying
2019-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-22 Frederic Suterforgot that one
2019-02-22 Frederic Suterstop using old simcalls in our own code
2019-02-22 Frederic Sutersnake casing
2019-02-22 Frederic Sutertrim instr_msg code
2019-02-22 Frederic Suteruse TASK_CANCELED rather than HOST_FAILURE for CancelEx...
2019-02-22 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-22 Arnaud GierschHandle CancelException in MSG_{comm,test} too.
2019-02-21 Frederic Suterremove useless code
2019-02-21 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-21 Frederic Suteruse more s4u calls in MSG
2019-02-21 Arnaud GierschParameter is a boolean.
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutera few simplifications
2019-02-20 Frederic Suterreplace another old simcall in MSG
2019-02-20 Frederic Sutersave a cast
2019-02-20 Frederic Sutermodernize a simcall in MSG
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
next