Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
objectify simdata_task_t
[simgrid.git] / src / simix /
2019-02-23 Frederic Suterplay with (parallel) execs. still not satisfying
2019-02-22 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-02-22 Arnaud GierschFix build error with mingw.
2019-02-22 Frederic Suterdeprecate SIMIX_process_{a,de}tach
2019-02-20 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-20 Frederic Sutermove a function to a righter place
2019-02-20 Frederic Suterprevent segfault when DEBUG is activated
2019-02-20 Arnaud GierschDefine and use optimized variants for simcalls comm_tes...
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_waitany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_testany.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall comm_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_wait.
2019-02-20 Arnaud GierschSpecialize parameter for simcall execution_test.
2019-02-20 Arnaud GierschSpecialize parameter for simcall io_wait.
2019-02-20 Arnaud GierschChange dynar parameter for waitany to a raw array ...
2019-02-20 Arnaud GierschUse CommImpl* for comm_copy callbacks.
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-18 Frederic SuterSIMIX_io_finish becomes IoImp::finish
2019-02-18 Frederic Suteradd a StorageFailureException
2019-02-18 Frederic Suter_SIMIX_cond_wait becomes ConditionVariable::wait
2019-02-18 Frederic SuterSIMIX_synchro_wait becomes RawImpl::start
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 SuterSIMIX_process_yield becomes ActorImpl::yield
2019-02-16 Frederic SuterMethods and renaming in simix::Global
2019-02-16 Frederic Suteradd support for CancelException
2019-02-15 Arnaud GierschDynamic cast without checking result is slow and useles...
2019-02-15 Frederic Sutermake e_smx_comm_type_t be en enum class
2019-02-14 Frederic SuterTransfers things from smx_network to Mailboxes
2019-02-13 Arnaud GierschChange some calls to get_cname to calls to get_name.
2019-02-13 Arnaud GierschUse get_cname() instead of name_.c_str().
2019-02-13 Frederic Sutersimplification
2019-02-13 Frederic Sutermodernize a non-blocking simcall
2019-02-13 Frederic Suteradd start and copy_data methods to CommImpl
2019-02-13 Frederic Sutermerge SIMIX_synchro_finish into RawImpl::post
2019-02-13 Frederic Sutermore SemaphoreImpl cleanups
2019-02-13 Frederic SuterObjectify Semaphore kernel counterpart
2019-02-13 Frederic SuterSIMIX_process_join becomes ActorImpl::join
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-12 Arnaud GierschAvoid unnecessary copy of parameters for parallel_execute.
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-12 Frederic Sutercosmetics
2019-02-12 Frederic SuterSIMIX_process_killall becomes ActorImp::kill_all
2019-02-12 Frederic SuterSIMIX_process_kill becomes ActorImpl::kill
2019-02-12 Frederic Suterstart to differentiate kill from exit in ActorImpl
2019-02-11 Arnaud GierschNo need to answer to simcall when host is off.
2019-02-11 Arnaud GierschEnrich debugging messages.
2019-02-11 Arnaud GierschDeprecate an unused function.
2019-02-09 Arnaud GierschUsing cancel() seems to be the right way to do.
2019-02-08 Frederic Sutercosmetics
2019-02-08 Frederic Suterhandle SleepImpl more like other activities
2019-02-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-08 Frederic Suterallow and use method chaining for ExecImpl
2019-02-08 Frederic Suterreplace SIMIX_execution_start by modern simcall
2019-02-08 Frederic Suterchange_host -> set_host
2019-02-06 Arnaud GierschFix null pointer dereference spotted by scan-build.
2019-02-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-04 Frederic SuterSIMIX_process_change_host becomes ActorImpl::change_host
2019-02-04 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-04 Arnaud Giersch[codacy/cppcheck] A few more issues.
2019-02-04 Arnaud GierschMerge remote-tracking branch 'origin/master'
2019-02-04 Frederic Suterthink about users
2019-02-03 Frederic Suterset_kill_time is a method of ActorImpl
2019-02-03 Frederic SuterEngine is in charge of platform creation, not SIMIX...
2019-02-03 Frederic Sutermove code to the right place
2019-02-03 Frederic Suterfurther cleaning in simcalls
2019-02-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-03 Frederic Sutermodern simcall for set_category
2019-02-03 Frederic Sutermodernize a few simcall_execution_* calls
2019-02-02 Frederic Suterproperly split init/start for Exec activities
2019-02-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-01 Frederic Suteruniform naming across activities
2019-02-01 Frederic Suterproperly split init and start for IO activities
2019-01-31 Arnaud GierschRemove unused static functions.
2019-01-28 Martin QuinsonOnly unregister the kill timer once, in maestro context
2019-01-27 Martin Quinsonactivity::CommImpl: stick to our naming standards for...
2019-01-26 Martin Quinsoninline a function
2019-01-26 Martin Quinsonrefcounting on the src and dst actors of a comm
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 GierschMove StopRequest out of Context.
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 Martin QuinsonSimplify the actor answer to iwannadie
2019-01-21 Martin QuinsonFix non-java tests :(
2019-01-20 Martin Quinsonkill an unused function
2019-01-20 Martin Quinsons/process/actor/ A lot remains TBD about it
2019-01-20 Martin QuinsonMore ints converted as boolean
2019-01-20 Martin Quinsonbools are not ints anymore
2019-01-20 Martin Quinsonuseless cleanups
2019-01-15 Martin QuinsonImplement thread factory with std::thread, and cleanups
2019-01-15 Martin Quinsoncleanups around the actor terminaison
2019-01-14 Martin Quinsonmake sure that debugging msg don't cause any segfault
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
next