Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use const references to pass vector as parameters.
[simgrid.git] / src / simix /
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-04-07 Martin Quinsonkill ALL trailing whitespace (and deprecate a function...
2018-04-07 Martin Quinsoncodacy: trailing whitespace
2018-04-05 Arnaud GierschReduce code duplication.
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-03 Martin Quinsonsensible error messages when ending the daemons result...
2018-04-03 Arnaud GierschKill useless typedef s_smx_simcall_t.
2018-04-03 Martin Quinsonfix some issues arising when killing new-born actors...
2018-04-02 Martin Quinsonsnake_case in resource::Resource
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonCosmetics in HostImpl
2018-03-31 Arnaud GierschUse enum class for smpi privatization strategies.
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-30 Martin Quinsonchange a fixme into an assert
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-28 Arnaud GierschRename sg_config.h -> sg_config.hpp.
2018-03-25 Martin Quinsonfinish snake_casing resource::Action
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
2018-03-25 Martin Quinsonkill an unused function
2018-03-25 Martin Quinsonmove simix::ActorImpl to kernel::actor::ActorImpl
2018-03-23 Frederic Suterthis has been bugging me for a while
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Frederic Sutermake tracing less tightly coupled to MSG
2018-03-22 Frederic SuterMSG aliasing instead of macro-ization to keep ABI safe
2018-03-21 Martin QuinsonFix non-smpi builds on Mac OSX
2018-03-20 Frederic Sutera bit of simplification
2018-03-19 Martin Quinsonstop loading private headers from now public NetZoneImp...
2018-03-19 Arnaud GierschUse an ActorPtr as parameter to smpi_switch_data_segemnt.
2018-03-15 Arnaud GierschUse alternate spelling.
2018-03-15 Arnaud GierschNo need to switch data segment when process is finished.
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommetry to stabilize gcc with previous fixes
2018-03-12 Martin QuinsonRemove feature: reset PID on killall()
2018-03-12 Martin Quinsonallow one actor to kill another actor by PID
2018-03-12 Martin QuinsonReduce the scope of a variable to please codacy
2018-03-12 Martin Quinsonsmpi/privatization is not the concern of smx_context
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-02-16 Martin Quinsonsonar: don't use auto for pointers, but auto*
2018-02-13 Arnaud GierschKill unused function simgrid::xbt::three_way_partition().
2018-02-13 Arnaud GierschKill unused private function SIMIX_process_get_by_name().
2018-02-13 Arnaud GierschKill unused private function SIMIX_process_exception_te...
2018-02-13 Arnaud GierschKill function declarations without definitions.
2018-02-05 Arnaud GierschRevert "Revert "actually fix the memleak around smpi...
2018-02-05 Arnaud GierschRevert "actually fix the memleak around smpi's process_...
2018-02-03 Martin Quinsonactually fix the memleak around smpi's process_data
2018-02-02 Martin Quinsontry to plug a memleak
2018-01-25 Frederic Suterplease sonar
2018-01-25 Martin Quinsonimprove a comment
2018-01-24 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-01-24 Christian Heinrich[SIMIX] Remove SMPI-specific segment_index notion from...
2018-01-24 Martin Quinsonmove that declaration to the right location
2018-01-17 Christian Heinrich[SIMIX] Fix comment grammar
2018-01-15 Christian Heinrich[SIMIX] Fix the ActorImpl signal
2018-01-12 Christian Heinrich[S4U] Add onCreation signal to the actor API
2018-01-11 Frederic Suterrefactoring and cosmetics
2018-01-11 Frederic Suteruse class and enum class in Actor parsing
2017-12-26 Martin Quinsonfix #245: migrating an actor does not migrate its execution
2017-12-26 Martin Quinsonallow to call s4u::Exec->setHost() after its start...
2017-12-26 Martin Quinsonmove MutexImpl to the right namespace
2017-12-26 Martin Quinsonmove MutexImpl to the expected location
2017-12-26 Martin Quinsonsplit MutexImpl into their own files
2017-12-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-24 Martin Quinsontry to fix Apple privatization after recent default...
2017-12-23 Martin Quinsonfix some doxygen warnings
2017-12-22 Augustin Degommeoops, too early
2017-12-22 Augustin Degommeput back the fix for broken dlopen+thread on freebsd
2017-12-21 Martin Quinsonfix the fallbacks around privatization on BSD
2017-12-19 Frederic Sutertracking works better if signals are triggered
2017-12-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-15 Martin Quinsonkill an ancient file that I'm not particularly proud...
2017-12-12 Martin Quinsonsonar: remove unused local variables
2017-12-12 Martin Quinsonsonar: this simcall does not need a handler anymore
2017-12-12 Arnaud GierschFix remaining warnings with mingw.
2017-12-11 Frederic Suteradd test() for asynchronous executions
2017-12-09 Martin Quinsonsonar: remove unused parameter
2017-12-09 Martin QuinsonNew test for the remote exec
2017-12-09 Martin Quinsonallow remote exec: s4u::Exec->setHost()
2017-12-09 Martin Quinsonnew signal: s4u::onDeadlock()
2017-12-08 Martin Quinsonmake similarities between CommImpl and ExecImpl more...
2017-12-08 Arnaud GierschTypo.
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::xbt::Task constructor.
2017-12-06 Arnaud GierschAttempt to fix leaks in msg-host_on_off_processes.
2017-12-05 Arnaud GierschUnused variable.
2017-12-05 Arnaud GierschRemove last mention of xbt_swag in simix (and reformat).
2017-12-05 Arnaud GierschConvert simix_global->process_to_destroy to boost:...
2017-12-05 Arnaud GierschMC: maintain a copy of simix_global->process_to_destroy...
2017-12-04 Arnaud GierschConvert simix synchro' sleeping lists to boost::intrusi...
2017-12-04 Arnaud GierschUse simgrid::xbt::intrusive_erase().
2017-12-03 Arnaud GierschConvert simgrid::simix::Host::process_list to boost...
2017-12-03 Arnaud GierschRemove useless include.
2017-12-03 Arnaud GierschRemove unused swag hookups.
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-29 Martin Quinsonfix #248: Kill of finished MSG processes leads to segfault
next