Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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.
2019-01-29 Arnaud GierschImprove coverage, even with high log threshold.
2019-01-29 Arnaud GierschKill dead code in kademlia examples.
2019-01-29 Arnaud Giersch[java] Delete broken test.
2019-01-29 Arnaud Giersch[java] Catch StopRequest during VM migration.
2019-01-29 Arnaud Giersch[sonar] Inform that some properties are overridden...
2019-01-29 Arnaud Giersch[sonar] Only exclude from coverage a subset of python...
2019-01-29 Arnaud GierschEnable running parmap_bench for coverage.
2019-01-29 Arnaud Gierschparmap_bench: make timeout a runtime parameter.
2019-01-29 Arnaud GierschKill dead code.
2019-01-29 Martin QuinsonProcess.java: reduce the debugging scaffolding now...
2019-01-28 Martin Quinsonthis file should not be executable
2019-01-28 Martin QuinsonOnly unregister the kill timer once, in maestro context
2019-01-27 Arnaud GierschRemove workaround for g++ 4.8.
2019-01-27 Arnaud GierschImplement xbt::Result with boost::variant.
2019-01-27 Arnaud GierschFix memleak.
2019-01-27 Martin QuinsonDocument a recent example
2019-01-27 Martin Quinsonactivity::CommImpl: stick to our naming standards for...
2019-01-26 Martin Quinsonhelp scan-build understanding that status is not used...
2019-01-26 Martin QuinsonProperly call Actor::on_destruction() in maestro context
2019-01-26 Martin Quinsoninline a function
2019-01-26 Martin Quinsonno need to remove the killed actor from canceled comm...
2019-01-26 Martin Quinsonrefcounting on the src and dst actors of a comm
2019-01-26 Martin QuinsonThe pimpl of s4u objects is const
2019-01-26 Martin Quinsonalways cancel the comms of killed actors in the context...
2019-01-26 Martin QuinsonAlways call process_on_exit in the actor context
2019-01-26 Martin QuinsonI'd like to kill that parmap.h at some point
2019-01-26 Martin Quinsonsonar was right: this if/else if was missing a else
2019-01-25 Martin Quinsontrick sonar 'identical sub-expression on both side...
2019-01-25 Arnaud GierschRestore final messages in Java examples.
2019-01-25 Arnaud GierschTry to silent scan-build.
2019-01-25 Arnaud Giersch[sonar] Don't use default capture for lambda.
2019-01-25 Arnaud Giersch[sonar] Remove variadic functions.
2019-01-25 Arnaud GierschChange helper functions to static methods of StopRequest.
2019-01-25 Arnaud GierschMove StopRequest out of Context.
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-24 Arnaud GierschHelp scan-build not seeing that "status" is initialized.
2019-01-24 Martin Quinsonsonar: don't catch exceptions we have no idea about
2019-01-24 Arnaud GierschRemove useless 2nd parameter "catch_block" for try_n_ca...
2019-01-24 Martin Quinsonsonar cleanups
2019-01-24 Martin Quinsonappveyor: don't test python. mingw cannot deal with...
2019-01-24 Martin Quinsonadd a small comment about the memleak introduced here
2019-01-23 Arnaud GierschStop using Context::StopRequest directly in libsimgrid...
2019-01-23 Arnaud GierschDefine helper functions to use Context::StopRequest...
2019-01-23 Arnaud GierschHope to fix double-free: task may by destroyed on final...
2019-01-23 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-01-23 Augustin Degommecoverage : avoid matching cobertura pattern with jacoco...
2019-01-23 Arnaud GierschUse $PYTHON_EXECUTABLE in tesh files.
2019-01-23 Arnaud GierschImprove process termination in Java world.
2019-01-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-23 Martin QuinsonRemove 2 (out of 3) horrible hacks around Java contexts
2019-01-22 Arnaud GierschFix++
2019-01-22 Arnaud GierschFix ctest invocation on appveyor.
2019-01-22 Arnaud GierschLast attempt for python/mingw.
2019-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-22 Martin QuinsonTry to get python compiling even with MinGW
2019-01-22 Martin Quinsonappveyor: also build and test python
2019-01-22 Arnaud GierschAvoid to call Context::stop() again when a StopRequest...
2019-01-22 Martin Quinsonuse the local copy of pybind11 if a local checkout...
2019-01-22 Martin Quinsonappveyor: try to get pybind11
2019-01-22 Martin QuinsonSimplify the actor answer to iwannadie
2019-01-22 Martin Quinsonplay safe, no pointers to the stack of dying actors
2019-01-22 Martin Quinsonstep by step cleanup. This code drives me nuts
2019-01-22 Arnaud GierschAttempt to fix Python bindings on OS X.
2019-01-22 Arnaud GierschTypo.
2019-01-22 Arnaud GierschAdd missing issues to ChangeLog.
2019-01-21 Arnaud GierschFactorize some of the ASAN_ONLY code.
2019-01-21 Arnaud GierschActivate test s4u-actor-exiting.
2019-01-21 Arnaud GierschSimplify by using set_tesh_properties().
2019-01-21 Arnaud GierschRemove old cruft.
next