Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-01-26 Arnaud GierschCosmetics.
2023-01-26 Arnaud GierschRemove some global variables.
2023-01-25 Arnaud GierschKill commented code.
2023-01-25 Arnaud GierschPointer to const.
2023-01-24 Arnaud GierschCondition is always false.
2023-01-24 Arnaud GierschUnsigned cannot be < 0.
2023-01-24 Arnaud GierschUse predefined algorithm.
2023-01-24 Arnaud LegrandRewording
2023-01-23 Martin QuinsonTry to improve the doc of the weight-S parameter
2023-01-23 Martin QuinsonCosmetics in examples' comments and description
2023-01-23 Augustin Degommedon't create temporary struct at time of push_back...
2023-01-23 Martin QuinsonAnother example gets documented (+cosmetics)
2023-01-22 Martin QuinsonRemove an example that is a dupplicate of another one
2023-01-22 Martin Quinsons/ *$// over all RST files (no content modification)
2023-01-22 Martin QuinsonDocument yet another example
2023-01-22 Martin Quinsonextend example exec-failure to demonstrate state profiles
2023-01-21 Martin QuinsonAdd a section on errors and exceptions to the API docum...
2023-01-21 Martin QuinsonYet another example integrated in the doc
2023-01-21 Martin QuinsonAdd another example to the doc
2023-01-21 Martin QuinsonCosmetics in an example and integrate it to the doc
2023-01-21 Martin QuinsonUse debian:11 as a basis for the simgrid/build-deps...
2023-01-21 Martin QuinsonMove an example to the right section, and document it
2023-01-21 Martin QuinsonVarious fixups and cosmetics in the doc
2023-01-21 Martin QuinsonMake the test output easier to understand
2023-01-20 Martin Quinsonfix warnings :(
2023-01-20 Martin QuinsonPlease the paranoid compilers that we love
2023-01-20 Martin QuinsonAdd a test of CM02 timings with TCP-gamma (and fix...
2023-01-20 Martin QuinsonCosmetics in the messages of this test; no timing change
2023-01-20 Martin QuinsonAllow to disable the TCP windowing modeling by setting...
2023-01-20 Martin QuinsonMove a tiny bit of surf to xbt
2023-01-18 Augustin DegommeMerge branch 'master' into 'master'
2023-01-18 Adrienadd link to simgrid-fmi doc in sphinx doc
2023-01-17 Augustin DegommeMerge branch 'master' into 'master'
2023-01-17 Adrien Gougeonfix doc typo
2023-01-16 Martin QuinsonKill a useless function, and rename another one
2023-01-16 Martin Quinsonanother useless cleanup
2023-01-16 Martin QuinsonKill a parameter that was always nullptr
2023-01-16 Martin QuinsonMove two generic functions from surf to xbt
2023-01-15 Martin Quinsonuseless cleanups
2023-01-15 Martin QuinsonKill another bunch of files in doc/ and move their...
2023-01-15 Martin QuinsonDon't clutter the archive with python notebooks [no-ci]
2023-01-15 Martin QuinsonConvert some insider doc to sphinx, and remove obsolete...
2023-01-15 Martin Quinsondoc: Remove one dupplicated image and a 10 years old...
2023-01-15 Arnaud GierschThe colorize(simgrid-colorizer) utility does not exist...
2023-01-15 Martin QuinsonIntegrate a bit of the old FAQ in the modern doc, and...
2023-01-14 Arnaud GierschRemove more references to MSG in documentation.
2023-01-14 Arnaud GierschPolish the polishing.
2023-01-14 Arnaud GierschPolish jenkins scripts without MSG.
2023-01-14 Arnaud GierschThe right mode is FATAL_ERROR.
2023-01-14 Martin QuinsonRemove MSG. Its EOL was scheduled for 2020
2023-01-13 Martin QuinsonJava was removed
2023-01-13 Arnaud GierschFix MC+sthread+coverage.
2023-01-13 Arnaud Giersch[smpi] Flush output streams after the run too.
2023-01-13 Arnaud GierschDirectory "examples/deprecated/" vanished.
2023-01-13 Arnaud GierschInstall SIGSEGV handler unconditionally.
2023-01-13 Arnaud GierschNo need to compute coverage for Java anymore.
2023-01-13 Arnaud GierschUpdate scripts for Jenkins, now that Java is gone.
2023-01-13 Arnaud GierschI guess that this line was not meant to be removed.
2023-01-13 Arnaud GierschNo need to install Java-related packages anymore.
2023-01-13 Arnaud GierschMinor cleanups.
2023-01-13 Arnaud GierschTypos.
2023-01-12 Martin QuinsonFix the pages job on gitlab CI
2023-01-12 Martin QuinsonRemove Java bindings. They are not updated since maybe...
2023-01-12 Martin Quinsonpthreads are not used anymore. Standard C++ ones are
2023-01-12 Arnaud GierschKill remaining traces of win32 support.
2023-01-11 Arnaud GierschRemove ancient hack.
2023-01-11 Arnaud GierschCosmetics: align with other similar declarations.
2023-01-10 Martin QuinsonFix make distcheck
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2023-01-05 Arnaud GierschFix tests built with PYBIND11_ASSERT_GIL_HELD_INCREF_DE...
2023-01-05 Arnaud GierschEnsure that the GIL is held when using inc_ref/dec_ref.
2023-01-05 Arnaud GierschUse C++ string for argument.
2023-01-05 Arnaud GierschSuperfluous py::call_guard.
2023-01-05 Arnaud GierschReindent.
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-16 Arnaud GierschUse std::byte for bye-oriented data manipulation (sonar).
2022-12-16 Arnaud GierschReally exclude MBI scripts from Sonar analysis.
2022-12-09 Arnaud GierschLGTM.com will be shut down in the next days.
2022-12-08 Arnaud GierschPointer to const++ (sonar).
2022-12-07 Arnaud GierschUse pointer-to-const when possible (Sonar).
2022-12-07 Arnaud GierschRedundant cast.
2022-12-07 Arnaud GierschKill unimplemented declarations.
2022-12-06 Arnaud GierschMake the definition match the declaration in dtypes.h.
2022-12-06 Arnaud GierschKill unused file.
2022-12-06 Arnaud GierschReduce duplication of compiler flags for warnings.
2022-12-06 Arnaud GierschAdd -Wextra to CFLAGS too.
2022-12-05 Arnaud GierschMerge "else" branches.
2022-12-01 Martin QuinsonDocument recent change [noci]
2022-12-01 Martin QuinsonBig fat error message when trying to enable MC on not...
2022-12-01 Augustin DegommeMerge branch 'faster_activity_removal' into 'master'
2022-12-01 Henri CasanovaReplaced std::list by std::set to keep track of activities
2022-11-23 Arnaud GierschCosmetics.
2022-11-23 Arnaud GierschUse C++ string_view.
2022-11-23 Arnaud GierschReplace static function by a lambda.
2022-11-22 Arnaud GierschFix doc.
2022-11-21 Fred Suterbetter failure handling for streams
2022-11-21 Arnaud GierschAddress misc Sonar issues.
2022-11-21 Arnaud GierschCosmetics: "transfert" -> "transfer".
2022-11-17 Arnaud GierschKill useless computation.
2022-11-17 Arnaud GierschCheck bounds.
next