Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
migrate execute_tasks from simix::Global to kernel::EngineImpl
[simgrid.git] / include /
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-12 SUTER Fredericaccept functions with parameters in Actor::start
2021-05-11 SUTER Fredericallow to get the number of queued communications in...
2021-05-10 Bruno DonassoloClusterZone placeholder and kill some old code
2021-05-10 Arnaud Giersch[cppcheck] Pass parameters by const reference.
2021-05-09 SUTER FredericRename kernel::resource:Cpu to CpuImpl
2021-05-07 Arnaud GierschCapitalize enum class.
2021-05-06 SUTER Frederic[sonar] implicit casts
2021-05-05 Bruno DonassoloSome sonar stuff...
2021-05-04 Martin QuinsonWork around a bug in vscode
2021-05-04 Bruno DonassoloDragonflyZone: Add limiters for switches
2021-05-04 Bruno DonassoloFatTreeZone: Add limiters for switches
2021-05-04 SUTER Fredericadd Profile support for Disk
2021-05-04 SUTER Fredericdo not store name in s4u::Disk
2021-05-04 Arnaud GierschDefine an Engine constructor taking only a name parameter.
2021-05-04 Bruno DonassoloMix create_host and add_route during platf creation.
2021-05-03 Arnaud GierschNO_MAX_DURATION is a double.
2021-05-03 Arnaud GierschMove fields from Exec to ExecImpl.
2021-05-03 SUTER Fredericnot needed anymore
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-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 Bruno DonassoloNew: s4u::create_fatTree_zone
2021-04-27 SUTER Fredericadd a (modern) wait_any for Io activities. Thx agier!
2021-04-26 Bruno DonassoloTry to please sonar
2021-04-23 Bruno DonassoloNew example: Torus cluster of multi-cpu hosts(Star...
2021-04-23 Bruno DonassoloNetZone::get_netpoint: gets the netzone's netpoint
2021-04-23 Bruno DonassoloNew: s4u::create_torus_zone
2021-04-23 Arnaud GierschRename VirtualMachine::get_impl() to not hide Host...
2021-04-22 Arnaud Giersch[sonar] Implicit casts should not lower precision.
2021-04-22 Arnaud GierschFactor Activity::wait() and wait_for() through CRTP.
2021-04-22 Arnaud GierschFactor Activity::cancel() through CRTP.
2021-04-22 Arnaud GierschDefine overridable Activity::complete() to be called...
2021-04-20 Arnaud GierschConvert some int -> size_t.
2021-04-19 Martin QuinsonDoc improvement [ci-skip]
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 SUTER Fredericadd wrappers with scalars on the user side
2021-04-15 Bruno Donassolos4u::NetZone::create_router.
2021-04-15 Bruno DonassoloPlease sonar, just a little
2021-04-14 Arnaud GierschMove a \n.
2021-04-14 Arnaud GierschSonar requires a comment for empty functions.
2021-04-14 Bruno DonassoloSimplify add_route methods.
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 DonassoloNew netzone: Star Zone
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 GierschConst...
2021-04-12 SUTER Fredericdo not allocate/free properties
2021-04-12 SUTER Fredericchange way vivaldi coordinates are managed internally
2021-04-12 Arnaud GierschReturn const reference to vector.
2021-04-08 Bruno Donassolos4u::Host::create_disk, human-friendly string version
2021-04-08 Bruno Donassolos4u::Disk allow chaining set_property
2021-04-08 Bruno Donassolos4u: allows full single-line initialization
2021-04-07 Arnaud GierschKill erroneous constant.
2021-04-07 Arnaud GierschReplace void* used for RemoteProcess pointers.
2021-04-06 SUTER FredericMatch Io and Exec creation
2021-04-06 Bruno DonassoloSingle way to create links in NetZone
2021-04-06 Bruno DonassoloSimplify NetZone's hierarchy
2021-04-06 Bruno DonassoloOne method to set netzone's relationship
2021-04-06 Bruno DonassoloMinor fix in doc
2021-04-03 Augustin DegommeKeyvals : handle MPI_KEYVAL_INVALID
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 Arnaud Giersch[sonar] Const in s4u::Disk.
2021-04-02 Augustin Degommeadd more Fortran definitions
2021-04-02 Bruno DonassoloSeal NetZone
2021-04-02 Bruno DonassoloConstify list of links parameter
2021-04-02 Bruno DonassoloSimplified methods to add routes
2021-04-02 Bruno DonassoloFix error handling.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-02 Arnaud GierschNever disable xbt_assert anymore.
2021-04-02 Arnaud GierschEmpty is when len == 0!.
2021-04-01 Bruno DonassoloRenaming, snake_case
2021-04-01 Bruno DonassoloFriendly set_latency, accepts strings.
2021-04-01 Bruno DonassoloAdd create_link in s4u::NetZone
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 DonassoloFactory functions for all Netzones
2021-04-01 Arnaud GierschMove declarations for xbt_abort and xbt_die to xbt...
2021-04-01 Arnaud GierschMake xbt_die use the root log category.
2021-03-31 Arnaud GierschPointer to const.
2021-03-31 Arnaud GierschConstify xbt::string::to_string_data.
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-30 SUTER Frederictry to match Activity design to Resource design
2021-03-29 Arnaud GierschDefine next XBT_ATTRIB_DEPRECATED macro.
2021-03-29 Arnaud GierschRemove deprecated features for next release.
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-26 Arnaud GierschMerge branch 'simcall_blocking' into 'master'
next