Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
New: Engine::run_until(date) to split the simulation
[simgrid.git] / src / bindings / python /
2021-12-14 Martin QuinsonNew: Engine::run_until(date) to split the simulation
2021-10-30 SUTER Fredericadd user friendly wrapper to set priorities on I/Os
2021-10-26 Arnaud GierschAdd some missing py::call_guard<py::gil_scoped_release>().
2021-10-26 Arnaud GierschRemove various hacks meant to support swapped contexts...
2021-10-26 Arnaud GierschUse thread contexts by default with python bindings.
2021-10-25 Arnaud GierschReduce scope for py_context.
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-08-18 Arnaud GierschCosmetics for sonar&co.
2021-08-17 Bruno DonassoloPlease sonar a little
2021-08-17 Bruno DonassoloPython: example CPU nonlinear
2021-08-17 Bruno DonassoloPython: an example with disks
2021-08-16 Bruno DonassoloPotpourri of python bindings (disk, host, netzone)
2021-08-16 Bruno DonassoloPython: complex cluster example
2021-08-16 Bruno DonassoloPython network-nonlinear example
2021-07-19 Arnaud GierschFix crashes with recent versions of pybind11.
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-05-12 Arnaud GierschCosmetics.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-17 Arnaud GierschUse typed Mailbox::get<>() instead of using static_cast...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschMore const.
2020-11-18 Arnaud GierschRemove redundant "staitc" in anonymous namespaces.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-15 Arnaud GierschRewrite in a simpler manner.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-10-02 Arnaud Giersch[sonar] Use "std::make_unique" to construct "std::uniqu...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-10 Arnaud Giersch[sonar] Fix more implicit casts that should not lower...
2020-06-12 Augustin DegommeFix most of spelling mistakes in src/
2020-06-03 Arnaud GierschTry to fix python tests failing with python 3.9 on...
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-24 Arnaud GierschMerge branch 'doc' into 'master'
2020-04-24 Sylvain LefebvreAdded Mailbox::set_receiver to python binding
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin Quinsonpython: fix a breakage seen on the robot building the...
2020-02-02 Martin Quinsonno need to link the python doc to the C++ one with...
2020-01-26 Frederic SuterMerge branch 'master' into depencencies
2020-01-24 Arnaud GierschDon't decrease reference count here. WHY?
2020-01-24 Arnaud GierschIncreasing reference count seems to help. WHY?
2020-01-24 Arnaud GierschUse GilScopedRelease when a simmcall can occur.
2020-01-24 Arnaud GierschUse GilScopedAcquire to create a new Python thread...
2020-01-24 Arnaud GierschRelease the GIL when calling Engine::run.
2020-01-24 Arnaud GierschDefine GilScopedAcquire and GilScopedRelease.
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-23 Arnaud GierschKill unused variable.
2020-01-23 Arnaud GierschChain declarations for the 'this_actor' submodule,...
2020-01-23 Arnaud GierschGet rid of superfluous lambdas.
2020-01-23 Arnaud GierschRewrite some type casts.
2020-01-23 Arnaud GierschRemove useless return type for lambdas.
2020-01-23 Arnaud GierschMinor cosmetic changes.
2020-01-23 Arnaud GierschFull reindent for simgrid_python.cpp (no other change).
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-29 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-09 Frederic Suteranother bunch of codefactor style issues
2019-12-06 Frederic Suterinclude version.h for python bindings too
2019-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Martin Quinsons4u::Actor: Rename migrate() into set_host()
2019-11-10 Martin QuinsonDocument the Actor with the new autodoxy extension...
2019-11-10 Martin Quinsonadd some missing functions in the python binding
2019-11-02 Martin Quinsonadd the python binding to Actor::is_daemon
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-27 Arnaud GierschWorkaround build error seen with clang 10 on freebsd.
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-20 Arnaud GierschReduce nesting depth of lambdas.
2019-03-20 Arnaud GierschMake pyForcefulKillEx static.
2019-03-20 Arnaud GierschUseless intermediate cast.
2019-03-19 Arnaud GierschUse a Mailbox* with Python bindings.
2019-03-19 Martin Quinsonpython: add exec-dvfs example
2019-03-17 Martin Quinsonpython: exec-async and exec-remote examples
2019-03-17 Martin QuinsonPython: Add Comm.wait_any
2019-03-17 Martin Quinsonpython: add Comm.waitall
2019-03-16 Arnaud GierschMerge remote-tracking branch 'github/master'
2019-03-16 Martin QuinsonFix clang+MC+python builds
2019-03-15 Martin Quinsonpython: Add Comm.wait() and Comm.test()
2019-03-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-04 Martin QuinsonSanitize the prototype of Actor::on_exit() callbacks
2019-03-04 Martin QuinsonMove ForcefulKillException to the root namespace, along...
2019-03-04 Martin QuinsonRename StopRequest into ForcefulKillException to contri...
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-01-25 Arnaud GierschMove StopRequest out of Context.
2019-01-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-22 Arnaud GierschLast attempt for python/mingw.
2019-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-22 Martin QuinsonTry to get python compiling even with MinGW
2019-01-22 Arnaud GierschTypo.
2019-01-14 Martin Quinsonplease sonar
2019-01-08 Martin Quinsondoc cosmetics, and cleanup the API
2019-01-08 Martin Quinsonnew python example: actor-kill
2019-01-08 Martin Quinsontiny doc improvement
next