Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-06-21 Fred Suter[Sonar] shadowed variable
2023-06-21 Fred Suter[sonar] make signals private
2023-06-21 Fred Suter[sonar] explicit capture
2023-06-21 Fred Sutercleanups and refactoring in s4u::Task
2023-06-20 Fred SuterMove Tasks from a plugin to s4u
2023-06-20 Fred SuterMerge branch 'task-token' into 'master'
2023-06-20 Fred SuterMerge branch 'master' into 'task-token'
2023-06-19 Fred Sutermore use of get_unique_data
2023-06-16 Arnaud GierschMerge branch 'fix-wakeup-tree-iterator' into 'master'
2023-06-16 Maxwell PirtleFix WakeupTreeIterator bug comparing diff iterators
2023-06-15 Martin Quinsonfix the instructions on how to use local installs of...
2023-06-15 Martin QuinsonFix the liveness tests by ignoring the Comm ID memory...
2023-06-15 Martin QuinsonRevalidate the tesh files after the recent MC depends...
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 Adrien Gougeonuse get_unique_data()
2023-06-15 Fred Suteradd a get_unique_data to Extendable and test it in...
2023-06-15 Martin QuinsonExplain the relevant PYTHONPATH when installing from...
2023-06-15 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-15 Martin QuinsonRevalidate the MC tesh files after the recent changes...
2023-06-15 Martin Quinsonre-add --help-coll to the doc now that it's implemented
2023-06-15 Arnaud GierschComplete "smpirun -help" [ci-skip]
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 Arnaud GierschImplement smpirun --help-coll.
2023-06-15 Martin QuinsonTiny doc improvement
2023-06-15 Martin Quinsonimprove the doc of how to select the right algorithm
2023-06-15 Fred Suteradd a get_unique_data to Extendable and test it in...
2023-06-15 Adrien Gougeonadd simgrid::plugins::Token. switch from get_tokens...
2023-06-15 Martin QuinsonExplain the relevant PYTHONPATH when installing from...
2023-06-14 Adrien Gougeonrename get_tokens to get_next_execution_tokens
2023-06-13 Arnaud GierschA few spelling mistakes and many replacements: [Ss...
2023-06-13 Martin QuinsonRevalidate the MC tesh files after the recent changes...
2023-06-13 Martin Quinsonre-add --help-coll to the doc now that it's implemented
2023-06-13 Arnaud GierschComplete "smpirun -help" [ci-skip]
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 Arnaud GierschImplement smpirun --help-coll.
2023-06-13 Martin QuinsonTiny doc improvement
2023-06-13 Martin Quinsonimprove the doc of how to select the right algorithm
2023-06-12 Adrien Gougeontask can now pass tokens (void*) to other tasks. add...
2023-06-09 Arnaud GierschDisable s4u-mc-bugged1-liveness-visited-ucontext only.
2023-06-09 Arnaud GierschDisable liveness model-checking tests outside Linux.
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-08 Arnaud GierschFactorize common code to cancel actions when a resource...
2023-06-07 Martin QuinsonMerge branch 'master' into 'master'
2023-06-07 mlaurentFix CI tests
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 GierschRemove unused parameters (sonar).
2023-06-07 Arnaud GierschConnect the right signal.
2023-06-07 Arnaud GierschDeclare functions "const" (sonar).
2023-06-07 Arnaud GierschAnother round of pointer-to-const for sonar.
2023-06-07 Arnaud GierschUse xbt_die instead of xbt_assert(false).
2023-06-07 Arnaud GierschDisable maybe throwing move constructor (sonar).
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 Arnaud GierschSort MANIFEST.in.
2023-06-06 mlaurentFew more CI tesh fixing
2023-06-06 mlaurentFix stat order for CI tests
2023-06-06 Arnaud GierschFix build without MC.
2023-06-06 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-06 mlaurentFix Manifest.in
2023-06-06 Arnaud GierschClang-tidy: readability-qualified-auto.
2023-06-06 Arnaud GierschDefine classes with "class".
2023-06-06 Arnaud GierschPostpone the destruction of Task::current_activity_.
2023-06-06 Arnaud GierschVarious cleanups in Task plugin.
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 QuinsonInstall package non-interactively on CI
2023-06-05 Martin QuinsonAnother struct/class mismatch between forward declarati...
2023-06-05 Martin QuinsonEnable the ODPOR/SDPOR tests in default builds also
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 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
next