Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Replace redundant type with "auto" (include/ and src/).
[simgrid.git] / src / simix / smx_global.cpp
2020-10-04 Arnaud Giersch[sonar] Replace redundant type with "auto" (include...
2020-10-02 Arnaud GierschUse empty() to check whether the container is empty...
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-02 Arnaud Giersch[sonar] Declare functions "const" in src/simix/.
2020-05-28 Augustin Degommethat's not a double
2020-05-10 Martin Quinsondo not downcast activities to the wrong type just to...
2020-05-10 Martin Quinsonstick to our coding standards: fields must have a trail...
2020-05-07 Augustin Degommetry to print pointer correctly on sunos as well
2020-05-06 Martin QuinsonMC: rename remote/Client into remote/AppSide
2020-05-06 Martin Quinsonthe on_exit() of each actor is also executed when the...
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-04 Martin QuinsonSimplify the API between Engine and EngineImpl when...
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-23 Arnaud Giersch[sonar] Constify pointer and reference local variables...
2019-12-23 Arnaud GierschKill no-op.
2019-12-10 Frederic Sutercosmetics and damn 32-bit fix
2019-12-10 Frederic SuterSIMIX_display_process_status becomes Global::display_al...
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-12-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-04 Martin QuinsonMerge branch 'doc' into 'master'
2019-12-04 Augustin DegommeMove SMPI config to smpi_config.cpp file.
2019-11-29 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-11-29 Frederic Sutermaestro_process -> maestro_
2019-11-29 Frederic Sutermake SIMIX_wake_processes a method of simix_global
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-04 Frederic Suterreplace SIMIX_process_count by simgrid_get_actor_count
2019-11-04 Frederic SuterSIMIX cosmetics
2019-11-02 Arnaud GierschCosmetics.
2019-11-02 Arnaud GierschReduce number of direct accesses to simix_global.
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-11 Arnaud GierschDeprecate C API for SIMIX timers.
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-10-06 Martin QuinsonAlso attach our signal handler to SIGBUS, because MacOS...
2019-09-27 Martin QuinsonMerge branch 'master' into 'rework-energy-plugin'
2019-09-23 Martin QuinsonMerge branch 'master' into 'master'
2019-09-20 Martin QuinsonMerge branch 'master' into 'master'
2019-09-16 Frederic SuterMerge branch 'master' into disk
2019-09-13 Martin Quinsonmove some global signals to the Engine
2019-08-15 Martin Quinsonsmall simplifications around simcalls
2019-08-15 Martin Quinsonobey our coding standards, and snake_case some parts...
2019-08-09 Martin Quinsonconvert SIMIX_simcall_answer() into ActorImpl::simcall_...
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-08-02 Martin Quinsonimprove debug msg
2019-08-01 Martin QuinsonActor: make the refcount observable, and improve debug...
2019-07-24 Martin Quinsoninline a function
2019-07-24 Martin Quinsoncosmetic to make the code easier to read
2019-07-02 Arnaud GierschJust let the exception flow.
2019-06-09 Martin Quinsoncleanups in the debug config items
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-05-03 Arnaud Giersch[sonar] Add attribute "noreturn" to non-returning funct...
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-17 Arnaud GierschTypo.
2019-04-17 Arnaud GierschMethods of simix::Global have direct access to their...
2019-04-08 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-05 Frederic Suterobjectify SIMIX_execute_tasks
2019-04-05 Frederic Suterget rid fo SIMIX_simcall_exit
2019-04-02 Frederic SuterSave a cast per action completion
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschFix memleaks when exiting early (e.g. with --help or...
2019-04-02 Frederic Suterimplement CRTP in kernel::activity
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud GierschTidying simix::Timer.
2019-03-10 Arnaud GierschMake ActorImpl::context_ a std::unique_ptr.
2019-03-09 Arnaud GierschCosmetics around std::unique_ptr.
2019-03-06 Arnaud Giersch[sonar] Use unsigned char* for context stacks.
2019-03-06 Frederic Suterremove or deprecate now useless code
2019-03-01 Arnaud GierschUse specialized vector::swap.
2019-02-18 Frederic Suterobjectify simix timers.
2019-02-17 Frederic Suterweek-end cleanups in ActorImpl
2019-02-16 Frederic SuterMethods and renaming in simix::Global
2019-02-13 Arnaud GierschChange some calls to get_cname to calls to get_name.
2019-02-13 Arnaud GierschUse get_cname() instead of name_.c_str().
2019-02-12 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-02-12 Frederic SuterSIMIX_process_killall becomes ActorImp::kill_all
2019-02-12 Frederic SuterSIMIX_process_kill becomes ActorImpl::kill
2019-02-03 Frederic SuterEngine is in charge of platform creation, not SIMIX...
2019-01-31 Arnaud GierschRemove unused static functions.
2019-01-20 Martin Quinsonuseless cleanups
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-11-04 Martin Quinsonthese archaic callbacks are not used anymore, so kill...
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-09-13 Martin QuinsonMerge branch 'master' into master
2018-08-15 Frederic Suterthe host_that_restart global is now useless
2018-08-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2018-08-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-08-12 Martin QuinsonMerge branch 'auto_restart' into 'master'
2018-08-11 Martin QuinsonMerge branches 'auto_restart' and 'auto_restart' of...
2018-08-05 Frederic SuterSIMIX_host_autorestart was a duplicate of host->turn_on
2018-07-18 Martin Quinsonuse std::mutex instead of xbt_os_mutex_t in simix
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-07-13 Martin QuinsonMerge pull request #280 from mpoquet/replay-steroid...
next