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 / simix /
2017-02-23 Martin Quinsonchange a 'use after free' into a leak. For now
2017-02-22 degommeAt this point of the program simgrid values are not...
2017-02-17 Frederic Suterforgot one include
2017-02-17 Frederic Suterxbt_fifo are no longer used, remove the code
2017-02-17 Frederic SuterFriday smell chase
2017-02-16 Frederic Suterxbt_fifo -> std::list
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Luka StanisicSometimes (most notably in StarPU-MPI case) the issuer...
2017-02-16 Martin Quinsonsimplify code by using default values for the fields
2017-02-16 Martin Quinsonreindent
2017-02-16 Martin Quinsonfurther untangle the msg_process creation by using...
2017-02-16 Martin Quinsonstart to untangle the MSG actor creation mess
2017-02-16 Martin Quinsonkill dead code
2017-02-16 Martin Quinsonplease sonar and cosmetics
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-02-15 Martin Quinsonreindent
2017-02-15 Martin Quinsondon't hide the C++, deal with it
2017-02-13 Martin Quinsonmove MailboxImpl to kernel::activity where it belongs
2017-02-12 Martin Quinsonfinish the conversion C++ of simix::MailboxImpl
2017-02-12 Martin Quinson(partially) convert simix::MailboxImpl to C++
2017-02-10 Martin Quinsoneasily please sonar
2017-02-10 Martin Quinsonsplit simix::MailboxImpl to its own files
2017-02-10 Martin Quinsonrename simix::Mailbox to simix::MailboxImpl for sake...
2017-02-10 Martin Quinsonobey our naming conventions
2017-02-02 Martin Quinsonimprove the doc of the context factories
2017-02-01 Martin QuinsonNew callbacks: simgrid::s4u::onSimulationEnd (right...
2017-02-01 Martin QuinsonNew callback: simgrid::s4u::onPlatformCreated (right...
2017-02-01 Martin Quinsontry to gather more info on this error situation
2017-01-28 Martin Quinsonadapt simcall.py to recent code reorg in MC
2017-01-28 Martin Quinsonour semaphore cannot be unlimited since GRAS is gone...
2017-01-26 Martin Quinsonnew function MSG_process_yield()
2017-01-26 Martin Quinsonallow java actors to kill themselves
2017-01-19 Martin Quinsonfix the build with older g++
2017-01-19 Martin QuinsonMake SIMIX_process_from_PID much faster
2017-01-16 Martin Quinsoncontinue to split the source code of MC. Split remoting
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-21 Martin Quinsoninline another function, plus some cleanups
2016-12-21 Martin Quinsoninline a useless function
2016-12-20 Martin Quinsonfurther reduce the amount of includes
2016-12-19 Martin Quinsoncut some useless includes
2016-12-19 Martin Quinsonconvert the last vm simcall into s4u code
2016-12-19 Martin Quinsonconvert vm_suspend from SMX to S4U
2016-12-19 Martin Quinsonconvert another VM simcall into a s4u method
2016-12-19 Martin QuinsonVM: move content from simix to s4u
2016-12-16 Martin QuinsonCompletely rework the properties of netzones
2016-12-12 Martin Quinsoncosmetics: .name().c_str() becomes .cname()
2016-12-11 Martin Quinsonimprove an error message
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
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...
next