Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2022-08-08 Martin QuinsonDon't test statequality: it's ~15h w/o DPOR and hard...
2022-08-08 Martin QuinsonCorrectly disable DPOR when StateEq reduction is enabled
2022-08-08 Martin QuinsonAdd the teshfiles to the archive even when MC is disabled
2022-08-08 Martin QuinsonAdd tests of state equality reduction and nodpor for...
2022-08-07 Martin Quinsonkill a parameter that is always true
2022-08-07 Martin Quinsonmc:DFSExplo: cosmetics in the backtracking
2022-08-07 Martin QuinsonMerge mc_safety.hpp into DFSExplorer class
2022-08-07 Martin QuinsonUseless cosmetics while trying to understand that code
2022-08-07 Martin QuinsonIntegrate the (WIP) hashing logic in the Snapshot object
2022-08-07 Martin QuinsonSmall cleanups in mc::Snapshot
2022-08-06 Martin QuinsonFinish the removal of mc::api by moving the last bits...
2022-08-06 Martin QuinsonMove mc:api::get_remote_heap_bytes() to RemoteProcess
2022-08-06 Martin QuinsonConvert simgrid::mc::snapshot_equal() into Snapshot...
2022-08-06 Martin QuinsonMove the dot_output global into ModelChecker
2022-08-06 Martin QuinsonMake the RemoteApp a field of the Exploration, and...
2022-08-05 Martin QuinsonSimplify the MC initialization code
2022-08-04 Martin Quinsononly 3 more functions to go in mc::api
2022-08-04 Martin QuinsonKill another mc::api function
2022-08-04 Martin QuinsonPass the remote app as a parameter to all exploration...
2022-08-04 Martin QuinsonKill 2 more functions from mc::api
2022-08-03 Martin QuinsonMove the automaton from mc::api to Liveness. An ugly...
2022-08-02 Martin Quinsonlog_state has nothing to do in RemoteApp, it belongs...
2022-08-02 Martin QuinsonSanitize MC finalization process and inline a function
2022-08-02 Martin QuinsonKill mc::api::get_remote_app()
2022-08-02 Martin QuinsonKill another function of mc::api
2022-08-02 Martin QuinsonKill an unimplemented declaration
2022-08-02 Martin QuinsonConvert Api::get_maxpid() into RemoteApp::get_maxpid()
2022-08-02 Martin QuinsonMerge an initialization function into the constructor
2022-08-02 Martin QuinsonRename mc::Session into mc::api::RemoteApp
2022-08-02 Augustin Degomme[ci-skip] activate ccache on sanitizer builds
2022-08-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-08-01 Martin QuinsonEnsure that the verified application still works if...
2022-08-01 Augustin Degomme[ci-skip] Flags - let's see if this trailing whitespace...
2022-08-01 Augustin Degomme[ci-skip] use ccache on flags build as well.
2022-07-31 Martin QuinsonKill a now useless variable
2022-07-31 Martin Quinsonsanitize things around FINALIZE_REPLY despite my lazine...
2022-07-31 Martin QuinsonFix SMPI builds by reintroducing a killed MC function...
2022-07-30 Martin QuinsonMC further cleanups (let it compile, this time)
2022-07-30 Martin QuinsonMC: rename a file to sort out the mess
2022-07-30 Martin QuinsonAnd now cleanup the App-side of cruft that was needed...
2022-07-30 Martin QuinsonFinally kill mc::RemoteProcess::actors(). We now commun...
2022-07-30 Martin QuinsonGive read access to a private field
2022-07-30 Martin Quinsoninline a function, kill a file
2022-07-30 Martin QuinsonWell the last rogue call to RemoteProcess::actors(...
2022-07-30 Augustin Degommetry to hide something under the rug for now
2022-07-30 Augustin Degommeremove useless field
2022-07-30 Augustin Degommefix build for clang <15
2022-07-30 Martin QuinsonLiveness: rename graph_state -> app_state and automaton...
2022-07-30 Martin Quinsonfurther reduce the amount of call sites for RemoteProce...
2022-07-30 Martin Quinsonsmall cosmetics to not spread unrelated logic all aroun...
2022-07-30 Martin QuinsonMC: make it clear that we only have the info about...
2022-07-30 Martin QuinsonReduce the amount of MC locations reading the memory...
2022-07-30 Augustin Degommeignore new deprecation warning on freebsd
2022-07-30 Augustin Degommeuse ccache for main ci build.
2022-07-29 Martin QuinsonFix RST formatting + one URL in Release_Notes.rst
2022-07-29 Martin QuinsonIf there is no LOCK in mmalloc anymore, then there...
2022-07-28 Martin QuinsonRemove the need of pthread_mutex in mmalloc, to allow...
2022-07-28 Arnaud GierschStick to dwarf-4 for MC builds.
2022-07-28 Martin QuinsonKill useless complexity in mmalloc: one of the dlsym
2022-07-28 Martin QuinsonAllow dlsym to call free() on memory that is allocated...
2022-07-25 Augustin Degommemore protection for non linux builds
2022-07-25 Augustin DegommeDisable mmap privatization if MUSL is detected, as...
2022-07-22 Martin QuinsonAnother attempt at PRELOADing mmalloc (WIP)
2022-07-22 Augustin DegommeMerge branch 'adegomme-master-patch-16995' into 'master'
2022-07-22 Augustin DegommeSMPI/replay: Fix issue with recv of size =0.
2022-07-22 Augustin DegommeMerge branch 'support-sendrecv-ti' into 'master'
2022-07-21 Martin QuinsonFix build error due to clang-format reordering the...
2022-07-21 Martin QuinsonSplit mmalloc in a separate library
2022-07-21 Martin QuinsonFurther small simplifications to mmalloc, killing dead...
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-21 Martin QuinsonSeparate mmalloc from xbt
2022-07-21 Martin QuinsonKill a function that is unused and unimplemented
2022-07-20 Arnaud GierschJava NativeLib: delete temporary files ASAP.
2022-07-20 Arnaud GierschKill useless commented code.
2022-07-20 chaixQuick and dirty support of SendRecv in time-independent...
2022-07-19 Augustin Degommehave automatic teshsuite use only stdout to avoid tesh...
2022-07-19 Augustin Degommeadd casts in case types don't match (musl). Let's hope...
2022-07-18 Fred Suterdoc fix [no-ci]
2022-07-18 Arnaud GierschRemove redundant cast.
2022-07-15 Arnaud GierschFix distcheck (populate tesh_files, even when !HAVE_MC).
2022-07-15 Fred SuterPrevent segfault when VM's host is created with pstate > 0
2022-07-13 Martin Quinsonsthread: correctly switch to within simgrid when callin...
2022-07-13 Martin Quinsonmc::api: Inline a useless function
2022-07-13 Martin QuinsonMake sure that all MC tests are built on target tests-mc
2022-07-13 Martin Quinsonmmalloc: rename a symbol to prepare further refactorings
2022-07-13 SUTER FredericWhen multi-threaded Exec are launched on VM, account...
2022-07-13 SUTER Fredericget access to Exec thread count
2022-07-13 Arnaud GierschUse fixed point arithmetic to avoid rounding errors.
2022-07-12 Arnaud GierschFix CMakeLists for when makecontext is not compilable.
2022-07-12 Arnaud GierschFix build error with musl libc.
2022-07-12 Arnaud GierschFix definition of overriding gettimeofday.
2022-07-11 Arnaud GierschHandle different types for second parameter of gettimeo...
2022-07-11 Arnaud GierschFor sonar...
2022-07-11 Martin QuinsonThe variable is named LD_BIND_NOW so these lines were...
2022-07-10 Martin QuinsonSurvive with old cmakes
2022-07-10 Martin QuinsonCompile pthread-mutex-simple in a way that allows its...
2022-07-10 Martin QuinsonMC: allow to pass env variables to the verified application
2022-07-10 Martin Quinsonsthread: Intercept gettimeofday + sleep + usleep
2022-07-08 Bruno DonassoloFix changelog [ci-skip]
2022-07-08 Bruno DonassoloMerge branch 'issue111' into 'master'
next