Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / simix / ActorImpl.cpp
2017-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-21 Frederic Sutersimplify process/actor restart
2017-07-21 Frederic Sutermodernize two more simcalls
2017-07-19 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-19 Frederic Suterkill another old-fashioned simcall
2017-07-18 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-17 degommeBig move of all SMPI files in subfolders because it...
2017-07-06 Christian Heinrich[SMPI] Move SMPI_PRIVATIZATION_* macros to enums
2017-07-06 Frederic Suterdata is now userdata for process/actor
2017-07-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-06 Frederic Suterstill playing with ActorImpl
2017-07-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-06 Frederic Sutermake sleep and suspend methods of ActorImpl
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
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-04 Martin Quinsontry to speed up the refcounting madness by using std...
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-21 Martin Quinsonfurther handle my sonar backlog
2017-06-19 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-19 Martin Quinsoncosmetics
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-15 Martin Quinsonfix the linkage declaration of a function
2017-06-15 Martin Quinsonfix clang build
2017-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-15 Martin Quinsonthese static casts are useless
2017-06-13 Martin Quinsoneradicate all remaining manual refcounting on ActivityImpl
2017-06-13 Martin Quinsonrefcount should be automatic now, and initialized to 0
2017-06-13 Martin Quinsoncorrect refcounting of ActorPtr
2017-06-13 Martin Quinsonfirst attempt (ongoing WIP)
2017-06-06 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-06 Frederic Suterfix S4U chord example \o/
2017-06-06 Frederic Sutertiny stuff
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Martin QuinsonMerge pull request #177 from Takishipp/sd_exit
2017-05-30 Martin Quinsonkill a redundent oldish API to the activity refcounting
2017-05-29 Martin Quinsonplease sonar
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-27 Martin QuinsonRename some activity/SynchroBlah into activity/BlahImpl...
2017-05-26 Martin QuinsonAnother step toward working CommPtr. chord example...
2017-05-24 Frederic Suterfirst step towards a CommPtr
2017-05-23 Martin Quinsonplease codacy: use long form of negation in C++
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-24 Martin Quinsonintroduce type aid_t for Actor's ID (ie, PID)
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-11 degommeYet another dlopen merge
2017-04-06 Martin Quinsonbe more robust to plugins creating processes a bit...
2017-03-22 Frederic Suterfix example (bummer)
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-20 Frederic Suterattempt to extend S4U to migrate actors
2017-03-10 Martin QuinsonAllow to mark actors as daemon
2017-03-09 Frederic Suterinternal dynar--
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsoncosmetics in actors
2017-02-23 Martin Quinsonchange a 'use after free' into a leak. For now
2017-02-16 Frederic Suterxbt_fifo -> std::list
2017-02-16 Martin Quinsonsimplify code by using default values for the fields
2017-02-16 Martin Quinsonreindent
2017-02-16 Martin Quinsonfurther untangle the msg_process creation by using...
2017-02-16 Martin Quinsonstart to untangle the MSG actor creation mess
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-02-15 Martin Quinsondon't hide the C++, deal with it
2017-02-10 Martin Quinsoneasily please sonar
2017-01-26 Martin Quinsonnew function MSG_process_yield()
2017-01-26 Martin Quinsonallow java actors to kill themselves
2017-01-19 Martin QuinsonMake SIMIX_process_from_PID much faster
2017-01-16 Martin Quinsoncontinue to split the source code of MC. Split remoting
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-21 Martin Quinsoninline another function, plus some cleanups
2016-12-21 Martin Quinsoninline a useless function
2016-12-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-11-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-17 Martin Quinsonkill useless simcall handlers
2016-11-17 Martin Quinsonno need to know who's resuming an actor
2016-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-24 Martin Quinsonmove some content out of parsing to the classes
2016-09-15 Martin Quinsondon't convert host to name to host. Perl epoch is over.
2016-09-02 Frederic SuterRevert "msg_private.h is a C++ header so add pp"
2016-09-02 Frederic Sutermsg_private.h is a C++ header so add pp
2016-09-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-02 Martin Quinsonsimix_global->create_process_function always exists
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-10 Martin Quinsonkill the half backen setAffinity feature
2016-08-07 Martin Quinsonrename smx_synchro_t to smx_activity_t
2016-08-07 Martin QuinsonRename kernel::activity::Synchro into kernel::activity...
2016-08-01 Martin Quinsonuseless cosmetics
2016-08-01 Martin QuinsonPopulate the kernel::context namespace and continue...
2016-08-01 Martin QuinsonRename smx_process to ActorImpl