Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-05-03 Arnaud GierschSave an indirection for replay/action_queues.
2022-05-03 Arnaud GierschAvoid old-style C string processing in C++ example.
2022-05-01 Augustin Degomme[ci-skip] [no-ci] bigdft ci: temporary fix for nvidia...
2022-04-28 Arnaud GierschExplicit cast to double (sonar).
2022-04-28 Arnaud GierschUse const references (sonar).
2022-04-28 Arnaud GierschAdd comment for workaround.
2022-04-27 Arnaud GierschCosmetics: gcc is now always >= 5.0.
2022-04-27 Arnaud GierschFix build with -Werror on older g++.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschDe-obfuscation.
2022-04-26 Arnaud GierschPointer-to-const (sonar).
2022-04-26 Arnaud GierschDon't build useless temporary object (sonar, c++17).
2022-04-25 Arnaud GierschReplace is_xxx::value with is_xxx_v (sonar, c++17).
2022-04-25 Arnaud GierschRely on template argument deduction (sonar, c++17).
2022-04-25 Arnaud GierschDefine as "constexpr".
2022-04-25 Arnaud GierschRemaining "try_emplace" (sonar, c++!7).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-25 Arnaud GierschUse std::string.
2022-04-25 Arnaud GierschKill redundant code.
2022-04-25 Arnaud GierschConst ref for catch.
2022-04-23 Augustin Degomme[ci-skip] Update project_description.sh
2022-04-23 Arnaud GierschDon't throw exception in destructor (sonar).
2022-04-23 Augustin Degomme[ci-skip] help flags build finding ns3
2022-04-22 Augustin Degomme... I'm certain I tested this yesterday
2022-04-22 Augustin DegommeUpdate network_ns3.cpp
2022-04-22 Augustin Degommetry to use ns3-dev on ubuntu.
2022-04-22 Augustin Degommedisable LTO on the arm builder, as it is believed to...
2022-04-22 Arnaud GierschFix some warnings in doc generation.
2022-04-22 Arnaud GierschAlign exec-async with C++ example (also define python...
2022-04-22 Arnaud GierschType size_t for every variant of get_host_count().
2022-04-22 Arnaud GierschAdd "explicit" keyword.
2022-04-22 Arnaud GierschWorkaround build error with older versions of Eigen3.
2022-04-21 Augustin Degommetry to help clang builds
2022-04-21 Augustin Degommebump C++ requirement to 17 (ns3 will need it for v3.26)
2022-04-21 Augustin Degommeprepare for next NS3 release
2022-04-21 Augustin Degommens3: allow use of -dev version from manually compiled...
2022-04-20 Arnaud GierschDisable ns3 on ubuntu until version 3.36.
2022-04-19 Arnaud GierschCosmetics: *elem is already null here.
2022-04-19 Bruno DonassoloSet s4u::VirtualMachine as deprecated
2022-04-19 Bruno DonassoloFix wrench test, use s4u method to generate the good...
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-14 Martin Quinsonspecify in the doc that SMPI_PRETEND_CC is good for...
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-04-04 msimonindoc/tuto: Engine.instance is a python property
2022-04-04 msimonindoc/tuto: docker, show how to fix the permissions
2022-04-04 msimonindoc/tuto: docker make clear where commands run
2022-04-04 msimonindoc/tuto: use root shortcut in docker exec
2022-04-04 msimonindoc/tuto: the container's name is simgrid
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
next