Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not mix the enums (good catch, sonar)
[simgrid.git] / src / mc /
2018-02-13 Arnaud GierschKill unused private function MC_dwarf_at_linkage_name().
2018-02-13 Arnaud GierschKill unused private function MC_compare_frame_index_ite...
2018-02-13 Arnaud GierschKill function declarations without definitions.
2018-02-13 Arnaud GierschKill unused private function MC_snapshot_memcmp().
2018-01-09 Arnaud GierschRemove XBT_LOG_CONNECT, it should be useless nowadays.
2017-12-26 Martin Quinsonmove MutexImpl to the right namespace
2017-12-26 Martin Quinsonsplit MutexImpl into their own files
2017-12-14 Martin Quinsonfix some of the many doxygen warnings
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::mc::RemotePtr constructor.
2017-12-05 Arnaud GierschMove default case at the end of the switch.
2017-12-05 Arnaud GierschMC: maintain a copy of simix_global->process_to_destroy...
2017-12-04 Arnaud GierschConvert simix synchro' sleeping lists to boost::intrusi...
2017-12-03 Arnaud GierschRemove useless include.
2017-12-03 Arnaud GierschRemove unused swag hookups.
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-20 Arnaud GierschUse method get() instead of &* for intrusive_ptr.
2017-11-19 Arnaud GierschFix 32bits builds.
2017-11-19 Arnaud GierschUse already existing simgrid::xbt::demangle().
2017-11-08 Arnaud GierschUse a more specific exception.
2017-11-08 Arnaud GierschClang needs pointers to be explicitely casted here.
2017-11-05 Martin Quinsonconvert src/mc/mc_replay.h into mc_replay.hpp (+ don...
2017-11-04 Frederic Suterclang again
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-11-02 Arnaud GierschSonar smells of the day.
2017-11-01 Arnaud GierschSonar: extract assignment from expression.
2017-11-01 Arnaud GierschRemove useless typedefs.
2017-11-01 Arnaud GierschRemove redundant conditional.
2017-10-31 Arnaud GierschUse a static map for dwarf attr and tag names.
2017-10-28 Arnaud GierschUse "using" to import method from base class.
2017-10-28 Arnaud GierschSonar: remove unused private fields.
2017-10-28 Arnaud GierschSonar: remove nested blocks.
2017-10-28 Arnaud GierschSonar: use public inheritance.
2017-10-28 Arnaud GierschSonar: replace "switch" statement by an "if".
2017-10-28 Arnaud GierschSonar: move extern "C" declarations out of namespaces.
2017-10-28 Arnaud GierschSonar: remove redundant jumps.
2017-10-28 Arnaud GierschRewrite without using c++11 regex which are not functio...
2017-10-28 Arnaud GierschTry to fix regexes with older gcc.
2017-10-28 Arnaud GierschUse c++ regex and string.
2017-10-28 Arnaud GierschUse new/delete.
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-25 Arnaud GierschAdd some "explicit" keyword (sonar, codacy).
2017-10-25 Arnaud GierschMerge if statements.
2017-10-25 Arnaud GierschUse simgrid::xbt::Path instead of xbt_{base,dir}name...
2017-10-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
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.
next