Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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.
2020-10-20 Arnaud Giersch[codefactor.io] Trailing whitespaces.
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 Augustin Degommefree jenkins builds from the bounds of /builds.
2020-10-19 Arnaud GierschDon't fail early.
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 QuinsonCosmetics in the ns3 teshsuite
2020-10-18 Martin Quinsonns3: ensure that sending from an host to itself does...
2020-10-17 Martin Quinsonfix a memleak
2020-10-17 Arnaud GierschSort entries.
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 Martin QuinsonDocument a recent change
2020-10-17 Martin Quinsontiny cleanups in platform examples
2020-10-17 Arnaud GierschDon't include <xbt/functional.hpp> when it's not needed.
2020-10-17 Arnaud GierschTypo.
2020-10-17 Arnaud GierschNested code block is useless.
2020-10-17 Arnaud GierschMANIFEST.in once again.
2020-10-16 Augustin DegommeMerge branch 'test-condvar-wait_until' into 'master'
2020-10-16 Millian Poquettest condition variable wait_until+notify_all
2020-10-16 Arnaud GierschKeep the right definition for type_names[].
2020-10-16 Arnaud GierschCosmetics.
2020-10-16 Arnaud GierschUse std::array and reduce scope for constant.
2020-10-16 Arnaud GierschMake static stuff member of class Replayer.
2020-10-16 Arnaud GierschMake global variables const.
2020-10-16 Arnaud GierschFix indentation.
2020-10-16 Arnaud GierschForgotten guard.
2020-10-16 Arnaud GierschConst.
2020-10-16 Arnaud GierschMove global variables to class Context.
2020-10-16 Arnaud GierschMove global variables to class Container.
next