Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
doc cosmetics, and cleanup the API
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 8 Jan 2019 22:09:57 +0000 (23:09 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 8 Jan 2019 22:17:12 +0000 (23:17 +0100)
commitcdac506670725ae4fe40b3b1a31ceeb9488ce53a
tree9eeb75f412134583e4ebe61294e7fb2eeb2a02b8
parente99ac4319ea4bab13a821b840b58a443918d5c28
doc cosmetics, and cleanup the API

more functions in the API, don't help users but mess them up

- In python:
  - remove this_actor.kill(pid)
  - bind Actor.by_pid(pid)
  - remove this_actor.kill_all(), we have Actor.kill_all()
- In C++:
  - deprecate s4u::Actor::kill(pid)
- Various docstrings improvements
docs/source/app_s4u.rst
examples/python/CMakeLists.txt
examples/python/actor-kill/actor-kill.py
examples/s4u/README.rst
examples/s4u/actor-kill/s4u-actor-kill.cpp
examples/s4u/actor-lifetime/s4u-actor-lifetime.cpp
include/simgrid/s4u/Actor.hpp
src/bindings/python/simgrid_python.cpp
src/s4u/s4u_Actor.cpp