Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
privatize some fields of kernel::resource::Cpu
[simgrid.git] / src / plugins /
2018-05-19 Martin Quinsonplug another memleak by not mallocating in the first...
2018-05-18 Martin Quinsonsnake_case some methods in s4u::Host
2018-05-18 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-17 Martin QuinsonReduce the foreign usages of s4u::Host::pimpl_cpu,...
2018-05-15 Martin Quinsonsnake_case s4u::Mailbox
2018-05-15 Frederic Sutercleanups in Storage-related signals
2018-05-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-05-12 Martin Quinsonsnake_case the s4u::Host signals
2018-05-12 Martin Quinsonrename simix::kernelImmediate into simix::simcall
2018-05-11 Frederic Sutersnake_case in instr
2018-05-09 Frederic SuterMSG_VM => VM in instr
2018-05-09 Frederic Suteruse signals to instrument VMs
2018-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-05-08 Frederic Sutersnake_casing file system plugin
2018-05-07 Frederic Suterthis parameter belongs to the plugin
2018-04-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-04-24 Martin Quinsonfurther snake_case s4u::Engine
2018-04-11 Martin Quinsonsnake_case s4u::Comm
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-08 Martin Quinsonstart snake_casing s4u::Actor
2018-04-07 Martin Quinsonsnake_case s4u::Activity
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-04 Martin Quinsonreduce the amount of included headers
2018-04-02 Martin Quinsonsnake_case in resource::Resource
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonCosmetics in HostImpl
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschRemove extern "C" from cpp files.
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-27 Martin Quinsonstart snake_casing resource::Model
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-26 Martin Quinsonfurther snake_casing in resource::Action
2018-03-25 Martin Quinsonfinish snake_casing resource::Action
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
2018-03-25 Martin Quinsonmove simix::ActorImpl to kernel::actor::ActorImpl
2018-03-24 Martin QuinsonKill typedef lmm_system_t
2018-03-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-23 Frederic Sutermake tracing less tightly coupled to MSG
2018-03-22 Martin Quinsonmore MSG aliases converted to really dumb functions
2018-03-22 Frederic SuterMSG aliasing instead of macro-ization to keep ABI safe
2018-03-20 Frederic Suterstart to split msg.h into pieces
2018-03-19 Martin QuinsonMerge C++ API into simgrid/plugins/file_system.h to...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschDefine XBT_PUBLIC_DATA without parameter too.
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-02 Frederic Sutermove VMs in the S4U realm for good
2018-01-22 Frederic Suterget rid of vm->isMigrating()
2018-01-22 Frederic SuterClose #105
2018-01-11 Frederic SuterMessing up with VM
2018-01-08 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-12-26 Frederic Suterget rid of the vm_params struct
2017-12-26 Frederic Suterallow zero-cost migration (a.k.a. setPm)
2017-12-26 Frederic Sutervm_migrate is now part of the live_migration plugin \o/
2017-12-19 Martin Quinsonsonar: remove a left-over struct
2017-12-18 Frederic Suterone step toward a live migration plugin
2017-12-18 Frederic Suteradd some signals
2017-12-18 Frederic Sutermv VM shutdown to the plugin
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-06 Frederic Suterthis is a bool
2017-12-06 Frederic Suterhide pimpl a bit in the high level API
2017-12-06 Frederic Suterisolate VM migration parameters from others
2017-12-03 Arnaud GierschConvert simgrid::simix::Host::process_list to boost...
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-12-01 Frederic Sutermy special: empty statements
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 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 Frederic Suteradd missing include for std::iota
2017-11-30 Frederic SuterMSG_file_open/close now are in the plugin
2017-11-30 Frederic Suterextend the plugin public interface
2017-11-30 Frederic Suter(hopefully) finalize pluginifaction of pseudo file...
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-27 Martin QuinsonMerge pull request #244 from Takishipp/actor-yield
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-27 Arnaud GierschPut lmm definitions in namespace simgrid::surf.
2017-11-26 Arnaud GierschMake s_lmm_variable_t a class with its methods.
2017-11-26 Arnaud GierschMake s_lmm_system_t a class with its methods.
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-10-28 Arnaud GierschSonar: move extern "C" declarations out of namespaces.
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-25 Arnaud GierschRemove redundant forward class declarations.
2017-10-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Arnaud GierschRemove redundant access specifier.
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 Arnaud GierschMake some protected fields private.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
next