Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill two more useless functions in VM
[simgrid.git] / src / msg / msg_host.cpp
2016-11-16 Martin Quinsonmove the VM-related data out of MSG's private data...
2016-11-16 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-16 degommethat was useless.
2016-11-16 degommeDon't allocate 5KB per host created when it's not needed.
2016-10-22 Martin Quinsonrename MSG_host_(get/set)_params into MSG_vm_(get/set...
2016-10-10 Martin QuinsonMerge branches, and adapt the new code to the new refac...
2016-10-10 Martin Quinsonunify the naming of that property
2016-09-22 Martin Quinsonhide a global data container
2016-09-02 Frederic Suteradd header to fix build (numeric for iota)
2016-09-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-02 Frederic SuterRevert "msg_private.h is a C++ header so add pp"
2016-09-02 Frederic Sutermsg_private.h is a C++ header so add pp
2016-09-02 Frederic Suteruse vector for file descriptor table
2016-08-10 Martin Quinsonkill the half backen setAffinity feature
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-02 degommeAdd option to play with the max number of files opened...
2016-08-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-01 Frederic Sutercatch some bugs and smells
2016-06-17 Martin Quinsonrename some methods of s4u::Host
2016-06-09 Christian Heinrich[MSG] NULL -> nullptr substitution
2016-05-14 Martin QuinsonDoc: Kill formating pragma that are unused since 10...
2016-03-20 Martin Quinsonkill some dead code
2016-03-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-03-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-03-04 Julien Gossa[MSG] Renaming MSG_get_host_speed in MSG_host_get_speed...
2016-02-27 Martin QuinsonMerge pull request #65 from fabienchaix/master
2016-02-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-02-26 Frederic Suterpedantic freak meets MSG sources
2016-02-26 Frederic Sutermsg_mailbox.h was alone in src/msg
2016-02-24 Martin Quinsonconvert S4U to my current coding convention
2016-02-24 Fabien ChaixMerge branch 'oldstyle_element_set'
2016-02-23 fabienchaixMerge pull request #2 from mquinson/master
2016-02-20 Martin QuinsonMerge branch 'coverity_scan' of github.com:mquinson...
2016-02-06 Martin Quinsonsed -i -e 's/\t/ /g' [sources] Please people, stop...
2016-01-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-01-28 Martin QuinsonKill all deprecated code in MSG -- yeah
2016-01-16 Martin QuinsonKill a deprecated function, deprecate another one,...
2016-01-15 Gabriel Corona[s4u] Host snake_case
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