Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Tidy SIMIX_process on_exit callbacks.
[simgrid.git] / src / kernel / context /
2019-03-18 Arnaud GierschAvoid deprecated type alias.
2019-03-18 Arnaud GierschMake create_context return the real type.
2019-03-14 Martin Quinsonfurther let the actor clean for itself
2019-03-14 Martin Quinsoncleaning the actor twice seems somewhat overplayed
2019-03-14 Martin Quinsonlet the actor clean for itself
2019-03-13 Frederic Sutercomestics in src/kernel
2019-03-12 Arnaud GierschSave valgrind_stack_id in a private field.
2019-03-12 Frederic Sutermv ActorImpl where it belongs
2019-03-10 Arnaud GierschMake ActorImpl::context_ a std::unique_ptr.
2019-03-10 Arnaud GierschMake SwappedContext::parmap_ a std::unique_ptr.
2019-03-08 Arnaud GierschUse references for parameters of type std::function.
2019-03-06 Arnaud GierschUse real pointer type for context wrappers.
2019-03-06 Arnaud Giersch[sonar] Use unsigned char* for context stacks.
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Martin QuinsonRename StopRequest into ForcefulKillException to contri...
2019-03-01 Martin Quinsondoc improvement
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-23 Frederic Suterplease sonar
2019-02-18 Frederic Suterobjectify simix timers.
2019-02-17 Frederic Suterlate modification wasn't tested, former was better
2019-02-17 Frederic SuterSIMIX_process_cleanup becomes ActorImpl::Cleanup
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-16 Frederic Suterdead header
2019-02-16 Frederic SuterSIMIX_process_yield becomes ActorImpl::yield
2019-02-16 Frederic SuterMethods and renaming in simix::Global
2019-02-13 Arnaud GierschChange some calls to get_cname to calls to get_name.
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-11 Arnaud GierschDon't set field twice.
2019-01-28 Martin QuinsonOnly unregister the kill timer once, in maestro context
2019-01-26 Martin QuinsonProperly call Actor::on_destruction() in maestro context
2019-01-26 Martin Quinsoninline a function
2019-01-26 Martin Quinsonno need to remove the killed actor from canceled comm...
2019-01-26 Martin Quinsonrefcounting on the src and dst actors of a comm
2019-01-26 Martin QuinsonThe pimpl of s4u objects is const
2019-01-26 Martin Quinsonalways cancel the comms of killed actors in the context...
2019-01-26 Martin QuinsonAlways call process_on_exit in the actor context
2019-01-25 Arnaud GierschChange helper functions to static methods of StopRequest.
2019-01-25 Arnaud GierschMove StopRequest out of Context.
2019-01-24 Arnaud Giersch[sonar] Anonymize unused parameters.
2019-01-24 Arnaud GierschRemove useless 2nd parameter "catch_block" for try_n_ca...
2019-01-23 Arnaud GierschDefine helper functions to use Context::StopRequest...
2019-01-23 Arnaud GierschImprove process termination in Java world.
2019-01-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-23 Martin QuinsonRemove 2 (out of 3) horrible hacks around Java contexts
2019-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-22 Arnaud GierschAvoid to call Context::stop() again when a StopRequest...
2019-01-22 Martin QuinsonSimplify the actor answer to iwannadie
2019-01-22 Martin Quinsonstep by step cleanup. This code drives me nuts
2019-01-21 Arnaud GierschFactorize some of the ASAN_ONLY code.
2019-01-21 Arnaud GierschAvoid TSan false positives.
2019-01-21 Arnaud GierschCosmetics.
2019-01-21 Martin QuinsonTry to make a symbol easier to find for MC on exotic...
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 Quinsons/process/actor/ A lot remains TBD about it
2019-01-20 Martin Quinsonbools are not ints anymore
2019-01-20 Martin QuinsonFix a race condition in SwappedCtx parallel exec
2019-01-16 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-16 Arnaud GierschDrop xbt_os_mutex_* functions.
2019-01-16 Martin Quinsoncosmetics
2019-01-16 Martin Quinsonwoops, plug a memleak
2019-01-15 Martin QuinsonImplement thread factory with std::thread, and cleanups
2019-01-15 Martin Quinsoncleanups around the actor terminaison
2019-01-09 Arnaud GierschField SwappedContext::stack_ became private, use get_st...
2019-01-09 Martin QuinsonFix MC builds
2019-01-08 Martin Quinsonobey sonar and make SwappedContext::stack_ private
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 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 Quinsonmake xbt_os_thread_self() useless, and kill it
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-04 Martin QuinsonFurther code simplifications now that the Thread contex...
2019-01-04 Martin QuinsonIntroduce a portable xbt::OsSemaphore using C++11 threads
2019-01-04 Martin Quinsontrack some remaining CamelCase deep inside the context...
2018-11-12 Martin QuinsonContext creation: Fix one OOP design issue
next