Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-12-11 Frederic Sutermv trace-platform from MSG to S4U
2017-12-11 Frederic Suteradd test() for asynchronous executions
2017-12-11 Martin QuinsonPliz don't have two log channels with the same name
2017-12-11 Martin Quinsonimprove doc
2017-12-10 Martin Quinsonyet another msg examples thrown away
2017-12-10 Martin Quinsonmove another msg example to the dungeon
2017-12-10 Martin Quinsongitignore: deal with recent file movments
2017-12-10 Martin Quinsonrename the replay example as such
2017-12-10 Martin Quinsondoc improvements
2017-12-10 Martin Quinsonsimplification: no need for new/delete here
2017-12-09 Martin QuinsonTODO--
2017-12-09 Martin Quinsons4u::Host->getLoad() returns the achieved speed in...
2017-12-09 Martin Quinsonmove exec_init and exec_async to the this_actor namespace
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 Quinsonmove process-join to teshsuite/msg
2017-12-09 Martin Quinsondocument asynchronous executions (fix #234)
2017-12-09 Martin Quinsonbetter example on monitoring s4u::Exec activities
2017-12-09 Martin Quinsonimplement s4u::Exec->getRemainingRatio()
2017-12-09 Martin Quinsons4u::Exec->getRemains() should not fail on terminated...
2017-12-09 Martin Quinsonbetter integration of this example
2017-12-09 Martin Quinsonexplain to the users what's going on here
2017-12-09 Martin Quinsonadd the exec-async example to the doc
2017-12-09 Martin Quinsonsort examples, improve doc
2017-12-09 Martin Quinsondoc improvement
2017-12-09 Martin Quinsonmore ignore of the buggy output of cmake for circleci
2017-12-09 Martin Quinsoncircleci have a borken install of cmake
2017-12-09 Martin Quinsonremove a useless 'friend' statement (+cosmetics)
2017-12-09 Martin Quinsonremove a useless assert: valgrind will tell us on need
2017-12-09 Martin Quinsonmark overriden methods as virtual (thx sonar)
2017-12-09 Martin Quinsonuse assert instead of throw std:logic_error
2017-12-09 Martin Quinsonthis example will never be launched with ECOFEN again
2017-12-09 Martin Quinsonthese files do not exist anymore
2017-12-09 Martin Quinsonsonar: throw static exceptions
2017-12-09 Martin Quinsoncosmetics: rename some tests in teshsuite/simix
2017-12-09 Martin Quinsonnew signal: s4u::onDeadlock()
2017-12-08 Martin Quinsonforgot to document that
2017-12-08 Martin QuinsonDocument last change. Properly (fix #223)
2017-12-08 Martin QuinsonRemove the now unused MSG_task_get_initial_flops_amount()
2017-12-08 Martin Quinsonstop using MSG_task_get_initial_flops_amount(): it...
2017-12-08 Martin Quinsonimplement ExecImpl::remainingRatio and make sure we...
2017-12-08 Martin Quinsonuse MSG_task_get_flops_amount() when we don't want...
2017-12-08 Martin QuinsonUn-deprecate MSG_task_get_flops_amount() and implement...
2017-12-08 Martin Quinsonmake similarities between CommImpl and ExecImpl more...
2017-12-08 Martin Quinsoncode simplification
2017-12-08 Martin Quinsonchangelog update
2017-12-08 Arnaud GierschPlease cppcheck (codacy).
2017-12-08 Arnaud GierschFix another warning.
2017-12-08 Arnaud GierschFix build errors and warnings with mingw.
2017-12-08 Arnaud GierschTypo.
2017-12-07 Arnaud GierschUpdate ChangeLog.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::lmm_set_default_protocol_f...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_system_t -> System.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_element_t -> Element.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_constraint_t ->...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_variable_t -> Variable.
2017-12-07 Arnaud GierschAnother "explicit" forgotten with previous commits.
2017-12-07 Arnaud GierschRename variable hiding class field.
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::mc::RemotePtr constructor.
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::kernel::Future constru...
2017-12-07 Arnaud GierschAdd explicit keyword to simgrid::xbt::Task constructor.
2017-12-07 Arnaud GierschAdd explicit keyword to one-parameter constructors.
2017-12-07 Martin Quinsondon't lie to users, don't ignore parameters
2017-12-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-07 Frederic Suterrework the example to get rid of the deployment file
2017-12-07 Frederic Suteroops. Clang bit me
2017-12-07 Frederic Suterpopulate Exec a bit more
2017-12-06 Martin Quinsonsmall doc improvement (hopefuly)
2017-12-06 Arnaud GierschAttempt to fix leaks in msg-host_on_off_processes.
2017-12-06 Arnaud GierschRemove empty statement.
2017-12-06 Arnaud GierschRun test in binary dir.
2017-12-06 Frederic SuterRevert "vm->destroy is not at kernel level ..."
2017-12-06 Frederic Sutervm->destroy is not at kernel level ...
2017-12-06 Frederic Suterthis is a bool
2017-12-06 Frederic Suterhide pimpl a bit in the high level API
2017-12-06 Frederic Suterremove the skip_stage parameters from VM params
2017-12-06 Martin Quinsonplease clang
2017-12-06 Frederic Suterremove unused devsize and use only size_t for sizes
2017-12-06 Frederic Suterfirst step towards asynchronous executions
2017-12-06 Frederic Suterisolate VM migration parameters from others
2017-12-06 Frederic Suterplug leak (unlink does not delete)
2017-12-05 Arnaud GierschRemove unused code in xbt_graph.
2017-12-05 Arnaud GierschMove default case at the end of the switch.
2017-12-05 Arnaud GierschNo need for reinterpret_cast here.
2017-12-05 Arnaud GierschMove typedefs where they are used.
2017-12-05 Arnaud GierschHide xbt_swag under the hood of mmalloc, its only remai...
2017-12-05 Arnaud GierschAdd dummy instruction to please sonar.
2017-12-05 Arnaud GierschUnused variable.
2017-12-05 Frederic Suterplease sonar and do the same in teshsuite
2017-12-05 Arnaud GierschUpdate doc.
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-05 Christian Heinrich[SMPI] process_data is now declared static
2017-12-05 Christian Heinrich[SMPI] Don't use external process_data variable. Instea...
2017-12-05 Christian Heinrich[SMPI] Cosmetics in smpi_comm.cpp
2017-12-05 Frederic Suterremove useless stuff
2017-12-05 Frederic Sutermove last MSG io example to teshsuite
2017-12-05 Frederic Suterslightly augment this test (unlink)
next