Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-03-23 Martin QuinsonActually, read()=0 is not an issue in the AppSide
2023-03-22 Martin QuinsonFix some easy sonar smells
2023-03-22 Martin QuinsonFix two sonar bugs
2023-03-22 Martin QuinsonChange an example to take its platform file from the...
2023-03-22 Martin QuinsonMerge branch 'udpor-phase6' into 'master'
2023-03-22 Martin Quinsonjenkins::Flags if you run the tests, be verbose on...
2023-03-21 Martin QuinsonMake sure that the dtor of CheckerSide actually kills...
2023-03-21 Martin QuinsonFix the liveness tests when the reforks are compiled...
2023-03-20 Martin QuinsonManually handle the memory associated to the libevent...
2023-03-20 Martin QuinsonDo not initialize the App's memory introspection if...
2023-03-20 Martin QuinsonPut everything in position to re-fork the verified App
2023-03-20 Maxwell PirtleAddress minor comments in MR review
2023-03-20 Maxwell PirtleRemove empty Comb.cpp
2023-03-20 Maxwell PirtleAdd documentation for Comb data structure
2023-03-19 Martin Quinsoncosmetics
2023-03-19 Martin QuinsonMove more of the CheckerSide creation logic to the...
2023-03-19 Martin QuinsonMC: disable Address Space Layout Randomization in the...
2023-03-19 Martin QuinsonDiffer the creation of the RemoteProcessMemory to when...
2023-03-19 Martin QuinsonBetter responsabilities splitup between CheckerSide...
2023-03-19 Martin QuinsonMove methods not related to Memory out of RemoteProcess...
2023-03-19 Martin QuinsonFinally kill the now empty ModelChecker class
2023-03-19 Martin QuinsonMove the memory handling of RemoteProcessMemory singlet...
2023-03-19 Martin QuinsonMove handle_message from ModelChecker to RemoteProcessM...
2023-03-19 Martin QuinsonMove handle_waitpid from ModelChecker to RemoteProcessM...
2023-03-19 Martin QuinsonMake a global singleton of Exploration, to kill ModelCh...
2023-03-19 Martin QuinsonGosh, how many calls to that global were there?
2023-03-19 Martin QuinsonKill a now unused class in mc
2023-03-19 Martin QuinsonRemove some more usage of mc_model_checker in Region...
2023-03-19 Martin QuinsonAnother use of mc_model_checker disapears. In Snapshot...
2023-03-19 Martin Quinsonanother mc_model_checker call location disappears
2023-03-19 Martin QuinsonFix make distcheck
2023-03-18 Martin QuinsonFix MC+clang builds
2023-03-18 Martin QuinsonReduce a bit the adherance of handle_waitpid to ModelCh...
2023-03-18 Martin QuinsonMerge branch 'master' into 'master'
2023-03-18 mlaurentMove DPOR and sleep set algorithm from backtrack to...
2023-03-18 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-18 mlaurentReplace todo direct access with consider methods; guide...
2023-03-18 mlaurentBasicGuide handle next_transition if asked to
2023-03-18 Martin QuinsonMerge CheckerSide::start() intp the constructor
2023-03-18 Martin QuinsonBetter split of responsabilities between CheckerSide...
2023-03-18 Martin QuinsonMove the checker_side_ from the ModelChecker to the...
2023-03-18 Martin QuinsonOne usage of mc_model_checker less
2023-03-18 mlaurentAdd GuidedState abstract class; move ActorState management
2023-03-17 Martin QuinsonSimplify Channel::receive by handling non-blocking...
2023-03-17 Martin QuinsonA few calls to mc_model_checker less by passing more...
2023-03-17 Martin QuinsonMove handle_simcall from ModelChecker to RemoteApp
2023-03-17 Martin QuinsonMerge branch 'master' into 'master'
2023-03-17 mlaurentAdd reference to parent state: only use this creation...
2023-03-17 Maxwell PirtleFix test in k-partial alternatives step five
2023-03-16 Arnaud GierschMissing include.
2023-03-16 Arnaud GierschDecrease required version for nlohmann_json; add to...
2023-03-16 Maxwell PirtleRemove unused code in Comb.cpp + fix MANIFEST.in
2023-03-16 Maxwell PirtleAdd full example for K-partial alternatives
2023-03-16 Arnaud GierschUseless guards.
2023-03-16 Arnaud GierschApply "smpi/buffering" when MC_record_replay_is_active...
2023-03-15 Martin QuinsonSanitize how we know the current MC mode
2023-03-15 Martin QuinsonMake it compile with all warnings enabled
2023-03-15 Martin QuinsonDocument a future cleanup to do when we bump cmake...
2023-03-15 Maxwell PirtleMove alternative computation to Configuration for testing
2023-03-15 Maxwell PirtleAdd semantic equivalence to UnfoldingEvent
2023-03-15 Maxwell PirtleAdd comments in K-partial alternatives computation
2023-03-14 Arnaud GierschRemove comments about non-existent support for smpi...
2023-03-14 Arnaud GierschReally check the privatization option in the MCed SMPI...
2023-03-14 Maxwell PirtleAdd first go at implementation of K-partial alternatives
2023-03-14 Arnaud GierschInform if JSON lib is found.
2023-03-13 Martin QuinsonTest for JSON before using it
2023-03-13 Martin QuinsonCosmetics
2023-03-13 Martin Quinsonfix make distcheck
2023-03-13 Fred SuterMerge branch 'master' into 'master'
2023-03-13 AdrienAdd wfformat json DAG loader and DAG doc
2023-03-13 Maxwell PirtleAdd Comb data structure for K-partial alternatives
2023-03-13 Maxwell PirtleAdd clean up phase to UDPOR
2023-03-13 Martin QuinsonCorrectly protect tests property settings, bummer
2023-03-13 Martin QuinsonGive the remote_process_memory to the mc::State constructor
2023-03-12 Martin QuinsonMove another function of ModelChecker to RemoteProcessM...
2023-03-12 Martin QuinsonMove another function out of ModelChecker
2023-03-12 Martin QuinsonMove a function from ModelChecker to Exploration
2023-03-12 Martin Quinsonmove wait_for_requests() from ModelChecker to RemoteApp
2023-03-12 Martin QuinsonInline a function in ModelChecker
2023-03-12 Martin QuinsonMove one method from ModelChecker to Exploration
2023-03-12 Martin QuinsonMove 2 functions from mc::ModelChecker to mc::RemoteApp
2023-03-12 Martin QuinsonMake the sendsend tests at least fail fast to not hinde...
2023-03-12 Martin QuinsonMC: rename remote/RemoteProcess to sosp/RemoteProcessMemory
2023-03-12 Martin QuinsonClean leftovers
2023-03-12 Martin QuinsonMC: stop reading maxpid in memory, but ask it over...
2023-03-12 Martin QuinsonOne use less of the global mc_model_checker
2023-03-12 Martin QuinsonThis seems to reduce the amount of failure, but I don...
2023-03-12 Arnaud GierschFix build with -D_GLIBCXX_DEBUG [-Werror=range-loop...
2023-03-10 Arnaud GierschFix assert: min and max are both included in interval...
2023-03-10 Martin QuinsonMerge branch 'udpor-phase5' into 'master'
2023-03-10 Martin QuinsonTry to avoid a segfault on assert message
2023-03-10 Maxwell PirtleAdd first test for immediate conflicts edge case
2023-03-10 Maxwell PirtleAdd first batch of tests for conflict detection among...
2023-03-09 Henri Casanovare-fixed assert message with up-to-date configuration...
2023-03-09 Henri CasanovaAssert message fix
2023-03-09 Maxwell PirtleAdd implementation for immediate conflicts
2023-03-09 Maxwell PirtleRequire conflict-freedom in is_valid_configuration
2023-03-09 Maxwell PirtleAdd src/.../udpor/udpor_tests_private.hpp to CMake
2023-03-09 Arnaud GierschEager mode is for the first case only (thx adegomme).
2023-03-09 Maxwell PirtleAdd test to verify topological ordering of EventSet
next