Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-03-08 Maxwell PirtleBegin filling in computations of ex(C) and en(C)
2023-03-08 Maxwell PirtleFix logic for mutual conflict between two events
2023-03-08 Maxwell PirtleAdd conflict-free invariant check to Configuration
2023-03-08 Maxwell PirtleAdd preliminary tests for checking event conflicts
2023-03-08 Maxwell PirtleAdd conflict detection to EventSet
2023-03-07 Maxwell PirtleAdd ability to restrict maximum subset size
2023-03-07 Maxwell PirtleAdd asserts for Configuration vs EventSet
2023-03-07 Maxwell PirtleAllow iteration over maximal subsets of an EventSet
2023-03-07 Maxwell PirtleMove topological ordering to EventSet
2023-03-07 Maxwell PirtleRename `EventSet::is_maximal_event_set()`
2023-03-07 Maxwell PirtleAdd some basic tests for variable_for_loop
2023-03-06 Maxwell PirtleWrite maximal_subsets_iterator_wrapper with xbt utils
2023-03-06 Maxwell PirtleFix edge cases in variable_for_loop
2023-03-06 Maxwell PirtleWrite LazyPowerSet in terms of iterator_wrapper
2023-03-06 Maxwell PirtleAdd iterator_wrapping convenience container
2023-03-06 Maxwell PirtleAdd first implementation of variable for-loop
2023-03-06 Maxwell PirtleAdd computation for minimally reproducible sets
2023-03-06 Martin Quinsonsthread: Add a way to verify accesses to non-reentrant...
2023-03-06 Martin QuinsonCosmetics in sthread output when not using SMPI
2023-03-06 Arnaud GierschEnable compile optimizations when tests will be run.
2023-03-05 Arnaud GierschMissing ']'
2023-03-05 Arnaud GierschFix compilation error with clang 11.0.1.
2023-03-05 Arnaud GierschEnable _GLIBCXX_DEBUG for one of the builds.
2023-03-05 Arnaud GierschSonar smells.
2023-03-05 Martin QuinsonMerge branch 'maximal-subset-search' into 'master'
2023-03-05 Arnaud GierschDon't clear flops_amount on ExecImpl::reset.
2023-03-05 Arnaud GierschQuick tests show that currentContainer is always empty...
2023-03-04 Arnaud GierschWalking the stack in the forward direction gives the...
2023-03-04 Arnaud GierschSimplify assertions.
2023-03-04 Augustin Degommetry to use another mattermost action, as the main one...
2023-03-04 Augustin Degomme[ci-skpi] fix sending of messages, and do parallel...
2023-03-04 Augustin Degommeassume mmap is not functional for us on macos>=11 as...
2023-03-04 Augustin Degomme[ci skip] remove spurious line
2023-03-04 Augustin Degommeadd macos build to github action, untested
2023-03-04 Augustin Degommeremove ns3 from ubuntu stable and github actions, as...
2023-03-03 Martin QuinsonFix a useless change -- and go get some sleep
2023-03-03 Martin QuinsonBump cmake to at least 3.12
2023-03-03 Martin Quinsonpython3-dev is another dependency of the Python bindings
2023-03-03 Martin QuinsonReindent -- almost no real change
2023-03-03 Arnaud GierschForgot to add c++17g to the "ignore" list.
2023-03-03 Martin Quinsonfix MC + gcc builds
2023-03-03 Martin QuinsonMove the implem of a function out of the header to...
2023-03-03 Martin QuinsonMove the PageStore from ModelChecker to RemoteApp
2023-03-03 Maxwell PirtleCorrect MANIFEST.in according to `make distcheck`
2023-03-03 Maxwell PirtleFilter events before performing iteration
2023-03-02 Martin QuinsonMove the stats of visited_states count from ModelChecke...
2023-03-02 Martin QuinsonMove the dot_output from ModelChecker to Exploration
2023-03-02 Martin QuinsonOne reference to the global singleton mc_model_checker...
2023-03-02 Martin QuinsonRename some fields to obey our coding standard
2023-03-02 Martin QuinsonAllow to call SMPI_app_instance_start() once the simula...
2023-03-02 Arnaud GierschZero-initialize more messages.
2023-03-02 Maxwell PirtleFix subtle implementation bug with maximal set filtering
2023-03-02 Arnaud GierschMessage is retrieved as an unsigned long (according...
2023-03-02 Maxwell PirtleAdd working implementation of maximal_subsets_iterator
2023-03-02 Martin QuinsonFix a typo found by clang in MC builds
2023-03-02 Maxwell PirtleClean up maximum_subsets_iterator
2023-03-02 Arnaud GierschReplace memset(..., 0, ...) with zero-initialization.
2023-03-02 Arnaud GierschZero-initialize messages (essentially their padding...
2023-03-02 Arnaud GierschHelp to identify null values.
2023-03-02 Arnaud GierschLookup only once in map.
2023-03-02 Arnaud GierschUseless assignments to local variable.
2023-03-02 Martin QuinsonGH action: build out of sources
2023-03-02 Martin QuinsonInstall python deps on GHaction + better documentation...
2023-03-02 Maxwell PirtlePass references to `const Unfolding*` in most places
2023-03-02 Martin QuinsonMais quel débile, punaise
2023-03-02 Martin QuinsonMC builds have specific dependencies
2023-03-02 Maxwell PirtleAdd first implementation of maximal_subsets_iterator
2023-03-02 Martin QuinsonGH action: ninja is verbose on error anyway
2023-03-02 Martin QuinsonGH action: use the correct package name
2023-03-02 Martin Quinsongh action: we need 'sudo' here
2023-03-02 Martin QuinsonGH action: install deps
2023-03-02 Martin QuinsonGH action: use existing runners
2023-03-02 Martin Quinsonmessing with git actions
2023-03-02 Martin QuinsonFix yaml syntax :(
2023-03-02 Martin QuinsonAdd a github action to test our git on Debian11, regula...
2023-03-02 Henri CasanovaPass on documentation's Design Goals section
2023-03-01 Henri CasanovaMore work on the documentation's Models section
2023-03-01 Martin QuinsonNew function SMPI_app_instance_start() to easily start...
2023-03-01 Martin QuinsonTry to fix a fixme blindly, just in case it was easy
2023-03-01 Henri CasanovaPass on the documentation's Introduction page. Minor...
2023-03-01 Maxwell PirtleUse boost::iterator_facade for History::Iterator
2023-02-28 Martin QuinsonFix make distcheck
2023-02-28 Augustin DegommeMerge branch 'udpor-phase3' into 'master'
2023-02-28 Maxwell PirtleAdd src/xbt/.../subsets_tests.cpp to manifest file
2023-02-28 Maxwell PirtleRemove CompatibilityGraph and friends
2023-02-28 Maxwell PirtleAdd tests for LazyKSubsets and LazyPowerset
2023-02-28 Maxwell PirtleAdd LazyPowerSet and LazyKSubsets
2023-02-28 Maxwell PirtleAdd more comments to subsets_iterator implementation
2023-02-28 Maxwell PirtleAdd powerset_iterator to simgrid::xbt
2023-02-28 Maxwell PirtleUse boost::iterator_facade for subsets_iterator
2023-02-28 Arnaud GierschUpdate .mailmap [ci-skip]
2023-02-28 Martin Quinsondoc: Rework the intro pages
2023-02-27 Maxwell PirtleRemove subsets.cpp file
2023-02-27 Maxwell PirtleAdd "working" (but untested) implementation of iterativ...
2023-02-27 Maxwell PirtleAdd first "implementation" of k-subsets iterator
2023-02-27 Maxwell PirtleAdd iterator files to xbt/utils
2023-02-27 Martin QuinsonPlug a memleak + experience that code out of the MC...
2023-02-27 Martin Quinsoncosmetics in docs
2023-02-27 Martin QuinsonAsynchronous locks and fluid I/O streams were aded...
2023-02-27 Martin QuinsonAdd 3 figures to the design goals + minor rewording
next