Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
delete Timer when shutting down EngineImpl
[simgrid.git] / src / kernel /
2021-05-25 SUTER Fredericdelete Timer when shutting down EngineImpl
2021-05-25 SUTER FredericContinue to migrate contents of simix_global to EngineImpl
2021-05-25 Bruno DonassoloPlease sonar
2021-05-24 Bruno DonassoloDynamic factors: implement and test
2021-05-24 Bruno DonassoloGet netzones traversed by a route
2021-05-21 SUTER Fredericmigrate actors_to_run and actors_that_ran to EngineImpl
2021-05-21 SUTER Fredericprocess -> actor
2021-05-17 SUTER Fredericmigrate daemons from simix::Global to kernel::EngineImpl
2021-05-17 SUTER Fredericmigrate execute_tasks from simix::Global to kernel...
2021-05-17 SUTER Fredericmigrate wake_all_waiting_actors from simix::Global...
2021-05-17 SUTER FredericSIMIX_run becomes EngineImpl::run
2021-05-17 SUTER Fredericmove another function out of simix + private field
2021-05-16 SUTER Fredericmove kernel timers from simix:: to kernel::timer::
2021-05-11 Bruno DonassoloSeal objects at Engine::run
2021-05-11 Arnaud GierschSome cleanup around model description tables.
2021-05-10 Bruno DonassoloFix NS-3 tests
2021-05-10 Bruno DonassoloAdjust tests after changes in cluster tag
2021-05-10 Bruno DonassoloClusterZone placeholder and kill some old code
2021-05-10 Arnaud Giersch[codefactor] Cosmetics.
2021-05-07 Bruno DonassoloChecks concerning StarZone and NS3
2021-05-06 SUTER Frederic[sonar] implicit casts
2021-05-05 Martin QuinsonMC: Start implementing the dependency functions on...
2021-05-05 Bruno DonassoloSome sonar stuff...
2021-05-04 Martin QuinsonMC: add a clone() method to all Observers
2021-05-04 Bruno DonassoloDragonflyZone: Add limiters for switches
2021-05-04 Bruno DonassoloFatTreeZone: Add limiters for switches
2021-05-04 Bruno DonassoloTorusZone: Add limiter for destination node
2021-05-04 Bruno DonassoloFix leak on test.
2021-05-04 SUTER Fredericadd Profile support for Disk
2021-05-04 SUTER Fredericcosmetics and typos
2021-05-04 SUTER Fredericdo not store name in s4u::Disk
2021-05-04 Arnaud GierschKill EngineWrapper hack and reduce code duplication.
2021-05-04 Arnaud GierschConst pointer/reference.
2021-05-04 Bruno DonassoloMix create_host and add_route during platf creation.
2021-05-03 Arnaud GierschFix ActivityImpl::wait_for to not cancel the activity...
2021-05-03 Arnaud GierschKill dead code.
2021-05-03 Arnaud GierschDefine observer ActivityWaitSimcall.
2021-05-03 Arnaud GierschCancel any activity on actor exit.
2021-05-03 Arnaud GierschMove fields from Exec to ExecImpl.
2021-05-03 Arnaud GierschSuspend all the associated activities on actor suspend.
2021-05-03 SUTER Fredericyet another revision of the disk internals
2021-05-03 SUTER Fredericdo not use RouteCreationArgs outside of XML parsing
2021-04-30 SUTER Fredericdo not need ClusterCreationArgs anymore
2021-04-30 SUTER Fredericrefactor link characteristics management across Cluster...
2021-04-30 Bruno DonassoloTorus/Fat-Tree/Dragonfly: Aggregate callbacks
2021-04-30 Arnaud GierschAsan sometimes chokes on RUNNING_ON_VALGRIND. Workaroun...
2021-04-29 SUTER Fredericdo not throw signal from sg_platf
2021-04-29 Bruno DonassoloUse new API to create Torus/Dragonfly/Fat-Tree clusters...
2021-04-28 Bruno DonassoloFatTreeZone: Do the checks earlier
2021-04-28 Bruno DonassoloNew: s4u::create_dragonfly_zone
2021-04-28 Bruno DonassoloCosmetics
2021-04-27 Arnaud GierschThe header <typeinfo> must be included before using...
2021-04-27 Bruno DonassoloNew: s4u::create_fatTree_zone
2021-04-27 Bruno DonassoloFix FatTreeZone with limiter links
2021-04-27 SUTER Fredericadd a (modern) wait_any for Io activities. Thx agier!
2021-04-27 SUTER Fredericthrow signal from seal() directly
2021-04-26 Bruno DonassoloTry to please sonar
2021-04-23 Bruno DonassoloInitialize models together with netzone root
2021-04-23 Bruno DonassoloNew example: Torus cluster of multi-cpu hosts(Star...
2021-04-23 Bruno DonassoloAdd some UT for TorusZone
2021-04-23 Bruno DonassoloNew: s4u::create_torus_zone
2021-04-23 Arnaud GierschMake SIMIX_simcall_name() use the type of observer_...
2021-04-22 Bruno DonassoloRaise exception for invalid parameters in StarZone
2021-04-22 Arnaud GierschFactor code for simcall observers with a result.
2021-04-22 Arnaud GierschCosmetics: make parameter name match with .hpp.
2021-04-21 Bruno DonassoloFix TorusZone with limiter links
2021-04-20 Arnaud GierschReduce scope for variable.
2021-04-20 Arnaud GierschAvoid alternative keywords for boolean expressions.
2021-04-19 Arnaud GierschFix bound checking.
2021-04-19 Arnaud GierschUse std algorithm.
2021-04-19 Arnaud GierschSonar const's...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-17 Arnaud GierschSonar polishing.
2021-04-16 Arnaud GierschSimplify loop searching for a bypass route.
2021-04-16 Arnaud GierschUse std::find_if when looking for a matching comm.
2021-04-16 Arnaud GierschReplace C-style arrays and remove const_cast.
2021-04-16 Arnaud GierschPointer-to-const.
2021-04-16 Arnaud GierschFix build with older clang.
2021-04-16 Bruno DonassoloSome code improvements.
2021-04-16 SUTER Fredericsimplification
2021-04-16 SUTER Fredericcosmetics
2021-04-16 SUTER Fredericcosmetics
2021-04-15 Bruno DonassoloPlease sonar, just a little
2021-04-15 Arnaud GierschUse rule-of-three, and hope to please sonar without...
2021-04-14 Arnaud GierschFinally provide a noexcept move constructor.
2021-04-14 Arnaud GierschMinor Sonar smells (const, etc).
2021-04-14 Arnaud GierschDisable copy for actor::ProcessArg.
2021-04-14 Arnaud GierschDelete the implicitely defined move constructor.
2021-04-14 Bruno DonassoloVivaldi on top of StarZone
2021-04-14 Bruno DonassoloAdjust add_route to accept route between netzones
2021-04-14 Bruno DonassoloStarZone: implement get_graph method
2021-04-14 Bruno DonassoloNew netzone: Star Zone
2021-04-13 SUTER Fredericconstify
2021-04-13 SUTER Fredericthis is no useless
2021-04-13 SUTER Fredericdo not call sg_platf_new_link when creating Cluster...
2021-04-13 SUTER Fredericimprove router creation
2021-04-13 Arnaud GierschNo need to duplicate variables.
2021-04-13 Arnaud GierschConst...
2021-04-12 SUTER Fredericchange way disks are managed in the XML parsing
2021-04-12 Arnaud GierschDefine CommImpl::wait_for().
next