Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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.
2020-11-18 Arnaud GierschEnum class for Paje event types.
2020-11-18 Arnaud GierschEnum class in examples/s4u/dht-chord/.
2020-11-18 Arnaud GierschEnum class in examples/s4u/app-bittorrent/.
2020-11-18 Arnaud GierschEnum class in teshsuite/mc/random-bug/.
2020-11-18 Arnaud GierschFix function name in doc.
2020-11-18 Arnaud GierschIntel icc doesn't like attribute [[deprecated]] with...
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-11-18 Arnaud GierschMore const.
2020-11-18 Arnaud GierschUse =default.
2020-11-18 Arnaud GierschMore const pointers.
2020-11-18 Arnaud GierschKill dead code.
2020-11-18 Arnaud GierschConst Disk*.
2020-11-18 Arnaud GierschPlease Sonar (even if there was no bug).
2020-11-18 Arnaud GierschRemove redundant "staitc" in anonymous namespaces.
2020-11-18 Augustin Degommeagain..
2020-11-17 Augustin Degommeet ça continue, encore et encore...
2020-11-17 Augustin Degommeattempt to avoid ugly sed in privatize-libs. May break.
2020-11-17 Augustin Degommemove dlopen tmp files to tmp dir instead of executable...
2020-11-17 Augustin Degommeone more lib to exclude ... we should really get rid...
2020-11-11 Arnaud GierschPrefer class initializer for id_.
2020-11-11 Arnaud GierschCosmetics.
2020-11-11 Arnaud GierschAvoid nested try-catch blocks.
2020-11-11 Arnaud GierschReduce scope for variable.
2020-11-09 Augustin Degommeexclude lib for mc on freebsd
2020-11-07 Martin QuinsonDocument recent bug fix
2020-11-07 Matthieu Simoninpython: force pybind11 discovery (#353)
2020-11-05 Martin QuinsonFix the bug number, bummer
2020-11-04 Martin Quinsonbug fixed
2020-10-29 Arnaud GierschMake code simpler.
2020-10-29 Arnaud GierschDefine xbt::string::copy().
2020-10-29 Arnaud GierschMove declarations.
2020-10-29 Arnaud GierschMore functions to declare "const".
2020-10-28 Arnaud GierschUse xbt_die instead of xbt_assert(false).
2020-10-28 Arnaud Gierschs/atof/stod/.
2020-10-28 Arnaud Giersch[sonar] global variable--
2020-10-28 Arnaud GierschPrefer enum class over legacy enum.
2020-10-28 Arnaud GierschKill unused operator<<.
2020-10-28 Arnaud GierschOne more std::string.
2020-10-28 Arnaud GierschDon't keep port number 65535 apart.
2020-10-28 Arnaud GierschAvoid null pointer dereferencing.
2020-10-27 Arnaud Gierschposix_fallocate does not exist on OSX, use ftruncate...
2020-10-27 Martin QuinsonAdd a test for GH#345
2020-10-27 Arnaud GierschKill redundant F2C::f2c_lookup.
2020-10-27 Arnaud GierschMake trivial functions inline.
2020-10-27 Arnaud GierschFinally use plain ints for f2c keys.
2020-10-27 Arnaud GierschUse std::string for f2c keys.
2020-10-27 Arnaud GierschClosed bug.
next