Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove sg_platf_*_add_cb, use the signal<T> directly
[simgrid.git] / src / msg / msg_host.cpp
2016-01-13 Gabriel CoronaMerge simgrid::Host into simgrid::s4u::Host
2016-01-11 Martin Quinsonremove completely the energy concern from the core
2016-01-10 Martin QuinsonDo the Right Thing for the host_(get/set)_pstate
2016-01-09 Martin QuinsonCosmetics: rename host::on to host::turnOn
2016-01-07 Martin QuinsonMerge pull request #45 from mpoquet/master
2016-01-07 Martin Quinsonuntangle resource::state (ON/OFF) and VM::state (STARTE...
2016-01-06 Martin Quinsonkill a useless obscure function
2016-01-05 Gabriel Corona[simix] Move other simcall to the Host class
2016-01-05 Gabriel Corona[simix] Make host->{on,off}() do the simcall directly
2016-01-05 Martin Quinsonconvert some C bits into C++ in surf
2015-12-16 Martin Quinsonkill an unimplemented function. Fix #14
2015-12-15 Martin Quinsongive informative names to Host methods
2015-12-15 Gabriel CoronaUse simgrid::Host instead of xbt_dictelt_t for root...
2015-12-11 Luka StanisicMerging changes done by Steven, Samuel and Luka, regard...
2015-12-11 Gabriel Corona[msg] Switch MSG to .cpp