Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Compare file prefix only.
[simgrid.git] / src / msg /
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-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-12 Frederic Sutertry to reduce the ugliness of file management
2017-06-08 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-08 Frederic Sutergetting closer: no more MSG_STORAGE_LEVEL
2017-06-07 Martin Quinsonfix a race condition spotted by TSan
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Martin Quinsoncosmetics and reindent
2017-06-02 Martin QuinsonMerge pull request #177 from Takishipp/sd_exit
2017-06-01 Martin QuinsonAllow multicore VMs, and take this into account in...
2017-06-01 Martin Quinsondestroying a VM that was not shutdown is OK
2017-05-31 Martin Quinsonmake it possible to destroy a VM that is already half...
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 Martin Quinsonthis header file is much less interesting now that...
2017-05-24 Frederic Sutersimgrid::surf::Storage => simgrid::surf::StorageImpl
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-22 Martin QuinsonRemove attribute content_type of <storage_type>: was...
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-19 Martin QuinsonMerge pull request #167 from simgrid/smpi_execute_public
2017-05-17 Frederic Suterplease sonar, less free in c++
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-10 Frederic Suteruniformization
2017-05-10 Frederic Suterkill useless code
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-08 Martin Quinsondo not load internal_config.h from mc.h
2017-05-07 Martin Quinsonfix jedule builds
2017-05-06 Martin QuinsonAPI improvement in s4u
2017-05-06 Martin Quinsonlet's use a sensible API for the MSG_zone functions
2017-05-06 Martin Quinsonrename all MSG_zone_* functions (backward compatible)
2017-05-05 Martin Quinsonprefix all macro defined in public simgrid_config.h...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-02 Martin QuinsonNow it works (if you don't look at the leaks)
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-29 Martin Quinsonfix some doxygen errors
2017-04-24 Frederic Sutersimplify way files are handled by MSG
2017-04-21 Takishippsave work
2017-03-30 Frederic Sutermodernize two simcalls
2017-03-30 Frederic SuterRevert "Revert "cast once for all at surf level and...
2017-03-30 Frederic SuterRevert "cast once for all at surf level and not in...
2017-03-30 Frederic Sutercast once for all at surf level and not in the APIs
2017-03-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-30 Frederic Sutercomplete s4u::Storage interface, what a mess...
2017-03-28 Frederic SuterI think I just killed a simcall
2017-03-28 Martin Quinsonplease sonar: this datatype is not used anymore
2017-03-27 Frederic Sutertesh conversion
2017-03-26 Frederic Sutersunday smell chase
2017-03-23 Frederic Suterno need to call cimix everytime for that
2017-03-23 Frederic Suterstart to mess up with storage
2017-03-22 Frederic Suterfix example (bummer)
2017-03-22 Martin Quinsons4u::VM: make getState() public, and add a state for...
2017-03-22 Martin Quinsoncosmetics
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-21 Martin Quinsonsanitizes the msg_task fields default value
2017-03-20 Martin Quinsonmsg: make another function public, even if it's C+...
2017-03-20 Martin QuinsonVM migration: don't send with timeout because the recei...
2017-03-19 Martin Quinsonplease sonar a little bit and other useless noisy line...
2017-03-16 Frederic Sutercode killed by container usage
2017-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-16 Frederic Suterbetter than static casting, use a container
2017-03-16 Frederic Suterreorg and more functions in namespace
2017-03-14 Frederic Suterone step further on C++ization of replay
2017-03-13 Martin Quinsonfix the prototype of s4u::Host::processes() to not...
2017-03-13 Martin QuinsonDrop s4u::Host::getPstateSpeedCurrent() which dupplicat...
2017-03-13 Frederic Sutera switch with only one case is an if
2017-03-13 Martin Quinsonplease sonar
2017-03-13 Martin Quinsonmake msg_process_t point onto s4u::Actor*
2017-03-13 Martin QuinsonMSG_process_ref/unref: allow to fiddle with the process...
2017-03-10 Martin QuinsonAllow to mark actors as daemon
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-03-08 Frederic Suteroptimize perf - part 2
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Sutermoving dynar up in the stack
2017-03-08 Frederic Suterfurther prepare the elegant death of dynars
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Martin Quinsonfix copyright years and other psychotic cleanups
2017-02-24 Martin Quinsonplease sonar
2017-02-24 Martin Quinsonplease sonar
2017-02-22 Martin Quinsonput MsgActorExt in a namespace
2017-02-17 Frederic SuterFriday smell chase
2017-02-16 Martin Quinsonmatch new with delete, not with free
2017-02-16 Martin Quinsonfurther untangle the msg_process creation by using...
2017-02-16 Martin Quinsonstart to untangle the MSG actor creation mess
2017-02-16 Martin Quinsoneven more C++ style
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 Quinsonkill dead code
2017-02-16 Martin Quinsonplease sonar and cosmetics
2017-02-16 Martin Quinsonrename simdata_process_t into MsgActorExt
next