Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-04-14 Martin Quinsontypo
2022-04-12 Arnaud GierschPlug memleak seen by valgrind.
2022-04-11 Arnaud GierschFix use after free.
2022-04-11 Arnaud GierschUpdate .mailmap.
2022-04-11 Bruno DonassoloIt seems important to keep destruction order for hosts...
2022-04-11 Bruno DonassoloHosts and VMs internal refactor.
2022-04-08 Bruno DonassoloSonar smells
2022-04-05 Fred Suterallow Engine::link_by_name_or_null(__loopback__)
2022-04-05 Arnaud GierschEven more unused variable.
2022-04-05 Arnaud GierschMore unused variables breaking new clang builds.
2022-04-05 Arnaud GierschUnused variable.
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-04-04 Bruno DonassoloMove links_ to the netzone their are declared
2022-03-31 Arnaud GierschLittle Sonar things.
2022-03-31 Arnaud GierschDead code elimination.
2022-03-31 SUTER Fredericint->size_t
2022-03-31 SUTER Fredericallow users to retrieve hosts and links by the zone...
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-30 Arnaud Giersch[MBI] Avoid to generate if() with the same then/else...
2022-03-30 Arnaud Giersch[MBI] Less duplication of constant strings (sonar).
2022-03-30 Arnaud Giersch[MBI] Make a real copy of 'patterns' into 'replace'.
2022-03-30 Arnaud Giersch[MBI] Make array initialization explicit.
2022-03-30 Arnaud GierschField is never changed after construction.
2022-03-30 Arnaud GierschIndentation.
2022-03-29 Arnaud Giersch[MBI] Remove redundant call (already called from mbi...
2022-03-29 Arnaud Giersch[MBI] Zero send buffer for Scatter too.
2022-03-29 Arnaud Giersch[MBI] Remove useless assignments..
2022-03-29 Arnaud Giersch[MBI] Don't change contracts with method overrides.
2022-03-29 Arnaud Giersch[MBI] Use check=True for subprocess.run.
2022-03-29 Arnaud Giersch[MBI] Fix string types.
2022-03-29 Arnaud Giersch[MBI] Add missing "self" parameter.
2022-03-29 Arnaud Giersch[MBI] Reduce scope for variables.
2022-03-29 Arnaud Giersch[MBI] Fix description (outside of the {c2} loop).
2022-03-29 Arnaud Giersch[MBI] Replace more wildard imports.
2022-03-29 Arnaud Giersch[MBI] Import generator_utils as gen.
2022-03-29 Arnaud Giersch[MBI] Whitespace cleanup.
2022-03-29 Arnaud Giersch[MBI] Abort cmake on failure.
2022-03-29 Arnaud GierschMake factory_initializer a static member of ContextFactory.
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-29 Arnaud GierschReduce dependencies on <simgrid/version.h>.
2022-03-29 Arnaud GierschPropagate const pointer (thx sonar).
2022-03-28 Martin QuinsonFix the generation of MBI test cases (and compile them...
2022-03-28 Arnaud GierschFix locale for Java example.
2022-03-28 Arnaud GierschConst pointer.
2022-03-28 Martin QuinsonPVS fixes in MBI: initialize buffers before use
2022-03-28 Martin QuinsonMBI: cosmetics in a diagnostic
2022-03-28 Martin QuinsonBuildSimGrid.sh: allow the use of ninja
2022-03-28 Martin QuinsonTiny cosmetics around MBI
2022-03-28 Martin QuinsonMBI: Do not use arrays out of bound
2022-03-28 Bruno DonassoloFix java test
2022-03-28 Bruno DonassoloCosmetics: doc about System's concurrency
2022-03-28 Bruno DonassoloCosmetics: System.cpp
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-27 Augustin Degommeignore MBI in cobertura reports. Keep them for PVS...
2022-03-27 Augustin Degommetest activating MBI on coverage build
2022-03-26 Martin QuinsonMBI: typo
2022-03-26 Martin QuinsonMBI mark the test requiring the detection of local...
2022-03-26 Martin QuinsonMBI: buffer on stack is a programming error, not a...
2022-03-26 Martin QuinsonMBI test: disply the right buffer on error
2022-03-26 Martin QuinsonResynch MBI generators with upstream
2022-03-26 Martin QuinsonReactivate the last MBI generator now that it produces...
2022-03-26 Arnaud GierschFix dead links.
2022-03-25 Arnaud GierschCosmetics: don't talk about ActorIDTrait if it's not...
2022-03-25 Arnaud GierschSlightly improve message on deadlock.
2022-03-25 Arnaud GierschRemove unused member.
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (mc::State).
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (mc::Model...
2022-03-25 Arnaud Giersch[sonar] Don't mix public and private members (resource...
2022-03-25 Martin QuinsonExpose signals Activity::on_suspend and Activity::on_re...
2022-03-25 Martin Quinsonkill a signal that never worked anyway
2022-03-25 Martin QuinsonYet another tiny improvement to the release process
2022-03-25 Arnaud GierschMake it possible to have an empty profile callback.
2022-03-25 Arnaud GierschSonar is right: a std:vector is just fine here.
2022-03-25 Jean-Edouard... Add remaining Comm bindings and examples
2022-03-24 Arnaud GierschMake NOW a static member of EngineImpl.
2022-03-24 Arnaud GierschMake maxpid a static member of ActorIDTrait.
2022-03-24 Arnaud GierschUse a std::unique_ptr, and avoid explicit new/delete.
2022-03-24 Arnaud GierschSave more std::string copies.
2022-03-24 Arnaud GierschAvoid unnecessary copy of std::string parameter.
2022-03-24 Martin Quinsonkill trailing spaces and tabs in MBI files
2022-03-24 Martin QuinsonSync MBI generators with upstream modifications
2022-03-24 Martin QuinsonRemove a reference to gforge from the README
2022-03-23 Martin QuinsonRevalidate the tesh outputs after cosmetics to the...
2022-03-23 Martin QuinsonFix the dependency of inter-comm transitions
2022-03-22 Martin Quinsontiny fix in release process
2022-03-22 Martin QuinsonMC: be explicit when reaching an execution end (it...
2022-03-22 Martin QuinsonComm transitions are INDEP with non-comm transitions
2022-03-22 Arnaud GierschMore XBT_PUBLIC for mingw.
2022-03-22 Arnaud GierschA few Sonar smells.
2022-03-22 Arnaud GierschWrong find&replace.
2022-03-22 Arnaud GierschMisc Python smells from codefactor.io.
2022-03-22 Arnaud GierschUnnecessary newlines.
2022-03-22 Arnaud GierschDefine macro XBT_ATTRIB_DEPRECATED_v336.
2022-03-22 Arnaud GierschRemove deprecated features for next release (3.32).
2022-03-22 Arnaud GierschStart the dev cycle toward v3.32.
2022-03-22 Martin QuinsonFix the release date in the release notes v3.31
2022-03-22 Martin QuinsonRelease v3.31
2022-03-22 Martin QuinsonUpdate tuto MC to the latest tool output
2022-03-22 Bruno DonassoloAdd test for issue105
2022-03-22 Martin QuinsonFix make distcheck, once again
next