Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2021-03-22 Martin QuinsonFix make distcheck
2021-03-22 Martin QuinsonSanitize how tracefiles are handled
2021-03-22 SUTER FredericNetZone: father to parent and more accessors
2021-03-22 SUTER Frederictrimming zones
2021-03-22 Arnaud GierschHandle simcall result through mc::SimcallObserver.
2021-03-22 Arnaud GierschReduce scope for variables.
2021-03-22 Arnaud GierschActivityImpl::register_simcall does not need to be...
2021-03-22 Arnaud GierschFactor un-registration of simcall.
2021-03-22 Arnaud GierschMake SIMIX_comm_copy_data_callback a member of CommImpl.
2021-03-22 Arnaud GierschMake fields private.
2021-03-22 Arnaud GierschCosmetics (redundant version number).
2021-03-21 Augustin DegommeThis is the index, we want the rank for the underlying...
2021-03-20 Augustin Degommeextraneous chars
2021-03-20 Augustin Degommestatus can actually be MPI_STATUS_IGNORE
2021-03-20 Martin QuinsonAdd ModelChecker::finalize_app(), but don't use it...
2021-03-20 Martin Quinsonsome symbol renamings to make MC easier to understand...
2021-03-19 Arnaud Giersch.mailmap
2021-03-19 Arnaud GierschMake Time::date const; kill useless getter.
2021-03-19 Arnaud GierschMake fields private; define getters.
2021-03-19 Arnaud GierschMake Datatype::contents_ a private std::unique_ptr.
2021-03-19 Arnaud GierschDon't mix public and private fields (sonar).
2021-03-19 Arnaud GierschFactorize handling of asynchronous receives.
2021-03-19 Arnaud GierschUnnecessary 'else'.
2021-03-19 Arnaud GierschMake cast explicit.
2021-03-19 Arnaud GierschReduce scope for variables.
2021-03-19 SUTER Fredericreally set link latency for ns3
2021-03-19 SUTER Fredericprivatize fields of ClusterZone + more explicit methods
2021-03-19 Augustin Degommeadd tesh file to dist
2021-03-19 Martin QuinsonFix clang builds
2021-03-18 Martin QuinsonReorder the headers to ensure that ours are actually...
2021-03-18 Martin Quinsontest with leaks: no printf, and run also in MC (that...
2021-03-18 Martin QuinsonFix non-MC builds
2021-03-18 Martin Quinsonsimcall.py: this parameter is not a field, respect...
2021-03-18 Martin QuinsonAdd a tests-mc target to rebuild only what's needed...
2021-03-18 Arnaud GierschModernize simcall execution_waitany_for.
2021-03-18 Arnaud GierschImplement simcall_HANDLER_execution_waitany_for into...
2021-03-18 Arnaud GierschMake simcall execution_waitany_for use a std::vector...
2021-03-18 Arnaud GierschUse functions from ActorImpl when available.
2021-03-18 Arnaud GierschLowercase PID in function name (2/2 - public part).
2021-03-17 Arnaud GierschLowercase PID in function name (1/2 - private part).
2021-03-17 Arnaud GierschSonar wants separate declarations.
2021-03-17 Arnaud GierschFix build with older compilers.
2021-03-17 Arnaud GierschTypos.
2021-03-17 Arnaud GierschMisc sonar smells.
2021-03-17 Arnaud GierschAugment test to cover sem_acquire_timeout.
2021-03-17 Arnaud GierschOops. Forgot to handle timeout.
2021-03-17 SUTER Fredericmake update_algorithm optional in model creation. Full...
2021-03-16 Arnaud GierschModernize simcall sem_acquire_timeout.
2021-03-16 Arnaud GierschModernize simcall cond_wait_timeout.
2021-03-16 Arnaud GierschCosmetics: use a meaningful name for parameter.
2021-03-16 Bruno DonassoloInitialize CPU model for VMs in init_HL13
2021-03-15 Arnaud GierschA blocking simcall does not make sense in kernel mode.
2021-03-15 Arnaud GierschCosmetics: single "TODO" for less sonar smell.
2021-03-15 Arnaud GierschMake ConditionVariable::~ConditionVariable() private.
2021-03-15 Arnaud GierschMake Semaphore::~Sepmaphore() private.
2021-03-15 Arnaud GierschMake Mutex::~Mutex() private.
2021-03-15 Augustin Degommeobviously, this failed for freebsd 13
2021-03-15 Augustin Degommemanifest update
2021-03-15 Augustin DegommeTeshsuite SMPI : execute from build dir.
2021-03-15 Augustin Degommeexclude intentionally leaking test from asan and valgri...
2021-03-14 Augustin Degommetry to match types correctly this time
2021-03-14 Augustin Degommethat was supposed to be removed now, thanks ubuntu...
2021-03-14 Augustin Degommeadd a test with an intentional leak for previous feature.
2021-03-14 Augustin DegommeAdd a small allocations counter in SMPI.
2021-03-14 Augustin Degommedowngrade message to info level, it's usually not a...
2021-03-14 Arnaud GierschBogus default value for parameter.
2021-03-14 Arnaud GierschPointer-to-const for sonar.
2021-03-14 Arnaud GierschReplace magic number 8.
2021-03-14 Martin QuinsonGosh I hate the formating strings when size_t comes...
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
2021-03-14 Martin QuinsonRemoteProcess: cache the addresses of maxpid, actors...
2021-03-14 Martin QuinsonMove the logic retrieving the actor info in the App...
2021-03-14 Martin QuinsonMove the logic of Api::get_maxpid() to RemoteProcess...
2021-03-14 Martin QuinsonMC: lazily load the dwarf information
2021-03-14 Augustin Degommeattempt to fix en issue when timing functions are calle...
2021-03-14 Martin QuinsonGive an explicit name to the session singleton
2021-03-14 Martin QuinsonRemove more uses of the session global
2021-03-14 Martin Quinsoncosmetics
2021-03-14 Martin QuinsonThe checker has the session and don't need the API...
2021-03-14 Martin QuinsonInline a function
2021-03-14 Martin QuinsonDont pass as a parameter something that is already...
2021-03-14 Martin QuinsonKill a file that was almost empty
2021-03-14 Martin QuinsonKill some use of the mc_model_checker global variable
2021-03-14 Martin QuinsonThe checker now have a reference to the session
2021-03-14 Martin QuinsonA checker don't need the mc::api to find itself
2021-03-14 Martin QuinsonRename model_checker->get_remote_simulation() into...
2021-03-13 Martin QuinsonMC: cosmetics
2021-03-13 Martin QuinsonRename mc::RemoteSimulation into mc::RemoteProcess
2021-03-13 Martin QuinsonMC: simplify initialization and kill api::set_checker()
2021-03-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-13 Martin Quinsongetraw is only useful when dealing with boost intrusive...
2021-03-13 Arnaud GierschDuplicate cleanup instructions for jenkins builds in...
2021-03-13 Arnaud GierschAdd parameter timeout to mc::ConditionWaitSimcall and...
2021-03-13 Arnaud GierschModernize simcall cond_wait.
2021-03-13 Arnaud GierschModernize simcall sem_acquire.
2021-03-13 Arnaud GierschConst attributes in SimcallObserver.
2021-03-13 Arnaud GierschUse ConditionVariable::create() for sg_cond_init().
2021-03-13 Arnaud GierschRename ConditionVariable::cond_ to pimpl_ for consistency.
2021-03-13 Arnaud GierschAdd SemaphoreImpl::piface_ (mimic MutexImpl).
2021-03-13 Arnaud GierschPrefer type bool for boolean values.
next