Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove from CFLAGS warnings already enabled by -Wall.
[simgrid.git] / src /
2022-05-12 Arnaud GierschRename VM signals to distinguish them from Host::on_cre...
2022-05-12 Arnaud GierschReduce scope for variables.
2022-05-12 Arnaud GierschRename variables to avoid shadowed declarations.
2022-05-12 Bruno DonassoloLink-load plugin: check no link exists
2022-05-10 Arnaud GierschDefine duplicated function get_graph() only once, in...
2022-05-10 Arnaud GierschMake helper functions static members of NetZoneImpl.
2022-05-10 Arnaud GierschApply last sonar-related changes to the new function...
2022-05-10 Martin QuinsonMerge branch 'master' into 'master'
2022-05-10 Tom CornebizeEnhance graphicator program
2022-05-10 Arnaud GierschPrefer \n over std::endl (no need to flush at each...
2022-05-10 Arnaud GierschUpdate generator script to match the current code.
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-10 Arnaud GierschRemove spurious "using" declarations.
2022-05-09 Arnaud GierschReplace const reference to std::string by std::string_v...
2022-05-09 Arnaud GierschStructured binding here too.
2022-05-09 Arnaud GierschUse the init-statement to declare variables inside...
2022-05-07 Arnaud GierschRemove superfluous parentheses.
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-06 Arnaud GierschReduce scope for static variables.
2022-05-06 Arnaud GierschSimplify a bit smpi_sample_* functions.
2022-05-06 Arnaud GierschSlighly improve readbility.
2022-05-04 Arnaud GierschNested conditional operators are not Sonar-compliant...
2022-05-03 Arnaud GierschKill unused variable.
2022-05-03 Arnaud GierschSpurious blank line.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-05-03 Arnaud GierschSave an indirection for replay/action_queues.
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 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 Arnaud GierschDon't throw exception in destructor (sonar).
2022-04-22 Augustin Degomme... I'm certain I tested this yesterday
2022-04-22 Augustin DegommeUpdate network_ns3.cpp
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 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-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-12 Arnaud GierschPlug memleak seen by valgrind.
2022-04-11 Arnaud GierschFix use after free.
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 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 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 GierschField is never changed after construction.
2022-03-30 Arnaud GierschIndentation.
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 Arnaud GierschConst pointer.
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-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 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 BOULANGERAdd 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-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 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 GierschA few Sonar smells.
next