Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / include / simgrid /
2017-04-04 Frederic Suteradd send with timeout and irecv to this_actor API
2017-03-30 Frederic Suterattempt to plug all leaks for simdag.
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
2017-03-28 Martin Quinsons4u: fix documentation
2017-03-27 Frederic Sutermake isend return a ref on the created Comm
2017-03-27 Frederic Sutertesh conversion
2017-03-26 Frederic Suterone more teshsuite convertion
2017-03-24 Frederic SuterTESH: msg to s4u - act 1
2017-03-23 Martin Quinsonpetting sonar as every night before bed
2017-03-23 Martin Quinsonfix case of a header file
2017-03-23 Martin QuinsonAdd s4u::Mutex to the doc
2017-03-23 Frederic Suterno need to call cimix everytime for that
2017-03-23 Frederic Suter32-bit requires smthg longer than size_t
2017-03-23 Frederic Suterstart to mess up with storage
2017-03-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-22 Frederic Suteradd actor-kill S4U example
2017-03-22 Martin Quinsons4u::VM: make getState() public, and add a state for...
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-21 Frederic Suteradd suspend/resume to S4U
2017-03-20 Frederic Suterattempt to extend S4U to migrate actors
2017-03-20 Martin Quinsonmsg: make another function public, even if it's C+...
2017-03-19 Martin Quinsonplease sonar a little bit and other useless noisy line...
2017-03-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-15 Frederic Suteravoid double to size_t to double
2017-03-15 Martin Quinsonfix windows build
2017-03-15 Martin Quinson%ZUt, again
2017-03-15 Martin QuinsonNew: Engine::hostList() and Engine::hostCount(). Still...
2017-03-14 Christian Heinrich[PLUGIN] Added the HostLoad plugin
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 Martin Quinsonmake msg_process_t point onto s4u::Actor*
2017-03-13 Martin Quinsongive s4u::Actor a cname() method
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 Suterplug newly introduced leak
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-03-09 Martin Quinsonprefer the stack to the heap (+ don't refill the host...
2017-03-09 Frederic Suterfix jedule and do the right thing for netzone hosts
2017-03-08 Frederic Suteroptimize perf - part 2
2017-03-08 Frederic Suteroptimize performances
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 Suterremove unnecessary access specifiers
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonadd an easy way to retrieve the name of the current...
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsoncosmetics in actors
2017-03-02 Martin Quinsonsonar is picky, so let's be verbose
2017-03-01 Martin QuinsonHide a bit an internal datatype to please sonar
2017-02-27 Martin Quinsonrename some C type for consistency
2017-02-24 Martin Quinsonplease sonar
2017-02-17 Martin Quinsonmark s4u::Link as public for windows (+cosmetics)
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 Quinsonplease sonar and cosmetics
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-02-15 Martin Quinsondon't hide the C++, deal with it
2017-02-15 Martin Quinsonmake MSG use the Host extension mechanism (at least)
2017-02-15 Martin Quinsonmake the Actors extendable (that was easy)
2017-02-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-15 Martin Quinsonnew callback: s4u::onTimeAdvance
2017-02-15 Martin Quinsonnew signal s4u::Host::onSpeedChange: when pstate is...
2017-02-15 Martin QuinsonMake room for the upcoming network energy plugin
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Suterbackport
2017-02-14 Frederic Suterget rid of sd_workstation.cpp
2017-02-14 Martin Quinsoncomplete a bit the C wrapper of s4u::Host
2017-02-13 Martin Quinsonplease sonar by removing 2 redundent forward declaration
2017-02-13 Martin Quinsonmove MailboxImpl to kernel::activity where it belongs
2017-02-13 Martin Quinsonalign the Link callbacks with the ones of Host
2017-02-13 Martin Quinsonmove the Link signals to s4u
2017-02-12 Martin Quinsonfinish the conversion C++ of simix::MailboxImpl
2017-02-12 Martin Quinson(partially) convert simix::MailboxImpl to C++
2017-02-10 Martin Quinsoneasily please sonar
2017-02-10 Martin Quinsonrename simix::Mailbox to simix::MailboxImpl for sake...
2017-02-10 Martin Quinsonrename a header file now that it's clean
2017-02-10 Martin Quinsonobey our naming conventions
2017-02-10 Martin Quinsoncosmetics
2017-02-10 degommesome captured params for llambda were unused, triggerin...
2017-02-07 Martin Quinsoncosmetics
2017-02-07 Martin QuinsonAdd a s4u::Link class, at least
2017-02-06 Martin Quinsonrename surf::Link into surf::LinkImpl to make room...
2017-02-02 Martin Quinsonplease sonar by writing lighter C++ code
2017-02-01 Martin Quinsontry to speed up some some traversals
2017-02-01 Martin QuinsonNew callbacks: simgrid::s4u::onSimulationEnd (right...
2017-02-01 Martin QuinsonNew callback: simgrid::s4u::onPlatformCreated (right...
2017-01-31 Martin Quinsonfinish the transition netcards->netpoints in the code
2017-01-30 Martin Quinsonnetcards were renamed to netpoints recently
2017-01-26 Martin Quinsonnew function MSG_process_yield()
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Martin QuinsonRename NetCards to NetPoints
2017-01-22 Martin Quinsoncosmetics
next