Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-04-20 Arnaud GierschReduce scope for variable.
2021-04-20 Arnaud GierschGlobal--.
2021-04-20 Arnaud GierschAnother bunch of int -> size_t conversion.
2021-04-20 Arnaud Gierschaid_t for src and dst in smpi::Request.
2021-04-20 Arnaud GierschConvert some int -> size_t.
2021-04-20 Arnaud GierschPrefer emplace to insert.
2021-04-20 Arnaud GierschFor Sonar.
2021-04-20 Arnaud GierschMore aid_t.
2021-04-20 Arnaud GierschAvoid alternative keywords for boolean expressions.
2021-04-19 Arnaud GierschReference for std::vector parameters.
2021-04-19 Arnaud GierschFix bound checking.
2021-04-19 Arnaud GierschCombine identical conditions.
2021-04-19 Arnaud GierschUse std algorithm.
2021-04-19 Arnaud GierschUseless indirection.
2021-04-19 Arnaud GierschSonar const's...
2021-04-19 Arnaud GierschConvert int -> size_t for TRACE_smpi_send (and below).
2021-04-19 Arnaud GierschMore int -> aid_t.
2021-04-19 Arnaud GierschUse type aid_t for process id. in instr_smpi.
2021-04-19 Augustin DegommeAdapt leak example to new display.
2021-04-19 Augustin DegommeGroup buffer leaks by origin as well.
2021-04-19 Arnaud GierschPlug memory leak.
2021-04-19 Arnaud GierschConst, once again.
2021-04-19 Martin QuinsonDoc improvement [ci-skip]
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-18 Arnaud GierschFinally rename smpi::Group::actor_pid() back to actor().
2021-04-18 Arnaud GierschKill smpi::Group::rank(s4u::Actor*).
2021-04-18 Arnaud GierschKill smpi::Group::actor(int).
2021-04-18 Arnaud GierschChange smpi::Group::set_mapping to take a pid.
2021-04-18 Arnaud GierschAdd assert's to ensure consistency between the two...
2021-04-18 Arnaud GierschDefine new rank_to_pid_map_.
2021-04-18 Arnaud GierschLookup for parent process (like in Group::rank(s4u...
2021-04-18 Arnaud GierschIn smpi::Group, 'index' is in fact a PID. Fix type...
2021-04-18 Arnaud GierschKill a TODO (-1 is correct for an invalid PID).
2021-04-18 Arnaud GierschMPI_SOURCE is a rank; src_traced should be a PID.
2021-04-18 Arnaud GierschFix comment.
2021-04-18 Arnaud GierschPass large parameter by const reference.
2021-04-18 Arnaud GierschMinor cleanups (useless stuff).
2021-04-18 Augustin Degommealso requalify mc version of the tesh
2021-04-18 Augustin DegommeGroup leak reports by type/file/line (for handles,...
2021-04-17 Arnaud GierschSonar polishing.
2021-04-17 Arnaud GierschPointer-to-const parameters in smpi::Group.
2021-04-17 Arnaud GierschReduce code duplication (and fix bug in Group::difference).
2021-04-16 Arnaud GierschA for-loop with 'num' modified in the body is too compl...
2021-04-16 Arnaud GierschFix smpi::Group::intersection().
2021-04-16 Arnaud GierschFix Group::group_union().
2021-04-16 Arnaud GierschSimplify smpi::Group::difference().
2021-04-16 Arnaud GierschReview smpi::Group::*excl() and smpi::Group::*incl().
2021-04-16 Arnaud GierschKill redundant member 'size_' from smpi::Group.
2021-04-16 Arnaud GierschMinor changes in smpi::Group.
2021-04-16 Arnaud GierschRemove unused option from example.
2021-04-16 Arnaud GierschSimplify loop searching for a bypass route.
2021-04-16 Arnaud GierschPrefer a do-while in this case, and rewrite without...
2021-04-16 Arnaud GierschUse std::find_if when looking for a matching comm.
2021-04-16 Arnaud GierschReplace C-style arrays and remove const_cast.
2021-04-16 Arnaud GierschUse const& for std::string parameters.
2021-04-16 Arnaud GierschPointer-to-const.
2021-04-16 Arnaud GierschFix build with older clang.
2021-04-16 SUTER Fredericplease clang take 2
2021-04-16 SUTER Fredericplease clang
2021-04-16 Bruno DonassoloSome code improvements.
2021-04-16 SUTER Fredericadd wrappers with scalars on the user side
2021-04-16 SUTER Fredericsimplification
2021-04-16 SUTER Fredericcosmetics
2021-04-16 SUTER Fredericcosmetics
2021-04-15 Bruno Donassolos4u::NetZone::create_router.
2021-04-15 Bruno DonassoloPlease sonar, just a little
2021-04-15 Arnaud GierschUse rule-of-three, and hope to please sonar without...
2021-04-14 Arnaud GierschRevert "Delete the implicitely defined move constructor."
2021-04-14 Arnaud GierschFinally provide a noexcept move constructor.
2021-04-14 Arnaud GierschUse emplace_back to add a new property_set.
2021-04-14 Arnaud GierschMinor Sonar smells (const, etc).
2021-04-14 Arnaud GierschMove a \n.
2021-04-14 Arnaud GierschDelete the implicitely defined move constructor.
2021-04-14 Arnaud GierschDisable copy for actor::ProcessArg.
2021-04-14 Arnaud GierschDelete the implicitely defined move constructor.
2021-04-14 Arnaud GierschSonar requires a comment for empty functions.
2021-04-14 Bruno DonassoloSimplify add_route methods.
2021-04-14 Bruno DonassoloVivaldi on top of StarZone
2021-04-14 Bruno DonassoloAdjust add_route to accept route between netzones
2021-04-14 Bruno DonassoloStarZone: implement get_graph method
2021-04-14 Bruno DonassoloNew netzone: Star Zone
2021-04-13 Arnaud Giersch[ci-skip] Update lua tesh files with deprecation warning.
2021-04-13 SUTER Fredericconstify
2021-04-13 SUTER Fredericthis is no useless
2021-04-13 SUTER Fredericdo not call sg_platf_new_link when creating Cluster...
2021-04-13 SUTER Fredericimprove router creation
2021-04-13 Arnaud GierschDeprecate Lua platform files.
2021-04-13 Arnaud GierschNo need to duplicate variables.
2021-04-13 Arnaud GierschConst...
2021-04-12 SUTER Fredericchange way disks are managed in the XML parsing
2021-04-12 Arnaud GierschDefine CommImpl::wait_for().
2021-04-12 Arnaud GierschPrint state_ in symbolic form.
2021-04-12 Arnaud GierschMore cosmetics around namespaces.
2021-04-12 Arnaud GierschFix segfault with lua.
2021-04-12 Arnaud GierschInline function.
2021-04-12 Arnaud GierschDefine CommImp::wait_any_for().
2021-04-12 Arnaud GierschCosmetics.
2021-04-12 SUTER Fredericplease clang (?) and make properties optional to create...
2021-04-12 SUTER Fredericdo not allocate/free properties
2021-04-12 SUTER Fredericdo not allocate/free radicals
next