Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / src / simix / simcalls.py
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-02 Arnaud GierschAvoid spurious diff for generated file.
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-09-19 Arnaud GierschMissing includes.
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 Fredericget rid of simix_global and smx_private.hpp
2021-09-15 SUTER Fredericmove maestro to EngineImpl. breaks a unit-test
2021-05-26 SUTER Fredericmake simix_global->maestro_ private
2021-04-23 Arnaud GierschMake SIMIX_simcall_name() use the type of observer_...
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-18 Martin Quinsonsimcall.py: this parameter is not a field, respect...
2021-03-07 Arnaud GierschKill superfluous macros.
2021-03-04 Martin Quinsonmc: rename Inspector to Observer
2021-03-02 Arnaud GierschUncomment.
2021-03-01 Arnaud GierschFix code generation (broken call to inspector_->is_pend...
2021-02-28 Martin QuinsonSplit inspector::is_pending() in two logical parts
2021-02-28 Martin Quinsonobjectification of MC simcall achieved -- many tests...
2021-02-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-27 Martin QuinsonWelcome to modernity
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud GierschUnnecessary semicolon (codefactor).
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-20 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-19 Arnaud GierschDefine NUM_SIMCALLS apart from the enum.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-17 Arnaud GierschDon't include <xbt/functional.hpp> when it's not needed.
2020-10-16 Arnaud GierschCosmetics.
2020-10-15 Arnaud Giersch[sonar] Replace some C-style arrays.
2020-10-13 Arnaud Gierschpopping_enum.h becomes an hpp.
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-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Convert integer literals to bool literals.
2020-07-02 Arnaud GierschFix simcalls.py after rename s/simcall/simcall_/.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-16 Arnaud GierschMake field 'Context::iwannadie' private.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-18 Frederic Sutercodefactor: fix use len(Seq) to determine Seq is empty...
2019-12-18 Frederic Sutercodefactor: fix unnecessary else after return maintaina...
2019-12-06 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-05 Arnaud GierschReplace non-breaking spaces.
2019-11-29 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-29 Frederic Sutermaestro_process -> maestro_
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-15 Martin QuinsonLet simcall.py produce valid code after recent renamings
2019-08-09 Martin Quinsonconvert SIMIX_simcall_answer() into ActorImpl::simcall_...
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-07-02 Arnaud GierschThrow std::invalid_argument.
2019-07-02 Arnaud GierschCosmetics: improve indentation.
2019-04-04 Arnaud Giersch[codacy] Don't use assert for error checking.
2019-04-04 Arnaud GierschDeclare log category where it is actually used.
2019-04-03 Arnaud GierschFix the fixme the obvious way.
2019-04-03 henricasanovaMerge branch 'master' of framagit.org:simgrid/simgrid
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-03 Frederic Suterlook for ActorImpl at its new location
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-17 Martin Quinsonautopep8 --max-line-length 120 -i --aggressive `find...
2019-03-06 Frederic Suterremove or deprecate now useless code
2019-02-27 Arnaud GierschRemove dead code after exception throw.
2019-02-19 Frederic SuterAll activities have their own finish method \o/
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-16 Frederic SuterSIMIX_process_yield becomes ActorImpl::yield
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-17 Arnaud GierschCosmetic indentation.
2018-07-04 Martin QuinsonMerge branch 'master' of https://github.com/Onesphore...
2018-06-30 Martin QuinsonPartially snake_case ActorImpl
2018-05-03 Arnaud GierschModernize simcall process_cleanup.
2018-05-03 Arnaud GierschComplete search path for simcall_HANDLER_*.
2018-05-03 Arnaud GierschImprove formatting of simcalls.py's output..
2018-04-15 Martin QuinsonSeparate ConditionVariableImpl into its own files
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-07 Martin Quinsoncodacy: trailing whitespace
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-10-28 Arnaud GierschSonar: use lowercase for field names.
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-18 Arnaud GierschAdd default case to switch statements.
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschFix filenames in doc.
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-10 Arnaud Gierschsimcalls.py: improve indentation of generated files.
2017-07-02 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-06-30 Martin Quinsongenerate code that does not drive clang-format crazy
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
next