Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix most of spelling mistakes in src/
[simgrid.git] / src / mc /
2020-06-12 Augustin DegommeFix most of spelling mistakes in src/
2020-05-25 Martin QuinsonMC: inline a function
2020-05-10 Martin QuinsonPlease the checkers (sonar, codacy)
2020-05-10 Martin QuinsonFix MC on FreeBSD
2020-05-10 Martin Quinsonstick to our coding standards: fields must have a trail...
2020-05-10 Martin QuinsonMC: obey to the rule of 5 to please sonar
2020-05-10 Martin QuinsonFix MC+SMPI builds
2020-05-09 Martin QuinsonMC: Further renamings
2020-05-06 Martin QuinsonMC: actually remove the comm channel from RemoteClientM...
2020-05-06 Martin QuinsonMC: rename remote/RemoteClient -> remote/RemoteClientMe...
2020-05-06 Martin QuinsonMC: move a function around + cosmetics
2020-05-06 Martin QuinsonMC: inline a trivial function
2020-05-06 Martin QuinsonMC: rename remote/EventLoop into remote/CheckerSide
2020-05-06 Martin QuinsonMC: rename remote/Client into remote/AppSide
2020-05-06 Martin QuinsonExtra header needed by FreeBSD to know SIGCHILD
2020-05-06 Martin Quinsonsplit a piece of src/mc/ModelChecker.cpp into src/mc...
2020-05-06 Martin QuinsonMC: tiny code simplifications
2020-05-05 Martin Quinsonfurther simplify the MC initialization
2020-05-05 Martin Quinsonsimplify the MC initialization by using only one env...
2020-05-05 Martin QuinsonRemove a useless call in MC initialization
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-25 Frederic Suternamespacing cosmetics
2020-03-20 Augustin Degommefix copypaste issue
2020-03-19 Augustin Degommeadd libssh2 to exclusions to please manjaro
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-27 Arnaud Giersch[sonar] Declare move constructors with "noexcept".
2020-02-06 Arnaud GierschReplace usage of <random> with <xbt/random.hpp>.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Martin QuinsonMC: various cleanups done while debugging something
2020-01-29 Martin QuinsonMC: when exec()ing the app, first pass any parameters...
2020-01-28 Arnaud GierschKill obsolete TODO.
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
next