Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
allow to call s4u::Exec->setHost() after its start, to migrate it
[simgrid.git] / src / simix / popping.cpp
2017-12-26 Martin Quinsonallow to call s4u::Exec->setHost() after its start...
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
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-05 Arnaud GierschAnother try to silence sonar on commented lines of...
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-03 Arnaud GierschUse std::vector instead of dynar in simix_global (proce...
2017-08-02 Arnaud GierschRemove now superfluous assert on critical path.
2017-08-01 Arnaud GierschOnly maestro is allowed to push in simix_global->proces...
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-27 Martin QuinsonRename some activity/SynchroBlah into activity/BlahImpl...
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-05 Martin Quinsonprefix all macro defined in public simgrid_config.h...
2017-02-17 Frederic Suterforgot one include
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-14 Martin Quinsonrename smx_process_t to smx_actor_t
2016-08-07 Martin Quinsonrename smx_synchro_t to smx_activity_t
2016-07-31 Martin Quinsonmove parts of the kernel to the right subdir
2016-07-30 Martin Quinsonmove the synchronization stuff to its own directory
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Gabriel Corona[simix] Add comments about the generic simcalls and...
2016-06-17 Gabriel Corona[simix] Add a `run_blocking` simcall and simix::kernelSync
2016-05-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-26 Gabriel Corona[simix] Declare the real type of the argument od run_ke...
2016-05-23 Gabriel Corona[simix] C++-based ownership of process name and arguments
2016-05-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-10 Martin QuinsonUse C++ to implement dynamic dispatch
2016-05-09 Martin Quinsonsimcall_execution_destroy() -> simgrid::simix::Exec...
2016-05-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-05-06 Martin Quinsonsplit smx_synchro_t into a hierarchy of C++ classes
2016-03-08 Martin Quinsonuse #if instead if #ifdef for the things in the public...
2016-01-04 Gabriel Corona[simix] simcall to run code in kernel mode
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-03 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2015-12-03 Gabriel Corona[simix] Switch to .cpp files