Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2023-04-12 Adrien Gougeonclang-format
2023-04-12 Adrien Gougeonadd prog_ns3 to manifest
2023-04-12 Adrien Gougeonadd operation examples
2023-04-12 Adrien Gougeonseveral updates to plugin operation
2023-04-12 Adrien Gougeonadd operation to plugin doc
2023-04-12 Adrien Gougeonadd operation to manifest
2023-04-12 Adrien Gougeonfix bad type comparison
2023-04-12 Adrien Gougeonadd operation plugin
2023-04-11 Arnaud GierschAssignment operators should return non-"const" referenc...
2023-04-11 Arnaud GierschMark functions as "const" (sonar).
2023-04-11 Arnaud GierschUse std::string (sonar).
2023-04-11 Arnaud GierschMisc sonar issues.
2023-04-11 Arnaud GierschReduce scope for variables (sonar).
2023-04-11 Arnaud GierschPointer and reference should be "const" if the correspo...
2023-04-11 Arnaud GierschFix bound checking in assert.
2023-04-11 Arnaud GierschWhitespace cleanup (codefactor.io).
2023-04-10 Arnaud GierschUse an intermediate variable to compute the sum and...
2023-04-10 Arnaud GierschLess low-level operations to manage receive buffer.
2023-04-07 Martin QuinsonPlease don't fix this error reported by clang-static...
2023-04-07 Arnaud GierschDefine and use VALGRIND_NO_TRACE_CHILDREN for simgrid...
2023-04-07 Arnaud GierschAdd $VALGRIND_NO_LEAK_CHECK in tesh files when simgrid...
2023-04-07 Arnaud GierschPass include and library directories to try_compile.
2023-04-07 Arnaud GierschFix usage of option --cfg=path in tesh files.
2023-04-06 Martin QuinsonMake distcheck
2023-04-06 Martin QuinsonMC: Reap all zombie childs to avoid them to accumulate
2023-04-06 Martin QuinsonRemove the timings of another ns3 test to help older...
2023-04-06 Martin QuinsonAllow ns3 to be idempotent if correctly patched
2023-04-05 Martin QuinsonImprove the logging level of that message that is relat...
2023-04-05 Martin Quinsonthese ns3 tests need an 'output sort' directive :(
2023-04-05 Arnaud GierschRegenerate tesh files (one more time).
2023-04-05 Arnaud GierschExamine all opened_states_ to find the best candidate.
2023-04-05 Arnaud GierschCosmetics.
2023-04-05 Arnaud GierschRename MC_NEED_PTRACE -> SIMGRID_MC_NEED_PTRACE for...
2023-04-05 Arnaud GierschCentralize definitions for the name of environment...
2023-04-05 Arnaud GierschSonar smells; remove redundant mentions of std::shared_...
2023-04-05 Martin QuinsonFix make distcheck, stupid bummer
2023-04-05 Martin QuinsonEnforce the ns3 timings for the latest version of ns3...
2023-04-05 Martin QuinsonMake strsignal(SIGSEGV) return the same string across...
2023-04-04 Martin QuinsonUse the fast SOCK_SEQPACKET where available
2023-04-04 Martin QuinsonMake the MC protocol work on top of STREAM sockets
2023-04-04 Arnaud GierschRegenerate tesh files.
2023-04-04 Arnaud GierschUse a multiset to handle opened states, and ensures...
2023-04-04 Arnaud GierschAn integer seems good enough to handle priorities,...
2023-04-03 Martin QuinsonDon't die at compilation when activating stateless...
2023-04-03 Martin QuinsonRemove a file generated by cmake
2023-04-03 Martin QuinsonEnsure in tests that the ns3 timings remain unchanged
2023-04-03 Arnaud GierschRevert "Treat ECONNRESET like a normal connection close."
2023-04-03 Arnaud GierschTreat ECONNRESET like a normal connection close.
2023-04-02 Martin QuinsonKill another override-to-same-content
2023-04-02 Martin QuinsonCosmetics in cmake
2023-04-02 Martin QuinsonDon't override a method to the same content
2023-04-02 Martin QuinsonDon't use ucontextes on Apple hosts
2023-04-02 Martin QuinsonCast a printf parameter to please MacOS X
2023-04-02 Martin QuinsonDisable MC stateful API when not running in MC
2023-04-02 Martin QuinsonMC stateful API is only needed when stateful MC is...
2023-04-02 Martin QuinsonDon't use CLOEXEC
2023-04-01 Martin QuinsonEnsure that the clang optimizer does not swallow the...
2023-04-01 Martin QuinsonIgnore empty replay path + hide a global (to avoid...
2023-04-01 Martin QuinsonMore logs around the configuration of the MC variants
2023-04-01 Martin QuinsonReally diplay cmake parameters in the jenkins logs
2023-04-01 Martin QuinsonJenkins: display cmake parameters in the logs
2023-04-01 Martin QuinsonOption model-checking OFF by default
2023-04-01 Martin QuinsonDon't qwack when the default empty string is passed...
2023-04-01 Martin QuinsonRevert "Also valgrind childs in CI, to valgrind MC...
2023-04-01 Martin QuinsonFix an initialization race around the AppSide
2023-04-01 Martin QuinsonFix make distcheck
2023-04-01 Martin QuinsonAlso valgrind childs in CI, to valgrind MC apps
2023-04-01 Martin QuinsonOnly compile stateless MC when libevent is found
2023-03-31 Martin QuinsonRename SIMGRID_HAVE_MC into SIMGRID_HAVE_STATEFUL_MC...
2023-03-31 Martin QuinsonFix non-MC builds when MC-only dependencies are missing
2023-03-31 Martin QuinsonCompile the safe part of MC in default mode too
2023-03-31 Martin QuinsonTry to please the ultramodern clang running on FreeBSD...
2023-03-31 Martin QuinsonFix doc on how to select the compiler before compiling
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-31 Arnaud Giersch[gitlab-ci] Run "make distcheck-configure" for merge...
2023-03-31 Arnaud GierschAllow to skip some stages of "make distcheck".
2023-03-31 Martin QuinsonCorrectly select the clang compiler on gitlab CI
2023-03-31 Martin QuinsonGitlab CI: Use clang on modelchecker builds, for MRs
2023-03-31 Martin QuinsonFix clang builds
2023-03-31 Martin QuinsonAdd a small implementation note in MC
2023-03-31 Martin QuinsonMerge branch 'master' into 'master'
2023-03-31 AdrienAdd battery plugin and fix DAG doc
2023-03-30 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-30 mlaurentRename guide as strategy and fix counter-example displa...
2023-03-30 mlaurentReplace state copy with recipe: list of transition...
2023-03-29 Arnaud GierschCosmetics (help project_description.sh) [ci-skip].
2023-03-29 Arnaud Giersch[jenkins] Remove stale sockets from simgrid-mc.
2023-03-29 mlaurentAdd missing file
2023-03-28 mlaurentChange opened states for a priority queue
2023-03-27 mlaurentAbide by both compiler warnings
2023-03-27 mlaurentNow handle random transition and multiple times transitions
2023-03-27 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-03-27 Martin QuinsonActivate the stdobject test now that it works
2023-03-27 Martin QuinsonDon't set a really short timeout on sendsend now that...
2023-03-26 Martin QuinsonRevert "Revalidate tesh files now that safety checking...
2023-03-26 Martin QuinsonImplement reforks by forking the application, to save...
2023-03-26 Martin QuinsonAllow up to 30 elements in ENUM_CLASS
2023-03-25 Martin Quinsonmemset 0 the memory that is sent over the network
2023-03-25 Martin QuinsonMC protocol: rename INITIAL_ADDRESSES msg to NEED_MEMINFO
2023-03-25 Martin QuinsonActually, now that the appside is not ptraced, there...
next