Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
make k:r:Cpu::speed_per_pstate_ private as it should
[simgrid.git] / src / mc /
2018-04-19 Arnaud GierschConvert last bits from the xbt/config C interface.
2018-04-19 Arnaud GierschRemove redundant variable.
2018-04-18 Arnaud GierschConvert MC config parameters to C++ API, and move their...
2018-04-18 Arnaud GierschClean up duplicated declarations for mc_config variables.
2018-04-18 Arnaud GierschCreate mc_config.hpp for MC's configuration stuff.
2018-04-18 Arnaud GierschFactorize code (and fix message).
2018-04-18 Arnaud GierschConvert some config flags to C++ API.
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Arnaud GierschRename instr_interface.h and mc_ignore.h to .hpp.
2018-04-16 Arnaud GierschRemove unneeded extern "C".
2018-04-13 Arnaud GierschKill unused DynarRange; move newDeleteDynar() in dynar.h.
2018-04-09 Martin Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-09 Arnaud GierschRewrite without delegated constructor.
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-03 Arnaud GierschKill useless typedef s_smx_simcall_t.
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Arnaud GierschUse enum class for smpi privatization strategies.
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-28 Arnaud GierschUse C++'s true/false.
2018-03-25 Martin Quinsonfix MC builds
2018-03-19 Arnaud GierschUse an ActorPtr as parameter to smpi_switch_data_segemnt.
2018-03-16 Arnaud GierschMC: add icc libs to filtered_libraries.
2018-03-16 Arnaud GierschAdd explicit cast for negative to unsigned conversion.
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommelaste batch tonight
2018-03-13 Augustin Degommemore bad fixes
2018-03-08 Arnaud GierschBreak nested condinationalsi (sonar).
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
next