Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge remote-tracking branch 'origin/master'
[simgrid.git] / src /
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-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 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 Quinsontidy some #includes in MC
2019-02-01 Arnaud GierschPlease Sonar.
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 Arnaud GierschRevert "Try to improve coverage reports for MC tests."
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-29 Arnaud Giersch[java] Catch StopRequest during VM migration.
2019-01-29 Martin QuinsonProcess.java: reduce the debugging scaffolding now...
2019-01-28 Martin QuinsonOnly unregister the kill timer once, in maestro context
2019-01-27 Arnaud GierschFix memleak.
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 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 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 Arnaud GierschRemove useless 2nd parameter "catch_block" for try_n_ca...
2019-01-24 Martin Quinsonsonar cleanups
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 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 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 Arnaud GierschAvoid to call Context::stop() again when a StopRequest...
2019-01-22 Martin QuinsonSimplify the actor answer to iwannadie
2019-01-22 Martin Quinsonstep by step cleanup. This code drives me nuts
2019-01-22 Arnaud GierschTypo.
2019-01-21 Arnaud GierschFactorize some of the ASAN_ONLY code.
2019-01-21 Arnaud GierschRemove old cruft.
2019-01-21 Arnaud GierschAvoid TSan false positives.
2019-01-21 Arnaud GierschCosmetics.
2019-01-21 Martin Quinsonfurther s/trace/profile/ cleanups
2019-01-21 Martin Quinsonstart to s/trace/profile/ in the public API
2019-01-21 Martin Quinsonstart renaming tmgr trace into profile
2019-01-21 Martin QuinsonTry to make a symbol easier to find for MC on exotic...
2019-01-21 Martin QuinsonFix non-java tests :(
2019-01-20 Martin Quinsonctx: move some bits to a private header and reduce...
2019-01-20 Martin Quinsoncosmetics in UCtx: hide one internal function and inlin...
2019-01-20 Martin QuinsonIn C++, classes don't need a name because they have...
2019-01-20 Martin Quinsonthread_local fields must be static, no need to move...
next