Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
new python example: actor-kill
[simgrid.git] / src / bindings / python / simgrid_python.cpp
2019-01-08 Martin Quinsonnew python example: actor-kill
2019-01-08 Martin Quinsontiny doc improvement
2019-01-08 Martin Quinsoninclude pybind11.h first, as we should
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-08 Martin Quinsonpython: test Actor.is_suspended() and introduce this_ac...
2019-01-08 Martin QuinsonVarious doc improvements
2019-01-08 Martin QuinsonAlso make registered actors killable in python
2019-01-08 Martin Quinsononly use pybind11 when registering actors
2019-01-08 Martin Quinsonallow python actors to be killed
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2019-01-04 Martin Quinsonpy: try to fix MC builds
2019-01-03 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2019-01-03 Martin Quinsonyet another example: actor-suspend.py
2019-01-03 Martin Quinsonpy: another example: actor-join
2019-01-03 Martin QuinsonPython: many improvements; add a new example (actor...
2019-01-03 Martin Quinsonpy: Try to add properties to the Host class
2019-01-01 Martin Quinsonuse named parameters instead of overloads for py::execute
2018-12-31 Martin Quinsonpython: reorg to allow 'from simgrid import *' in scripts
2018-12-31 Martin Quinsonpython: rename register_function into register_actor...
2018-12-31 Martin Quinsonpython: fix register_function when passed a class
2018-12-31 Martin Quinsonpython: extend the bindings
2018-12-31 Martin Quinsonpython: improve the documentation
2018-12-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-12-27 Frederic Sutera host and not an host
2018-12-27 Martin Quinsonpython: First working example
2018-12-26 Martin Quinsonpython: add the docstrings
2018-12-26 Martin Quinsoninitial support for pybind11: Python bindings of S4U...