Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Introduce XBT_ATTRIB_DEPRECATED_v330.
[simgrid.git] / src /
2020-02-02 Martin Quinsonfinish the API under the new format
2020-02-02 Martin Quinsonno need to link the python doc to the C++ one with...
2020-02-01 Martin Quinsonfinish the doc under the new format for Host
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonMerge branch 'depencencies' into 'master'
2020-01-30 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2020-01-30 Martin QuinsonAdd a cmake flag to not compile MSG at all
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-30 Augustin Degommeadd smpi_execute_flops_benched call
2020-01-30 Frederic Suterdependencies support for Comm (needs testing)
2020-01-30 Martin Quinsonsmall cleanups in the s4u::Activities
2020-01-30 Martin Quinsonfix a FIXME
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
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 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 Frederic SuterMerge branch 'master' into depencencies
2020-01-28 Augustin Degommekeep quiet for valgrind tests on ci to avoid false...
2020-01-27 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Frederic Suterdeal with dependencies for Io too
2020-01-27 Frederic Suterrelease dependencies when test completes an activity too
2020-01-26 Frederic SuterMerge branch 'master' into depencencies
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 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-24 Frederic SuterImprove handling of dependencies, debug and example
2020-01-24 Frederic Sutercleanups
2020-01-24 Frederic Suterworking version
2020-01-24 Frederic Suterstart working on adding dependencies between activities
2020-01-24 Augustin Degommeattempt to please clang11
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-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 Frederic Suterdrop last bits of Viva/Triva (long gone anyway) support
2020-01-16 Frederic Suternamespace cleanups
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-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 Martin QuinsonKill a meaningless function: this_actor::resume()
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 GierschUse implicit string conversion.
2020-01-09 Frederic Suter[sonar] Don't mix public and private data members for...
2020-01-08 Arnaud Giersch[sonar] Use std::move with rvalue references.
2020-01-08 Arnaud GierschConst + simplification for jedule::Container::get_child...
2020-01-07 Arnaud GierschForgotten cleanups in includes.
2020-01-07 Arnaud GierschSimplify xbt:Backtrace.
2020-01-07 Arnaud GierschTest is redundant (already checked in xbt_dict_preinit).
2020-01-07 Frederic Suter[sonar] don't mix public/private data members
2020-01-07 Frederic Suter[sonar] don't mix public/private data members
2020-01-07 Frederic Suter[sonar] don't mix public/private issues in jedule
2020-01-06 Arnaud GierschExplicit instanciation of xbt::Extendable<> specializat...
2020-01-06 Arnaud GierschDrop unused xbt dynar functions.
2020-01-06 Arnaud GierschDrop unused xbt dict functions.
2020-01-05 Arnaud GierschUse a std::unique_ptr.
2020-01-05 Arnaud GierschBoost 1.59 is required nowadays, remove support for...
2020-01-04 Arnaud GierschUse a std::unique_ptr, and remove custom destructor.
2020-01-03 Martin QuinsonFurther reduce the amount of errors and warnings when...
2020-01-03 Arnaud Giersch[sonar] Make member variables "private".
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-31 Arnaud Giersch[sonar] Another bunch of const qualifiers.
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-30 Arnaud GierschMisc const qualifiers following yesterday's changes.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
next