Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use simgrid::xbt::Path instead of xbt_{base,dir}name in C++ files.
[simgrid.git] / src / mc /
2017-10-25 Arnaud GierschUse simgrid::xbt::Path instead of xbt_{base,dir}name...
2017-10-21 Arnaud GierschReplace single case switch by an if.
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-18 Arnaud GierschAdd default case to switch statements.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-17 Arnaud GierschMove macro definitions out of namespace.
2017-10-16 Arnaud GierschReplace some more malloc/free.
2017-10-16 Arnaud GierschUse simgrid::xbt::string_printf.
2017-10-16 Arnaud GierschSonar asked to end this switch cases with an unconditio...
2017-10-16 Arnaud GierschRewrite without goto going backward.
2017-10-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-16 Arnaud GierschExplicitly use default ctor/dtor.
2017-10-16 Arnaud GierschKill useless empty functions.
2017-10-16 Arnaud GierschAdd comments to acknowledge empty functions (and please...
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschUse a C++ string instead of char* for mailbox name.
2017-10-14 Arnaud GierschAdd a method to get the string_data from a simgrid...
2017-10-14 Arnaud GierschCosmetics: remove redundant "case" clause.
2017-10-14 Arnaud GierschCosmetics: remove redundant access specifier.
2017-10-12 Frederic Suterminor smell--
2017-10-11 Arnaud GierschReplace some malloc/free by C++ new/delete.
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschApply clang-format on previously renamed files.
2017-10-10 Arnaud GierschSort include lists according to clang-format.
2017-10-10 Arnaud GierschUse C++ style includes when available.
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRemove useless #ifdef __cplusplus from hpp files.
2017-10-10 Arnaud GierschFile smpi/include/private.h cannot be compiled in C...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-09 Arnaud GierschChange some struct to class.
2017-10-05 Arnaud GierschReduce scope for variable.
2017-10-04 Arnaud GierschRemove side effects from right hand operands of &&...
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-10-04 Martin Quinsoncosmetics in field names (and fix MC builds)
2017-10-04 Martin Quinsonsonar cleanups
2017-10-04 Arnaud GierschRemove useless includes for xbt/str.h.
2017-10-04 Martin Quinsoncodacy
2017-10-04 Martin Quinsoncodacy
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-27 Arnaud GierschAdd explicit keyword, and remove default value for...
2017-09-22 Arnaud GierschSet (accidentally removed) SOCK_CLOEXEC again.
2017-09-22 Arnaud Gierschmc/remote: switch to socket type SOCK_SEQPACKET to...
2017-09-22 Arnaud GierschReally kill the process.
2017-09-20 Arnaud GierschRemove dead assignments spotted by scan-build.
2017-09-15 Arnaud GierschThrow exception by value.
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-09 Arnaud GierschIndentation.
2017-08-29 Arnaud GierschC++-style casts.
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschTrivial formatting issues.
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-10 Martin Quinsoncodacy
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschUse std::vector instead of dynar in simix_global (proce...
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschFix signedness errors in format strings.
2017-07-27 Arnaud GierschUse C++ style includes when available.
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-24 Martin Quinsonahem
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-22 Martin Quinsoncodacy
2017-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-21 Frederic Sutersimcall_mutex_unlock is back but keep the simplificatio...
2017-07-21 Martin Quinsonsonar
2017-07-21 Frederic Suterplease sonar (initialization lists) + reindent
2017-07-20 Frederic Sutercleanups
2017-07-20 Arnaud GierschAdd missing calls to XBT_LOG_CONNECT.
2017-07-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-18 Martin QuinsonMC: checker kindly ask the app whether an actor is...
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-17 Martin Quinsoncosmetics and comments
2017-07-17 degommeBig move of all SMPI files in subfolders because it...
2017-07-17 Frederic Sutercodacy treats
2017-07-17 Martin Quinsonfix non-MC builds
2017-07-17 Martin Quinsonuntangle a tiny bit checker algo and enabled actor
2017-07-16 Martin Quinsonremove one layer of calls
2017-07-16 Martin Quinsoncosmetics
2017-07-16 Martin Quinsonthis is a hpp header
2017-07-16 Martin Quinsoncosmetics
2017-07-16 Martin Quinsonfurther cleanups of the MC protocol (and fix its build :)
2017-07-16 Martin QuinsonMC: rename process into RemoteClient
2017-07-16 Martin Quinsoncleanups in the MC protocol
2017-07-13 Martin Quinsoncodacy
2017-07-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-09 Martin Quinsonsonar & codacy
2017-07-08 Martin Quinsoncodacy
2017-07-07 Martin Quinsonfix MC builds
2017-07-06 Christian Heinrich[MC] Missing include of smpi/private.hpp
2017-07-06 Christian Heinrich[SMPI] Make spelling uniform: privatisation -> privatiz...
next