Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove a work around for a 2017 bug in Python + Windows
[simgrid.git] / src / bindings / python / simgrid_python.cpp
2022-11-06 Martin QuinsonRemove a work around for a 2017 bug in Python + Windows
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-30 Arnaud GierschMerge branch 'python_ptask' into 'master'
2022-06-29 Tom CornebizeAdd ptasks in the Python bindings
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-24 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-21 Tom CornebizeImplement s4u_enforce
2022-06-17 Arnaud GierschMerge branch 'fix_python' into 'master'
2022-06-17 Tom CornebizeFix the put/get(_async) mailbox methods in the Python...
2022-04-22 Arnaud GierschAlign exec-async with C++ example (also define python...
2022-03-31 Arnaud GierschLittle Sonar things.
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-25 Jean-Edouard BOULANGERAdd remaining Comm bindings and examples
2022-03-22 Arnaud GierschRemove deprecated features for next release (3.32).
2022-03-17 Martin QuinsonMerge branch 'add_semaphore_python_bindings' into ...
2022-03-17 Jean-Edouard BOULANGERAdd Semaphore Python bindings
2022-03-16 Arnaud GierschFix misc sonar issues.
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Jean-Edouard BOULANGERAdd Barrier Python bindings
2022-03-15 Martin QuinsonMerge branch 'add_mutex_python_bindings' into 'master'
2022-03-15 Jean-Edouard BOULANGERAdd Mutex Python bindings
2022-03-13 Arnaud GierschMerge remote-tracking branch 'github/master'
2022-03-13 Martin QuinsonMerge branch 'fix_bindings_mistakenly_set_as_member_fun...
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
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'
next