Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-02-19 Arnaud GierschUpgrade embedded xxhash (-> v0.8.1).
2023-02-19 Arnaud GierschUpgrade embedded catch2 (-> v2.13.10).
2023-02-19 Martin QuinsonFinally kill surf_interface.hpp watched_host was actual...
2023-02-19 Martin Quinsonrename another file with had 'surf' in its name
2023-02-19 Martin QuinsonKill a file with 'surf' in its name, and further empty...
2023-02-19 Martin QuinsonRework a comment (to remove 'surf')
2023-02-19 Arnaud GierschRework compile optimizations for MC.
2023-02-19 Arnaud GierschMissing includes.
2023-02-19 Arnaud GierschMove -Wno-unused-local-typedefs to common flags.
2023-02-18 Martin Quinsonkill src/simix
2023-02-18 Martin QuinsonMove the non-deprecated bits of simix to kernel::actor...
2023-02-18 Martin QuinsonKill src/include
2023-02-18 Martin Quinsonreduce the amount of header includes in headers, to...
2023-02-18 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-02-18 Martin QuinsonRemove an obsolete cmake warning
2023-02-18 Martin QuinsonMove some content of surf_interface to a new math_utils.h
2023-02-18 Arnaud GierschUpdate path.
2023-02-18 Martin QuinsonMove the files related to the platform parsing to kerne...
2023-02-18 Martin Quinsonmove a symbol declaration out of surf_interface.hpp
2023-02-18 Martin QuinsonCMake requires ns3 v3.28+, so don't work around a bug...
2023-02-18 Martin QuinsonMove the ns3 helper files to kernel/models/ns3
2023-02-18 Martin QuinsonMove the surf tesh tests with the other models' ones
2023-02-18 Martin QuinsonRemove some more occurence of 'surf' in comments and...
2023-02-18 Arnaud GierschMisc Sonar issues.
2023-02-18 Arnaud GierschVarious cleanups.
2023-02-18 Martin QuinsonFurther rename the identifiers of flexml to simgrid_parse_*
2023-02-18 Martin QuinsonChange the namespace of flexml-generated parser from...
2023-02-18 Martin QuinsonTwo more references of the surf/precision option name
2023-02-18 Martin QuinsonRemove surf from the content from the examples of simul...
2023-02-18 Martin QuinsonRename ActivityImpl::surf_action_ to ActivityImpl:...
2023-02-17 Martin QuinsonMove HostImpl to kernel/resource with its friends
2023-02-17 Martin Quinsonmove the models to the right directory (empty src/surf...
2023-02-17 Martin QuinsonAllow precision/bmf as a synonym to bmf/precision
2023-02-17 Martin QuinsonRename option maxmin/precision to precision/work-amount...
2023-02-17 Martin QuinsonRename option "surf/precision" to "precision/timing...
2023-02-17 Martin QuinsonRename sg_surf_precision to sg_precision_timing for...
2023-02-17 Martin QuinsonUse surf_precision as a value for PMPI_Wtick
2023-02-17 Martin Quinsondoc: add a little graph about the host energy plugin
2023-02-16 Martin QuinsonMerge branch 'fix-mc-tests' into 'master'
2023-02-16 Maxwell PirtleInitialize uninitialized transition for root state
2023-02-16 Maxwell PirtleFix root-node edge cases for states
2023-02-16 Martin Quinsonfix MC+gcc builds
2023-02-16 Martin QuinsonCI: build the model-checker on framagit, to test the MRs
2023-02-16 Martin Quinsonfix the build (but not all tests) of MC
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.
next