Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Useless test; TODO--.
[simgrid.git] / src / s4u /
2021-06-01 Bruno DonassoloCannot set split-duplex through s4u intf.
2021-06-01 Arnaud GierschSet shared variable *before* mutex unlock.
2021-05-31 Arnaud GierschRemove useless temporary shadowing outer variable.
2021-05-31 Arnaud GierschAdd some 'const' qualifiers.
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-25 Arnaud GierschLookup only once on mailbox creation.
2021-05-25 SUTER FredericChange way Mailboxes are create, stored, and destroyed
2021-05-25 SUTER FredericContinue to migrate contents of simix_global to EngineImpl
2021-05-24 Bruno DonassoloNetworkModelIntf: Interface to dynamic factors
2021-05-21 SUTER Fredericprocess -> actor
2021-05-17 SUTER FredericSIMIX_run becomes EngineImpl::run
2021-05-11 SUTER Fredericallow to get the number of queued communications in...
2021-05-11 Bruno DonassoloSeal objects at Engine::run
2021-05-10 Arnaud Giersch[cppcheck] Pass parameters by const reference.
2021-05-07 Arnaud GierschReduce scope for variable.
2021-05-06 SUTER Frederic[sonar] implicit casts
2021-05-05 Martin QuinsonMC: Start implementing the dependency functions on...
2021-05-04 Martin QuinsonWarn the user if the sleep time is smaller than the...
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 Arnaud GierschConst pointer/reference.
2021-05-04 Arnaud GierschHide Asan error.
2021-05-03 Arnaud GierschKeep execution alive after timeout in sg_exec_wait_for.
2021-05-03 Arnaud GierschUse observer ActivityWaitSimcall in s4u::Activity:...
2021-05-03 Arnaud GierschReduce code duplication.
2021-05-03 Arnaud GierschMove fields from Exec to ExecImpl.
2021-05-03 Arnaud GierschMigrate all the associated exec activities on actor...
2021-04-27 SUTER Fredericadd a (modern) wait_any for Io activities. Thx agier!
2021-04-23 Bruno DonassoloNetZone::get_netpoint: gets the netzone's netpoint
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 GierschComm::test() is ready to be merged with Activity::test().
2021-04-22 Arnaud GierschDefine overridable Activity::complete() to be called...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-16 SUTER Fredericplease clang take 2
2021-04-16 SUTER Fredericplease clang
2021-04-16 SUTER Fredericadd wrappers with scalars on the user side
2021-04-15 Bruno Donassolos4u::NetZone::create_router.
2021-04-14 Bruno DonassoloSimplify add_route methods.
2021-04-12 SUTER Fredericchange way disks are managed in the XML parsing
2021-04-12 Arnaud GierschPrint state_ in symbolic form.
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 Fredericchange way vivaldi coordinates are managed internally
2021-04-12 Arnaud GierschMinor Sonar smells.
2021-04-12 Arnaud GierschReturn const reference to vector.
2021-04-12 Arnaud GierschUse a reference for ExecImpl::wait_any_for()'s vector.
2021-04-09 Bruno DonassoloUse directly std::string instead of c_str.
2021-04-08 Bruno Donassolos4u::Host::create_disk, human-friendly string version
2021-04-08 Bruno Donassolos4u::Host: moving create_disk impl to HostImpl
2021-04-08 Bruno Donassolos4u::Disk allow chaining set_property
2021-04-08 Bruno Donassolos4u: allows full single-line initialization
2021-04-06 SUTER Fredericfactor on_creation signal trigger in Host::seal()
2021-04-06 SUTER FredericMatch Io and Exec creation
2021-04-06 SUTER FredericSave one assert and do not use shring policy to determi...
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 Arnaud Giersch[sonar] Const in s4u::Disk.
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-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 DonassoloMoving the models initialization to NetZoneImpl.
2021-03-31 Arnaud GierschPointer to const.
2021-03-31 Arnaud GierschUnused variable.
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 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'
2021-03-26 Arnaud GierschFix simcall_blocking returning a value.
2021-03-25 SUTER Fredericuse simcalls for setters
2021-03-25 SUTER Fredericmore chaining for CPUs too
2021-03-25 SUTER FredericCleaning and chaining around links
2021-03-25 Arnaud GierschUse a const reference for parameter.
2021-03-25 Arnaud GierschBetter fix for constness of argv in sg_actor_start...
2021-03-25 Martin QuinsonUse the models directly, not their names
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-24 Arnaud GierschRemove a level of constness for argv parameter of sg_ac...
2021-03-23 Bruno DonassoloNo more types for models.
2021-03-23 Arnaud Giersch[sonar] Make parameter a pointer-to-const.
2021-03-22 SUTER FredericNetZone: father to parent and more accessors
2021-03-22 Arnaud GierschHandle simcall result through mc::SimcallObserver.
2021-03-18 Arnaud GierschModernize simcall execution_waitany_for.
2021-03-18 Arnaud GierschUse functions from ActorImpl when available.
2021-03-18 Arnaud GierschLowercase PID in function name (2/2 - public part).
2021-03-17 Arnaud GierschLowercase PID in function name (1/2 - private part).
2021-03-17 Arnaud GierschOops. Forgot to handle timeout.
next