Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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'.
2020-01-08 Arnaud GierschJava 8 is required.
2020-01-08 Arnaud Giersch[sonar] Mention new configuration keys.
2020-01-08 Arnaud Giersch[sonar] Update rule keys for Java.
2020-01-08 Arnaud GierschConst + simplification for jedule::Container::get_child...
2020-01-08 Arnaud Giersch[sonar] Avoid nested code block.
2020-01-08 Arnaud Giersch[sonar] Superfluous 'throws'.
2020-01-07 Arnaud GierschForgotten cleanups in includes.
2020-01-07 Arnaud GierschSimplify xbt:Backtrace.
2020-01-07 Arnaud GierschComplete ChangeLog.
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-06 Arnaud GierschDrop never used macro XBT_UNREACHABLE.
2020-01-05 Arnaud GierschUse a std::unique_ptr.
2020-01-05 Arnaud GierschBoost 1.59 is required nowadays, remove support for...
2020-01-05 Martin Quinsonfix the doc of const_sg_*_t types
2020-01-05 Martin QuinsonFix make dist and pip install
2020-01-04 Martin Quinsondocument Mutex and Semaphores in the new way
2020-01-04 Martin Quinsondocument Barrier in the new way, and document the C...
2020-01-04 Martin Quinsonimprove the doc of condition variables
2020-01-04 Martin Quinsonadd an example for condition variables
2020-01-04 Martin Quinsondocument ConditionVariables in the new way
2020-01-04 Martin Quinsonget useful warnings for broken links in the doc
2020-01-04 Arnaud GierschUse a std::unique_ptr, and remove custom destructor.
2020-01-04 Gabriel CoronaRevert changes about Task
2020-01-03 Martin QuinsonFurther reduce the amount of errors and warnings when...
2020-01-03 Martin Quinsonvarious doc small fixups
2020-01-03 Martin Quinsonautomatically determine the core amount
2020-01-03 Martin Quinsonone void* less
2020-01-03 Arnaud GierschUse different strings (and please sonar).
2020-01-03 Arnaud Giersch[sonar] Make member variables "private".
2020-01-02 Augustin Degommexsltproc is not used since... a long time ago
2020-01-02 Arnaud GierschSmall cleanups in kademlia::Answer.
2020-01-02 Arnaud GierschConst is for the pointee, not the pointer.
2020-01-01 Augustin Degommechangelog update for SMPI
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2020-01-01 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
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...
next