Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
try to have reduce_scatter output identically on re-tracing
[simgrid.git] / src / s4u /
2021-07-30 Bruno DonassoloCreate Disk::set_readwrite_bandwidth
2021-07-30 Bruno DonassoloI/O factors: noise for disks.
2021-07-28 Arnaud GierschMerge branch 'doc_link' into 'master'
2021-07-23 SUTER Fredericsimplify
2021-07-23 SUTER FredericEnable setting a specific data copy callback to any...
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-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-07-08 Arnaud GierschCosmetics around deprecated functions.
2021-07-08 Arnaud GierschMake comment match the declaration in Engine.hpp.
2021-07-06 Arnaud GierschFix empty #ifndef..#endif. Annotate helper function...
2021-07-06 Arnaud GierschSplitDuplexLinkImpl always have SharingPolicy::SPLITDUP...
2021-07-05 Arnaud GierschAdd informative comment near implementation for depreca...
2021-07-05 Arnaud GierschIt's an internal error if get_impl returns null. Add...
2021-07-01 Bruno DonassoloSonar variety
2021-06-30 Bruno DonassoloTry to fix opensuse, gcc 11.0.0 build
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-24 Arnaud GierschFix a few warnings when building doc (mostly related...
2021-06-23 Arnaud GierschUse ssize_t for Exec::wait_any and Io::wait_any too.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::test_any.
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-06-22 Arnaud GierschImplement Comm::wait_all_for (wait_all with a timeout).
2021-06-22 Arnaud GierschReduce code duplication.
2021-06-22 Arnaud GierschMake field 's4u::Host::pimpl_cpu' private.
2021-06-21 Bruno DonassoloLink::set_concurrency_limit
2021-06-10 Arnaud GierschUse empty() to check for container emptiness.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-07 Bruno DonassoloMove load_platf to EngineImpl
2021-06-07 Bruno DonassoloPlease sonar
2021-06-04 Bruno DonassoloFix build mac/windows
2021-06-04 Bruno DonassoloRuns examples with C++ platform description
2021-06-04 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
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
next