Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-02-18 Augustin Degommefix leak
2021-02-18 Arnaud GierschFix build error with non-const MINSIGSTKSZ.
2021-02-18 Arnaud GierschCope with non-const SIGSTKSZ.
2021-02-18 Frederic Suterconvert more simdag tests
2021-02-18 Augustin Degommefix dist
2021-02-18 Augustin Degommedon't mark as truncated probe requests (and get rid...
2021-02-18 Martin QuinsonGet the doc of superclasses in subclasses
2021-02-18 Martin QuinsonFix the RST inclusions in doxygen comments
2021-02-18 Martin QuinsonStop using autodoxy: Breathe works like a charm for us
2021-02-18 Martin QuinsonRemove the doc of killed functions
2021-02-18 Martin QuinsonGrammarly Introduction and start your own
2021-02-18 Martin Quinsongrammarly the SMPI tutorial
2021-02-18 Martin Quinsongramarly the s4u reference doc
2021-02-18 Martin Quinsongrammarly the beginning of the doc
2021-02-18 Augustin Degommedebug message for truncation
2021-02-18 Augustin Degommethe naive legacy (default) reduce_scatter did not work...
2021-02-18 Augustin DegommeDie when attempting to free predefined operators.
2021-02-17 Augustin Degommeimprove error messages
2021-02-17 Augustin DegommeCrash and burn when a message is truncated.
2021-02-17 Augustin Degommeuncommit destroyed datatype to avoid later uses (if...
2021-02-17 Augustin DegommeMPI_Comm_split cannot have a negative color (except...
2021-02-17 Augustin DegommeAdd checks on collectives to prevent incoherent inputs.
2021-02-17 Frederic Suteradd and use Link::is_shared()
2021-02-17 Frederic Suterget flatifier rid of SimDag
2021-02-17 Frederic Suterfix broken tests
2021-02-17 Frederic Sutermodernize basic-parsing-test w/o SimDag
2021-02-17 Arnaud GierschPrefer free functions over member functions (sonar).
2021-02-17 Arnaud GierschRemove excess semicolon.
2021-02-17 Arnaud GierschUseless braces.
2021-02-17 Arnaud GierschMore whitespaces for codefactor.io.
2021-02-16 Arnaud GierschUpdate comments.
2021-02-16 Arnaud GierschFix build error.
2021-02-16 Frederic Suterdon't test removed tests
2021-02-16 Frederic SuterStart to replace old simdag tests of the ptask_L07...
2021-02-15 Frederic Suterthis one should be vetoable too
2021-02-13 Martin QuinsonAlso fix MSG tasks by giving them -1 as default timeout
2021-02-13 Martin QuinsonWhen an exception occures in kernel mode, display both...
2021-02-13 Martin QuinsonFix parallel execs after my change of yesterday
2021-02-13 Martin QuinsonImprove the behavior of wait_for(0), and activate some...
2021-02-12 Martin QuinsonSome more documentation
2021-02-12 Martin QuinsonIntroduce the sg4 namespace alias in all comm examples
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-11 Arnaud GierschSonar asks for an in-class initializer.
2021-02-11 Arnaud GierschWhitespaces for codefactor.io.
2021-02-11 Arnaud GierschUse nullptr rather than 0.
2021-02-10 Arnaud GierschImprove assertions about expected timeouts (still failing).
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-10 Martin Quinsonmv examples/s4u examples/cpp
2021-02-10 Arnaud Gierschsurf_action_ should not be null here.
2021-02-10 Arnaud GierschPrefer xbt_malloc that will never return NULL.
2021-02-09 Frederic Suterplease modern compilers
2021-02-09 Frederic Sutersetters can be used in the STARTING state too
2021-02-09 Frederic SuterCannot do anything with dependencies
2021-02-09 Arnaud GierschCmake: allow wildcards (*, ^) when listing factories.
2021-02-09 Arnaud GierschEnable test for all available factories.
2021-02-09 Arnaud GierschUnnecessary "else" after "return".
2021-02-09 Arnaud GierschPython 3 is required anyway.
2021-02-09 Arnaud GierschCosmetics.
2021-02-09 Arnaud GierschFix return value to MPI_UNDEFINED.
2021-02-09 Frederic Sutertrigger on_completion from wait_any_for
2021-02-09 Frederic SuterEnable access to Exec from ExecImpl and fix get_finish_...
2021-02-09 Frederic Suterfix Exec::get_start_time()
2021-02-08 eazimia flag for udpor in the simgrid config
2021-02-08 eazimidictation corrected
2021-02-08 eazimiget_enabled_transitions() is a general function
2021-02-07 Martin QuinsonAlso test the direct communications
2021-02-07 Martin Quinsongroup some internal tests together
2021-02-07 Martin QuinsonSort the model tests a bit better
2021-02-06 Martin QuinsonNo need to test 'not detached_' twice in the same test
2021-02-05 eazimicleanup!
2021-02-05 eazimiMC_smx_actor_get_name() implemented in Api class, it...
2021-02-05 eazimiMC_smx_actor_get_host_name() implemented in Api, it...
2021-02-05 eazimiMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 eazimiget_enabled_transitions() implemented
2021-02-05 Arnaud GierschFix includes.
2021-02-05 Arnaud GierschMake constructor 'explicit'.
2021-02-05 Arnaud GierschUse XBT_DECLARE_ENUM_CLASS for mc::MessageType.
2021-02-05 Arnaud GierschUse XBT_DECLARE_ENUM_CLASS for s4u::Activity::State.
2021-02-05 Arnaud GierschUse XBT_DECLARE_ENUM_CLASS for kernel::activity::State.
2021-02-05 Arnaud GierschAdd helper macro to declare enums with to_string.
2021-02-05 Arnaud GierschDefine two more XBT macros to handle lists of arguments.
2021-02-05 eazimiMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 eazimimerge with framagit/master
2021-02-05 eazimiindentation
2021-02-05 Martin QuinsonCommImpl: don't mix state and type, and make type_...
2021-02-05 Martin QuinsonTiny doc improvement
2021-02-05 Martin Quinsondoc: borken link
2021-02-04 Arnaud GierschDefine CommImpl::type_ at construction.
2021-02-04 Arnaud GierschSimplify condition.
2021-02-04 Arnaud GierschPrefer std::array to map enum to string.
2021-02-04 Arnaud Giersch[sonar] Pointer to const.
2021-02-04 Arnaud Giersch[sonar] Restore old comment for empty function.
2021-02-04 Arnaud Giersch[sonar] Add attribute "noreturn".
next