Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simplify writing in model setup + may fix issue with unit-tests
[simgrid.git] / src / s4u /
2021-09-20 SUTER Fredericsimplify writing in model setup + may fix issue with...
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericrename SIMIX_set_maestro into simgrid_set_maestro
2021-09-17 SUTER Fredericget rid of SIMIX_global_init
2021-09-17 SUTER Frederictransfer some parts of the initialization from SIMIX_gl...
2021-09-15 SUTER Fredericmove maestro to EngineImpl. breaks a unit-test
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-06 SUTER Fredericunsigned long-ing
2021-09-04 SUTER Fredericanother bunch of new implicit conversions
2021-09-03 SUTER Fredericchain reaction when solving implicit cast smells
2021-09-02 SUTER Frederic[procrasticommit] less implicit casts and more consistency
2021-09-02 SUTER Frederic[procasticommit] Do not mix private and public fields
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-23 SUTER Fredericadd a FAILED state to activities. tested on comm and...
2021-08-23 SUTER FredericRemote Exec should not survive to a host failure
2021-08-16 SUTER Fredericmodernize SIMIX_comm_set_copy_data_callback
2021-08-09 Bruno DonassoloCPU factors: dynamic factors for CPU
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 SUTER Frederic get rid of SIMIX_clean
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
next