Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of github.com:simgrid/simgrid
[simgrid.git] / src /
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Ehsan AzimiCommunicationDeterminismChecker::real_run() uses APIs...
2020-11-18 Ehsan Azimiprepare() and run() call APIs of mc_api
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 Ehsan AzimiIn VisitedState class, get_remote_heap_bytes() from...
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-17 Ehsan Azimimc_api::mc_state_choose_request() updated
2020-11-16 Ehsan Azimicopy_incomplete_comm_pattern() and copy_index_comm_patt...
2020-11-16 Ehsan Azimiget_maxpid() and take_snapshot() in mc_api
2020-11-16 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
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-30 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-29 Arnaud GierschMake code simpler.
2020-10-29 Arnaud GierschMore functions to declare "const".
2020-10-29 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
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 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
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-27 Ehsan Azimimc_assert() deleted
2020-10-27 Ehsan AzimiSafetyChecker::run() uses mc_api
2020-10-27 Ehsan AzimiSafetyChecker::check_non_termination() uses mc_api
2020-10-27 Ehsan AzimiSafetyChecker::get_textual_trace() uses mc_api
2020-10-27 Ehsan AzimiSafetyChecker::log_state() calls APIs of mc_api
2020-10-26 Ehsan AzimiSafetyChecker::backtrack() calls mc_api functions
2020-10-26 Ehsan AzimiSafetyChecker::restore_state() calls mc_api functions
2020-10-26 Ehsan Azimimc_api class introduced, SafetyChecher's constructor...
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.
2020-10-16 Arnaud GierschUse std::array and reduce scope for constant.
2020-10-16 Arnaud GierschFix indentation.
2020-10-16 Arnaud GierschForgotten guard.
next