Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid
[simgrid.git] / src / msg / msg_vm.cpp
2017-12-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-15 Frederic Sutermove VM setBound to the plugin
2017-12-08 Martin Quinsonstop using MSG_task_get_initial_flops_amount(): it...
2017-12-08 Martin Quinsonuse MSG_task_get_flops_amount() when we don't want...
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 Suterisolate VM migration parameters from others
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
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 Suterfix java cloud test
2017-11-22 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-11-22 Martin Quinsonproperly deprecate MSG_task_get_flops_amount() and...
2017-11-22 MERCIER MichaelFix warnings + refactor
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-18 Arnaud GierschUse std::string, and new/delete.
2017-11-18 Arnaud GierschNo need to search twice in map.
2017-11-13 MERCIER MichaelFix warnings + refactor
2017-11-08 Arnaud GierschFix Werror=missing-field-initializers with older compilers.
2017-11-08 Arnaud GierschAvoid using memset to initialize structs.
2017-11-02 Frederic Sutersimplify link events and rename getRootContainer to...
2017-10-30 Frederic Suterenough playing with instr for now ...
2017-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-30 Frederic Sutera few more simplifications
2017-10-30 Frederic Sutersimplify the way states are used in high-level instr...
2017-10-30 Frederic SuterContinue to reorganize instr
2017-10-27 Frederic Suterrework State related events
2017-10-26 Frederic Suterget rid of kind field in instr Type
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Frederic Suterrename last PJ_ functions
2017-10-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Frederic Suterget rid of Container kind_
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-19 Frederic Sutermore strings
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-18 Frederic SuterValue is always attached to Type
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-13 Frederic SuterRework way of creating Type hierarchy.
2017-10-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-12 Frederic Suterrefactoring and namespacing
2017-10-12 Frederic SuterPJ_container_remove_from_parent () becomes Container...
2017-10-11 Frederic SuterRefactoring instr
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic Suterstringify and objectify instr::Value (wip)
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschIn C++ files, replace SG_{BEGIN,END}+_DECL() by extern...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-16 Martin Quinsoninstr: objectifies another method
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-03 Martin Quinsongive a proper constructor/destructor to instr::Container
2017-08-28 Martin Quinsonfollow the naming conventions in Instr
2017-08-28 Martin Quinsonmove all inst declarations into their namespace
2017-08-27 Martin Quinsonclass names must be in CamelCase
2017-08-27 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-18 Takishippnormalize s_type class part 3
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-09 Frederic Suterfix MC. host names are not std::string damnit
2017-08-09 Frederic Suterbprintf--
2017-08-09 Frederic Sutermove VM start function to s4u
2017-08-09 Frederic Suterplug leak in msg_vm (by rmving bprintf)
2017-08-07 Martin QuinsonMerge pull request #213 from bcamus/master
2017-08-07 Frederic Suterno need for unused args
2017-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-24 Martin Quinsoncosmetics in instr: use sensible identifier names
2017-07-24 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-21 Takishippfix PJ_value class and its methods
2017-07-21 Takishippfix conflict
2017-07-18 Takishippturn paje_value to a class
2017-07-17 Martin QuinsonMerge pull request #200 from Takishipp/clear_fct
2017-07-13 Martin QuinsonMerge pull request #199 from Takishipp/clear_fct
2017-07-12 Martin QuinsonMerge pull request #198 from Takishipp/clear_fct
2017-07-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-12 Frederic Suterdict to map in vms
2017-07-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-11 Frederic Sutercrappy fix of cloud examples that mix host and VMs
2017-07-11 Frederic Sutermap msg_vm_t to s4u::VirtualMachine and save many casts
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-28 Martin QuinsonVM migration: do not precompute dp_rate
2017-06-20 Frederic Sutera few codacy treats
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Martin QuinsonMerge pull request #177 from Takishipp/sd_exit
2017-06-01 Martin QuinsonAllow multicore VMs, and take this into account in...
2017-06-01 Martin Quinsondestroying a VM that was not shutdown is OK
2017-05-31 Martin Quinsonmake it possible to destroy a VM that is already half...
next