Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Define COVERAGE for C++ too.
[simgrid.git] / src /
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...
2019-01-20 Martin Quinsonkill an unused function
2019-01-20 Martin Quinsons/process/actor/ A lot remains TBD about it
2019-01-20 Martin QuinsonMore ints converted as boolean
2019-01-20 Martin Quinsonbools are not ints anymore
2019-01-20 Martin Quinsonuseless cleanups
2019-01-20 Martin QuinsonFix a race condition in SwappedCtx parallel exec
2019-01-17 Arnaud GierschHide usage of free() to Sonar.
2019-01-17 Arnaud GierschRemove unused bits from mmalloc.
2019-01-17 Martin Quinsonfix MC on FreeBSD
2019-01-16 Arnaud GierschFix memleak.
2019-01-16 Arnaud GierschReplace macros by C++ constructs.
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-16 Arnaud GierschDrop xbt_os_mutex_* functions.
2019-01-16 Arnaud GierschUse standard C++ mutex.
2019-01-16 Arnaud GierschBuild log module as C++.
2019-01-16 Arnaud GierschFix asserts.
2019-01-16 Arnaud GierschStruct xbt_os_thread_t is not used anymore.
2019-01-16 Arnaud GierschRemove useless wrapper around pthread_atfork().
2019-01-16 Arnaud GierschInclude is not needed anymore. Remove.
2019-01-16 Martin Quinsoncosmetics
2019-01-16 Martin QuinsonKill xbt_os_thread_atfork: tesh is not native but pytho...
2019-01-16 Martin QuinsonLinux and FreeBSD don't agree on the type name, bummers
2019-01-16 Martin Quinsonfix FreeBSD builds
2019-01-16 Martin Quinsonwoops, plug a memleak
2019-01-15 Martin QuinsonDrop xbt_os_thread_t
2019-01-15 Martin Quinsonreimplement the xbt::parmap using std::thread
2019-01-15 Martin QuinsonImplement thread factory with std::thread, and cleanups
2019-01-15 Martin Quinsoncleanups around the actor terminaison
2019-01-14 Martin Quinsonuseless cosmetics hinted by qtcreator
2019-01-14 Martin Quinsonmake sure that debugging msg don't cause any segfault
2019-01-14 Martin Quinsonplease sonar
2019-01-11 Martin Quinsondon't include the git hash in simgrid/config.h
2019-01-11 Martin QuinsonFix signess that bother Qt Creator
2019-01-11 Arnaud GierschSlightly simplify logic.
2019-01-11 Arnaud GierschKill an obsolete FIXME.
2019-01-11 Arnaud GierschDon't shadow parameter "parent".
2019-01-11 Arnaud GierschMerge "if" statements.
2019-01-10 Arnaud GierschAccess static member with "::".
2019-01-10 Arnaud GierschUseless include.
2019-01-10 Arnaud GierschRemove typedef alias xbt_ex_t.
2019-01-10 Arnaud GierschKill unused function xbt_ex_display().
next