Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-07-14 Martin QuinsonRelease v3.28 v3.28
2021-07-14 Martin QuinsonFix make distcheck
2021-07-14 Martin Quinsondoc: Fix a subtle formatting error that is not reported...
2021-07-14 Martin QuinsonSmall improvements to the changelog and doc
2021-07-14 Martin Quinsonproposal for a NEWS file for the upcoming release
2021-07-13 Martin Quinsontry to further improve docs/find-missing
2021-07-13 Martin QuinsonRemove useless includes from the public headers
2021-07-13 Martin Quinsondoc: praise for 'discovery reports' as a way to contrib...
2021-07-13 Martin Quinsonremove 2 files with no useful content to scavenge from...
2021-07-13 Martin QuinsonHide some deprecated symbols from doxygen
2021-07-13 Martin Quinsonport find-missing.ignore from autodoxy to breathe
2021-07-13 Arnaud GierschUse == for string comparison [ci-skip].
2021-07-13 Arnaud GierschSimplify, and avoid nested SmpiBenchGuard when rastro_r...
2021-07-13 Arnaud Giersch[sonar] Less implicit conversions.
2021-07-10 Bruno DonassoloAdd network factors in changelog
2021-07-09 Martin Quinsondoc: fix an issue spotted by find-missing.py
2021-07-09 Martin Quinsondocs: properly report typedefs that are missing in...
2021-07-09 Martin QuinsonAdapt docs/find-missing to breathe now that autodoxy...
2021-07-09 Arnaud GierschFix another bunch of warnings in doc generation.
2021-07-09 Arnaud GierschUse 'console' syntax highlighting for shell typescripts.
2021-07-09 Arnaud GierschVarious corrections in docs.
2021-07-09 Arnaud GierschMissing const.
2021-07-08 Arnaud GierschFix debug message better [ci-skip]
2021-07-08 Arnaud GierschRemove dead entries in 'docs/find-missing.ignore'.
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 Martin Quinsondoc: autodoxy is gone, so remove a workaround for it
2021-07-05 Martin QuinsonCosmetics in ChangeLog (mostly reorder and rewrap)
2021-07-05 Martin Quinsonsmall doc improvement
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 DonassoloChangelog: C++ interface
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-28 Arnaud GierschDon't mix C with C++ API here.
2021-06-25 Arnaud GierschFix another bunch of dead links in docs.
2021-06-25 Arnaud GierschMore trivial fixes for docs.
2021-06-25 Arnaud GierschIncrease requirements for breathe.
2021-06-25 Arnaud GierschDisallow sphinx>=4.0 for now: it's breaking on CI
2021-06-25 Arnaud GierschTry to increase sphinx requirements.
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-25 Arnaud GierschDon't fail when there's no error!
2021-06-24 Arnaud GierschFix a few warnings when building doc (mostly related...
2021-06-24 Arnaud GierschCorrectly remove generated files.
2021-06-24 Bruno DonassoloGet back |br| in XML doc
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 Bruno DonassoloSeveral improvements in doc [ci-skip]
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 GierschUpdate .mailmap.
2021-06-23 Arnaud GierschTwo more s/pointer/reference/ for std::vector parameter.
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-06-22 Arnaud GierschAdd a test in teshsuite for Comm::wait_all_for.
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-22 Augustin Degommebe a bit more safe here
2021-06-22 Augustin Degommechangelog update for SMPI
2021-06-22 Augustin Degommedocument _TAG versions of sampling macros
2021-06-21 Bruno DonassoloFix distcheck
2021-06-21 Bruno DonassoloLink::set_concurrency_limit
2021-06-17 Bruno DonassoloSmall entry about dynamic network factors [doc]
2021-06-17 Bruno DonassoloStarZone documentation [doc]
2021-06-17 Bruno DonassoloFix some links in graphical toc [doc]
2021-06-17 Bruno DonassoloAdding some packages missing packages [doc]
2021-06-17 Bruno DonassoloAdding C++ platform documentation [doc]
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...
next