Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
few smells less in MC
[simgrid.git] / src / s4u /
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
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 Quinsonfix case of a header file
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-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-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 Quinson%ZUt, again
2017-03-15 Martin QuinsonNew: Engine::hostList() and Engine::hostCount(). Still...
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 Quinsonplease sonar
2017-03-13 Martin Quinsonmake msg_process_t point onto s4u::Actor*
2017-03-13 Martin Quinsongive s4u::Actor a cname() method
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-07 Frederic Suteruse a map for host list and fix s4u example
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-02-27 Martin Quinsonrename some C type for consistency
2017-02-24 Martin Quinsonplug a memleak. I should beter kill that XBT container...
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-15 Martin Quinsonmake MSG use the Host extension mechanism (at least)
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-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 Quinsonsplit simix::MailboxImpl to its own files
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 Martin Quinsonexplicitly capture some other callback's scopes
2017-02-09 Martin Quinsonexplicitly capture the variables to please sonar
2017-02-07 Martin QuinsonAdd a s4u::Link class, at least
2017-02-03 Martin Quinsoncosmetics
2017-02-02 Martin Quinsonplease sonar by writing lighter C++ code
2017-02-01 Martin QuinsonNew callbacks: simgrid::s4u::onSimulationEnd (right...
2017-02-01 Martin QuinsonNew callback: simgrid::s4u::onPlatformCreated (right...
2017-01-30 Martin Quinsonnetcards were renamed to netpoints recently
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-23 Martin QuinsonRename NetCards to NetPoints
2017-01-19 Martin Quinsonmake sure that the HostStateChange event is fired when...
2017-01-14 Martin Quinsonremove a now unused parameter
2017-01-14 Martin Quinsonadd the properties as argument to NetZoneImpl->createHost
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-23 Martin Quinsonplug a huge memleak
2016-12-22 Martin Quinsonfinish the cleanup of the netcard list container
2016-12-19 Martin Quinsoncut some useless includes
2016-12-19 Martin Quinsonexplicitely capture variables in lambda to please sonar
2016-12-19 Martin Quinsonnew function: Engine::netcardList()
2016-12-18 Martin QuinsonMove all netcards into the dict, and the dict to the...
2016-12-17 Martin Quinsonreduce the public exposure of netcards_dict
2016-12-17 Martin Quinsonremove surf_routing.hpp
2016-12-17 Martin Quinsonplease sonar on yesterday's commits
2016-12-16 Martin QuinsonCompletely rework the properties of netzones
2016-12-15 Martin Quinsonsmall cosmetics advised by sonar
next