Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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.
2019-01-21 Arnaud GierschAvoid TSan false positives.
2019-01-21 Arnaud GierschCosmetics.
2019-01-21 Arnaud GierschUpdate ChangeLog.
2019-01-21 Martin Quinsonfurther s/trace/profile/ cleanups
2019-01-21 Martin QuinsonDoc improvement
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 Quinsonnew (failing) example about on_exit and on_destruction
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 paths.
2019-01-16 Arnaud GierschKill unused example simdag/goal_test.
2019-01-16 Arnaud GierschTypo².
2019-01-16 Martin QuinsonRevert "Disable parallel executions with non-thread...
2019-01-16 Arnaud GierschFix memleak.
2019-01-16 Arnaud GierschTypo.
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 GierschSET_TESTS_PROPERTIES Can not find test to add propertie...
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 Arnaud GierschDisable stack-overflow test with threads.
2019-01-16 Martin Quinsoncosmetics
2019-01-16 Arnaud GierschJava examples have moved.
2019-01-16 Arnaud GierschTest for msg-task-priority is still present; run it...
2019-01-16 Arnaud GierschAdd dependency to build tests for make check.
2019-01-16 Martin QuinsonKill xbt_os_thread_atfork: tesh is not native but pytho...
2019-01-16 Martin Quinsoncleanups on my disk
2019-01-16 Martin QuinsonLinux and FreeBSD don't agree on the type name, bummers
2019-01-16 Martin Quinsonfix the fix for FreeBSD (hopefully)
2019-01-16 Martin Quinsonfix FreeBSD builds
2019-01-16 Martin Quinsonwoops, plug a memleak
next