Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move VM setBound to the plugin
[simgrid.git] / src /
2017-12-15 Frederic Sutermove VM setBound to the plugin
2017-12-14 Martin Quinsonfix some of the many doxygen warnings
2017-12-14 Martin Quinsonadd Host::by_name(char*)
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 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-12-12 Martin QuinsonMerge pull request #250 from kovin/master
2017-12-12 Kevin PiotrkowskiFix bug in java binding for Comm.waitAny
2017-12-12 Arnaud GierschFields are declared in Model, delete them in ~Model.
2017-12-12 Arnaud GierschFix remaining warnings with mingw.
2017-12-11 Frederic Suteradd test() for asynchronous executions
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 Quinsonimplement s4u::Exec->getRemainingRatio()
2017-12-09 Martin Quinsons4u::Exec->getRemains() should not fail on terminated...
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 Quinsonsonar: throw static exceptions
2017-12-09 Martin Quinsonnew signal: s4u::onDeadlock()
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 Arnaud GierschFix another warning.
2017-12-08 Arnaud GierschTypo.
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 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::xbt::Task constructor.
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 Suterpopulate Exec a bit more
2017-12-06 Arnaud GierschAttempt to fix leaks in msg-host_on_off_processes.
2017-12-06 Arnaud GierschRemove empty statement.
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 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-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 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 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-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 SuterallStorages() -> getStorageList(whereTo)
2017-12-04 Arnaud GierschConvert simix synchro' sleeping lists to boost::intrusi...
2017-12-04 Arnaud GierschSimplify some indirections.
2017-12-04 Arnaud GierschUse simgrid::xbt::intrusive_erase().
2017-12-04 Frederic Suterconvert process-join to actor-join
2017-12-03 Arnaud GierschConvert simgrid::simix::Host::process_list to boost...
2017-12-03 Arnaud GierschFix comment.
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-12-02 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-02 Frederic Suteradd getProperties to Actor
2017-12-01 Frederic Sutermy special: empty statements
2017-12-01 Frederic Suteradd parallel_execute with timeout in s4u.
2017-11-30 Arnaud GierschRemove last occurences of "swag" in src/kernel/.
2017-11-30 Arnaud GierschBad cut&paste, *nextelem is wanted here.
2017-11-30 Arnaud GierschRemove unused variables.
2017-11-30 Frederic Suteruse XBT_PULIC_CLASS here too
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Arnaud GierschHopefully fix build on appveyor (mingw).
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_el...
2017-11-30 Arnaud GierschCosmetics.
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_va...
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_co...
2017-11-30 Arnaud GierschDon't hide real type behind void*.
2017-11-30 Arnaud GierschMore const references in lagrange.
2017-11-30 Arnaud GierschUse const reference for parameter 'var' in lagrange...
2017-11-30 Arnaud GierschConstification in maxmin.
2017-11-30 Arnaud GierschSimplify logic.
2017-11-30 Arnaud GierschKill unused swag.
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Frederic Suterthe plugin is now complete \o/
2017-11-30 Martin QuinsonAll this started with a simple namespace renaming
2017-11-30 Frederic Suterremote copy and move in the plugin
2017-11-30 Augustin Degommedon't use is_valid to validate datatypes for replay...
next