Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2019-02-08 Frederic Suternamespace and method chaining for Io activities
2019-02-08 Frederic Suterallow and use method chaining for ExecImpl
2019-02-08 Frederic Suteruse namespaces for sake of readability
2019-02-08 Frederic Suterreplace SIMIX_execution_start by modern simcall
2019-02-08 Frederic Suterchange_host -> set_host
2019-02-06 Arnaud GierschFix generation of graphical-toc.svg.
2019-02-06 Arnaud GierschUpdate some URLs to simgrid.org.
2019-02-06 Arnaud GierschFix URL for simgrid.dtd.
2019-02-06 Arnaud GierschFix null pointer dereference spotted by scan-build.
2019-02-06 Arnaud GierschAssert that there is no memory leak (help scan-build).
2019-02-06 Arnaud GierschRewrite smpi_copy_file() again.
2019-02-06 Arnaud Giersch[codacy/cppcheck] Comment dead code (is_homogeneous...
2019-02-06 Frederic Suterfactor suspend/resume across Activities
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-05 Augustin Degommerequalify tesh
2019-02-05 Augustin Degommeremove some codacy warnings
2019-02-05 Arnaud GierschWith Icc, change bogus error into warning.
2019-02-05 Arnaud GierschPlug memory leak.
2019-02-05 Arnaud GierschProvide our own main() for unit-tests.
2019-02-05 Arnaud GierschUse C++11 std::atomic instead of gcc builtins.
2019-02-05 Arnaud GierschUse C11 atomic_flag instead of gcc builtins.
2019-02-05 Arnaud GierschUpdate .mailmap.
2019-02-05 Arnaud GierschCosmetics.
2019-02-05 Arnaud GierschReduce scope for variable 'rank'.
2019-02-05 Arnaud GierschCosmetic rewrite to please cppcheck.
2019-02-05 Arnaud GierschReset pointer to make it clear for cppcheck that it...
2019-02-05 Arnaud GierschInitialized all struct members.
2019-02-05 Arnaud GierschCosmetic rewrite to please cppcheck.
2019-02-05 Christian Heinrich[SMPI] Fix iprobe bound
2019-02-04 Frederic SuterSIMIX_process_change_host becomes ActorImpl::change_host
2019-02-04 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Frederic Suterfix clang builds
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Arnaud Giersch[codacy/cppcheck] Potential memory leak.
2019-02-04 Frederic Suterthink about users
2019-02-04 Arnaud Giersch[codacy/cppcheck] Fix: Variable is reassigned a value...
2019-02-04 Arnaud Giersch[codacy/cppcheck] Reduce scope for variables.
2019-02-04 Arnaud Giersch[codacy] minor issues in shell scripts.
2019-02-04 Arnaud Gierschcodacy.yml: complete and sort exclusion list.
2019-02-03 Arnaud Giersch[codacy] Add quotes around exclude paths in .codacy...
2019-02-03 Frederic Suterset_kill_time is a method of ActorImpl
2019-02-03 Frederic SuterEngine is in charge of platform creation, not SIMIX...
2019-02-03 Frederic Sutermove code to the right place
2019-02-03 Frederic Suterfurther cleaning in simcalls
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodern simcall for set_category
2019-02-03 Frederic Suterallow all activities to set their tracing category
2019-02-03 Frederic Sutermodernize a few simcall_execution_* calls
2019-02-03 Martin Quinsonsanitize the OOP of kernel::profile
2019-02-03 Martin QuinsonFix (old) clang builds
2019-02-03 Martin QuinsonFix lua build
2019-02-02 Martin Quinsonsonar: simplify this code
2019-02-02 Martin Quinsonsonar: Replace this if-then-else statement by a single...
2019-02-02 Martin Quinsonprofile: cosmetics: inline a function and rename a...
2019-02-02 Martin Quinsons:k:profile: turn two functions into static methods
2019-02-02 Martin Quinsonalign file position to the C++ namespaces
2019-02-02 Frederic Suterproperly split init/start for Exec activities
2019-02-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-01 Martin Quinsonmake sure to define _FILE_OFFSET_BITS as early as possible
2019-02-01 Martin QuinsonPlease codacy, forget about Catch2
2019-02-01 Martin Quinsondoc: reword to remove crufts of the old cunit
2019-02-01 Martin Quinsontidy some #includes in MC
2019-02-01 Arnaud GierschPlease Sonar.
2019-02-01 Arnaud GierschRemove last references to testall.
2019-02-01 Frederic Suterfactor surf_action_ in ActivityImpl
2019-02-01 Frederic Suteruniform naming across activities
2019-02-01 Frederic Sutercosmetics
2019-02-01 Arnaud Giersch[sonar] Split declarations, unshadow variables.
2019-02-01 Arnaud GierschRIP cunit.
2019-02-01 Arnaud GierschConvert the unit tests of xbt::config to Catch2.
2019-02-01 Arnaud GierschConvert the unit tests of xbt::str to Catch2.
2019-02-01 Arnaud GierschConvert the unit tests of xbt::dict to Catch2.
2019-02-01 Arnaud GierschReduce number of #include.
2019-02-01 Arnaud GierschCheck for emptyness, and populate dynar before testing...
2019-02-01 Frederic Suterproperly split init and start for IO activities
2019-01-31 Martin QuinsonIgnore Catch2 in sonar
2019-01-31 Arnaud GierschRevert "Try to improve coverage reports for MC tests."
2019-01-31 Martin Quinsonfix makedist
2019-01-31 Martin QuinsonConvert the unit tests of xbt::dynar to Catch2
2019-01-31 Martin Quinsoncosmetics
2019-01-31 Arnaud GierschTry to improve coverage reports for MC tests.
2019-01-31 Arnaud GierschDefine coverage_checkpoint().
2019-01-31 Arnaud GierschDefine COVERAGE for C++ too.
2019-01-31 Arnaud GierschRemove unused static functions.
2019-01-31 Martin QuinsonRefactorize and speedup a unit test
2019-01-31 Martin QuinsonRemove the now useless unit_test_framework
2019-01-31 Martin Quinsonconvert the two other boost::unit_test suites to Catch2
2019-01-31 Martin QuinsonConvert a first unit test to Catch
2019-01-30 Martin QuinsonAdd the Catch header
2019-01-30 Martin Quinsonsonar: kill unused imports in java
2019-01-30 Augustin Degommeuncomment forgotten line, includes smpi_helper in C...
2019-01-30 Augustin Degommeavoid sending misleading log message
2019-01-30 Arnaud GierschOur cmake files are so fragile, fix last changes.
2019-01-29 Arnaud Giersch[jenkins] Temporary disable LTO on NixOS/gcc 7.4.0...
2019-01-29 Arnaud GierschOptimize MC builds a bit further.
2019-01-29 Arnaud GierschContextUnix belongs to Simix.
2019-01-29 Arnaud GierschInclude cmake/Flags.cmake after DefinePackages.
next