Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / bindings / python /
2022-03-12 Jean-Edouard BOULANGERMake Python bindings static where needed
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-09 Jean-Edouard BOULANGERAdd remaining Comm synchronisation Python bindings
2022-03-06 Martin QuinsonMerge branch 'add_wait_for_to_py_comm_binding' into...
2022-03-06 Jean-Edouard BOULANGERAdded Python bindings: Comm.wait_for() and Comm.wait_an...
2022-03-02 Martin QuinsonPython version of the masterworkers monkey
2022-03-02 Martin QuinsonPass the boolean parameter to the on_exit python binding
2022-03-01 Martin QuinsonMerge branch 'dev' into 'master'
2022-03-01 Fabien ChaixRevert Python stuff but the py_context instantiation...
2022-03-01 Fabien ChaixFix the python patches
2022-03-01 Fabien ChaixMove py_context to get Python exception match to work...
2022-03-01 Fabien ChaixMake python catch verbose
2022-02-28 Fabien ChaixAnswer to Martin's feedback
2022-02-28 Fabien Chaixapply Simgrid coding rules
2022-02-28 Fabien ChaixMinimal change to support host on-off and permanent...
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-01 Arnaud GierschUse declared namespace alias py = pybind11.
2022-02-01 SUTER Fredericfix deprecation of Engine.get_clock()
2022-01-28 SUTER Fredericmore attributes in python bindings
2022-01-28 SUTER Fredericuse property_readonly_static and update deprecation...
2022-01-28 SUTER Fredericthis is now forbidden, remove right away
2022-01-28 SUTER Frederic[python] cleanup Engine getters/setters
2022-01-26 Martin Quinsonpy: indicate which properties are R/W and which are R-O
2022-01-24 Arnaud GierschPointer-to-const again.
2022-01-23 Martin QuinsonPython: Add platform-failures example, and extend Py...
2022-01-23 Martin QuinsonImplement the last (?) Python functions needed for...
2022-01-23 Martin QuinsonExtend the python bindings and cosmetics
2022-01-22 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-01-22 Martin QuinsonMany tiny documentation improvements
2022-01-21 Martin QuinsonFix some more problems in the doc + cosmetics + extend...
2022-01-21 Martin QuinsonPort the Algorithm tutorial to python
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-12-15 Martin Quinsondocs: fix some broken references in 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'
next