Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add missing copyright notices.
[simgrid.git] / src / simix /
2021-06-22 Arnaud GierschAdd missing copyright notices.
2021-06-08 Augustin DegommeMerge branch 'factor_in_actions' into 'master'
2021-06-04 Arnaud GierschRestore public smpi_init_options().
2021-06-03 Arnaud GierschFix include.
2021-06-03 Arnaud GierschMake smpi_switch_data_segment check if a switch is...
2021-06-01 Arnaud GierschPointer-to-const for Sonar.
2021-05-31 Arnaud GierschA few more 'const'.
2021-05-27 Arnaud GierschDeprecate SIMIX_get_clock().
2021-05-26 SUTER Fredericmake simix_global->maestro_ private
2021-05-26 SUTER Fredericprepare transition of context_factory: make it private
2021-05-25 SUTER Fredericremove cruft [ci-skip]
2021-05-25 SUTER FredericChange way Mailboxes are create, stored, and destroyed
2021-05-25 SUTER Fredericdelete Timer when shutting down EngineImpl
2021-05-25 SUTER FredericContinue to migrate contents of simix_global to EngineImpl
2021-05-21 SUTER Fredericmigrate actors_to_run and actors_that_ran to EngineImpl
2021-05-17 SUTER Fredericmigrate daemons from simix::Global to kernel::EngineImpl
2021-05-17 SUTER Fredericmigrate execute_tasks from simix::Global to kernel...
2021-05-17 SUTER Fredericmigrate wake_all_waiting_actors from simix::Global...
2021-05-17 SUTER FredericSIMIX_run becomes EngineImpl::run
2021-05-17 SUTER Fredericmove another function out of simix + private field
2021-05-16 SUTER Fredericmove kernel timers from simix:: to kernel::timer::
2021-05-05 Martin QuinsonMC: Start implementing the dependency functions on...
2021-04-27 Arnaud GierschThe header <typeinfo> must be included before using...
2021-04-23 Arnaud GierschMake SIMIX_simcall_name() use the type of observer_...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-12 Arnaud GierschUse a reference for ExecImpl::wait_any_for()'s vector.
2021-04-12 Arnaud GierschSimcall COMM_TESTANY is not blocking either. Simplify.
2021-04-12 Arnaud GierschSimcall COMM_TEST is not blocking.
2021-04-07 Arnaud GierschReplace void* used for RemoteProcess pointers.
2021-03-29 Arnaud GierschRemove deprecated features for next release.
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-26 Arnaud GierschMerge branch 'simcall_blocking' into 'master'
2021-03-26 Arnaud GierschMove PoC blocking_simcall.hpp from public include/...
2021-03-26 Arnaud GierschFix simcall_blocking returning a value.
2021-03-23 Arnaud GierschBlank lines.
2021-03-22 Arnaud GierschHandle simcall result through mc::SimcallObserver.
2021-03-22 Arnaud GierschReduce scope for variables.
2021-03-20 Martin QuinsonAdd ModelChecker::finalize_app(), but don't use it...
2021-03-19 Arnaud GierschMake Time::date const; kill useless getter.
2021-03-18 Martin Quinsonsimcall.py: this parameter is not a field, respect...
2021-03-18 Arnaud GierschModernize simcall execution_waitany_for.
2021-03-18 Arnaud GierschMake simcall execution_waitany_for use a std::vector...
2021-03-16 Arnaud GierschModernize simcall sem_acquire_timeout.
2021-03-16 Arnaud GierschModernize simcall cond_wait_timeout.
2021-03-16 Arnaud GierschCosmetics: use a meaningful name for parameter.
2021-03-14 Arnaud GierschBogus default value for parameter.
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
2021-03-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-13 Arnaud GierschModernize simcall cond_wait.
2021-03-13 Arnaud GierschModernize simcall sem_acquire.
2021-03-13 Martin QuinsonSort comm_* simcalls alphabetically
2021-03-09 Arnaud GierschModernize simcall mutex_lock.
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloMove globals to EngineImpl
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschModernize simcall mutex_trylock.
2021-03-07 Arnaud GierschKill superfluous macros.
2021-03-04 Martin Quinsonmc: rename Inspector to Observer
2021-03-03 Arnaud GierschModernize simcall mutex_unlock.
2021-03-03 Arnaud GierschMake SimcallInspector::dot_label and to_string pure...
2021-03-03 Arnaud GierschFix mem leak.
2021-03-02 Arnaud GierschUncomment.
2021-03-01 Arnaud GierschFix code generation (broken call to inspector_->is_pend...
2021-03-01 Arnaud GierschDeprecated simcall_mc_random.
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-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-25 Martin QuinsonMerge branch 'master' into 'master'
2021-02-24 Arnaud GierschReduce scope for variable.
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-18 Arnaud GierschCope with non-const SIGSTKSZ.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: this survives to make
2021-01-25 Arnaud GierschFbinfer saw there another static initialization order...
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-19 Arnaud GierschOne more static initialization order fiasco.
2021-01-13 Arnaud Giersch[sonar] Replace the use of "::type" with the "_t" versi...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschRemove deprecated features for next release.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-12-11 Ehsan AzimiMerge with simgrid/master
2020-12-08 Arnaud GierschRemove old deprecated aliases for runtime options.
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-26 Arnaud GierschDon't set variable twice.
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-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-26 Arnaud GierschUse std::vector.
2020-10-26 Arnaud GierschUse std::array.
2020-10-23 Arnaud GierschCosmetics.
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
next