Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src /
2021-03-02 Frederic Sutercosmetics
2021-03-02 Frederic Suteradd core_count setter
2021-03-02 Arnaud GierschAuto + std::make_unique.
2021-03-02 Arnaud GierschUncomment.
2021-03-02 Arnaud GierschReduce code duplication.
2021-03-02 Arnaud GierschProtect against buffer overflow.
2021-03-02 Arnaud GierschMake Transition::textual a std::string.
2021-03-02 Arnaud GierschMake field private (fixme--).
2021-03-02 Arnaud GierschUse std::copy.
2021-03-02 Arnaud GierschType bool for boolean values.
2021-03-02 Arnaud GierschRemove some useless nested code blocks.
2021-03-02 Arnaud GierschUsing C++ strings.
2021-03-01 Arnaud GierschUse xbt::string for MC hostnames.
2021-03-01 Arnaud GierschKill useless function.
2021-03-01 Arnaud GierschUse defined type alias.
2021-03-01 Arnaud GierschFix code generation (broken call to inspector_->is_pend...
2021-03-01 Frederic Suterfix ns3
2021-03-01 Frederic SuterConsider Link latency as an optional parameter
2021-03-01 Frederic Sutermore fluent version
2021-03-01 Frederic SuterRollback a little in programmatic description of disks
2021-03-01 Arnaud GierschDeprecated simcall_mc_random.
2021-03-01 Arnaud GierschMake global variables 'const'.
2021-03-01 Arnaud GierschA few less global variables.
2021-03-01 Martin QuinsonDon't require MC dependencies when building w/o MC
2021-03-01 Martin QuinsonMissing file
2021-03-01 Martin Quinsonremove a workaround for a bug removed in previous commit
2021-03-01 Martin QuinsonSet the textual representation of a transition before...
2021-02-28 Martin QuinsonSplit inspector::is_pending() in two logical parts
2021-02-28 Martin QuinsonNot sure why to_string is sometimes called when there...
2021-02-28 Martin QuinsonRename ActorState::consider() and State::add_interleave...
2021-02-28 Martin QuinsonFix build on clang
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-02-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-27 Martin QuinsonWelcome to modernity
2021-02-26 Frederic Suterallow for programmatic creation of a disk
2021-02-26 Arnaud GierschDeclare function 'static' (and fix picky builders).
2021-02-25 Martin Quinsonns3: Fix build when compile warnings are enabled
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-25 Martin QuinsonMerge branch 'master' into 'master'
2021-02-25 Frederic Sutermissing override
2021-02-25 Frederic SuterMake progress towards a programmatic creation of disks
2021-02-25 Frederic Sutersee what can be done with method chaining in disk creation
2021-02-25 Frederic SuterChange way Resources are created: Empty ctor and setters
2021-02-24 Frederic SuterAS->Zone
2021-02-24 Frederic Sutera bit more method chaining in the internals
2021-02-24 Arnaud GierschReduce scope for variable.
2021-02-24 agougeonadd wifi zone option to delay nodes start time
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 Arnaud Giersch[sonar] Variable 'j' is not part of the loop control.
2021-02-24 Arnaud Giersch[sonar] Merge 'if' statements.
2021-02-23 Arnaud GierschUse access modifier to disallow direct deletion. Remove...
2021-02-23 Arnaud GierschDefine getter/setter for Exception::value.
2021-02-23 Arnaud GierschDrop unused 'value' argument from THROW/THROWF.
2021-02-23 Arnaud Giersch[smpi] Make Group::range{incl,excl} simpler.
2021-02-22 Arnaud Giersch[smpi] Use a std::unique_ptr for f2c_lookup_.
2021-02-22 Arnaud Giersch[smpi] Prefer range-based for loop.
2021-02-22 Arnaud Giersch[smpi] Unused #define.
2021-02-22 Arnaud GierschDefine members and constructors in subclasses, where...
2021-02-22 Arnaud GierschRename: include/simgrid/smpi/{replay.hpp => smpi_replay...
2021-02-20 Arnaud GierschDrop simgrid::xbt::demangle and use boost::core::demang...
2021-02-20 Arnaud GierschDefault constructor is used by default.
2021-02-19 Arnaud GierschDefine and use Exception::rethrow_nested to rethrow...
2021-02-19 Arnaud GierschFunctions are not overridden anymore.
2021-02-19 Arnaud GierschEnforce usage of std::shared_ptr for TIData.
2021-02-19 Martin QuinsonFix a bunch of errors in the documentation
2021-02-19 Arnaud GierschUseless complication.
2021-02-19 Arnaud GierschRedundant cast.
2021-02-19 Arnaud GierschTypedef.
2021-02-19 Arnaud GierschWhitespaces!
2021-02-19 Augustin Degommeoops
2021-02-19 Augustin Degommefix some issues with groups
2021-02-19 Augustin Degommethat didn't work as intended
2021-02-19 Augustin Degommefortran: avoid adding twice to lut, now that it's done...
2021-02-19 Augustin Degommeturn unimportant warnings into info in colls and improv...
2021-02-19 Augustin DegommeSMPI : add leak detection.
2021-02-18 Augustin Degommemore explicit messages when failing in RMA comms
2021-02-18 Augustin Degommeompi flavour may use ... default in some cases, trigger...
2021-02-18 Augustin Degommefix leak
2021-02-18 Arnaud GierschFix build error with non-const MINSIGSTKSZ.
2021-02-18 Arnaud GierschCope with non-const SIGSTKSZ.
2021-02-18 Augustin Degommedon't mark as truncated probe requests (and get rid...
2021-02-18 Martin QuinsonFix the RST inclusions in doxygen comments
2021-02-18 Augustin Degommedebug message for truncation
2021-02-18 Augustin Degommethe naive legacy (default) reduce_scatter did not work...
2021-02-18 Augustin DegommeDie when attempting to free predefined operators.
2021-02-17 Augustin Degommeimprove error messages
2021-02-17 Augustin DegommeCrash and burn when a message is truncated.
2021-02-17 Augustin Degommeuncommit destroyed datatype to avoid later uses (if...
2021-02-17 Augustin DegommeMPI_Comm_split cannot have a negative color (except...
2021-02-17 Augustin DegommeAdd checks on collectives to prevent incoherent inputs.
2021-02-17 Frederic Suteradd and use Link::is_shared()
2021-02-17 Arnaud GierschPrefer free functions over member functions (sonar).
2021-02-17 Arnaud GierschRemove excess semicolon.
2021-02-17 Arnaud GierschMore whitespaces for codefactor.io.
2021-02-15 Frederic Suterthis one should be vetoable too
2021-02-13 Martin QuinsonAlso fix MSG tasks by giving them -1 as default timeout
2021-02-13 Martin QuinsonWhen an exception occures in kernel mode, display both...
2021-02-13 Martin QuinsonImprove the behavior of wait_for(0), and activate some...
2021-02-12 Martin QuinsonSome more documentation
2021-02-11 Arnaud GierschUse a smart pointer immediately. Uncomment fixed test.
next