Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use std::fill instead of memset.
[simgrid.git] / src / plugins /
2022-09-21 Arnaud GierschLambdas should not have too many lines (sonar).
2022-08-26 Arnaud GierschReduce depth of nested statements
2022-08-09 Augustin Degommeremove spurious debug message and warning
2022-08-09 Augustin Degommes4u filesystem: correctly update size of files when...
2022-08-09 Augustin Degommefilesystem, correctly update file size when seeking...
2022-07-05 Arnaud GierschRedundant initializations.
2022-05-12 Bruno DonassoloLink-load plugin: check no link exists
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-09 Arnaud GierschReplace const reference to std::string by std::string_v...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-04-28 Arnaud GierschExplicit cast to double (sonar).
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-25 Arnaud GierschDefine as "constexpr".
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-22 Arnaud GierschType size_t for every variant of get_host_count().
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-12 Arnaud GierschPlug memleak seen by valgrind.
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-29 Arnaud GierschReduce dependencies on <simgrid/version.h>.
2022-03-16 Arnaud GierschMove simcall out of s4u::File destructor.
2022-03-16 Arnaud GierschUse s4u::File::open/close inside s4u::File too.
2022-03-16 Arnaud GierschProvide File::open with 3 arguments.
2022-03-02 Martin QuinsonChaos-monkey: use the new Engine::on_simulation_start...
2022-02-27 Martin QuinsonRename sg::k::actor::simcall ::actor::simcall_answered
2022-02-27 Martin QuinsonIntroduce the SimGrid Chaos Monkey
2022-01-24 Arnaud GierschTyped template for Extendable::get_data.
2022-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-22 Martin QuinsonFurther fixups and cosmetics in the doc
2022-01-22 Martin QuinsonMake Activity::on_completion take a const&, just like...
2022-01-20 SUTER FredericCleanup in log categories
2022-01-13 SUTER Fredericmake more ActivityImpl fields private
2022-01-12 SUTER Fredericmake all VM signals private
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2022-01-02 SUTER Frederic[sonar] cleanup some recent smells
2021-12-24 SUTER Frederic[sonar] bunch of const
2021-12-22 SUTER FredericActivity refactoring
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-11-04 SUTER FredericReorganize VM code
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.
next