Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'doc_link' into 'master'
[simgrid.git] / src / bindings /
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).
2021-03-10 Arnaud GierschMerge branch 's4u/model_list' into 'master'
2021-03-10 Arnaud GierschCosmetics around #include.
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-18 Martin QuinsonFix the RST inclusions in doxygen comments
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: last crumbs
2021-02-03 Frederic SuterStorage-kill: remove java bindings
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 eazimimerge with framagit/master
2021-01-12 eazimiMerge with framagit/master
2021-01-12 Arnaud GierschReduce scope for variables.
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-17 Arnaud GierschUseless cast to void*.
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-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschDon't repeat obvious default values.
2020-11-26 Arnaud GierschCorrectly handle lowercase and default values for route...
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-19 Arnaud GierschConstify some sg_vm_t.
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 GierschMore coding style updates for sg_host.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 adrien gougeonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-20 Arnaud GierschUse consistent naming scheme.
2020-10-19 Arnaud GierschCorrect a few a/an.
2020-10-17 Arnaud GierschDon't include <xbt/functional.hpp> when it's not needed.
2020-10-15 Arnaud GierschRewrite in a simpler manner.
2020-10-15 Arnaud GierschMore char* -> std::string conversions.
2020-10-11 Arnaud Giersch[sonar] Constructors of an "abstract" class should...
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModern C++ use "auto".
2020-10-06 Arnaud GierschPrefer nullptr and bool literals.
2020-10-05 Arnaud GierschFix lua_platf.
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-15 Arnaud GierschRename examples: slave -> worker.
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-10 Martin Quinsonsplit surf_parse into a separate file to make it reusab...
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-04-02 Frederic Suteroops MSG_init() does more than simgrid_init()
2020-04-02 Frederic Suterreduce dependency on msg.h
2020-04-01 Frederic Suterless MSG and less process
2020-03-30 Frederic Suterlast call to MSG_hosts_as_dynar -> deprecate !
2020-03-30 Frederic Suteruseless stuff: do not use MSG in java bindings when...
2020-02-25 Arnaud GierschNeedless XBT_ATTRIB_UNUSED.
2020-02-06 Frederic Suterdo not use sg_hosts_as_dynar in C++
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-02-04 Martin QuinsonClearly state that we don't care about the return code...
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-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
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).
next