Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2020-01-30 Martin QuinsonAdd a cmake flag to not compile MSG at all
2020-01-30 Martin Quinsonimplement generic ActivityPtr
2020-01-30 Martin Quinsonsmall cleanups in the s4u::Activities
2020-01-30 Martin Quinsonfix a FIXME
2020-01-29 Martin QuinsonPrepare the upcoming release.
2020-01-29 Martin Quinsoncosmetics in CMakeLists.txt
2020-01-29 Martin QuinsonMC: more specific doc in the user API
2020-01-29 Martin QuinsonMC: various cleanups done while debugging something
2020-01-29 Martin QuinsonMC: when exec()ing the app, first pass any parameters...
2020-01-29 Martin Quinsonstart documenting Hosts in the new way
2020-01-29 Martin QuinsonDocument disks in the new way
2020-01-29 Martin Quinsonfiddle with the doc of actors
2020-01-29 Augustin Degommeadd some fortran bindings, useful for bigdft
2020-01-28 Arnaud GierschEmit a warning when a link's latency is smaller than...
2020-01-28 Arnaud GierschKill obsolete TODO.
2020-01-28 Augustin Degommekeep quiet for valgrind tests on ci to avoid false...
2020-01-27 Arnaud GierschDisable python tests with valgrind.
2020-01-27 Arnaud GierschPut only the declaration between SG_{BEGIN,END}_DECL.
2020-01-25 Arnaud GierschRevert "Lame attempt to hide problems on Jenkins."
2020-01-25 Arnaud GierschPlease Sonar (duplicated string literals...).
2020-01-25 Arnaud GierschSonar is picky about function names.
2020-01-24 Arnaud GierschUpdate ChangeLog.
2020-01-24 Arnaud GierschIncrease required version for pybind11.
2020-01-24 Arnaud GierschCmake: print pybind11 version.
2020-01-24 Arnaud GierschTravis/windows doesn't like python.
2020-01-24 Arnaud GierschEnable Python for Travis/windows too.
2020-01-24 Arnaud GierschPlease Python linters.
2020-01-24 Arnaud GierschRe-enable python on appveyor.
2020-01-24 Arnaud GierschDon't decrease reference count here. WHY?
2020-01-24 Arnaud GierschIncreasing reference count seems to help. WHY?
2020-01-24 Arnaud GierschUse GilScopedRelease when a simmcall can occur.
2020-01-24 Arnaud GierschUse GilScopedAcquire to create a new Python thread...
2020-01-24 Arnaud GierschRelease the GIL when calling Engine::run.
2020-01-24 Arnaud GierschDefine GilScopedAcquire and GilScopedRelease.
2020-01-24 Arnaud GierschAdd tests for FG bug simgrid/simgrid#9.
2020-01-24 Arnaud GierschRe-enable test: python-actor-lifetime.
2020-01-24 Arnaud GierschTest python with multiple context factories.
2020-01-24 Augustin Degommeattempt to please clang11
2020-01-23 Arnaud GierschFix on_exit callback for python/actor-lifetime.
2020-01-23 Arnaud GierschKill unused variable.
2020-01-23 Arnaud GierschChain declarations for the 'this_actor' submodule,...
2020-01-23 Arnaud GierschGet rid of superfluous lambdas.
2020-01-23 Arnaud GierschRewrite some type casts.
2020-01-23 Arnaud GierschRemove useless return type for lambdas.
2020-01-23 Arnaud GierschMinor cosmetic changes.
2020-01-23 Arnaud GierschFull reindent for simgrid_python.cpp (no other change).
2020-01-21 Arnaud GierschFix distcheck.
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-16 Arnaud GierschAdd fiber annotations for TSan.
2020-01-16 Arnaud GierschAdd detection for TSan fiber support.
2020-01-16 Arnaud GierschMove ASan related instructions around context swapping...
2020-01-16 Arnaud GierschUse smx_ctx_wrapper for boost and raw contexts.
2020-01-16 Arnaud GierschMove smx_ctx_wrapper from ContextUnix to ContextSwapped.
2020-01-16 Arnaud GierschDefine and use SwappedContext::verify_previous_context().
2020-01-16 Arnaud GierschDefine and use ContextSwapped::get_stack_bottom() to...
2020-01-16 Arnaud GierschIgnore more ASan warnings in mpich3-test/runtests.
2020-01-16 Arnaud GierschUpdate list of fixed bugs and merge requests in ChangeLog.
2020-01-16 Arnaud GierschExpunge Triva from the documentation too.
2020-01-16 Frederic Suterdrop last bits of Viva/Triva (long gone anyway) support
2020-01-16 Frederic Suternamespace cleanups
2020-01-16 Frederic Suterboring meeting commit: cognitive complexity reduction
2020-01-16 Arnaud GierschMake field 'Context::iwannadie' private.
2020-01-16 Arnaud GierschMake field 'SwappedContext::worker_context_' private.
2020-01-16 Arnaud GierschField 'SwappedContext::factory_' becomes a reference.
2020-01-16 Arnaud GierschUsing extern "C" does not prevent name mangling for...
2020-01-15 Arnaud Giersch[sonar] Add const qualifier.
2020-01-15 Frederic SuterSeems to works now
2020-01-15 Frederic Sutersimplification commit
2020-01-15 Frederic Sutercleanups
2020-01-15 Frederic Suterfixedme
2020-01-14 Frederic Suterplug leak
2020-01-13 Frederic Suternamespace cosmetics
2020-01-13 Frederic Suter[sonar] Don't mix public/private data members
2020-01-10 Augustin Degommeoops
2020-01-10 Martin Quinsondocument a recent change
2020-01-10 Martin Quinsondocument Mailboxes in the new way
2020-01-10 Martin Quinsondocument the this_actor namespace in the new way
2020-01-10 Martin QuinsonKill a meaningless function: this_actor::resume()
2020-01-10 Martin QuinsonTeach autodoxy about namespaces
2020-01-10 Martin QuinsonImprove docs/find-missing
2020-01-10 Martin Quinsonbriefly document some more C types
2020-01-10 Augustin Degommeupdate OS detection, fix openindiana, improve wsl detec...
2020-01-10 Augustin Degommeadd missing links in dragonfly fig gh #335
2020-01-09 Arnaud GierschA simcall on Actor destruction doesn't make much sense.
2020-01-09 Arnaud GierschNoreturn annotations in contexts.
2020-01-09 Arnaud GierschPass large parameter by address.
2020-01-09 Arnaud GierschOne import less.
2020-01-09 Arnaud GierschUse implicit string conversion.
2020-01-09 Arnaud GierschPut the loop right (easier to read and more efficient...
2020-01-09 Frederic Suter[sonar] Don't mix public and private data members for...
2020-01-09 Frederic Suter[sonar] Don't mix public and private data members ...
2020-01-08 Arnaud GierschUse initialization list.
2020-01-08 Arnaud Giersch[sonar] asks for std::forward.
2020-01-08 Arnaud Giersch[sonar] Use std::move with rvalue references.
2020-01-08 Martin QuinsonMerge branch 'doc' into 'master'
2020-01-08 Julien EMMANUELFix broken links in SMPI interface doc
2020-01-08 Arnaud Giersch[sonar] Prefer lambda over anonymous class.
2020-01-08 Arnaud GierschUseless "import".
2020-01-08 Arnaud GierschRemove "--" from XML comments.
2020-01-08 Arnaud GierschAnother superfluous 'throws'.
next