Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into energy-pstate
[simgrid.git] / src / s4u /
2017-07-10 Frederic Suterplease clang and remove useless field
2017-07-10 Frederic Suterclosing a file is a noop. No need to deep down the...
2017-07-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-09 Martin Quinsonnicer error messages on misconfiguration
2017-07-06 Martin Quinsonok, last try here: use uint64_t for size of sent data
2017-07-06 Martin Quinsonuse double for the sizes, so that 32bits simulators...
2017-07-06 Martin QuinsonRevert "s4u: use size_t for payload size instead of...
2017-07-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-06 Martin Quinsons4u: implement Engine::setConfig()
2017-07-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-06 Martin Quinsons4u: use size_t for payload size instead of int and...
2017-07-06 Martin Quinsons4u::Actor::execute() dont need to return a state
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-06 Frederic Sutervarious cleanups in actors/processes
2017-07-06 Martin Quinsonimplement getter s4u::Comm::mailbox()
2017-07-06 henricasanovaRemoved the "state_ != finished" assert in s4u::Comm...
2017-07-06 Martin QuinsonYou don't send a mailbox, but instead put stuff on it
2017-07-06 Martin QuinsonRework the OO design of S4U comms
2017-07-05 Martin Quinsonfix the API to isend detach() and speak about it in...
2017-07-05 Frederic Sutersimcall to kernelImmediate
2017-07-05 Frederic Suteranother move to FileImpl
2017-07-05 Martin Quinsonthis header is C++ only
2017-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-05 Frederic Sutermodernize one more simcall
2017-07-04 Frederic Suteradd daemonize for s4u actors too
2017-07-04 Frederic Suteraddress a todo
2017-07-04 Frederic Sutermodernize some simcalls
2017-07-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-04 henricasanovaReplaced:
2017-07-04 Martin Quinsontry to speed up the refcounting madness by using std...
2017-07-03 Frederic Suterplease henri, add recv with timeout.
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-29 Martin Quinsonmake it possible to destroy the engine
2017-06-19 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-19 Frederic Suterfix test (hate dict) and please sonar
2017-06-19 Frederic Sutermassive cleanups in the storage world.
2017-06-18 Martin Quinsonand now, a correct implementation of this_actor::isMaes...
2017-06-18 Martin QuinsonNew: this_actor::isMaestro() returns whether we are...
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-15 Frederic Sutercommit some harmless changes
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-14 TakishippMerge branch 'clean_events' of github.com:Takishipp...
2017-06-14 Toufik BoubehzizMerge branch 'master' into clean_events
2017-06-13 Martin QuinsonMake sure that the user don't try a detached receive
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-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-13 Frederic Suterplug leak
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 Frederic Suterremove useless includes
2017-06-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-08 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-08 Martin QuinsonMerge pull request #184 from Takishipp/signals
2017-06-08 Takishippgetting sg_instr_AS_end through a signal structure
2017-06-08 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-08 Frederic Suteruse ordered map when order is needed
2017-06-08 Frederic Suteruse pimpl/piface combo for s4u storage
2017-06-07 Martin Quinsoncreate a NetZone::onCreation signal and use it from...
2017-06-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-06 Frederic Sutertry to catch some leaks
2017-06-06 Frederic Sutertiny stuff
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 Quinsonkill a redundent oldish API to the activity refcounting
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-28 Martin Quinsondon't mix the refcount of s4u::Comm and the one of...
2017-05-27 Martin QuinsonRename some activity/SynchroBlah into activity/BlahImpl...
2017-05-26 Martin QuinsonAnother step toward working CommPtr. chord example...
2017-05-24 Frederic Sutersimgrid::surf::Storage => simgrid::surf::StorageImpl
2017-05-24 Martin Quinsonrename simix::Mutex to simix::MutexImpl
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
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 branch 'master' of github.com:simgrid/simgrid
2017-05-19 Frederic Suterbugs, smells and cosmetics of the day
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-06 Martin QuinsonAPI improvement in s4u
2017-05-05 Martin QuinsonNew functions: s4u::Actor::property() and s4u::Actor...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
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-24 Martin Quinsonintroduce type aid_t for Actor's ID (ie, PID)
2017-04-22 Martin Quinsontry to avoid that others fall into the trap where I...
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-04 Frederic Suterno fun if you don't break evertyhing 'cos you're dumb...
2017-04-04 Frederic Suteradd send with timeout and irecv to this_actor API
2017-04-04 Frederic Suterfix bug in asynchronous receive
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 Frederic Sutertest conversion
next