Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add clean-atexit test
[simgrid.git] / src / mc /
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-27 Martin QuinsonRename some activity/SynchroBlah into activity/BlahImpl...
2017-05-26 Martin Quinsonfix MC on 32bits
2017-05-26 Martin Quinsonfurther useless cleanups
2017-05-26 Martin Quinsonmore than 100 codacy treats, not bad
2017-05-26 Martin Quinsonchop, chop, chop includes
2017-05-25 Martin Quinsoncut some more includes
2017-05-24 Martin Quinsonremove some useless includes
2017-05-24 Martin Quinsoncosmetics: kill a useless redundent declaration
2017-05-24 Martin Quinsonthis header file is much less interesting now that...
2017-05-24 Martin Quinsonmove some public MC prototypes to a public header file
2017-05-24 Martin Quinsonrename simix::Mutex to simix::MutexImpl
2017-05-23 Martin Quinsonremove an empty file
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-23 Martin Quinsonremove (void) in C++
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 Suterbummer
2017-05-22 Frederic Suterstart reducing smells in MC code
2017-05-21 Martin Quinsonkill an unreachable statement (thanks sonar)
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-20 Martin QuinsonRemove an empty file (thx, sonar)
2017-05-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-12 Martin Quinsonfix non-MC builds
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-08 Martin Quinsondo not load internal_config.h from mc.h
2017-05-08 Martin Quinsongrmbl
2017-05-08 Martin Quinsonstop forbidding semaphores and cond variables in model...
2017-05-07 Martin Quinsonreduce the amount of includes
2017-05-05 Martin Quinsonprefix all macro defined in public simgrid_config.h...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-29 Martin Quinsonfix some doxygen errors
2017-04-29 Martin QuinsonHide a gcc attribute that drives doxygen nuts
2017-04-24 Martin Quinsonintroduce type aid_t for Actor's ID (ie, PID)
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Martin Quinsonhttp://abstrusegoose.com/432
2017-04-12 Martin QuinsonMC: further snapshot comparison simplifications
2017-04-12 Martin QuinsonThis is a for loop
2017-04-12 Martin QuinsonMC: snapshot comparison simplification
2017-04-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-11 degommeYet another dlopen merge
2017-04-11 Martin Quinsontypos
2017-04-10 Martin QuinsonMC: this bug was disabling state equality detection
2017-04-10 Martin Quinsontypos
2017-04-10 Martin Quinsonbetter handling of the MC debug on unknown simcalls
2017-03-22 Martin Quinsondoxygen fixups
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Martin Quinsonfix copyright years and other psychotic cleanups
2017-03-07 degommeTry to have MC accept C++ requests... One assert commen...
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin QuinsonCleanups
2017-02-22 degommesomehow off_t is not enough there, and ends up being...
2017-02-22 degommeThis should be an off_t (breaks some 32 bits systems)
2017-02-10 Martin Quinsoneasily please sonar
2017-02-10 Martin Quinsonsplit simix::MailboxImpl to its own files
2017-02-10 degommeignore new lib for freebsd (used by libevent)
2017-02-07 Martin Quinsonmore info to the user.
2017-02-01 Martin QuinsonFix MC builds, bummer
2017-02-01 Martin Quinsontry to speed up some some traversals
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-19 Martin Quinsonplease sonar, even if it is really pesky sometimes
2017-01-19 Martin QuinsonMake SIMIX_process_from_PID much faster
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
2017-01-14 Martin Quinsoncosmetics to make the SafetyChecker even easier to...
2017-01-12 Matthieu VolatReally remove (commented) alternative method of resolve...
2017-01-12 Matthieu VolatSanitize the rest of dwarf operation regarding stack...
2017-01-12 Matthieu VolatComment not working code in resolve_member() (before...
2017-01-12 Matthieu VolatFix an undefined C behavior.
2017-01-09 Martin Quinsonuseless cosmetics
2017-01-08 Martin Quinsonsmx processes are now called actors, avoiding confusion...
2017-01-08 Martin Quinsonignorable cosmetics
2017-01-08 Martin QuinsonInitialize a field in the constructor (+cosmetics)
2017-01-08 Martin Quinsoncosmetics
2017-01-07 Martin Quinsonturn a factory function into the constructor
2017-01-07 Martin Quinsondo the initialization in the constructor
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2017-01-06 Martin Quinsonkill an unused static function
2017-01-06 Martin Quinsonif reductionMode_ is dpor, then it's not none. True...
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-28 Martin Quinsonfix some typos found by the debian packaging tools
2016-12-20 Matthieu VolatCheck that scope is non-NULL pointer.
2016-12-15 Martin QuinsonMC: ignore a new boost-related library
2016-12-15 Martin Quinsonfix MC build with paranoid flags
next