Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
attempt to fully trace ptasks
[simgrid.git] / src / mc /
2018-07-04 Martin Quinsontry to fix the build on centos
2018-07-04 Martin Quinsonbetter integration of the new MC unit tests
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-07-04 Martin Quinsonremove the old-style MC unit tests
2018-07-04 Martin Quinsonmove libsosp into its own directory
2018-07-04 Martin Quinsonreduce the adhesion from wannabe libsosp to the rest...
2018-07-02 Martin Quinsonkill some include directives
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-06-29 onesphoreMinor changes
2018-06-28 onesphoreFragmented the tests into smaller test cases.
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-27 Arnaud GierschComment unused function parameters.
2018-06-27 onesphoreminor changes.
2018-06-26 Arnaud GierschTry to please Sonar about redundant forward declaration...
2018-06-26 onesphoreMinor cosmetic changes.
2018-06-26 onesphoreunit test file names changed.
2018-06-26 onesphorereplaced BOOST_TEST with BOOST_CHECK_EQUAL/BOOS_CHECK_M...
2018-06-25 onesphoreremoved those files for now.
2018-06-25 onesphoreChanged the 2 unit tests, snapshot and PAGESTORE, into...
2018-06-25 onesphoreAdded a new test.
2018-06-23 Martin Quinsonanother attempt at fixing the include madness in mc...
2018-06-23 Martin Quinsonfix mac builds
2018-06-23 Martin QuinsonMerge pull request #272 from mpoquet/SMPI_convert
2018-06-23 Martin Quinsonuntangle a bit mc header files
2018-06-23 Martin Quinsoncut some includes in MC
2018-06-21 onesphoreNow it builds.
2018-06-20 onesphoreAdding unit tests.
2018-06-20 onesphoreModified snapshot and pagestore tests.
2018-06-16 Martin Quinsonmv simgrid_config.h simgrid/config
2018-06-01 Arnaud GierschSnake casing simgrid::xbt::Path.
2018-06-01 Arnaud GierschBe more liberal when matching extension for library...
2018-05-27 Arnaud GierschConvert enum class SmpiPrivStrategies tu upper case.
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.
next