Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2021-04-12 SUTER Fredericcosmetics
2021-04-12 SUTER Fredericmodernize cabinet creation
2021-04-12 SUTER Fredericchange way vivaldi coordinates are managed internally
2021-04-12 Arnaud GierschUpgrade embedded catch2 (-> v2.13.5).
2021-04-12 Arnaud GierschMinor Sonar smells.
2021-04-12 Arnaud GierschConst ref for std::string parameter.
2021-04-12 Arnaud GierschReturn const reference to vector.
2021-04-12 Arnaud GierschUse a reference for ExecImpl::wait_any_for()'s vector.
2021-04-12 Arnaud GierschDefine CommImpl::test_any().
2021-04-12 Arnaud GierschSimcall COMM_TESTANY is not blocking either. Simplify.
2021-04-12 Arnaud GierschDefine CommImpl::test().
2021-04-12 Arnaud GierschSimcall COMM_TEST is not blocking.
2021-04-12 Arnaud GierschLittle simplification.
2021-04-12 Arnaud GierschFinalize current CommImpl only once.
2021-04-12 Arnaud GierschHomogenize debug messages across ActivityImpl's finish...
2021-04-12 Arnaud GierschEnsure there is only one simcall waiting.
2021-04-09 Augustin Degomme[ci-skip] we want to order by the largest first ..
2021-04-09 Augustin Degommetry to be preemptive about 32 bits complaints
2021-04-09 Augustin Degommethis value was actually wrong, and caught by the new...
2021-04-09 Augustin Degommeadapt test for leak check
2021-04-09 Augustin DegommeAdd initialization/finalization check at each call.
2021-04-09 Augustin Degommeuse previous buffer check feature in MPI checks, to...
2021-04-09 Augustin DegommeCount all intercepted allocations/deallocations in...
2021-04-09 Bruno DonassoloUse directly std::string instead of c_str.
2021-04-08 Bruno Donassolos4u::Host::create_disk, human-friendly string version
2021-04-08 Bruno Donassolos4u::Host: moving create_disk impl to HostImpl
2021-04-08 Bruno Donassolos4u::Disk allow chaining set_property
2021-04-08 Bruno Donassolos4u: allows full single-line initialization
2021-04-08 Arnaud GierschMake fields private, and static functions class-member.
2021-04-08 Arnaud GierschUseless forward declaration.
2021-04-08 Arnaud GierschRedundant code (ctor is already inherited).
2021-04-07 Arnaud GierschPrefer nullptr.
2021-04-07 Arnaud GierschKill erroneous constant.
2021-04-07 Arnaud GierschConst/override for member functions.
2021-04-07 Arnaud GierschInherited constructor.
2021-04-07 Arnaud GierschPointer-to-const parameter.
2021-04-07 SUTER Fredericcontinue to mess with platform creation
next