Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Properly stringify, snake_case and cleanups in k::ExecImpl
[simgrid.git] / src / msg / msg_gos.cpp
2018-07-14 Martin QuinsonProperly stringify, snake_case and cleanups in k::ExecImpl
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-02 Martin Quinsonkill some include directives
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-19 Frederic Sutermore legacy MSG functions
2018-05-15 Martin Quinsonsnake_case s4u::Mailbox
2018-05-11 Frederic Sutersnake_case in instr
2018-04-09 Martin Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-09 Arnaud GierschCheck return value of MSG_task_isend_internal (codacy).
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-28 Arnaud GierschReturn value is useless (always 1).
2018-03-28 Arnaud GierschUse C++'s true/false.
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Frederic Sutermake tracing less tightly coupled to MSG
2018-03-22 Arnaud GierschLast but one parameter should be null here.
2018-03-22 Arnaud GierschMSG_task_isend_internal: remove unused parameters match...
2018-03-22 Arnaud GierschKill features marked deprecated until v3.20.
2018-01-23 Frederic Sutermessing around MSG
2018-01-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-08 Martin QuinsonImprove the doc of MSG_task_*_bounded
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-12-09 Martin Quinsonallow remote exec: s4u::Exec->setHost()
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-01 Arnaud GierschRemove unused parameter.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschChange getName() and add getCname() in s4u::Mailbox.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-21 Frederic Sutersimcall_mutex_unlock is back but keep the simplificatio...
2017-07-21 Frederic SuterRevert "kill one simcall, simplify another"
2017-07-20 Frederic Suterkill one simcall, simplify another
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-04 Martin Quinsonfinish removing simix.h from C files, and avoid the...
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-19 Martin QuinsonActivityImplPtr are not part of any C struct, only...
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-15 Martin Quinsoncorrectly use clumsy xbt_dynar interface
2017-06-14 Martin Quinsontry to get the refcounting right on waitany simcalls
2017-06-14 TakishippMerge branch 'clean_events' of github.com:Takishipp...
2017-06-14 Toufik BoubehzizMerge branch 'master' into clean_events
2017-06-13 Martin Quinsoneradicate all remaining manual refcounting on ActivityImpl
2017-06-13 Martin Quinsonfurther WIP on the ActivityImplPtr feature. Now it...
2017-06-13 Martin Quinsonfirst attempt (ongoing WIP)
2017-06-13 Martin Quinsonkill all trailling whitespaces
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Martin QuinsonMerge pull request #177 from Takishipp/sd_exit
2017-05-30 Martin Quinsonfix MSG_task_listen_from() and add a test
2017-05-30 Martin Quinsonkill a redundent oldish API to the activity refcounting
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-27 Martin QuinsonRename some activity/SynchroBlah into activity/BlahImpl...
2017-05-24 Frederic Suterfirst step towards a CommPtr
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-03-27 Frederic Sutertesh conversion
2017-03-19 Martin Quinsonplease sonar a little bit and other useless noisy line...
2017-03-13 Frederic Sutera switch with only one case is an if
2017-03-13 Martin Quinsonmake msg_process_t point onto s4u::Actor*
2017-02-24 Martin Quinsonplease sonar
2017-02-16 Martin Quinsonactually, there is no need for the MsgActor to remember...
2017-02-16 Martin Quinsonobey our coding standards + kill dead code
2017-02-16 Martin Quinsonrename simdata_process_t into MsgActorExt
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-19 Martin Quinsoncut some useless includes
2016-12-16 Martin QuinsonCompletely rework the properties of netzones
2016-12-11 Martin QuinsonMy detection of user errors creates some invalid accesses
2016-12-10 Martin QuinsonDetect and diagnose a possible user error
2016-12-04 Martin Quinsondon't pass the free_f parameter to MSG_*_set_property_v...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-16 Martin Quinsonmove the VM-related data out of MSG's private data...
2016-11-11 Martin QuinsonNew function: MSG_parallel_task_execute_with_timeout
2016-10-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-10 Martin QuinsonAPI format unification
2016-09-02 Frederic SuterRevert "msg_private.h is a C++ header so add pp"
2016-09-02 Frederic Sutermsg_private.h is a C++ header so add pp
2016-08-16 Martin Quinsonkeep polite and informative
2016-08-10 Martin Quinsonkill the half backen setAffinity feature
2016-08-07 Martin Quinsonrename smx_synchro_t to smx_activity_t
2016-08-07 Martin QuinsonRename kernel::activity::Synchro into kernel::activity...
2016-08-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-01 Frederic Sutercatch some bugs and smells
2016-07-31 Martin Quinsonkill msg_mailbox_t entierely
2016-07-31 Martin Quinsonmerge two identical cases of a switch to please sonar
2016-07-31 Martin Quinsonremove another MSG_mailbox function
2016-07-31 Martin Quinsonremove some useless cruft in MSG
2016-07-31 Martin Quinsonremove two more MSG_mailbox functions
next