Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'pikachuyann/simgrid-xbt_random'
[simgrid.git] / src / msg /
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonAdd a cmake flag to not compile MSG at all
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-09 Arnaud GierschUse implicit string conversion.
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-31 Arnaud Giersch[sonar] Another bunch of const qualifiers.
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-29 Arnaud GierschSonar consts of the day.
2019-12-28 Arnaud Giersch[sonar] Constify pointer parameters in src/msg/.
2019-12-16 Frederic Sutermornign cleanups
2019-12-12 Frederic Sutercleanups after introduction of Exec::wait_for(timeout)
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
next