Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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'
2022-07-07 Bruno DonassoloWorkaround for multicore ptasks.
2022-07-05 Arnaud GierschRedundant initializations.
2022-07-04 Arnaud Giersch[project-description] Fix extraction of the ns-3 version.
2022-07-03 Arnaud GierschReintroduce "3-dev" in list of ns3 known versions.
2022-07-03 Arnaud GierschRecompute set of ns-3 lirairies.
2022-07-03 Arnaud GierschTry to fix number of '\' escapes in cmake regexps.
2022-07-02 Martin Quinsonsthread: don't intercept the main when run from smpirun
2022-07-02 Martin QuinsonAdapt to the upcoming ns-3 v3.36.1
2022-07-02 Arnaud GierschMake libsthtread valgrind-aware.
2022-07-01 Arnaud GierschSonar issues.
2022-06-30 Arnaud GierschFix test with ASan.
2022-06-30 Arnaud GierschPlease valgrind.
2022-06-30 Arnaud GierschCosmetics (indentation, codefactor.io).
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-29 Tom CornebizeFix the test
2022-06-29 Tom CornebizeAdd the new test in the cmake file
2022-06-29 Tom CornebizeAdd the new test in file MANIFEST.in
2022-06-29 Tom CornebizeAdd ptasks in the Python bindings
2022-06-29 Martin QuinsonDisable sthread at the end of the sthread_main
2022-06-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-28 Martin QuinsonAdd a TESH for the new sthread feature
2022-06-28 Arnaud GierschSMPI_is_inited() and smpi_enabled() have the same purpo...
2022-06-28 Arnaud GierschNo need to duplicate functions.
2022-06-28 Arnaud GierschUncomment code.
2022-06-28 Arnaud GierschEasy Sonar smells.
2022-06-28 Arnaud GierschUse std::string.
2022-06-28 Arnaud GierschMissing return in the raw path.
2022-06-28 Arnaud GierschAvoid memory leak when exception is thrown.
2022-06-27 Martin QuinsonMake sthread_inside_simgrid static into libsthread...
2022-06-27 Arnaud GierschDistcheck!
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-27 Fabien ChaixAnswer to Mt comments
2022-06-26 Martin Quinsonmake sthread work out of MC build trees
2022-06-25 Fabien ChaixMake vm_by_name() public and modify c-cloud-migration...
2022-06-25 Martin Quinsontentative of implementing pthread_join, and to ensure...
2022-06-24 Martin QuinsonMake sure that sthread_inside_simgrid is initially...
2022-06-24 Martin Quinsonsthread is not a binary [anymore] but a library
2022-06-24 Martin Quinsonsthread does not exist on FreeBSD so don't break MC...
2022-06-24 Martin QuinsonDocument one recent change
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-24 Martin QuinsonOngoing attempt for sthread, an automatic intercepter...
2022-06-24 Martin QuinsonAdd a function to determine whether SMPI is currently...
2022-06-24 Fabien ChaixQuick and dirty fix to speed up get_host_by_name
2022-06-23 Arnaud GierschChangeLog [ci-skip]
2022-06-23 Arnaud GierschMissing include (for uintptr_t).
2022-06-23 Tom CornebizeRemove the -Wformat-security warning
2022-06-21 Tom CornebizeRemove useless statements
2022-06-21 Tom CornebizeRenaming: s4u_enforce -> xbt_enforce
2022-06-21 Arnaud GierschMissing 'override' specifier.
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-21 Tom CornebizeFix one tesh test
2022-06-21 Tom CornebizeUpdate the changelog for s4u_enforce
2022-06-21 Tom CornebizeImplement s4u_enforce
2022-06-17 Arnaud GierschMerge branch 'fix_python' into 'master'
2022-06-17 Tom CornebizeFix the put/get(_async) mailbox methods in the Python...
2022-06-12 Martin QuinsonHint about how to configure with ninja instead of make
2022-06-10 Fabien ChaixFix regression tests
2022-06-10 Martin QuinsonMC: better encapsulation design
2022-06-10 Fabien ChaixAlways advertise CpuImpl as used to trigger Engine...
2022-06-09 Arnaud Gierschs/NULL/nullptr/ [ci-skip]
next