Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'wifi_rate_zero' into 'master'
[simgrid.git] / src / simix /
2022-02-03 Martin QuinsonMerge branch 'wifi_rate_zero' into 'master'
2022-02-03 Arnaud GierschMerge branch 'stable'
2022-02-02 SUTER Fredericmark some old simcalls as deprecated (test, test_any...
2022-01-31 Arnaud GierschRemove deprecated features for next release (3.31).
2022-01-20 SUTER FredericCleanup in log categories
2022-01-06 Arnaud GierschUse more efficient greedy quantifier in RE.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-11-10 SUTER FredericRevert "use smart pointers for kernel timers"
2021-11-10 SUTER Fredericuse smart pointers for kernel timers
2021-11-09 SUTER Fredericrename log category from simix_context to ker_context
2021-11-05 SUTER Fredericinclude cleanups after deprecation
2021-11-04 SUTER FredericReorganize VM code
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
2021-10-06 SUTER Fredericdeprecate SIMIX_is_maestro
2021-10-06 SUTER Fredericempty out src/simix/smx_context.cpp
2021-10-06 SUTER Fredericmodernize some SIMIX functions
2021-10-02 Arnaud GierschAvoid spurious diff for generated file.
2021-10-01 SUTER Fredericdeprecate 2 simix functions
2021-09-21 SUTER Fredericplease sonar
2021-09-21 SUTER Fredericremove smx_global.cpp
2021-09-21 SUTER Fredericmove MC stuff from simix_global to EngineImpl
2021-09-21 SUTER Fredericcleanups
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_init
2021-09-17 SUTER Fredericmove context_mod_init to EngineImpl
2021-09-17 SUTER Fredericget rid of simix_global and smx_private.hpp
2021-09-17 SUTER Frederictransfer some parts of the initialization from SIMIX_gl...
2021-09-15 SUTER Fredericmove maestro to EngineImpl. breaks a unit-test
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-08-30 Arnaud GierschMerge branch 'lost+found_github-master'
2021-08-30 Arnaud GierschMerge branch 'segvhandler_fix' into 'master'
2021-08-30 Julien EMMANUELFix incorrect suggestion in segvhandler
2021-07-14 Arnaud GierschRemove deprecated features for next release (3.29).
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::wait_any.
2021-06-23 Arnaud GierschUse ssize_t as return type for Comm::test_any.
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 SUTER Frederic get rid of SIMIX_clean
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.
next