Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Document Message Queues (and the change of data structure in Mailboxes
[simgrid.git] / src / mc /
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-24 Fred SuterMerge branch 'master' into mq
2023-10-21 Martin QuinsonFix the dependency of barrier from the same actor ...
2023-09-13 Martin QuinsonMerge branch 'plugins-energy-battery-interaction' into...
2023-07-20 Fred SuterMerge branch 'master' into jbod
2023-07-15 Martin QuinsonMerge branch 'fix-comm-signal' into 'master'
2023-07-12 Arnaud GierschFix misleading indentation.
2023-07-10 Fred SuterMerge remote-tracking branch 'origin/master' into jbod
2023-07-10 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-07-10 Arnaud GierschMissing includes (for gcc-14?)
2023-07-10 Arnaud GierschCosmetics (codefactor.io).
2023-07-10 Arnaud GierschMake function "const", and void copy by returning a...
2023-07-02 Martin QuinsonFix a MC serialization bug around WaitAny
2023-07-01 Martin QuinsonDon't send sbuff and rbuff to the MC checker
2023-07-01 Martin QuinsonMore verbose error and debug messages
2023-06-29 Martin QuinsonShow the user-level call in MC backtraces
2023-06-29 Martin QuinsonMerge branch 'master' into 'master'
2023-06-29 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-29 Arnaud GierschUnused parameters (Sonar).
2023-06-29 Arnaud GierschShadowed variables (Sonar).
2023-06-29 Arnaud GierschPass large objects by reference to const (Sonar).
2023-06-29 Arnaud GierschThe result of "std::move" should not be passed as a...
2023-06-28 Arnaud GierschFunctions having rvalue reference arguments should...
2023-06-28 Arnaud GierschFix: "std::move" should only be used where moving can...
2023-06-28 Arnaud GierschReplace redundant type with "auto" (Sonar).
2023-06-28 Arnaud GierschRemove nested code blocks (Sonar).
2023-06-28 Arnaud GierschFurther little simplifications around "if" statements.
2023-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-06-28 Martin QuinsonMerge branch 'master' into 'python_bindings_host_load_p...
2023-06-28 Martin QuinsonTypo found by lintian
2023-06-27 Arnaud GierschUse std::make_unique (Sonar).
2023-06-27 Arnaud GierschRespect coding style for boolean operators.
2023-06-27 Arnaud GierschUse the init-statement to reduce scope of local variabl...
2023-06-27 Arnaud GierschUse std::any_of(...).
2023-06-27 Arnaud GierschMisc. Sonar smells.
2023-06-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-26 Arnaud GierschWhitespace cleanup (codefactor.io).
2023-06-24 Martin Quinsonsleep sets are not an option in MC. We always need...
2023-06-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-06-22 Martin Quinsonmodel-check/sleep-set is now true by default
2023-06-20 Fred SuterMerge branch 'master' into 'task-token'
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-16 Maxwell PirtleFix WakeupTreeIterator bug comparing diff iterators
2023-06-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-15 Martin QuinsonFix the liveness tests by ignoring the Comm ID memory...
2023-06-15 Martin QuinsonDo not consider the memory addresses in MC depends...
2023-06-15 Martin QuinsonMC: Give an ID to comms to not use their pointer value...
2023-06-15 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-15 Arnaud GierschAnother unw_accessor forgotten in previous commit.
2023-06-15 Arnaud GierschFix error: missing initializer for member unw_accessors...
2023-06-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-14 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-13 Arnaud GierschAnother unw_accessor forgotten in previous commit.
2023-06-13 Arnaud GierschFix error: missing initializer for member unw_accessors...
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'
next