Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
obey our coding standards, and snake_case some parts of MC
[simgrid.git] / src / simix / popping_bodies.cpp
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-10 Martin QuinsonPort simcall_process_suspend to the modernity
2019-08-10 Martin Quinsonconvert simcall_process_sleep to modernity
2019-08-09 Martin Quinsonport a blocking simcall to the modernity
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-07-02 Arnaud GierschCosmetics: improve indentation.
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-17 Frederic Suterenable wait_any and wait_any_for for asynchronous execu...
2019-04-13 Frederic Suterplease sonar: replace void* by unsigned char* for raw...
2019-04-04 Arnaud GierschDeclare log category where it is actually used.
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic Sutersimcall_comm_test returns a bool too
2019-04-03 Frederic Sutersimcall_execution_test returns a bool not a state
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud Gierschdetached really is a boolean.
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-19 Frederic SuterAll activities have their own finish method \o/
2019-02-16 Frederic SuterSIMIX_process_yield becomes ActorImpl::yield
2019-02-13 Frederic Sutermodernize a non-blocking simcall
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-08-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2018-08-03 Martin QuinsonMerge branch 'async_io' into 'master'
2018-08-02 Frederic Suterworking version.
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-05-04 Arnaud GierschStop using costly exceptions on timeout for simix synchros.
2018-05-04 Arnaud GierschUse kernelImmediate for simcall cond_init.
2018-05-03 Arnaud GierschUse kernelImmediate for simcalls execution_{,parallel_...
2018-05-03 Arnaud GierschUse kernelImmediate for simcall set_category.
2018-05-03 Arnaud GierschModernize simcall process_on_exit.
2018-05-03 Arnaud GierschModernize simcall process_killall.
2018-05-03 Arnaud GierschModernize simcall process_cleanup.
2018-04-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-04-16 Martin Quinsonmodernize 2 simcalls in ConditionVariable
2018-04-15 Martin Quinsonstart modernizing ConditionVariableImpl
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Martin QuinsonRemove feature: reset PID on killall()
2017-12-12 Martin Quinsonsonar: this simcall does not need a handler anymore
2017-12-11 Frederic Suteradd test() for asynchronous executions
2017-12-09 Martin Quinsonallow remote exec: s4u::Exec->setHost()
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-21 Frederic Suterfurther split File and Storage
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-10 Arnaud Gierschsimcalls.py: improve indentation of generated files.
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-18 Frederic Sutermodernize three simcalls
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-11 Frederic Suterkill kill simcall
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-21 Frederic Sutersimcall_mutex_unlock is back but keep the simplificatio...
2017-07-21 Frederic SuterRevert "kill one simcall, simplify another"
2017-07-21 Frederic Sutersimplify semaphores related simcalls
2017-07-21 Frederic Sutermodernize two more simcalls
2017-07-20 Frederic Suterkill one simcall, simplify another
2017-07-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-19 Frederic Suterkill another old-fashioned simcall
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-13 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-12 Frederic Sutersimplify simcalls
2017-07-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-10 Frederic Suterdisentangle file opening
2017-07-10 Frederic Suterclosing a file is a noop. No need to deep down the...
2017-07-06 Martin Quinsonplease sonar: remove an unused parameters down below
2017-07-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-06 Frederic Sutervarious cleanups in actors/processes
2017-07-05 Frederic Sutersimcall to kernelImmediate
2017-07-05 Frederic Suteranother move to FileImpl
2017-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-05 Frederic Sutermodernize one more simcall
2017-07-04 Frederic Sutermodernize some simcalls
2017-07-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-04 Frederic Suterget rid of smx_file_t
2017-07-02 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
next