Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update README.md
[simgrid.git] / include /
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 FredericMake the plugin usable within a SMPI simulation
2021-07-23 SUTER FredericEnable setting a specific data copy callback to any...
2021-07-19 Arnaud Giersch[sonar] Less implicit casts.
2021-07-19 Arnaud Giersch[pvs-studio] Don't mix initialized and non-initialized...
2021-07-19 Arnaud Giersch[pvs-studio] Initialize every members of class.
2021-07-17 Arnaud GierschFix xbt_parse_get_all_speeds(), and add some unit tests.
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 GierschDefine macro XBT_ATTRIB_DEPRECATED_v333.
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 QuinsonRemove useless includes from the public headers
2021-07-13 Martin QuinsonHide some deprecated symbols from doxygen
2021-07-09 Martin Quinsondoc: fix an issue spotted by find-missing.py
2021-07-09 Arnaud GierschFix another bunch of warnings in doc generation.
2021-07-09 Arnaud GierschVarious corrections in docs.
2021-07-08 Arnaud GierschNetZone: rename the remaining occurrence of 'father...
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-07-05 Arnaud GierschUse reference to const for large input parameters.
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-25 Arnaud GierschMore int -> unsigned long.
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-22 Arnaud GierschAdd missing copyright notices.
2021-06-22 Augustin Degommebe a bit more safe here
2021-06-21 Bruno DonassoloLink::set_concurrency_limit
2021-06-16 Augustin DegommeAdd a SMPI_SAMPLE_LOCAL_TAG and SMPI_SAMPLE_GLOBAL_TAG...
2021-06-08 Arnaud GierschDie loudly if smpi_shared_realloc_intercept is used.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Arnaud GierschRestore public smpi_init_options().
2021-06-03 Arnaud GierschMake smpi_switch_data_segment check if a switch is...
2021-06-02 Arnaud GierschXBT_ATTRIB_PRINTF for vprintf-like functions.
2021-06-01 Bruno DonassoloNew implementation for bandwidth factors
2021-06-01 Arnaud GierschAdd attribute(printf) to xbt::string_printf.
2021-06-01 Arnaud GierschPointer-to-const for Sonar.
2021-06-01 Arnaud GierschDie on unwanted function calls.
2021-05-31 Arnaud GierschAdd some 'const' qualifiers.
2021-05-28 Bruno DonassoloIssue#71: add check in add_route for gw_src/gw_dst
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-25 Arnaud Giersch[cppcheck] Don't let fields uninitialized.
2021-05-25 SUTER FredericChange way Mailboxes are create, stored, and destroyed
2021-05-25 Arnaud GierschDefine variables outside of header file.
2021-05-25 Arnaud Giersch[sonar] Const/explicit methods.
2021-05-24 Bruno DonassoloDynamic factors: implement and test
2021-05-24 Bruno DonassoloNetworkModelIntf: Interface to dynamic factors
2021-05-24 Bruno DonassoloGet netzones traversed by a route
2021-05-20 SUTER Frederic[sonar] Don't mix public and private data members
2021-05-19 SUTER Fredericintroduce a new plugin: stock implementation of a Produ...
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.
next