Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'depencencies' of https://framagit.org/simgrid/simgrid into depencencies
[simgrid.git] / src / mc /
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-24 Augustin Degommeattempt to please clang11
2020-01-09 Arnaud GierschPass large parameter by address.
2020-01-08 Arnaud Giersch[sonar] Use std::move with rvalue references.
2020-01-07 Frederic Suter[sonar] don't mix public/private data members
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud GierschSonar consts of the day.
2019-12-28 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-28 Arnaud GierschCosmetics: use 's_xbt_mheap_t' instead of 'struct mdesc'.
2019-12-27 Arnaud Giersch[sonar] Don't remove const qualification with cast.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud GierschUnused code.
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-22 Arnaud GierschObey coding standard for the field names in mc:State.
2019-12-20 Arnaud Giersch[sonar] Fix casts to pointer type without const qualifier.
2019-12-18 Frederic Sutercodefactor: a few more annoying spaces
2019-12-17 Frederic Suteranother bunch of cleanups
2019-12-16 Frederic Sutermornign cleanups
2019-12-13 Frederic Suteryet another bunch of cleanups
2019-12-10 Frederic Sutercosmetics and damn 32-bit fix
2019-12-09 Frederic Suteranother bunch of codefactor style issues
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-12-06 Augustin Degommestill some missing includes.
2019-12-06 Frederic Suteradd missing include for smpi_options
2019-12-06 Frederic Suteradd missing include for smpi_options
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-06 Arnaud GierschHAVE_SMPI is always defined (maybe to 0).
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschAvoid division by zero.
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Augustin Degommefix build with MC + no SMPI
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin Degommehelp mc initialize smpi options.
2019-12-04 Augustin Degommefix MC build
2019-11-29 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-29 Augustin Degomme1 a.m. lazy commit. Plenty of new libs appeared on...
2019-11-28 Augustin Degomme2-8 is matched as a version number and stripped from...
2019-11-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-28 Martin QuinsonMC: also ignore a library that has multiple read-only...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-10 Arnaud GierschSlightly reorganize log categories; remove unused ones.
2019-11-02 Martin QuinsonThe parenthesis of SG_BEGIN_DECL fools doxygen. Get...
2019-10-24 Arnaud GierschRemove duplicate error message, and use xbt_assert.
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-21 Martin QuinsonUse xbt_assert instead of 'if() xbt_die'
2019-10-20 Arnaud GierschAdd "explicit" keyword.
2019-10-20 Arnaud GierschKill dead stores.
2019-10-20 Arnaud GierschReduce scope for variables.
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-24 Frederic SuterMerge branch 'master' into disk
2019-09-24 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-23 Martin QuinsonDon't mandate C++14 as some build daemons still don...
2019-09-23 Martin QuinsonMC: switch to xxhash as a (fast) hashing function.
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-13 Martin QuinsonMC: rename some methods to make their intent clear
2019-09-10 Frederic SuterMerge branch 'master' into disk
2019-09-09 Martin Quinsoncosmetics in the wanna be MC's simcall observer
2019-09-01 Martin QuinsonDon't name the unused parameter of this callback
2019-08-31 Gene CoopermanSpelling fixes & a few cases of polishing the English...
2019-08-27 Augustin Degommefix mc build with gcc10
2019-08-27 Arnaud GierschFix: undefined reference to `typeinfo for simgrid:...
2019-08-25 Martin QuinsonDPOR: improve debug messages
2019-08-18 Martin Quinsonswitch to infty buffering for now as some tests are...
2019-08-18 Martin QuinsonApply the default settings of 'smpi/buffering' too
2019-08-17 Martin QuinsonNew MC option: smpi/buffering, to control MPI buffering
2019-08-17 Martin Quinsonfix non-MC builds
2019-08-17 Martin Quinsonuse assignment to non-trivial class rather than artific...
2019-08-15 Martin Quinsonsmall comments improvements around a complex code
2019-08-15 Martin QuinsonIntroduce a class mc::SimcallInspector, that allows...
2019-08-15 Martin QuinsonMC: rename processes to actors
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-15 Martin Quinsonstart to make generic simcalls observable from the MC
2019-08-09 Martin QuinsonFix GCC+MC builds
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-08-08 Martin Quinsonanother assert to make one segfault more explicit
2019-08-08 Martin Quinsonnamespacify a global function of SIMIX
2019-07-29 Martin QuinsonMC: kill a useless function
2019-07-26 Martin Quinsonsafety: give some basic logging at verbose level already
2019-07-21 Augustin DegommeMerge branch 'master' into 'master'
2019-07-21 Samuel ThibaultMC: complete workaround in the error msg seen on modern...
2019-07-16 Arnaud GierschCosmetics.
2019-07-14 Martin QuinsonMC: provide a workaround in the error msg seen on moder...
2019-07-12 Arnaud Giersch[sonar] Preserve const qualifier with cast.
2019-07-12 Arnaud Giersch[sonar] More dead code.
2019-07-11 Arnaud Gierschmc: better way to check if address is on heap.
2019-07-11 Arnaud GierschDead code.
2019-07-11 Martin Quinsonprefer to fail stop instead of logging
2019-07-11 Arnaud Gierschfx
2019-07-11 Arnaud Gierschmc/compare: cleanup++
2019-07-11 Arnaud Gierschmc/compare: const/ref
2019-07-11 Arnaud Gierschmc: const seems wrong here.
2019-07-11 Arnaud Gierschmc/compare: factorize code.
2019-07-11 Arnaud Gierschmc/compare: cosmetics.
2019-07-11 Arnaud Gierschmc/compare: change heap comparision functions to return...
next