Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
python detection with pythoninterp was deprecated in cmake 3.12. And breaks in 3.19
[simgrid.git] / src /
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 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 GierschUseless std::move.
2020-11-18 Arnaud GierschUse 'using-declarations' to inherit constructors.
2020-11-18 Arnaud GierschEnum class for Paje event types.
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-11-18 Arnaud GierschMore const.
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-10-29 Arnaud GierschMake code simpler.
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-27 Arnaud Gierschposix_fallocate does not exist on OSX, use ftruncate...
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 GierschUse std::vector.
2020-10-27 Arnaud GierschUse posix_fallocate to set file size.
2020-10-27 Martin Quinsonns3 does not accept 0 as a port_number so don't let...
2020-10-27 Martin Quinsonns3: Fix a debug message (s/socket/flow/)
2020-10-27 Martin QuinsonAccept very large port numbers, as ns-3 don't forbid...
2020-10-26 Arnaud GierschCorrectly set result for simcall_cond_wait_timeout.
2020-10-26 Arnaud GierschUse std::vector.
2020-10-26 Arnaud GierschUse std::array.
2020-10-26 Arnaud GierschUpdate, using std::string.
2020-10-25 Arnaud GierschFix UBSan warning.
2020-10-24 Arnaud GierschUse std::vector instead of C-style array.
2020-10-24 Arnaud GierschMake cast explicit.
2020-10-24 Arnaud GierschKill dead code (condition is always true).
2020-10-24 Arnaud GierschRename local variable to not hide parameter.
2020-10-24 Arnaud GierschKill a no-op.
2020-10-24 Arnaud GierschCleanup.
2020-10-24 Augustin Degommeadd -lm to flags on smpicc smpicxx.
2020-10-24 Arnaud GierschPointer-to-const for sonar.
2020-10-24 Arnaud GierschNo need to keep functions that did not even exist in...
2020-10-23 Arnaud GierschMore coding style updates for sg_host.
2020-10-23 Arnaud GierschMore coding style updates for sg_link.
2020-10-23 Arnaud GierschMore coding style updates for sg_disk.
2020-10-23 Arnaud GierschCosmetics.
2020-10-23 Arnaud GierschFollow coding style for sg_link_{get,set}_data.
2020-10-23 Arnaud GierschFollow coding style for sg_host_{get,set}_data.
2020-10-23 Arnaud GierschFollow coding style for sg_disk_{get,set}_data.
2020-10-23 Arnaud GierschFollow coding style for sg_actor_{get,set}_data.
2020-10-23 Arnaud GierschPolishing last merged bits.
2020-10-23 Arnaud GierschEnsure that the expected RNG (xbt) is used for unit...
2020-10-23 Arnaud GierschClose simgrid/simgrid!22 on Framagit.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-20 Arnaud GierschUse consistent naming scheme.
2020-10-20 Arnaud Giersch[sonar] Use template parameter.
2020-10-20 Arnaud GierschNow is still not in the past.
2020-10-20 Arnaud GierschFix format for tiny double values in --help.
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-19 Arnaud GierschMove fucntion call out of xbt_assert.
2020-10-19 Arnaud GierschTypos.
2020-10-19 Arnaud Giersch[codefactor] Blank line is redundant.
2020-10-18 Martin Quinsonns3: ensure that sending from an host to itself does...
2020-10-17 Arnaud GierschTry to reduce requirements about C++ standard for smpicxx.
2020-10-17 Arnaud GierschAvoid buffer overflow.
2020-10-17 Arnaud GierschMissing include.
2020-10-17 Martin QuinsonFix another typo
2020-10-17 Arnaud GierschDon't include <xbt/functional.hpp> when it's not needed.
2020-10-17 Arnaud GierschTypo.
2020-10-16 Arnaud GierschCosmetics.
next