Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add capacity to set priorities on I/Os + example
[simgrid.git] / src / surf /
2021-10-26 Arnaud GierschMove kernel/resource/Resource.hpp in private section.
2021-10-26 SUTER Fredericmake Resource:state_event_ private
2021-10-26 SUTER Fredericrefactor Resource::is_used()
2021-10-21 SUTER Fredericremove Link::on_communicate (use CommImpl::on_start...
2021-10-21 SUTER Fredericuse CommImpl::on_start instead of Link::on_communicate...
2021-10-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-10-07 SUTER Fredericcleanups
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-28 SUTER FredericMore consistency in resource creation/destruction
2021-09-21 SUTER Fredericplease sonar
2021-09-21 SUTER Fredericget rid of surf_init
2021-09-20 SUTER Fredericsave some hidden calls to Engine::get_instance
2021-09-20 SUTER Fredericsimplify writing in model setup + may fix issue with...
2021-09-20 SUTER Frederictry to reduce calls to get_instance and plug some leaks
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
2021-09-14 SUTER Fredericget rid of surf_exit()
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-05 SUTER Fredericfix 32-bit builds
2021-09-05 SUTER Fredericyet another bunch of int -> unsigned long
2021-09-03 SUTER Fredericchain reaction when solving implicit cast smells
2021-09-02 SUTER Frederic[procrasticommit] less implicit casts and more consistency
2021-08-24 Martin Quinsonns-3: Make wifi creation compatible with ns-3 version...
2021-08-09 Bruno DonassoloCPU factors: dynamic factors for CPU
2021-08-09 Bruno DonassoloAdd test for multicore speed/state file
2021-08-09 Bruno DonassoloReworking user_bound for Exec actions.
2021-08-09 Bruno DonassoloRemove old fixme
2021-07-30 Bruno DonassoloFix NetworkCm02Link::set_bandwidth.
2021-07-30 Bruno DonassoloFix set_read_bandwidth and set_write_bandwidth for...
2021-07-30 Bruno DonassoloCreate Disk::set_readwrite_bandwidth
2021-07-21 Arnaud GierschUse if(false) to comment debugging code, and be sure...
2021-07-16 Bruno DonassoloThe next day sonar commit
2021-07-15 Bruno DonassoloHost: non-linear constraints
2021-07-15 Bruno Donassolos4u::Link: avoid set_sharing_policy==WIFI
2021-07-15 Bruno DonassoloLink: Non-linear constraints
2021-07-15 Bruno DonassoloDisk: Non-linear contraints
2021-07-08 Arnaud GierschNetZone: rename the remaining occurrence of 'father...
2021-07-06 Arnaud GierschSimplify function calls (avoid explicit std::vector...
2021-07-06 Arnaud GierschMake single argument constructor LinkInRoute::LinkInRou...
2021-07-06 Arnaud GierschSplitDuplexLinkImpl always have SharingPolicy::SPLITDUP...
2021-07-05 Arnaud GierschAdd 'const' for sonar.
2021-07-05 Arnaud GierschAttribute 'virtual' is redundant with 'override'.
2021-07-01 Bruno DonassoloSonar variety
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-28 Bruno DonassoloDon't mix LMM sharing policy with S4U.
2021-06-24 Arnaud GierschType consistency.
2021-06-24 Arnaud GierschDeclare method const.
2021-06-22 Arnaud GierschMake field 's4u::Host::pimpl_cpu' private.
2021-06-21 Bruno DonassoloLink::set_concurrency_limit
2021-06-11 Arnaud GierschFactorize common code to assemble vector<LinkImpl*...
2021-06-11 Arnaud GierschFor sonar.
2021-06-10 Arnaud GierschCosmetics: snake_case.
2021-06-10 Arnaud GierschUse existing helper function to create zones.
2021-06-10 Arnaud GierschUseless static function.
2021-06-10 Arnaud GierschUse empty() to check for container emptiness.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-01 Bruno DonassoloNew implementation for bandwidth factors
2021-05-28 Bruno DonassoloRemove sg_bandwidth_factor from disks
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-26 Bruno DonassoloMinor simplification in CM02::communicate
2021-05-25 Arnaud GierschMisc sonar smells.
2021-05-25 SUTER FredericContinue to migrate contents of simix_global to EngineImpl
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-25 Bruno DonassoloPlease sonar
2021-05-24 Bruno DonassoloSingle get_bandwidth_constraint function.
2021-05-24 Bruno DonassoloRefactor of NetworkCm02Model::communicate
2021-05-24 Bruno DonassoloDynamic factors: implement and test
2021-05-24 Bruno DonassoloNetworkModelIntf: Interface to dynamic factors
2021-05-24 Bruno DonassoloGet netzones traversed by a route
2021-05-20 SUTER Frederic [sonar] const
2021-05-16 SUTER Fredericmove kernel timers from simix:: to kernel::timer::
2021-05-12 Bruno DonassoloMinor sonar related changes
2021-05-11 Bruno DonassoloSeal objects at Engine::run
2021-05-11 Arnaud GierschSome cleanup around model description tables.
2021-05-11 Arnaud GierschConst.
2021-05-10 Bruno DonassoloFix lua compilation
2021-05-10 Bruno DonassoloFix memleak.
2021-05-10 Bruno DonassoloWorkaround to unblock.
2021-05-10 Bruno DonassoloFix NS-3 tests
2021-05-10 Bruno DonassoloClusterZone placeholder and kill some old code
2021-05-10 Bruno DonassoloCluster with StarZones
2021-05-10 Arnaud GierschFactor common code.
2021-05-09 SUTER FredericRename kernel::resource:Cpu to CpuImpl
2021-05-07 Bruno DonassoloChecks concerning StarZone and NS3
2021-05-04 Bruno DonassoloFatTreeZone: Add limiters for switches
2021-05-04 SUTER Fredericmissing override
2021-05-04 SUTER Fredericadd Profile support for Disk
2021-05-04 SUTER Fredericcosmetics and typos
2021-05-04 Arnaud GierschKill unused parameters.
2021-05-04 Arnaud GierschConst pointer/reference.
2021-05-03 Arnaud GierschMake sonar green again.
2021-05-03 Arnaud GierschFix test tesh-s4u-trace-integration.
2021-05-03 Arnaud GierschNO_MAX_DURATION is a double.
2021-05-03 SUTER Fredericyet another revision of the disk internals
2021-05-03 SUTER Fredericcosmetics (before move to src/kernel/resource ??)
2021-04-30 SUTER Fredericdo not need ClusterCreationArgs anymore
next