Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix scan-build warning (link may be null).
[simgrid.git] / src / s4u /
2018-04-11 Arnaud GierschFix scan-build warning (link may be null).
2018-04-10 Martin Quinsonfurther snake_case s4u::Actor
2018-04-09 Martin Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-04-07 Martin Quinsonsnake_case s4u::Activity
2018-04-07 Martin Quinsonenum class for e_s4u_activity_state_t
2018-04-07 Martin Quinsonalways use the right type for link sharing policy
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-07 Martin Quinsonmove all network models to the kernel::resource namespace
2018-04-06 Martin Quinsoncut another bunch of include
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-03 Arnaud GierschKill useless typedefs routing_NetPoint and sg_netpoint_t.
2018-04-03 Martin Quinsonsnake_case routing
2018-04-02 Martin Quinsonfurther snake_case in routing
2018-04-02 Martin Quinsonsnake_case in resource::Resource
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonCosmetics in HostImpl
2018-03-31 Martin Quinsoncosmetics in cpu_ti
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-25 Martin Quinsonmove simix::ActorImpl to kernel::actor::ActorImpl
2018-03-24 Martin Quinsonmore snake_casing of private fields
2018-03-23 Frederic Suterthis has been bugging me for a while
2018-03-23 Frederic Sutermore legacy MSG for processes/actors
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Frederic Sutermake tracing less tightly coupled to MSG
2018-03-22 Arnaud GierschKill features marked deprecated until v3.20.
2018-03-22 Martin Quinsonold school legacy wrappers for MSG
2018-03-22 Frederic SuterMSG aliasing instead of macro-ization to keep ABI safe
2018-03-20 Martin Quinsonold clang compiler seem to need that include
2018-03-20 Frederic Suterdo not include msg from s4u and surf
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...
next