Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 mlaurentFix stat missorder at the end of DFSexplorer
2023-06-05 Arnaud GierschCosmetics: whitespace cleanup (codefactor.io).
2023-06-05 Arnaud GierschCall CommImpl::set_iface(nullptr) as soon as the comm...
2023-06-05 Martin QuinsonMerge branch 'fix-sonar-task' into 'master'
2023-06-05 Adrien Gougeonmore sonar fix
2023-06-05 Adrien Gougeonfix sonar warnings
2023-06-05 Martin QuinsonMerge branch 'odpor-clean-ups' into 'master'
2023-06-05 Arnaud GierschFix RuntimeError: pybind11::handle::inc_ref() PyGILStat...
2023-06-05 Martin QuinsonCI pages: try to use the Debian version of the python...
2023-06-05 Martin QuinsonRemove a test that was indended to show that this branc...
2023-06-05 Maxwell PirtleComplete missing docs for WakeupTreeNode
2023-06-05 Maxwell PirtleAdd more documentation and fix forward declaration
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 mlaurentFix few typos and add random seed intializer
2023-06-05 Martin QuinsonUse Debian:12 for our build deps
2023-06-05 Martin QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-04 Fred Suterfire on_start for one-sided communication instead of...
2023-06-04 Fred Suteradd Comm::on_this_send and Comm::on_this_recv
2023-06-04 Fred Suter[no-ci] indicate which methods and signals are static...
2023-06-02 Fred Suter[no-ci] precise which methods of the Actor class are...
2023-06-02 Arnaud GierschThis should be fixed now.
2023-06-02 Arnaud GierschA deleted Comm cannot be a valid iface anymore.
2023-06-02 Adrien Gougeonrename operation to task. rename execute to fire.
2023-06-01 Fred Suterproperly remove the old signals and prevent MC to fire...
2023-06-01 Fred Suterreact to the proper signals
2023-06-01 Maxwell PirtleIntroduce ODPOR integration with multiple actions
2023-06-01 Martin QuinsonMerge branch 'python-repr' into 'master'
2023-06-01 Adrien Gougeonswitch repr to Class(objectname). fix python operation...
2023-06-01 Maxwell PirtleAdd small test for insertions
2023-06-01 Adrien Gougeonadd repr for many simgrid objects. replace mailbox...
2023-06-01 Maxwell PirtleAdd odpor_tests_private.hpp to MANIFEST.in
2023-06-01 Arnaud GierschASan: yet another odr-violation to ignore.
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 Maxwell PirtleAdd SDPOR backtracking simulation unit test
2023-05-31 Maxwell PirtleAdd more independence tests w.r.t a partial execution
2023-05-31 Martin QuinsonMerge branch 'operation-python' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-31 Maxwell PirtleFix MANIFEST.in etc.
2023-05-31 Fred Sutermove on_start and on_completion from CommImpl to Comm
2023-05-30 Maxwell PirtleForce the use of sleep sets with ODPOR
2023-05-30 Martin QuinsonGitHub action: update to actions/checkout@v3
2023-05-30 Maxwell PirtleAdjust tesh tests according to changes in deps.
2023-05-30 Maxwell PirtleMark transitions run by the same actor as dependent
2023-05-30 Maxwell PirtleFix subtle bug in ~_E computation
2023-05-30 Adrien Gougeonadd python bindings for operations
2023-05-26 Maxwell PirtleAdd remaining handlers to ReversibleRaceCalculator
2023-05-26 Maxwell PirtleResolve misconception with ODPOR pseudocode impl.
2023-05-26 Maxwell PirtleResolve misconception with SDPOR pseudocode impl.
2023-05-26 Maxwell PirtleFix subtle bug in Execution regeneration in DFSExplorer
2023-05-25 Maxwell PirtleKeep pointers to transitions instead of slices
2023-05-25 Maxwell PirtleFix two minor bugs in the ODPOR implementation
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 Maxwell PirtleAdd reversible race implementations for Comm actions
2023-05-24 Maxwell PirtleAdd reversible race calculator
2023-05-24 Maxwell PirtleAdd non-trivial insertion test
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 Maxwell PirtleAdd tests for initials and independence for Execution
2023-05-23 Fred Suteradd Io operations and an example
2023-05-23 Maxwell PirtleAdd first round of execution independence tests
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
next