Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'doc_link' into 'master'
[simgrid.git] / src / surf /
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
2021-04-30 Bruno DonassoloTorus/Fat-Tree/Dragonfly: Aggregate callbacks
2021-04-29 Bruno DonassoloFix 32 bits now...
2021-04-29 Bruno DonassoloCluster: use radicals from XML when creating resources
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-27 SUTER Fredericthrow signal from seal() directly
2021-04-22 Arnaud Giersch[sonar] Implicit casts should not lower precision.
2021-04-19 Arnaud GierschSonar const's...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 Arnaud GierschUse const& for std::string parameters.
2021-04-16 SUTER Fredericcosmetics
2021-04-14 Arnaud GierschUse emplace_back to add a new property_set.
2021-04-14 Arnaud GierschMinor Sonar smells (const, etc).
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 GierschDeprecate Lua platform files.
2021-04-12 SUTER Fredericchange way disks are managed in the XML parsing
2021-04-12 SUTER Fredericplease clang (?) and make properties optional to create...
2021-04-12 SUTER Fredericdo not allocate/free properties
2021-04-12 SUTER Fredericdo not allocate/free radicals
2021-04-12 SUTER Fredericcosmetics
2021-04-12 SUTER Fredericmodernize cabinet creation
2021-04-12 SUTER Fredericchange way vivaldi coordinates are managed internally
2021-04-12 Arnaud GierschMinor Sonar smells.
2021-04-08 Bruno Donassolos4u::Host: moving create_disk impl to HostImpl
2021-04-08 Bruno Donassolos4u: allows full single-line initialization
2021-04-08 Arnaud GierschMake fields private, and static functions class-member.
2021-04-07 Arnaud GierschPointer-to-const parameter.
2021-04-07 SUTER Fredericcontinue to mess with platform creation
2021-04-07 Arnaud GierschKill empty statement.
2021-04-07 Arnaud GierschMake NetworkConstantAction "final": virtual set_state...
2021-04-07 Arnaud GierschMake virtual functions called from constructor "final".
next