Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve the debug logs produced by the route seeking mechanism
[simgrid.git] / src / simix /
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-11-22 Martin Quinsonvm: kill some useless static functions
2016-11-22 Martin Quinsoninline 4 more VM simcalls
2016-11-22 Martin QuinsonVM: getters should not be simcalls
2016-11-21 Martin QuinsonThe VirtualMachineImpl is stored in VirtualMachine...
2016-11-21 Martin Quinsonstore the VMs by their interface, not by their implemen...
2016-11-21 Martin Quinsoncode simplification in the VM creation + inline a function
2016-11-20 Martin Quinsoninline another VM function, and kill another one, unused
2016-11-20 Martin Quinsonhow many functions will I inline in the VMs????
2016-11-20 Martin QuinsonKill a VM-related function out of HostImpl
2016-11-20 Martin Quinson(hopefully) fix the memory issues in the VMs
2016-11-20 Martin Quinsonmore VM functions inlining (plus, getters don't need...
2016-11-20 Martin Quinsoninline 2 more VM functions, and kill a simcall
2016-11-19 Martin Quinsoninline a bunch of VM functions
2016-11-18 Martin Quinsoncosmetics
2016-11-17 Martin Quinsonfix copy/paste errors (found by sonar as dupplicated...
2016-11-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-17 Martin Quinsonkill useless simcall handlers
2016-11-17 Martin Quinsonno need to know who's resuming an actor
2016-11-17 Martin Quinsonkill 2 dumb functions in simix_vm
2016-11-17 Martin Quinsonkill a bunch of brain-dead functions in surf
2016-11-17 Martin Quinsonmove an enum to the right location
2016-11-17 degommenote for next time: try to not forget half of the commi...
2016-11-17 degommeReplace deque by boost:circular_buffer_space_optimized...
2016-11-16 Martin Quinsonmove virtual machines to the directory src/plugins/vm
2016-11-16 Martin Quinsonmove the VM-related data out of MSG's private data...
2016-11-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-12 Martin QuinsonMove some content out of HostImpl (into VirtualMachineImpl)
2016-11-11 Martin QuinsonNew function: MSG_parallel_task_execute_with_timeout
2016-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-24 Martin Quinsonmove some content out of parsing to the classes
2016-10-22 Martin Quinsoninline a function called only once
2016-10-21 Martin QuinsonMerge branches 'master' and 'master' of scm.gforge...
2016-10-21 Martin Quinsonrename surf::VirtualMachine to surf::VirtualMachineImpl
2016-10-19 Martin Quinsoncosmetics
2016-10-17 Martin QuinsonKill HostImpl::cpu_. Use the one of the s4u::Host
2016-10-17 Martin Quinsonreindent after previous changes
2016-10-17 Martin Quinsonput the HostImpl as s4u::Host->pimpl instead of as...
2016-10-16 Martin Quinsoncode simplifications in VMs
2016-10-16 Martin Quinsondo standard C++
2016-10-16 Martin Quinsonkill a stupid function. Let's do regular C++
2016-10-14 Martin Quinsoncosmetics: kill some C type instances
2016-10-14 Martin QuinsonSanitize the network_model->communicate() API
2016-10-09 Martin Quinsonfix compilation on windows, bummer
2016-10-08 Martin Quinsondisable the maestro-set test on windows, nobody will...
2016-09-15 Martin Quinsondon't convert host to name to host. Perl epoch is over.
2016-09-14 Martin Quinsonanother dynar dies
2016-09-12 Martin Quinsonconvert a dynar into a vector
2016-09-12 Martin QuinsonMerge pull request #114 from adfaure/master
2016-09-12 adfaurefix segmentation fault when process try to unlock a...
2016-09-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-08 Christian Heinrich[SIMIX] Indentation to please clang-format ...
2016-09-08 Christian Heinrich[SIMIX] Correct spelling of cfg option
2016-09-07 Martin QuinsonMerge pull request #113 from adfaure/master
2016-09-07 adfaure[s4u]fix s4u::Comm::wait_any_for bugs when the timeout...
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 SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-02 Martin Quinsonsimix_global->create_process_function always exists
2016-09-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-02 Martin Quinsonkill an orphaned header
2016-09-02 Martin QuinsonMerge pull request #112 from glesserd/teshpy
2016-09-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-01 Martin Quinsonchange a function as a method of simix::Host
2016-08-28 Martin Quinsonkill two useless functions at once
2016-08-28 Martin Quinsonplease sonar
2016-08-28 Martin Quinsonwahou. This one is great
2016-08-28 Martin Quinsonfurther cosmetics in simix VM, which really needs them
2016-08-28 Martin QuinsonVM: code simplification by ensuring that the piface...
2016-08-28 Martin Quinsonanother useless function dies
2016-08-28 Martin Quinsonone 'void*' less
2016-08-28 Martin Quinsonhow many useless functions can this code possibly contain?
2016-08-28 Martin Quinsoncosmetics in simix VM (much more to do)
2016-08-28 Martin Quinsonkill a useless function
2016-08-28 Martin Quinsonuse a typed extension for simix::Host
2016-08-26 Martin Quinsonplease sonar
2016-08-26 Martin Quinsongive the application a chance to not enter the deadlocks
2016-08-24 Martin Quinsonmatch new and delete
2016-08-22 Martin Quinsonstart objectifing simix::Host
2016-08-18 Martin QuinsonMerge pull request #108 from adfaure/master
2016-08-17 Frederic Suterstore host and not names
2016-08-16 Frederic Suterdynar-- for hosts that restart
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-14 Martin Quinsonrename smx_process_t to smx_actor_t
2016-08-14 Martin Quinsonmv s4u/mailbox.hpp s4u/Mailbox.hpp now that it's clean
2016-08-11 Martin QuinsonMerge pull request #107 from adfaure/master
2016-08-11 Frederic Suterplease sonar on double equality
2016-08-10 Martin Quinsonkill the half backen setAffinity feature
2016-08-10 Martin Quinsonaccount for a file renaming in this script
2016-08-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-09 Frederic Suterdynar to std::vector
2016-08-07 Martin Quinsonrename smx_synchro_t to smx_activity_t
2016-08-07 Martin QuinsonRename kernel::activity::Synchro into kernel::activity...
2016-08-03 Frederic Suterbugs and smells
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-08-01 Martin Quinsonvery preliminary cleanups in the contextes
2016-08-01 Martin Quinsonuseless cosmetics
2016-08-01 Martin QuinsonPopulate the kernel::context namespace and continue...
2016-08-01 Martin Quinsonpopulate the kernel/context directory
next