Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-05-17 Arnaud GierschCosmetics: declare graph edges with the "right" direction.
2022-05-17 Arnaud GierschMerge branch 'dev-s4u-dirty-termination' into 'master'
2022-05-17 Fabien ChaixMake S4u dirty termination better looking
2022-05-17 Augustin DegommeMerge branch 'dev-fix-get-eager-activities' into 'master'
2022-05-17 Fabien Chaixadd eager get comms to actor activities
2022-05-13 Arnaud GierschEnable test only on 64bits.
2022-05-13 Arnaud GierschGive another try to test mc-bugged1-liveness-visited...
2022-05-12 Arnaud GierschFix build with Eigen3 and Imtel compiler.
2022-05-12 Arnaud GierschRemove from CFLAGS warnings already enabled by -Wall.
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-10 Arnaud GierschApply exclusion to any file in include/ (*.h may be...
2022-05-09 Arnaud Giersch[sonar] Ignore C++17 rules in public headers, where...
2022-05-09 Arnaud Giersch[sonar] IIUC, there is no need to duplicate exclusion...
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 GierschTest is normally always true: replace by an assert.
2022-05-09 Arnaud GierschUse the init-statement to declare variables inside...
2022-05-07 Arnaud GierschRemove superfluous parentheses.
2022-05-06 Arnaud GierschDisable bogus warning with g++: add -Wno-free-nonheap...
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-06 Arnaud GierschReduce scope for static variables.
2022-05-06 Arnaud GierschReduce scope for variables used for dynamic_cast to...
2022-05-06 Arnaud GierschSimplify a bit smpi_sample_* functions.
2022-05-06 Arnaud GierschSlighly improve readbility.
2022-05-06 Arnaud GierschSearch in map once only.
2022-05-06 Arnaud GierschNo need to have two code paths.
2022-05-04 Arnaud GierschNested conditional operators are not Sonar-compliant...
2022-05-04 Arnaud GierschOops, it's stoi() for integers.
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-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
next