Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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.
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 GierschEscape dots in regexp.
2020-10-24 Arnaud GierschPrefer is/is not None.
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 GierschDon't advertize a deprecated function.
2020-10-24 Arnaud GierschNo need to keep functions that did not even exist in...
2020-10-23 Arnaud GierschUpdate ChangeLog.
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 GierschUpdate README.coding to match the current practice...
2020-10-23 Arnaud GierschSimplify a bit simgrid::config::bind_flag().
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.
next