Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please codacy: use long form of negation in C++
[simgrid.git] / src / mc / checker /
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-23 Frederic Sutera few more smells
2017-05-22 Frederic Suterfew smells less in MC
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-22 Frederic Suterstart reducing smells in MC code
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-20 Martin QuinsonRemove an empty file (thx, sonar)
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-07 Martin Quinsonreduce the amount of includes
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-10 Martin QuinsonMC: this bug was disabling state equality detection
2017-04-10 Martin Quinsontypos
2017-03-07 degommeTry to have MC accept C++ requests... One assert commen...
2017-02-10 Martin Quinsonsplit simix::MailboxImpl to its own files
2017-02-07 Martin Quinsonmore info to the user.
2017-01-26 Martin QuinsonMC: cosmetics
2017-01-25 Martin QuinsonMC: comment, rename stuff, don't change anything profund
2017-01-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-01-22 Martin Quinsoncosmetics
2017-01-21 Martin Quinsontry to make SafetyChecker a bit easier to read
2017-01-16 Martin Quinsonclang-format broke my commit
2017-01-16 Martin Quinsoncontinue to split the source code of MC. Split remoting
2017-01-16 Martin Quinsoncosmetics
2017-01-16 Martin Quinsoninline some functions to make livenessChecker more...
2017-01-15 Martin Quinsoncosmetics
2017-01-14 Martin Quinsonfurther cleanups to the SafetyChecker
2017-01-14 Martin QuinsonMC: use exceptions to report errors, not integer return...
2017-01-14 Martin Quinsonmove the checker algorithms to their own directory