Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Redundant parentheses.
[simgrid.git] / teshsuite / s4u /
2021-06-01 Arnaud GierschCoding style: no global "using namespace".
2021-05-29 Arnaud GierschNo valgrind leak check for issue71.
2021-05-28 Bruno DonassoloIssue#71: add check in add_route for gw_src/gw_dst
2021-05-25 Arnaud GierschDon't create mailbox before engine is turned on.
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-21 SUTER Fredericprocess -> actor
2021-05-12 Bruno DonassoloMinor sonar related changes
2021-05-11 Bruno DonassoloSeal objects at Engine::run
2021-05-10 Arnaud Giersch[sonar] Minor simplifications.
2021-05-07 Arnaud GierschAdd test for VM (self) destruction.
2021-05-04 Arnaud GierschFix another Asan false alarm (with clang 12).
2021-05-04 Arnaud GierschWorkaround false alarm stack-use-after-scope from Asan...
2021-05-03 Arnaud GierschFixed tests in activity-lifecycle/testing_test-wait.
2021-05-03 Arnaud GierschFix tesh file.
2021-04-19 Arnaud GierschReference for std::vector parameters.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-07 Arnaud GierschFix cloud.xml: symmetrical routes are implicit.
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud Giersch[sonar] Const in s4u::Disk.
2021-04-01 Arnaud GierschMake xbt_die use the root log category.
2021-03-25 SUTER Fredericmore chaining for CPUs too
2021-03-10 Martin QuinsonDocument direct communications, deprecate Host::sendto...
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-19 Arnaud GierschUse already defined namespace alias 'sg4'.
2021-02-19 Arnaud GierschUse :: to call get_clock() which is a static member...
2021-02-19 Arnaud GierschWhitespaces!
2021-02-17 Frederic Suterfix broken tests
2021-02-17 Frederic Sutermodernize basic-parsing-test w/o SimDag
2021-02-17 Arnaud GierschUseless braces.
2021-02-16 Arnaud GierschUpdate comments.
2021-02-13 Martin QuinsonImprove the behavior of wait_for(0), and activate some...
2021-02-12 Arnaud GierschAdd some comments about unexpected failures.
2021-02-12 Arnaud GierschNew tests with wait_any_for.
2021-02-12 Arnaud GierschSpecialize with ExecPtr.
2021-02-12 Arnaud GierschTemplate for tester and waiter functions.
2021-02-12 Arnaud GierschUse template parameter for ActivityPtr in testing_test...
2021-02-12 Arnaud GierschTests were wrong, fix them.
2021-02-11 Arnaud GierschDon't duplicate macro definition.
2021-02-11 Arnaud GierschUse a smart pointer immediately. Uncomment fixed test.
2021-02-10 Arnaud GierschImprove assertions about expected timeouts (still failing).
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-09 Arnaud GierschCmake: allow wildcards (*, ^) when listing factories.
2021-02-07 Martin QuinsonAlso test the direct communications
2021-02-07 Martin QuinsonSort the model tests a bit better
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-28 Martin QuinsonAlso fix the ns3 log channels. What a debacle...
2021-01-26 Martin Quinsonlogs: Allow %a instead of %P to display the actor name
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 eazimimerge with framagit/master
2021-01-12 eazimiMerge with framagit/master
2021-01-12 Arnaud GierschMore copyright lines updated to 2021.
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-17 Arnaud GierschUseless cast to void*.
2020-12-17 Arnaud GierschUse Mailbox::get_unique<>(), and save a few delete.
2020-12-17 Arnaud GierschUse typed Mailbox::get_async<>() instead of using casts...
2020-12-17 Arnaud GierschUse typed Mailbox::get<>() instead of using static_cast...
2020-12-17 Arnaud GierschFix use-after-scope.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-04 Ehsan AzimiPull simgrid/master and a subsequent merge
2020-12-04 Arnaud GierschFix comment : 2nd arg was never used.
2020-12-04 Arnaud GierschAdd more tests for coverage.
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-18 Arnaud GierschUseless std::move.
2020-10-28 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-28 Arnaud GierschAvoid null pointer dereferencing.
2020-10-27 Martin QuinsonAdd a test for GH#345
2020-10-23 Arnaud GierschMore coding style updates for sg_link.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-18 Martin QuinsonCosmetics in the ns3 teshsuite
2020-10-18 Martin Quinsonns3: ensure that sending from an host to itself does...
2020-10-17 Martin Quinsonfix a memleak
2020-10-15 Arnaud Giersch[sonar] Replace some C-style arrays.
2020-10-09 Arnaud GierschSonar smells.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschPrefer to use emplace_back.
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-05 Arnaud GierschPrefer C++ headers, and C++-style void-arg declarations.
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (teshsuite/).
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (teshsuite/).
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-03 Arnaud Giersch[sonar] Const for local variables.
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in examples/ and...
2020-07-01 Arnaud Giersch[sonar] Declare function "noreturn".
2020-06-12 Augustin Degommespeeling mistakes in teshsuite (even mpich tests becaus...
2020-05-27 Arnaud GierschRemove redundant blank lines (codefactor).
2020-05-10 Martin Quinsonsonar: also ignore S5271 for the examples in C++
2020-05-10 Martin QuinsonBetter fix for FG#50
2020-05-10 Martin Quinsonplease codacy by not setting a variable we won't use
2020-05-09 Martin QuinsonEnsure that suspending an actor running later in the...
next