Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 Martin QuinsonMais quel débile, punaise
2023-03-02 Martin QuinsonMC builds have specific dependencies
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-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
2023-02-27 Martin QuinsonUpdate release notes
2023-02-27 Maxwell PirtleFix most of the remaining code warnings
2023-02-27 Maxwell PirtleAdd default method for constructing full graph
2023-02-27 Maxwell PirtleAdd predicate filtering to compatibility graph comp
2023-02-27 Maxwell PirtleFix most cosmetics and code warnings
2023-02-27 Maxwell PirtleCreate a private struct to hold search data
2023-02-27 Maxwell PirtleAdd first go at compatibility graph construction
2023-02-27 Maxwell PirtleAdd first steps towards an implementation of ex(C)
2023-02-27 Maxwell PirtleAdd CompatibilityGraph and CompatibilityGraphNode
2023-02-26 Augustin Degomme[ci skip] add lstdc++ to bigdft flags as well
2023-02-26 Augustin Degommebigdft - attempt at fixing build error with new C+...
2023-02-26 Martin QuinsonAllow to control the problem size from the cmd line...
2023-02-26 Martin QuinsonRevalidate a tesh file (result of a merge error)
2023-02-26 Martin QuinsonUse bool for booleans
2023-02-26 Martin QuinsonKill a now useless field
2023-02-26 Martin QuinsonMerge branch 'master' into 'master'
2023-02-26 Martin QuinsonAlso detect the disk failures
2023-02-26 Martin QuinsonFurther simplify the way host failures are detected
2023-02-25 Martin QuinsonSimplify the way Execs detect host failures
2023-02-24 Martin QuinsonRevert "Include the output of this test in the tesh...
2023-02-24 Martin QuinsonBummer :(
2023-02-24 Arnaud GierschClear timeout detectors on finish().
2023-02-24 Arnaud GierschFill cmdline_ for each instance of EngimeImpl.
2023-02-24 Arnaud GierschUpdate sonar-project.properties [ci-skip]
2023-02-24 Martin QuinsonTwo more random hints to contributors (and reindent...
2023-02-24 Martin QuinsonAdd some Noteworthy tests to the Contributor's doc
2023-02-24 Martin QuinsonWhen the chaos monkey is invoked with nothing to do...
2023-02-24 Martin QuinsonInclude the output of this test in the tesh file, becau...
2023-02-24 Martin QuinsonAllow to specify the parameters on the command line...
2023-02-24 Martin QuinsonMerge branch 'udpor-phase2' into 'master'
2023-02-24 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-24 mlaurentfix the done marking of multiple times taken transitions
2023-02-24 Maxwell PirtleAdd complicated topological sort test
2023-02-24 Maxwell PirtleAdd first unit tests for topological sorting
2023-02-24 Maxwell PirtleAdd topological sort of configuration events
2023-02-24 Martin QuinsonDocument more changes, and update the Release Notes
2023-02-24 Martin QuinsonAdd a comment on why we need such a callback
2023-02-23 Martin QuinsonMerge ActivityImpl::post() and ::finish()
2023-02-23 Martin QuinsonDo not clean twice in Activity::post(), so that even...
2023-02-23 Fred Suteruniformization: call post that calls finish
2023-02-23 Martin QuinsonRevert "Get ready for more versions of ns3"
2023-02-23 Martin QuinsonSanitize the handling of timeouts in CommImpl, ExecImpl...
2023-02-23 Arnaud GierschFix distcheck.
2023-02-23 Martin QuinsonPrefer ActivityImpl::post() to ::finish() that should die
2023-02-23 Martin QuinsonGet ready for more versions of ns3
2023-02-23 Arnaud GierschComment out unused private fields (fix compilation...
2023-02-23 Arnaud GierschMerge branch 'simgrid-udpor-integration' into 'master'
2023-02-23 Arnaud GierschUseless casts to (void*).
2023-02-23 Arnaud GierschComment is not relevant anymore.
2023-02-23 Arnaud GierschUse type aid_t for an actor's PID.
2023-02-23 Arnaud GierschMore Sonar issues.
2023-02-23 Arnaud GierschUse normal strings instead of f-strings (Sonar).
2023-02-23 Arnaud GierschUse C++17's std::scoped_lock where appropriate.
2023-02-23 Arnaud GierschDon't access variable ouside of the critical section.
2023-02-23 Arnaud GierschVarious cleanups.
2023-02-22 mlaurenttransitions in the same actor are dependent
2023-02-22 Martin QuinsonPartially revert 2ad536e710c5936ff8e525e4bbb5e7046f292a...
2023-02-22 Martin QuinsonImplement the semaphore functions in sthread
2023-02-22 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
next