Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / mc /
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentAdd function call and full location in checker-side...
2023-06-09 Arnaud GierschSometimes the expansion may work and the memory address...
2023-06-09 Martin QuinsonMerge branch 'udpor-phase8' into 'master'
2023-06-09 Maxwell PirtleOnly compute extensions for enabled events
2023-06-09 Maxwell PirtleAdd events with implicit bottom event
2023-06-09 Maxwell PirtleAdd partial implementation for MutexWait/MutexTest
2023-06-09 Maxwell PirtleAdd ex(C) computation for mutex lock/unlock
2023-06-09 Maxwell PirtleAdd tentative implementation of CommTest ex(C) pseudocode
2023-06-09 Maxwell PirtleReorder loop processing in CommWait ex(C) comp
2023-06-09 Maxwell PirtleAdd "working" UDPOR on small examples with CommWait...
2023-06-09 Maxwell PirtleAdd ex(C) example with a small program
2023-06-09 Maxwell PirtleAdd monotonically-increasing IDs for UnfoldingEvent
2023-06-09 Maxwell PirtleExpand sanity-check tests for CommSend/CommRecv transitions
2023-06-09 Maxwell PirtleAdd preliminary basic tests for ex(C) computation
2023-06-07 Martin QuinsonMerge branch 'master' into 'master'
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 mlaurentBetter strategy documentation
2023-06-07 Arnaud GierschBuffers should not be considered by CommWaitTransition...
2023-06-07 mlaurentUse xbt::random instead of rand and srand
2023-06-07 mlaurentBetter warning message for max-depth
2023-06-07 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-07 Arnaud GierschAnother round of pointer-to-const for sonar.
2023-06-07 Arnaud GierschDisable maybe throwing move constructor (sonar).
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-06 Arnaud GierschDefine classes with "class".
2023-06-06 mlaurentAdd factorisation for strategy and Use dynamic over...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 Martin QuinsonAnother struct/class mismatch between forward declarati...
2023-06-05 Martin QuinsonPlease clang by not defaulting a constructor that it...
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 Martin QuinsonMerge branch 'odpor-clean-ups' into 'master'
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 QuinsonMerge branch 'rename-operation-task' into 'master'
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-06-01 Maxwell PirtleIntroduce ODPOR integration with multiple actions
2023-06-01 Martin QuinsonMerge branch 'python-repr' into 'master'
2023-06-01 Maxwell PirtleAdd small test for insertions
2023-06-01 Arnaud GierschAdd missing includes.
2023-06-01 Arnaud GierschCorrect signature for deleted constructor.
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 'simgrid-fork-plugin-photovoltaic'
2023-05-31 Maxwell PirtleFix MANIFEST.in etc.
2023-05-30 Maxwell PirtleForce the use of sleep sets with ODPOR
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-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 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-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Arnaud GierschRemove global variables in PageStore_test too (mimic...
2023-05-23 Arnaud GierschUse the "_t" and "_v" version of type traits.
2023-05-23 Maxwell PirtleAdd tests for initials and independence for Execution
2023-05-23 Maxwell PirtleAdd first round of execution independence tests
2023-05-22 Maxwell PirtleAdd test for removing the first single-process subtree
2023-05-22 Maxwell PirtleBegin adding tests for subtree rooting
2023-05-22 Maxwell PirtleAdd detailed stress test for WakeupTree
2023-05-22 Maxwell PirtleBegin first round of in-depth tests for WakeupTree
2023-05-17 Arnaud GierschExplicitly capture required scope variables (sonar).
2023-05-17 Arnaud GierschGet rid of global variables for snapshot tests.
2023-05-17 Maxwell PirtleAdd first "working" version of ODPOR
2023-05-16 Maxwell PirtleAdd tests before changes to WakeupTree structure
2023-05-16 mlaurentAdd some strategies and fix the semantics of Max/MinMatch
2023-05-16 Maxwell PirtleAdd first round of extensive docs to ODPOR methods
2023-05-16 Maxwell PirtleAdd test files for WakeupTree
2023-05-16 Maxwell PirtleAdd explicit ODPOR clean-up phase to DFSExplorer
2023-05-16 Maxwell PirtleAdd ODPOR "backtracking" logic
2023-05-16 Maxwell PirtleAdd ODPOR extension computation (lines 4-6)
2023-05-16 Maxwell PirtleUse `std::shared_ptr<Transition>` for Execution
2023-05-16 Maxwell PirtleAdd ODPOR race detection phase rough-draft
2023-05-16 Maxwell PirtleAdd boolean check for wakeup tree initialization
2023-05-16 Maxwell PirtleAutomatically remove nodes from parents
2023-05-16 Maxwell PirtleAdd tree pruning/subtree methods to State
2023-05-16 Maxwell PirtleAdd skeleton for expansion phase of ODPOR
2023-05-16 Maxwell PirtleAdd logic for subtree node removal
2023-05-16 Maxwell PirtleFinish post-order travesal with WakeupTreeIterator
2023-05-16 Maxwell PirtleAdd logic for subtree extraction from wakeup trees
2023-05-16 Maxwell PirtleAdd complicated computation of v ~_E w to Execution
2023-05-16 Maxwell PirtleAdd skeleton of implementation for tree insertion
2023-05-16 Maxwell PirtleAdd WakeupTreeIterator and WakeupTree skeletons
2023-05-16 Maxwell PirtleAdd more docmentation for get_first_sdpor_initial()
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-15 Maxwell PirtleAdd more documentation to ClockVector/Execution
2023-05-15 Maxwell PirtleAdd unit tests for ClockVector
next