Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-06-01 Arnaud GierschAdd missing includes.
2023-06-01 Arnaud GierschCorrect signature for deleted constructor.
2023-05-31 Fred Suterfiring on_this_completion breaks a lot of tests and...
2023-05-31 Fred Suter add on_this_veto signal to Activities
2023-05-31 Fred Suterforgot to fire signals
2023-05-31 Fred Sutersimplify example
2023-05-31 Fred Suter add on_this_[suspend,resume] signals to Activities
2023-05-31 Fred Suter add on_this_completion signal to Activities
2023-05-31 Fred Suter add on_this_start signal to Activities
2023-05-31 Fred Suterimprove comment
2023-05-31 Martin QuinsonMerge branch 'doc-photovoltaic-plugin' into 'master'
2023-05-31 Adrien Gougeonadd links to power/cost models in docs
2023-05-31 Martin QuinsonMerge branch 'operation-python' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-31 Fred Sutermove on_start and on_completion from CommImpl to Comm
2023-05-30 Martin QuinsonGitHub action: update to actions/checkout@v3
2023-05-30 Adrien Gougeonadd python bindings for operations
2023-05-24 Arnaud GierschPlease Sonar and scan-build.
2023-05-24 Arnaud GierschMake ASan ignore more odr-violations.
2023-05-24 Arnaud GierschFix some sonar issues in includes, after upgrade to...
2023-05-24 Arnaud GierschDisable implicit conversions in nlohmann/json.
2023-05-24 Fred Sutermove handling of remote disks to platform parsing.
2023-05-24 Fred Suteradd accessors
2023-05-24 Martin QuinsonSpecialize the Activity on_veto, on_suspend and on_resu...
2023-05-23 Martin QuinsonHide a bit an internal method (make it protected)
2023-05-23 Martin Quinsoneasy cleanup
2023-05-23 Martin QuinsonGive the on_this_ variant to all VM signals
2023-05-23 Martin QuinsonSort the signals on the plugin page
2023-05-23 Martin QuinsonRename Resource::on_state_change to Resource::on_onoff...
2023-05-23 Martin QuinsonUse the right version for the deprecate macro
2023-05-23 Martin QuinsonGive the _this_ variants to the Link signals
2023-05-23 Arnaud GierschIgnore ASan warnings about odr-violation with Activity_...
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Martin QuinsonVarious cleanups in the Host signals
2023-05-23 Arnaud GierschRemove global variables in PageStore_test too (mimic...
2023-05-23 Arnaud GierschUse C++17 features: std::scoped_lock and structured...
2023-05-23 Arnaud GierschUse the "_t" and "_v" version of type traits.
2023-05-23 Arnaud GierschCompact namespaces.
2023-05-23 Arnaud GierschC++17 support is now required for public headers too.
2023-05-23 Fred Suteradd Io operations and an example
2023-05-23 Fred Suteranother try to please clang
2023-05-23 Fred Sutertry to solve the -Wundefined-var-template thing with...
2023-05-23 Fred Suterallow operation to execute more than one function at...
2023-05-22 Fred Suteradd missing override
2023-05-22 Fred Suterhave a on_completion per activity type to save users...
2023-05-22 Martin QuinsonAdd instance signals for all Disk signals
2023-05-22 Martin QuinsonAdd instance signals for all Actor signals
2023-05-22 Martin Quinsonno need to save all ns3 sink points
2023-05-22 Martin QuinsonRename cfg 'ns3/TcpModel' to 'ns3/UdpModel'
2023-05-22 Martin QuinsonTest that setting ns3 TCP models actually work
2023-05-22 Martin Quinsoncosmetics in the ChangeLog
2023-05-22 Fred Suter allow activities launched by maestro to be instrumented
2023-05-22 Fred Suterthrow on_send and on_receive signals when doing a host...
2023-05-22 Fred Suterallow to set tracing category in STARTING state
2023-05-17 Arnaud GierschExplicitly capture required scope variables (sonar).
2023-05-17 Arnaud GierschGet rid of global variables for snapshot tests.
2023-05-16 Adrien Gougeonfix example photovoltaic
2023-05-16 Adrien Gougeonadd photovoltaic plugin
2023-05-16 Arnaud GierschReduce scope for variables.
2023-05-16 Arnaud GierschDon't shadow outer variables.
2023-05-16 Arnaud GierschUse plain pointers instead of references to pointer.
2023-05-15 Arnaud GierschSuprious brace (fix non-linux builds).
2023-05-15 Arnaud GierschDefine master_socket_name only once, and embed it with...
2023-05-15 Arnaud GierschTry harder not to fail with stale sockets after several...
2023-05-15 Arnaud GierschThe default destructor should be fine.
2023-05-12 Arnaud GierschDisable move constructor which cannot be 'noexecept...
2023-05-12 Arnaud GierschCosmetics.
2023-05-11 Fred Suteradd two more utility functions to the Operation plugin
2023-05-10 Martin QuinsonFix make distcheck
2023-05-10 Martin QuinsonMC: Kill the now useless code State::get_recipe
2023-05-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-10 Martin QuinsonDFS MC: Restore from system states even if we have...
2023-05-10 Martin QuinsonMerge branch 'dag-lab' into 'master'
2023-05-10 Martin QuinsonMerge branch 'changelog-operation-plugin' into 'master'
2023-05-09 Arnaud GierschUse forwarding references with std::forward (sonar).
2023-05-09 Arnaud GierschUse a std::vector as an underlying container for backtr...
2023-05-09 Arnaud GierschUse a static variable for empty_set, and allow default...
2023-05-09 Adrien Gougeonadd dag scheduling lab
2023-05-08 Arnaud GierschPlug memory leak.
2023-05-06 Arnaud GierschUse pointer-to-const for parameter (sonar).
2023-05-05 Arnaud GierschFix sonar bug: attribute access on a value that can...
2023-05-05 Arnaud GierschMisc Sonar issues.
2023-05-05 Fred Sutermess up with operations
2023-05-04 Martin QuinsonRename Link::get_usage() to Link::get_load() for consis...
2023-05-04 Adrien Gougeonadd plugins operation and battery
2023-05-03 Fred Suterfurther simplify this example
2023-05-03 Martin QuinsonOne use less of get_recipe() that will soon die
2023-05-03 Martin QuinsonFactorize more code between DFSExplo and LivenessExplo...
2023-05-02 Arnaud GierschKill useless empty function.
2023-05-02 Arnaud GierschMissing "override".
2023-05-02 Arnaud GierschSimplify expression.
2023-05-02 Arnaud GierschFix use-after-free observed with the s4u-operation...
2023-05-02 Arnaud GierschCosmetics (sonar).
2023-05-02 Arnaud GierschDefine each identifier in a dedicated statement (sonar).
2023-04-29 Arnaud GierschRevert "Run mc-*-liveness tests serial, and hope to...
2023-04-27 Arnaud GierschWhitespace cleanup (codefactor.io).
2023-04-27 Martin QuinsonLazily compute the recipe of a state, on need only
2023-04-27 Martin QuinsonMore automatic memory mgmt in MC
2023-04-27 Martin QuinsonMC: give each state an incoming transition too
2023-04-27 Martin QuinsonFix comment [no-ci]
next