Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2020-11-27 Arnaud GierschAssert that *request != MPI_REQUEST_NULL, and remove...
2020-11-27 Arnaud GierschDeclare function 'const'.
2020-11-27 Arnaud GierschFinish replacing calloc with xbt_new0 in example.
2020-11-26 Arnaud GierschUnnecessary semicolon (codefactor).
2020-11-26 Arnaud Giersch[pvs] Simplify expression.
2020-11-26 Arnaud Giersch[pvs] The conditional expressions of the 'if' statement...
2020-11-26 Arnaud GierschDead code: xbt_malloc won't fail.
2020-11-26 Arnaud Giersch[pvs] Two or more case-branches perform the same actions.
2020-11-26 Arnaud Giersch[pvs] Don't let field uninitialized.
2020-11-26 Arnaud GierschInitialize variable.
2020-11-26 Arnaud GierschUse a local variable, and hope to fix PVS-studio warning.
2020-11-26 Arnaud GierschDisable some useless warnings for PVS-studio.
2020-11-26 Arnaud Giersch[pvs] Possible overflow. Cast operands of the '1 <...
2020-11-26 Martin QuinsonSpeak of mattermost as a way to reach the community
2020-11-26 Arnaud GierschFix use-after-free.
2020-11-26 Arnaud GierschSet default values.
2020-11-26 Arnaud GierschReduce scope for variables.
2020-11-26 Arnaud GierschUse xbt_new0 (calloc may fail).
2020-11-26 Arnaud GierschCosmetics.
2020-11-26 Arnaud GierschDon't set variable twice.
2020-11-26 Arnaud GierschDon't repeat obvious default values.
2020-11-26 Arnaud GierschCorrectly handle lowercase and default values for route...
2020-11-26 Arnaud Gierschstd::array...
2020-11-25 Arnaud Giersch[pvs] A part of conditional expression is always false...
2020-11-25 Arnaud Giersch[pvs] A part of conditional expression is always false...
2020-11-25 Arnaud Giersch[pvs] Expression 'req' is always true.
2020-11-25 Arnaud Giersch[pvs] Two or more case-branches perform the same actions.
2020-11-25 Arnaud Giersch[pvs] The 'tp' pointer was utilized before it was verif...
2020-11-25 Arnaud Giersch[pvs] The 'gw_src' pointer was utilized before it was...
2020-11-25 Arnaud Giersch[pvs] The 'status' pointer was utilized before it was...
2020-11-25 Arnaud Giersch[pvs] The 'mc_model_checker' pointer was utilized befor...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-11-25 Arnaud Gierschprojet_description: lookup in ModelChecker build too...
2020-11-25 Arnaud GierschFix buffer overflow.
2020-11-25 Arnaud GierschOnce again, use sd::array instead of C-style arrays.
2020-11-25 Arnaud GierschUnused field.
2020-11-25 Arnaud GierschSave another bunch of new/delete.
2020-11-25 Arnaud GierschA binary search can be used here too.
2020-11-25 Arnaud GierschReplace another handmade binary search.
2020-11-25 Arnaud Giersch[sonar] Rename local parameters.
2020-11-24 Arnaud GierschWorks without pointer too.
2020-11-24 Arnaud GierschUse std algorithms for binary search.
2020-11-24 Arnaud Giersch[sonar] Reduce number of 'break' in loop.
2020-11-24 Arnaud GierschKill unused field.
2020-11-24 Arnaud GierschDon't modify loop counter inside of loop body.
2020-11-24 Arnaud GierschFor sonar, remove explicit new/delete.
2020-11-24 Arnaud GierschRevert "Make simgrid::xbt::action_fs a std::unique_ptr."
2020-11-24 Arnaud GierschExplicit cast.
2020-11-24 Arnaud GierschFix ctors for smpi::Datatype.
2020-11-24 Arnaud GierschUse a lambda for comparator.
2020-11-23 Arnaud GierschCleanups in smpi::Win (use std::vector, and simplify...
2020-11-23 Arnaud GierschMake Datatype::name_ and Win::name_ a std::string.
2020-11-23 Arnaud GierschUse std::unique_ptr with std::ifstream.
2020-11-23 Arnaud GierschMore std::vector's.
2020-11-23 Arnaud GierschOne more std::unique_ptr.
2020-11-23 Arnaud GierschUseless dynamic allocation.
2020-11-23 Arnaud GierschAutomatic memory management with std::unique_ptr.
2020-11-23 Arnaud GierschMake simgrid::xbt::action_fs a std::unique_ptr.
2020-11-23 Arnaud GierschUse std::unique_ptr for Message::answer_.
2020-11-22 Arnaud GierschUpdate simgrid.supp for libcgraph.
2020-11-22 Arnaud GierschRevert "Adapt projet_description again."
2020-11-22 Arnaud GierschAdapt projet_description again.
2020-11-22 Arnaud GierschMore thorough cleaning of /tmp on jenkins.
2020-11-22 Arnaud GierschReally ignore Python 3.8 and later on appveyor.
2020-11-22 Arnaud GierschIt's ok to have only Python3_Interpreter.
2020-11-22 Arnaud GierschSearch for Python3_Development too.
2020-11-22 Augustin Degommeadapt projet_description for new python3 detection
2020-11-22 Arnaud GierschUse ssize_t.
2020-11-22 Arnaud Giersch[sonar] Extract assignment from sub-expression.
2020-11-22 Arnaud GierschGot SIGBUS with std::array; give std::vector a try.
2020-11-22 Arnaud GierschRevert "Use nullptr for recvbuf when myrank != 0."
2020-11-22 Augustin Degommewe use this variable later on
2020-11-22 Augustin Degommepython detection with pythoninterp was deprecated in...
2020-11-21 Arnaud GierschUse nullptr for recvbuf when myrank != 0.
2020-11-21 Arnaud GierschFix test requirement (and add missing semicolon).
2020-11-21 Arnaud GierschKill two unused helper functions.
2020-11-21 Arnaud GierschRemove more new/delete, this time for lmm::System in...
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-21 Arnaud GierschAdapt to std::vector.
2020-11-21 Arnaud GierschReplace dynamic C-style arrays with std::vector.
2020-11-21 Arnaud GierschReplace fixed-size C-style arrays with std::array.
2020-11-20 Arnaud GierschUse more std::string.
2020-11-20 Arnaud GierschMisc simplifications.
2020-11-20 Arnaud GierschMake pointer parameter const.
2020-11-19 Augustin Degommeone day, I'll add a test for this feature
2020-11-19 Arnaud GierschDefine NUM_SIMCALLS apart from the enum.
2020-11-19 Arnaud GierschDon't call function inside xbt_assert which may be...
2020-11-19 Arnaud GierschVariables captured by copy are constant and cannot...
2020-11-19 Arnaud GierschMore useless std::move.
2020-11-19 Arnaud GierschCosmetics.
2020-11-19 Arnaud GierschConstify some sg_vm_t.
2020-11-19 Augustin Degommethis message does no harm
2020-11-19 Augustin DegommeRevert "attempt to avoid ugly sed in privatize-libs...
2020-11-18 Arnaud GierschRevert "Intel icc doesn't like attribute [[deprecated...
2020-11-18 Arnaud GierschIcc: ignore #2651: attribute does not apply to any...
2020-11-18 Arnaud GierschUseless std::move.
2020-11-18 Arnaud GierschUse inherited constructors for derived exceptions.
2020-11-18 Arnaud GierschUse 'using-declarations' to inherit constructors.
next