Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-02-23 Arnaud GierschComment is not relevant anymore.
2023-02-23 Arnaud GierschUse type aid_t for an actor's PID.
2023-02-23 Arnaud GierschMore Sonar issues.
2023-02-23 Arnaud GierschUse normal strings instead of f-strings (Sonar).
2023-02-23 Arnaud GierschUse C++17's std::scoped_lock where appropriate.
2023-02-23 Arnaud GierschDon't access variable ouside of the critical section.
2023-02-23 Arnaud GierschVarious cleanups.
2023-02-22 Martin QuinsonPartially revert 2ad536e710c5936ff8e525e4bbb5e7046f292a...
2023-02-22 Martin QuinsonImplement the semaphore functions in sthread
2023-02-22 Martin Quinsonprotect the dict initialization against multithreading
2023-02-21 Martin QuinsonCosmetics
2023-02-21 Martin Quinsonlogs: protect finalization against multiple calls
2023-02-21 Martin QuinsonLet the xbt_log module register its finalizer itself
2023-02-21 Martin QuinsonKill simgrid::xbt::cmdline and simgrid::xbt::binary_name
2023-02-21 Martin QuinsonSimplify the library initialization + deprecate 2 XBT...
2023-02-21 Martin QuinsonRemove a useless lib constructor (simpler is better)
2023-02-21 Martin QuinsonInitialize the dict module on need, w/o relying on...
2023-02-20 Arnaud GierschRevert "Upgrade embedded xxhash (-> v0.8.1)."
2023-02-20 Arnaud GierschMerge branch 'fix-probe' into 'master'
2023-02-20 Maxwell PirtleSend actor action probes one at a time
2023-02-19 Martin QuinsonRemove more occurences of 'surf' with uppercases
2023-02-19 Martin QuinsonDocument that surf is gone
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
next