Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the last include of private header from installed headers
[simgrid.git] / src / s4u /
2018-03-20 Frederic Sutermove netzone C API to the right place
2018-03-19 Martin QuinsonMerge C++ API into simgrid/plugins/file_system.h to...
2018-03-19 Martin Quinsonmake NetZoneImpl public too
2018-03-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Martin QuinsonRemove feature: reset PID on killall()
2018-03-12 Martin Quinsonallow one actor to kill another actor by PID
2018-03-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Frederic SuterMove the list of storages to the engine
2018-03-11 Martin Quinsonmove files in k/resources/ accordingly to their namespace
2018-03-10 Martin QuinsonCut k/m/Resource.[ch] to its own files
2018-03-09 Martin Quinsoncosmetics: rename a function, deprecate old name
2018-03-09 Martin QuinsonAlso simplify the API of Engine::getLinkList
2018-03-09 Martin Quinsonprovide a simpler API of Engine::getHostList (returning...
2018-03-06 Martin Quinsonwoops, stupid ugly typo
2018-03-02 Frederic Suterreplace msg_io by a C sg_* interface to S4U
2018-02-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-28 Frederic Suterextend the example with another type of Zone
2018-02-28 Frederic Sutermake the getNetzoneByType usable and tested
2018-02-23 Martin Quinsonattempt of a function searching all zones of a given...
2018-02-05 Christian Heinrich[S4U API] Expose the isDaemon() function to the API
2018-02-05 Arnaud GierschRevert "Revert "actually fix the memleak around smpi...
2018-02-05 Arnaud GierschRevert "actually fix the memleak around smpi's process_...
2018-02-02 Martin Quinsontry to plug a memleak
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-24 Martin Quinsonmove that declaration to the right location
2018-01-23 Frederic Sutermessing around MSG
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-27 Arnaud GierschUse new/delete and remove useless cast.
2017-12-26 Martin Quinsonimplement s4u::Comm::test_any() (fix #194)
2017-12-26 Martin Quinsonmove the host list into the Engine
2017-12-26 Martin Quinsonfix #245: migrating an actor does not migrate its execution
2017-12-26 Frederic Suteradd Exec::setBound (and what lies beneath)
2017-12-26 Martin Quinsonallow to call s4u::Exec->setHost() after its start...
2017-12-26 Martin Quinsonmove MutexImpl to the right namespace
2017-12-26 Martin Quinsonsplit MutexImpl into their own files
2017-12-19 Martin Quinsondon't load a private header from s4u/NetZone.hpp
2017-12-19 Martin Quinsonevery setter in s4u::Activity return the activity
2017-12-14 Martin Quinsonadd Host::by_name(char*)
2017-12-11 Frederic Suteradd test() for asynchronous executions
2017-12-09 Martin Quinsons4u::Host->getLoad() returns the achieved speed in...
2017-12-09 Martin Quinsonmove exec_init and exec_async to the this_actor namespace
2017-12-09 Martin QuinsonNew test for the remote exec
2017-12-09 Martin Quinsonallow remote exec: s4u::Exec->setHost()
2017-12-09 Martin Quinsonimplement s4u::Exec->getRemainingRatio()
2017-12-09 Martin Quinsonremove a useless assert: valgrind will tell us on need
2017-12-09 Martin Quinsonmark overriden methods as virtual (thx sonar)
2017-12-09 Martin Quinsonnew signal: s4u::onDeadlock()
2017-12-07 Martin Quinsondon't lie to users, don't ignore parameters
2017-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-07 Frederic Suterpopulate Exec a bit more
2017-12-06 Frederic Suterfirst step towards asynchronous executions
2017-12-05 Frederic SuterallStorages() -> getStorageList(whereTo)
2017-12-04 Frederic Suterconvert process-join to actor-join
2017-12-03 Arnaud GierschConvert simgrid::simix::Host::process_list to boost...
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-12-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-02 Frederic Suteradd getProperties to Actor
2017-12-01 Frederic Suteradd parallel_execute with timeout in s4u.
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Martin QuinsonAll this started with a simple namespace renaming
2017-11-30 Frederic Suterattempt to have parallel tasks in s4u.
2017-11-30 Frederic Suter(hopefully) finalize pluginifaction of pseudo file...
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-29 Frederic Suterhave disk size in the extension too
2017-11-29 Frederic Suterhave getContent in the plugin too
2017-11-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-29 Frederic Sutermore pluginification of our pseudo file system
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Martin QuinsonMerge pull request #244 from Takishipp/actor-yield
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-26 Arnaud GierschMerge maxmin_private.hpp into maxmin.hpp.
2017-11-26 Arnaud GierschMake s_lmm_constraint_t a class with its methods.
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-24 Martin QuinsonMerge pull request #246 from danilo-carastan-santos...
2017-11-23 Frederic Suterdelete extension on destruction
2017-11-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-23 Frederic Suterpluginify storage contents
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-23 TakishippS4U version of actor-yield example
2017-11-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-22 Frederic Suterremove FileImpl \o/
2017-11-22 Martin Quinsonrename a field for clarity: that's not a signal
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-21 Frederic Suterfurther split File and Storage
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Martin Quinsonallow to retrieve the link list from the Engine
2017-11-21 Martin Quinsonimplement some more getters in surf::Link and s4u:...
2017-11-21 Frederic Suteruse storage and not name and type in File
2017-11-08 Arnaud GierschUse plain vectors and references for link lists.
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-10-24 Takishippsuggested solution tu use simix through a function
2017-10-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next