Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid TSan false positives.
[simgrid.git] / src /
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().
2019-01-10 Arnaud Giersch[sonar] Rename method (don't use "main").
2019-01-10 Arnaud Giersch[sonar] Misc issues in bindings/lua.
2019-01-09 Arnaud GierschField SwappedContext::stack_ became private, use get_st...
2019-01-09 Arnaud Giersch[sonar] Fix never executed "break" statements.
2019-01-09 Arnaud Giersch[sonar] Use the "&" operator with function names.
2019-01-09 Martin QuinsonFix MC builds
2019-01-08 Martin Quinsondoc cosmetics, and cleanup the API
2019-01-08 Martin Quinsonnew python example: actor-kill
2019-01-08 Martin Quinsonobey sonar and make SwappedContext::stack_ private
2019-01-08 Martin Quinsontiny doc improvement
2019-01-08 Martin Quinsons/HAVE_SENDFILE/SG_HAVE_SENDFILE/
2019-01-08 Martin Quinsonmove header template near to its destination
2019-01-08 Martin Quinsoninclude pybind11.h first, as we should
2019-01-08 Martin Quinsonremove any virtuals from Context::StopRequest
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-08 Martin Quinsonpython: test Actor.is_suspended() and introduce this_ac...
2019-01-08 Martin QuinsonVarious doc improvements
2019-01-08 Martin QuinsonAlso make registered actors killable in python
2019-01-08 Martin Quinsononly use pybind11 when registering actors
2019-01-08 Martin Quinsonallow python actors to be killed
2019-01-07 Arnaud GierschFix build with ASan (s/from/this/).
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-07 Martin Quinsondo not break sequential execution while fixing parallel...
2019-01-07 Martin QuinsonFix a race condition
2019-01-06 Martin Quinsonplease sonar, add 'explicit'
2019-01-06 Martin Quinsonfactorize where seq_runall and par_runall save maestro...
2019-01-06 Martin Quinsonchange static fields in SwappedCtx into regular fields...
2019-01-06 Martin QuinsonKill the now useless ParallelRawContext and ParallelBoo...
2019-01-06 Martin Quinsonmerge ParallelUContext into SwappedContext, that can...
2019-01-06 Martin QuinsonCosmetics in contexts
2019-01-06 Martin Quinsonmove a static field of SwappedContext into SwappedConte...
2019-01-06 Martin QuinsonIntroduce a SwappedContextFactory to further reduce...
2019-01-06 Martin Quinsoncontext: rewrite some comments, and useless cosmetics
2019-01-05 Martin QuinsonMove Parallel{Boost,Raw,U}Context::{initialize,finalize...
2019-01-05 Martin Quinsonfurther cleanups in contexts
2019-01-05 Martin QuinsonChange a subclass into a superclass around contexts
2019-01-05 Martin Quinsonmake SIMIX_context_self() useless and use Context:...
2019-01-05 Martin Quinsonmove ContextFactory::self() into Context::self() and...
2019-01-05 Martin QuinsonPlease sonar
2019-01-05 Martin Quinsonmake xbt_os_thread_self() useless, and kill it
2019-01-05 Martin Quinsonkill the unused xbt_os_thread_self_name()
2019-01-05 Martin Quinsonkill the now useless xbt_os_thread_{get,set}_extra_data()
2019-01-05 Martin Quinsonunify how threaded and parallelisable context factories...
2019-01-05 Martin QuinsonInline SIMIX_context_get_current()
2019-01-05 Martin Quinsonanother small simplification now that threads are usabl...
2019-01-04 Martin QuinsonFurther code simplifications now that the Thread contex...
2019-01-04 Martin Quinsonremove unecessary imports to please sonar
2019-01-04 Martin QuinsonFix make distcheck
next