Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Typos.
[simgrid.git] / src /
2021-07-13 Arnaud GierschSimplify, and avoid nested SmpiBenchGuard when rastro_r...
2021-07-13 Arnaud Giersch[sonar] Less implicit conversions.
2021-07-09 Arnaud GierschFix another bunch of warnings in doc generation.
2021-07-09 Arnaud GierschMissing const.
2021-07-08 Arnaud GierschFix debug message better [ci-skip]
2021-07-08 Arnaud GierschInstr: for consistency, rename 'father' to 'parent...
2021-07-08 Arnaud GierschNetZone: rename the remaining occurrence of 'father...
2021-07-08 Arnaud GierschCosmetics around deprecated functions.
2021-07-08 Arnaud GierschKill deprecated private field ActorImpl::userdata_...
2021-07-08 Arnaud GierschMake comment match the declaration in Engine.hpp.
2021-07-07 Arnaud GierschVector::at() is good enough to check bounds.
2021-07-07 Arnaud GierschReduce number of unnecessary copies of 'args'.
2021-07-06 Arnaud GierschMake EngineImpl::tasksTemp a local variable.
2021-07-06 Arnaud GierschSimplify function calls (avoid explicit std::vector...
2021-07-06 Arnaud GierschMake single argument constructor LinkInRoute::LinkInRou...
2021-07-06 Arnaud GierschFix empty #ifndef..#endif. Annotate helper function...
2021-07-06 Arnaud GierschSplitDuplexLinkImpl always have SharingPolicy::SPLITDUP...
2021-07-05 Arnaud GierschUse reference to const for large input parameters.
2021-07-05 Arnaud GierschAdd 'const' for sonar.
2021-07-05 Arnaud GierschAdd informative comment near implementation for depreca...
2021-07-05 Arnaud GierschAttribute 'virtual' is redundant with 'override'.
2021-07-05 Arnaud GierschIt's an internal error if get_impl returns null. Add...
2021-07-01 Bruno DonassoloSonar variety
2021-06-30 Bruno DonassoloTry to fix opensuse, gcc 11.0.0 build
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-28 Bruno DonassoloDon't mix LMM sharing policy with S4U.
2021-06-25 Arnaud GierschFix another bunch of dead links in docs.
2021-06-25 Arnaud GierschMinor fixes in doc.
2021-06-25 Arnaud GierschTwo more const methods spotted by sonar.
2021-06-25 Arnaud GierschMore int -> unsigned long.
2021-06-24 Arnaud GierschFix a few warnings when building doc (mostly related...
2021-06-24 Arnaud GierschThis is an unsigned integer.
2021-06-24 Arnaud GierschGraphNodeData::graph_id_ is an unsigned long.
2021-06-24 Arnaud GierschType consistency.
2021-06-24 Arnaud GierschThis is a test for emptiness.
2021-06-24 Arnaud Giersch[sonar] Avoid C-style array.
2021-06-24 Arnaud GierschParameter 'fd' is always -1 for xbt_mheap_new. Kill...
2021-06-24 Arnaud GierschDeclare method const.
2021-06-24 Arnaud GierschFix type for variable.
2021-06-24 Arnaud GierschUse std::unique_ptr and remove explicit destructor.
2021-06-24 Arnaud GierschPass the real pointer to the englobing MC class for...
2021-06-23 Arnaud GierschUse ssize_t for Exec::wait_any and Io::wait_any too.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::test_any.
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-06-22 Arnaud GierschImplement Comm::wait_all_for (wait_all with a timeout).
2021-06-22 Arnaud GierschReduce code duplication.
2021-06-22 Arnaud GierschMake field 'mc::ActorState::times_considered' private.
2021-06-22 Arnaud GierschMake field 's4u::Host::pimpl_cpu' private.
2021-06-22 Arnaud GierschAdd missing copyright notices.
2021-06-22 Augustin Degommehelp latest fedora with mc
2021-06-21 Bruno DonassoloLink::set_concurrency_limit
2021-06-16 Augustin DegommeAdd a SMPI_SAMPLE_LOCAL_TAG and SMPI_SAMPLE_GLOBAL_TAG...
2021-06-16 Augustin DegommeTry to be more coherent, fix misleading message, and...
2021-06-16 Augustin Degommefix bug in sampling, it was ignoring max number of...
2021-06-14 Augustin Degommeset this error added in 9d5b713b1 as a pedantic one...
2021-06-14 Augustin DegommeAdd smpi/pedantic flag to avoiding reporting controvers...
2021-06-14 Augustin DegommeAdd option smpi/errors-are-fatal to allow users to...
2021-06-13 Arnaud Giersch[sonar] Replace redundant type with 'auto'.
2021-06-12 Arnaud GierschRemove misleading comment: there is no simcall between...
2021-06-11 Arnaud GierschFactorize common code to assemble vector<LinkImpl*...
2021-06-11 Arnaud GierschFix loop: iterator is invalid after insertion.
2021-06-11 Arnaud GierschUse 'std::vector' instead of a C-style array.
2021-06-11 Arnaud GierschFor sonar.
2021-06-10 Arnaud GierschCosmetics: snake_case.
2021-06-10 Arnaud GierschUse existing helper function to create zones.
2021-06-10 Arnaud GierschUseless static function.
2021-06-10 Arnaud GierschReduce depth of nested statements (sonar).
2021-06-10 Arnaud GierschSuperfluous blank lines.
2021-06-10 Arnaud GierschRemove unused parameter.
2021-06-10 Arnaud GierschMisc. Sonar smells.
2021-06-10 Arnaud GierschUse empty() to check for container emptiness.
2021-06-10 Arnaud GierschUse xbt logs, not printf.
2021-06-10 Arnaud GierschMerge branch 'host-energy' into 'master'
2021-06-10 Millian Poquethost energy: explicit 'return 0.0' when badly init
2021-06-10 Millian Poquethost energy: no direct W/J access of invalid data
2021-06-09 Arnaud GierschFix a FIXME: use a dynamic table.
2021-06-09 Arnaud GierschFinally implement smpi shared realloc.
2021-06-09 Arnaud GierschAdd memset(0) for shared calloc.
2021-06-08 Arnaud GierschLet's be more tolerant with shared realloc() and only...
2021-06-08 Arnaud GierschDie loudly if smpi_shared_realloc_intercept is used.
2021-06-08 Arnaud GierschFix memleaks with MPI_*_get_info, when info is duplicated.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-07 Augustin Degommeprotect type_creation routines against null pointers...
2021-06-07 Augustin Degommecatch if MPI_Win_fence was only called once (not enough...
2021-06-07 Augustin Degommebetter check for mpi_datatype_null
2021-06-07 Augustin Degommecheck that we are not using RMA-reserved MPI_Op in...
2021-06-07 Augustin Degommeget_accumulate: if MPI_NO_OP is specified, origin*...
2021-06-07 Bruno DonassoloTry to avoid another ifdef WIN32.
2021-06-07 Bruno DonassoloAs always, forgot windows build
2021-06-07 Bruno DonassoloMove load_platf to EngineImpl
2021-06-07 Bruno DonassoloPlease sonar
2021-06-06 Arnaud GierschDestroy dead actors after mc::replay() is completed...
2021-06-06 Arnaud GierschCorrectly remember buffer between persistent communicat...
2021-06-04 Arnaud GierschCall cleanup_attr<Comm> before marking Comm as deleted.
2021-06-04 Arnaud GierschRemove a global variable, and use a static to remember...
2021-06-04 Arnaud GierschRestore public smpi_init_options().
2021-06-04 Bruno DonassoloMinor fix usage
2021-06-04 Bruno DonassoloMoving SMPI app deployment to C++ code
next