Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] bunch of const
[simgrid.git] / include / simgrid / s4u /
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-24 SUTER Fredericmodernize cycle detection in DAGs
2021-12-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-12-23 SUTER Fredericreturn all dependencies and successors and let the...
2021-12-23 SUTER Fredericallow to retrieve the source and destination of a host...
2021-12-23 SUTER FredericMight be interesting to have start and finish time...
2021-12-23 SUTER Fredericfirst attempt to a DAG loader for s4u. To be improved...
2021-12-23 SUTER Fredericgive access to first dependency and first successor...
2021-12-23 SUTER Fredericadd a function to know how many successors an activity has
2021-12-22 SUTER Fredericenable sendto_init()->set_from(h1)->set_to(h2)
2021-12-22 SUTER FredericActivity refactoring
2021-12-21 SUTER Frederic(crudly) deal with I/O launched by maestro
2021-12-21 SUTER Fredericmove tests on dependencies to a better place
2021-12-21 SUTER Fredericcosmetics and wrapper
2021-12-20 SUTER Fredericallow an Exec to be unscheduled (reset host list, flops...
2021-12-15 Martin QuinsonNew function: Engine::track_vetoed_activities()
2021-12-14 Martin QuinsonNew signal: Activity::on_veto, to detect when an activi...
2021-12-14 SUTER Fredericknow whether an activity has solved all its dependencies
2021-12-14 Martin QuinsonNew: Engine::run_until(date) to split the simulation
2021-11-08 SUTER Fredericsay bye to simgrid::surf namespace
2021-11-04 SUTER FredericReorganize VM code
2021-10-30 SUTER Fredericadd capacity to update priority of Execs too
2021-10-30 SUTER Fredericadd user friendly wrapper to set priorities on I/Os
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-28 SUTER Fredericadd capacity to set priorities on I/Os + example
2021-10-27 SUTER FredericChange the way VMs are created.
2021-10-21 SUTER Fredericsplit Comm::on_start into two signals (on_send and...
2021-10-21 SUTER Fredericremove Link::on_communicate (use CommImpl::on_start...
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
2021-10-06 SUTER Fredericdeprecate SIMIX_is_maestro
2021-10-06 SUTER Fredericdeprecate 2 more SIMIX functions
2021-10-06 SUTER Fredericless calls to simix.h + cosmetics
2021-09-28 SUTER FredericMore consistency in resource creation/destruction
2021-09-27 Arnaud GierschDeclare this_actor::exit() [[noreturn]].
2021-09-24 SUTER Fredericfix proxy-apps but not the new smpi faulty test
2021-09-23 Augustin DegommeMerge branch 'public_smpi_func' into 'master'
2021-09-23 Martin Quinsoncosmetics in the changelog and NEWS file [skip-ci]
2021-09-20 SUTER Frederictry to reduce calls to get_instance and plug some leaks
2021-09-19 Arnaud GierschSomewhat redo commit df93dfaab8d79f5e08088aedc95dd2712c...
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
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-05 SUTER Fredericyet another bunch of int -> unsigned long
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-16 SUTER Fredericmodernize SIMIX_comm_set_copy_data_callback
2021-08-16 Arnaud GierschTry to make linking succeed with mingw64 (appveyor).
2021-08-10 Bruno DonassoloFix factor callback type
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-23 SUTER FredericEnable setting a specific data copy callback to any...
2021-07-15 Bruno DonassoloHost: non-linear constraints
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-14 Arnaud GierschNetzone::get_children() is actually not deprecated.
2021-07-13 Martin QuinsonHide some deprecated symbols from doxygen
2021-07-09 Arnaud GierschFix another bunch of warnings in doc generation.
2021-07-09 Arnaud GierschVarious corrections in docs.
2021-07-08 Arnaud GierschCosmetics around deprecated functions.
2021-07-06 Arnaud GierschMake single argument constructor LinkInRoute::LinkInRou...
2021-07-06 Arnaud GierschFix empty #ifndef..#endif. Annotate helper function...
2021-07-05 Martin Quinsonsmall doc improvement
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 GierschMake field 's4u::Host::pimpl_cpu' private.
2021-06-21 Bruno DonassoloLink::set_concurrency_limit
2021-05-31 Arnaud GierschAdd some 'const' qualifiers.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-25 SUTER FredericChange way Mailboxes are create, stored, and destroyed
2021-05-24 Bruno DonassoloNetworkModelIntf: Interface to dynamic factors
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 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 Bruno DonassoloDragonflyZone: 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-03 Arnaud GierschMove fields from Exec to ExecImpl.
2021-04-30 Bruno DonassoloTorus/Fat-Tree/Dragonfly: Aggregate callbacks
2021-04-28 Bruno DonassoloFatTreeZone: Do the checks earlier
2021-04-28 Bruno DonassoloNew: s4u::create_dragonfly_zone
2021-04-28 Bruno DonassoloCosmetics
next