Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add alternative to remap() in PageStore when not available.
[simgrid.git] / src / msg /
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
2016-11-22 Martin Quinsoninline yet another function in the VM
2016-11-22 Martin Quinsonvm: kill some useless static functions
2016-11-22 Martin Quinsoninline 4 more VM simcalls
2016-11-22 Martin QuinsonVM: improve error messages, and prefer C++ over MSG
2016-11-22 Martin QuinsonVM: keep inlining dummy functions
2016-11-22 Martin QuinsonVM: inline a function
2016-11-22 Martin QuinsonVM: code simplification. Much more needed :(
2016-11-22 Martin Quinsonkill commented code, anonymous blocs and reindent....
2016-11-22 Martin QuinsonVM: getters should not be simcalls
2016-11-21 Martin QuinsonThe VirtualMachineImpl is stored in VirtualMachine...
2016-11-21 Martin Quinsoninline all VM tracing functions
2016-11-21 Martin Quinsoncode simplification in the VM tracing code
2016-11-21 Martin QuinsonVM: move things from MSG to the C++ plugin
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 Quinson(hopefully) fix the memory issues in the VMs
2016-11-20 Martin Quinsonmore VM functions inlining (plus, getters don't need...
2016-11-19 Martin Quinsoninline a bunch of VM functions
2016-11-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-11-17 Martin Quinsondon't store the VM implem where the host stores its...
2016-11-16 Martin Quinsonkill two more useless functions in VM
2016-11-16 Martin Quinsonkill 2 unused fields in MSG_Global o_O
2016-11-16 Martin Quinsonremove unused functions in the VMs
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-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-11-11 Martin QuinsonNew function: MSG_parallel_task_execute_with_timeout
2016-10-22 Martin Quinsonrename MSG_host_(get/set)_params into MSG_vm_(get/set...
2016-10-14 Martin Quinsonplease sonar
2016-10-14 Martin QuinsonReduce the layering madness a bit
2016-10-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-10 Martin QuinsonAPI format unification
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-15 Martin Quinsondon't convert host to name to host. Perl epoch is over.
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-28 Martin Quinsonone 'void*' less
2016-08-28 Martin Quinsoncosmetics
2016-08-16 Martin Quinsonkeep polite and informative
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-10 Martin Quinsonkill the half backen setAffinity feature
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-05 Frederic Sutercleaning a bit
2016-08-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-08-03 Frederic Sutertrack all the useless void
2016-08-02 degommeAdd option to play with the max number of files opened...
2016-08-01 Martin QuinsonRename smx_process to ActorImpl
2016-08-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-01 Frederic Sutercatch some bugs and smells
2016-07-31 Martin Quinsonkill 3 more functions around processes
2016-07-31 Martin Quinsonkill 2 more empty functions: simcall_process_get_name...
2016-07-31 Martin Quinsonmake s4u::Mailbox::setReceiver() working; add s4u:...
2016-07-31 Martin Quinsonkill msg_mailbox_t entierely
2016-07-31 Martin Quinsonmerge two identical cases of a switch to please sonar
2016-07-31 Martin Quinsonremove another MSG_mailbox function
2016-07-31 Martin Quinsonremove some useless cruft in MSG
2016-07-31 Martin Quinsonremove two more MSG_mailbox functions
2016-07-31 Martin Quinsonremove two functions manipulating msg_mailbox_t
2016-07-31 Martin Quinsonchange a false simcall to a s4u call
2016-07-31 Martin Quinsondo not pass intrusive_ptr<> to the logging subsystem
2016-07-31 Martin Quinsonmake msg_mailbox_t be the s4u::Mailbox
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::activity
2016-07-31 Martin Quinsonmove parts of the kernel to the right subdir
2016-07-30 Martin Quinsonmove the synchronization stuff to its own directory
2016-07-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-28 Frederic Sutermorning routine of chasings sonar bugs
2016-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-07-27 Frederic Suterdumb me. sg_size_t are not doubles
2016-07-26 Martin Quinsoncosmetics
2016-07-26 Martin Quinsonuseless cosmetics
2016-07-26 Martin Quinsonkill a useless function
2016-07-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-25 Frederic Suterfix issue raised by kenenbek
2016-07-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2016-07-22 Martin QuinsonMerge pull request #100 from dindon-sournois/sem_get_ca...
2016-07-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Loris Lucidoadded return value for MSG_sem_get_capacity
2016-07-22 Gabriel CoronaMerge s4u wait_any
2016-07-22 Gabriel Corona[simix] Dexbtization: remove xbt_dynar_t argument in...
2016-07-22 adfaure[SIMIX]add timeout to simcall_comm_waitany
2016-07-06 Gabriel Corona[s4u] Allocate Mailbox on the heap and return MailboxPtr
2016-07-05 Gabriel CoronaAvoid (conditionnaly) including C++ headers files in...
2016-07-05 Gabriel CoronaAvoid depending on C++11 stuff when including C/SMPI...
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-27 Gabriel CoronaRemove xbt::args: use vector<string> instead
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
next