Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / 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-14 Arnaud GierschMark smx_actor_t as deprecated.
2022-03-13 Arnaud GierschSometimes propagating an exception across different...
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 QuinsonSimplify parameter passing between EngineImpl and Conte...
2022-03-13 Martin QuinsonMove the actor lifecycle markers from Context to ActorImpl
2022-03-12 Martin QuinsonSimplify the Context::stop() and reduce duplication
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-27 Martin Quinsonfix java builds
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-11 SUTER Fredericcontinue the deprecation of instrumentation C interface
2022-01-11 SUTER Fredericdeprecate a large part of the old C tracing API
2022-01-06 Arnaud GierschCosmetics to please codefactor.io.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-06 Martin QuinsonMerge branch 'appveyor' of github.com:simgrid/simgrid
2022-01-06 SUTER Fredericdrop the old Lua bindings for programmatic platform...
2022-01-06 SUTER Fredericfix lua build
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2021-12-27 Martin Quinsoncosmetics in java implem
2021-12-27 Martin Quinsonjava: setup a RAII wrapper to properly deal with GetStr...
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-11-04 SUTER FredericReorganize VM code
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-10-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-10-13 Arnaud GierschKill trailing whitespaces in source code files.
2021-10-06 SUTER Fredericless calls to simix.h + cosmetics
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-17 SUTER FredericMerge branch 'no_simix_global'
2021-09-17 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-09-17 SUTER Fredericdeal with MSG and Java too
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-07-09 Arnaud GierschFix another bunch of warnings in doc generation.
2021-07-06 Arnaud GierschMake single argument constructor LinkInRoute::LinkInRou...
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloSplit-Duplex: new management
2021-06-23 Arnaud GierschPrefer a reference for first parameter of {test,wait...
2021-06-10 Arnaud GierschCosmetics: snake_case.
2021-05-27 Arnaud GierschUse std::string for xbt_parse_units.
2021-05-25 Arnaud GierschCoding style: ! -> 'not'.
2021-05-12 Arnaud GierschCosmetics.
2021-05-10 Bruno DonassoloFix lua compilation
2021-05-07 Arnaud GierschCapitalize enum class.
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-12 SUTER Fredericchange way disks are managed in the XML parsing
2021-04-12 Arnaud GierschFix segfault with lua.
2021-04-12 SUTER Fredericplease clang (?) and make properties optional to create...
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 Arnaud GierschAvoid a local variable only used by xbt_assert.
2021-04-02 Arnaud GierschChange "if(...) xbt_die(...)" to "xbt_assert(...)".
2021-04-01 Arnaud GierschDeobfuscate error checking.
2021-03-18 Arnaud GierschLowercase PID in function name (2/2 - public part).
next