Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix lua compilation
[simgrid.git] / src / surf /
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".
2021-04-06 SUTER Fredericfactor on_creation signal trigger in Host::seal()
2021-04-06 SUTER Fredericprefer create_host than creating the creation args
2021-04-06 SUTER Fredericcleanups
2021-04-06 SUTER Fredericsimplify kernel part of disk. It's really shallow now
2021-04-06 SUTER Fredericcosmetics
2021-04-06 SUTER Fredericcosmetics
2021-04-06 Bruno DonassoloSimplify NetZone's hierarchy
2021-04-06 Bruno DonassoloOne method to set netzone's relationship
2021-04-06 Bruno DonassoloCopy models from parent netzone
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 SUTER Fredericchange way WIFI are create + make sharing_policy optional
2021-04-02 SUTER Fredericmore simplifications
2021-04-02 Bruno DonassoloSeal NetZone
2021-04-02 SUTER Fredericsimplify constant model a bit
2021-04-02 SUTER Fredericsnake casing IB
2021-04-02 SUTER Fredericsmall simplifications and cleanups
2021-04-02 SUTER Fredericsimplification
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-01 Bruno DonassoloSimplyfying create_host and exporting it to s4u::NetZone
2021-04-01 Bruno DonassoloAdding seal() for Host
2021-04-01 Bruno DonassoloMoving the models initialization to NetZoneImpl.
2021-04-01 Martin Quinsonsg_exit never allowed to reload a platform afterward...
2021-03-30 Arnaud GierschRevert "Fix MC tests."
2021-03-30 Bruno DonassoloFix MC tests.
2021-03-30 Bruno DonassoloRefactor Host and HostImpl
2021-03-30 Bruno DonassoloNew API: set_pstate_speed
2021-03-29 Arnaud GierschMove xbt_modinter.h to src/include/xbt/.
2021-03-27 Arnaud GierschReduce scope for variables.
2021-03-27 Arnaud Giersch[sonar] Useless parentheses.
2021-03-25 Arnaud GierschUse const& for std::string parameter (sonar, again).
2021-03-25 SUTER Fredericmore chaining for CPUs too
2021-03-25 SUTER Fredericas to zone
2021-03-25 SUTER FredericCleaning and chaining around links
2021-03-25 Martin QuinsonMake model name constant
2021-03-25 Martin Quinsonuse default value when none better is to be given
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-23 Bruno DonassoloNo more types for models.
2021-03-22 SUTER FredericNetZone: father to parent and more accessors
2021-03-22 Arnaud GierschReduce scope for variables.
2021-03-19 Arnaud GierschMake fields private; define getters.
2021-03-19 SUTER Fredericreally set link latency for ns3
2021-03-19 SUTER Fredericprivatize fields of ClusterZone + more explicit methods
2021-03-17 Arnaud GierschFix build with older compilers.
2021-03-17 Arnaud GierschTypos.
2021-03-17 SUTER Fredericmake update_algorithm optional in model creation. Full...
2021-03-16 Bruno DonassoloInitialize CPU model for VMs in init_HL13
2021-03-14 Augustin DegommeAdd a small allocations counter in SMPI.
next