Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add capacity to set priorities on I/Os + example
[simgrid.git] / src / plugins /
2021-10-27 SUTER FredericChange the way VMs are created.
2021-10-27 SUTER Fredericadd File::open and File::close in FileSystem plugin
2021-10-27 SUTER Frederic[sonar] add a few const
2021-10-21 SUTER Fredericmention the right signals
2021-10-21 SUTER Fredericuse CommImpl::on_start instead of Link::on_communicate...
2021-10-20 SUTER Fredericintroduce Comm::on_start and Comm::on_completion
2021-10-01 SUTER Fredericfix appveyor build (bis)
2021-10-01 SUTER Fredericfix appveyor build
2021-10-01 SUTER Fredericmore include cleanups
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
2021-09-30 SUTER Frederic[sonar] fix a few recently introduced smells
2021-09-28 SUTER FredericMore consistency in resource creation/destruction
2021-09-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-09-22 SUTER Fredericmore refactoring of get_instance calls
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-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-06-24 Arnaud GierschFix a few warnings when building doc (mostly related...
2021-06-22 Arnaud GierschMake field 's4u::Host::pimpl_cpu' private.
2021-06-10 Arnaud GierschMerge branch 'host-energy' into 'master'
2021-06-10 Millian Poquethost energy: explicit 'return 0.0' when badly init
2021-06-10 Millian Poquethost energy: no direct W/J access of invalid data
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-02 Arnaud GierschGet rid of "%s" in second argument of function xbt_str_...
2021-06-01 Bruno DonassoloNew implementation for bandwidth factors
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-25 Arnaud GierschDefine variables outside of header file.
2021-05-12 Arnaud GierschUse correct types for temporary variables.
2021-05-09 SUTER FredericRename kernel::resource:Cpu to CpuImpl
2021-05-07 Arnaud GierschAllow an actor to destroy its own VM.
2021-05-07 Arnaud GierschCapitalize enum class.
2021-05-06 Arnaud GierschCannot destroy iface before impl.
2021-05-06 Arnaud GierschFix use-after-free with VirtualMachine::destroy().
2021-05-06 Arnaud GierschThere is no need to have these functions 'virtual'.
2021-05-06 SUTER Frederic[sonar] implicit casts
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-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-06 SUTER Fredericfactor on_creation signal trigger in Host::seal()
2021-04-06 SUTER Fredericcosmetics
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud Giersch[sonar] Const in s4u::Disk.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-01 Bruno DonassoloAdding seal() for Host
2021-04-01 Martin Quinsontypo (reported by lintian)
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-29 Arnaud GierschRemove deprecated features for next release.
2021-03-25 Arnaud GierschUse const& for std::string parameter (sonar, again).
2021-03-25 Martin QuinsonMake model name constant
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-23 Bruno DonassoloNo more types for models.
2021-03-22 Arnaud GierschReduce scope for variables.
2021-03-19 Arnaud GierschUnnecessary 'else'.
2021-03-17 SUTER Fredericmake update_algorithm optional in model creation. Full...
2021-03-16 Bruno DonassoloInitialize CPU model for VMs in init_HL13
2021-03-10 Martin QuinsonDocument direct communications, deprecate Host::sendto...
2021-03-09 Arnaud GierschMerge branch 'bruno.donassolo/simgrid-add_model_shared...
2021-03-09 Bruno DonassoloEngine*::add_model: from unique to shared_ptr
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloMove globals to EngineImpl
2021-03-09 Bruno DonassoloGet rid of surf_cpu_model_vm.
2021-03-09 Bruno DonassoloModify iteration over models in surf_solve
2021-03-09 Bruno Donassoloclang-format before starting changing files
2021-03-09 Frederic Suterpropagate the user bound down to the action
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Frederic Sutercontinue to fluentify Cpu creation. Fix FG37 on the way
2021-03-02 Frederic Sutercleanups
2021-03-02 Arnaud GierschMake field private (fixme--).
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Martin QuinsonFix a bunch of errors in the documentation
2021-02-04 Arnaud Giersch[sonar] Pointer to const.
2021-02-04 Arnaud Giersch[fbinfer] Fix dead stores.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: clean file system plugin
2021-01-27 Martin QuinsonY U NO test before commit/push??
2021-01-27 Martin Quinsonsome cleanups to the logging channel hierarchy
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-19 Arnaud GierschFix dead stores.
2021-01-14 Arnaud GierschReduce code complexity.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-10 Martin QuinsonRemove the actor of the on_{start/completion} parameter...
2021-01-10 Martin QuinsonUnify on_start/on_completion signals of Activities
2020-12-17 Arnaud GierschUse Mailbox::get_unique<>(), and save a few delete.
2020-12-17 Arnaud GierschUse typed Mailbox::get<>() instead of using static_cast...
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Ehsan AzimiMerge with simgrid/master
next