Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 Martin Quinsonproperly deal with network/optim (end of the ModuleGrou...
2023-02-15 Martin QuinsonKill a now useless file
2023-02-15 Martin QuinsonCosmetics around the creation of the VM model
2023-02-15 Martin QuinsonFurther factorization: introduce ModuleGroup::init_from...
2023-02-15 Martin Quinson15 years later, I finally managed to kill host/model...
2023-02-15 Martin QuinsonObjectif the disk model
2023-02-15 Martin QuinsonThere is no way these names are empty, bc we give a...
2023-02-15 Martin QuinsonObjectifies the host models
2023-02-15 Martin Quinsonfactorize the flags of models and plugins
2023-02-15 Martin Quinsondocs: fix a sphinx formatting error
2023-02-15 Martin QuinsonObjectifies the CPU model
2023-02-15 Martin QuinsonAllow to add a disk to a host after a load_platform...
2023-02-15 Maxwell PirtleAdd note about resetting `times_considered`
2023-02-15 Maxwell PirtleReplace pending transition with latest execution
2023-02-15 Martin Quinsonfix pip build
2023-02-15 Martin QuinsonConvert the network models to the new plugin-like mechanism
2023-02-14 Martin QuinsonObjectify the model containers
2023-02-14 Martin QuinsonMove the surf log categories elsewhere
2023-02-14 Martin QuinsonRemove multiarch from the doc: it was never tested...
2023-02-14 Martin QuinsonDocument the fact that 32bits is gone
2023-02-14 Maxwell PirtleFix condition for XBT_DECLARE_ENUM_CLASS
2023-02-13 Arnaud GierschReduce scope for variables.
2023-02-13 Arnaud GierschSimplify initialization of the root log category.
2023-02-13 Arnaud GierschFor Sonar.
2023-02-13 Arnaud GierschDefine context related globals as static members of...
2023-02-13 Arnaud GierschMake global variables "const".
2023-02-13 Maxwell PirtleFinalize passing transitions during model checking
2023-02-11 Martin Quinsonmove the flatifier functions to the s4u::Engine, for...
2023-02-11 Martin QuinsonAdd a Link::get_concurrency_limit and use it in the...
2023-02-11 Martin QuinsonFlatifier: make a function returning a std::string...
2023-02-11 Martin Quinsonflatifier: cosmetics + display the real name of the...
2023-02-11 Martin QuinsonFix attribution
2023-02-11 Martin QuinsonDocument recent changes
2023-02-11 Arnaud GierschUse more readable alternatives for string::compare().
2023-02-11 Arnaud GierschKill another bunch of globals.
2023-02-10 Maxwell PirtleAdd intial steps to transfer transitions to the MC
2023-02-09 Arnaud GierschKill a few globals.
2023-02-09 Arnaud GierschFix comment.
2023-02-09 Arnaud GierschLittle simplification.
2023-02-09 Martin QuinsonMerge branch 'arm-patch' into 'master'
2023-02-09 Maxwell PirtleAdd patch for arm64 Ubuntu 22.04 in UnwindContext
2023-02-08 Fred Sutermake all Activity starts vetoable
2023-02-08 Arnaud GierschTypo [ci-skip]
2023-02-08 Arnaud GierschRemove deprecated properties.
2023-02-08 Arnaud GierschImplement ConditionWaitSimcall::to_string().
2023-02-08 Arnaud GierschCosmetics with spacings around colon (:).
2023-02-08 Arnaud GierschDeclare functions with attribute 'noreturn' (sonar).
2023-02-08 Arnaud GierschReduce scope for variables.
2023-02-08 Arnaud GierschSingle quotes don't need to be escaped.
2023-02-07 Arnaud GierschPrevent inlining for empty placeholders of sthread_enab...
2023-02-07 Arnaud GierschCMake 2.8.12 is the minimum required version in FindSim...
2023-02-07 Arnaud GierschUse native cmake commands to compute relative path.
2023-02-07 Arnaud GierschNormalize names for fields in class Node (trailing...
2023-02-06 Arnaud GierschMake global variables "const".
2023-02-06 Arnaud GierschAvoid duplicate declaration.
2023-02-06 Arnaud GierschRemove global variable.
2023-02-06 Arnaud GierschRemove global variable.
2023-02-01 Arnaud GierschDon't use more than one 'break' per loop (Sonar).
2023-01-30 Arnaud GierschKill unused function.
2023-01-30 Arnaud GierschMake pc_id a static member of ProducerConsumer.
2023-01-28 Martin QuinsonFix the code and doc of Comm/Exec suspend/resume in...
2023-01-28 Martin QuinsonReorg examples to show activities dependencies with...
2023-01-28 Martin QuinsonMove the S4U examples to another chapter
2023-01-28 Martin QuinsonIntegrate more examples to the doc: all of DAG + others
2023-01-28 Martin Quinsoncosmetics in the doc (fix the math formatting)
2023-01-27 Arnaud GierschSonar smells after last changes.
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'
next