Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
do not load a private header from s/k/resource/ headers
[simgrid.git] / src / simix /
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
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Martin Quinsonxbt_cond_timedwait: catch C++ timeouts; convert into...
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-22 Frederic Suterremove FileImpl \o/
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-21 Frederic Suterfurther split File and Storage
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-21 Arnaud GierschUse a std::vector<std::string> for process arguments.
2017-11-20 Arnaud GierschUse method get() instead of &* for intrusive_ptr.
2017-11-14 Arnaud GierschUse std::min/std::max instead of MIN/MAX in C++ files.
2017-11-14 Arnaud GierschMove simgrid::xbt::HeapComparator in xbt/utility.hpp.
2017-11-14 Arnaud GierschUse boost::heap for simix timers too, and allow proper...
2017-11-14 Arnaud GierschDefine and use utility class to compare pairs in priori...
2017-11-09 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-09 Arnaud GierschUse a std::priority_queue for simix_timers.
2017-11-08 Arnaud GierschFix Werror=missing-field-initializers with older compilers.
2017-11-08 Arnaud GierschAvoid using memset to initialize structs.
2017-11-05 Martin Quinsonconvert src/mc/mc_replay.h into mc_replay.hpp (+ don...
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
2017-11-04 Martin Quinsoncosmetics
2017-11-04 Frederic Suterthis is a good catch by CI
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
next