Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-02-20 Arnaud GierschDrop simgrid::xbt::demangle and use boost::core::demang...
2021-02-20 Arnaud GierschDefault constructor is used by default.
2021-02-20 Martin Quinsontypo
2021-02-19 Arnaud GierschDefine and use Exception::rethrow_nested to rethrow...
2021-02-19 Arnaud GierschFactorize declarations for exceptions.
2021-02-19 Arnaud GierschFunctions are not overridden anymore.
2021-02-19 Arnaud GierschTypo.
2021-02-19 Arnaud GierschEnforce usage of std::shared_ptr for TIData.
2021-02-19 Frederic Suterconvert one more test of ptask_L07 model
2021-02-19 Martin Quinsondocument a recently added option
2021-02-19 Martin QuinsonFix a bunch of errors in the documentation
2021-02-19 Arnaud GierschStrings are overkill for parmap_test.
2021-02-19 Arnaud GierschValgrind suppressions for test-help-version and test...
2021-02-19 Arnaud GierschUseless complication.
2021-02-19 Arnaud GierschRedundant cast.
2021-02-19 Arnaud GierschTypedef.
2021-02-19 Arnaud GierschConst reference.
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 GierschConst, as usual ;)
2021-02-19 Arnaud GierschWhitespaces!
2021-02-19 Augustin Degommeoops
2021-02-19 Augustin Degommeactivate leak-check output on mpich3-test.
2021-02-19 Augustin Degommefix some issues with groups
2021-02-19 Augustin Degommethat didn't work as intended
2021-02-19 Augustin Degommefortran: avoid adding twice to lut, now that it's done...
2021-02-19 Augustin Degommeturn unimportant warnings into info in colls and improv...
2021-02-19 Augustin DegommeSMPI : add leak detection.
2021-02-18 Augustin Degommemore explicit messages when failing in RMA comms
2021-02-18 Frederic Suterfix and convert another ptask_L07 test
2021-02-18 Frederic Suterfix distcheck
2021-02-18 Frederic Suterremove now useless platform files (replaced by ptask_L0...
2021-02-18 Frederic Suterconvert one more simdag test
2021-02-18 Augustin Degommeompi flavour may use ... default in some cases, trigger...
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.
next