Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tests whether the file could be opened and removes the temporary file at the end
[simgrid.git] / src / kernel /
2020-04-01 Arnaud GierschUse the object copied as operand for sizeof.
2020-03-29 Frederic Sutercosmetics
2020-03-28 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2020-03-27 Frederic Suternothing to do with instr ...
2020-03-12 Arnaud GierschRegister ExecImpls with ActorImpl.
2020-03-12 Arnaud GierschRename ActorImpl::comms into activities.
2020-03-09 Arnaud GierschContext::get_actor() has become const.
2020-03-09 Arnaud GierschPlease sonar.
2020-03-05 Martin Quinsonallow to specify the stack size on a per-actor basis
2020-03-04 Arnaud GierschClean surf_action on IoImpl::post.
2020-03-03 Martin Quinsonclose gforge bug 18137 (allow different stack sizes...
2020-02-26 Arnaud Giersch[sonar] Change raw for-loops to range for-loops.
2020-02-25 Augustin DegommeMerge branch 'cmake-no-doc-when-disabled' into 'master'
2020-02-25 Augustin DegommeMerge branch 'surf_precision' into 'master'
2020-02-24 Augustin Degommescientific notation for readability
2020-02-21 Arnaud GierschClear simcall.timeout_cb_ after use (contribute to...
2020-02-21 Arnaud GierschEnsure that only valid simcalls are answered.
2020-02-21 Arnaud GierschCosmetics.
2020-02-18 Augustin Degommeput default surf precision value to 1e-9 instead of...
2020-02-12 Arnaud Giersch[sonar] Add const.
2020-02-10 Arnaud GierschMissing include.
2020-02-10 Arnaud GierschTake simcalls {execution,io}_wait toward modernity.
2020-02-10 Arnaud GierschMove ::wait_for() from ExecImpl and IoImpl to ActivityImpl.
2020-02-10 Arnaud GierschDefine ActivityImpl::set_timeout().
2020-02-10 Arnaud GierschDefine {Exec,Io}Impl::wait_for().
2020-02-09 Arnaud GierschImprove coverage :p
2020-02-07 Arnaud GierschModernize simcall_io_test().
2020-02-07 Arnaud GierschModernize simcall_execution_test().
2020-02-07 Arnaud GierschDeprecate unused simcall_comm_iprobe() + comments.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-05 Martin QuinsonMerge branch 'doc' into 'master'
2020-02-05 Arnaud GierschUse const reference for parameter of type ActorCodeFactory.
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-02-04 Arnaud GierschFix mess between smx_activity_t and ActivityImplPtr.
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
2020-02-02 Martin Quinsonfinish the API under the new format
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 Frederic SuterMerge branch 'master' into depencencies
2020-01-30 Martin Quinsonsmall cleanups in the s4u::Activities
2020-01-30 Frederic SuterMerge branch 'master' into depencencies
2020-01-29 Frederic SuterMerge branch 'master' into depencencies
2020-01-28 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Frederic SuterMerge branch 'master' into depencencies
2020-01-27 Frederic Suterdeal with dependencies for Io too
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-19 Arnaud GierschCosmetics: make #endif's comment match #ifndef.
2020-01-16 Arnaud GierschAdd fiber annotations for TSan.
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 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 Frederic Sutersimplification commit
2020-01-15 Frederic Sutercleanups
2020-01-13 Frederic Suternamespace cosmetics
2020-01-09 Arnaud GierschA simcall on Actor destruction doesn't make much sense.
2020-01-09 Arnaud GierschNoreturn annotations in contexts.
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-06 Arnaud GierschExplicit instanciation of xbt::Extendable<> specializat...
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-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-31 Arnaud Giersch[sonar] Another bunch of const qualifiers.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-28 Arnaud Giersch[sonar] More const for pointer and reference local...
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud GierschUse type bool for boolean variables.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud GierschDefault ctor is good enough.
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-22 Arnaud GierschKill useless field 'parallel_' in context factories.
2019-12-21 Arnaud Giersch[sonar] Use a RAII idiom instead of calling lock()...
2019-12-18 Frederic Sutercodefactor: a few more annoying spaces
2019-12-18 Martin Quinsonfix SimGrid-FMI
2019-12-18 Frederic Sutercodefactor: malformed whitespace issues
2019-12-16 Frederic Sutercosmetics in kernel/resource
2019-12-16 Arnaud GierschMake mailbox matching functions return a bool.
2019-12-16 Frederic Sutermornign cleanups
2019-12-13 Frederic Suteryet another bunch of cleanups
2019-12-13 Frederic Suterend the implementation of Io::test with a new simcall
2019-12-13 Frederic Suteradd waitfor of Io too
2019-12-12 Frederic Suterimplement Exec::wait_for()
2019-12-10 Frederic Sutercosmetics and damn 32-bit fix
2019-12-10 Frederic Sutera few process to actor changes
2019-12-10 Frederic Suternamespacing cleanups
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-12-09 Frederic Sutergive access to disk's read and write (nomimal) bandwidt...
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
next