Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another try to solve weird travis issues
[simgrid.git] / include / simgrid / simix.h
2017-07-04 Frederic Suteranother try to solve weird travis issues
2017-07-04 Frederic Suterfix include
2017-07-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-04 Frederic Suterget rid of smx_file_t
2017-07-04 Martin Quinsonfinish removing simix.h from C files, and avoid the...
2017-07-04 Martin Quinsontry to speed up the refcounting madness by using std...
2017-07-02 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-01 Martin Quinsonrename SIMIX_host_self() into sg_host_self(), and make...
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-21 Martin Quinsonfurther handle my sonar backlog
2017-06-19 Martin QuinsonMerge pull request #190 from Takishipp/clean_events
2017-06-19 Frederic Sutermassive cleanups in the storage world.
2017-06-17 Martin QuinsonMerge pull request #188 from Takishipp/clean_events
2017-06-15 Martin QuinsonMerge pull request #181 from bcamus/master
2017-06-15 Martin Quinsonfix the linkage declaration of a function
2017-06-15 Martin QuinsonDon't use the C linkage when we use C++ datatypes
2017-06-14 TakishippMerge branch 'clean_events' of github.com:Takishipp...
2017-06-14 Toufik BoubehzizMerge branch 'master' into clean_events
2017-06-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-12 Frederic Sutertry to reduce the ugliness of file management
2017-06-02 Martin QuinsonMerge pull request #179 from Takishipp/signals
2017-06-02 Martin QuinsonMerge pull request #177 from Takishipp/sd_exit
2017-05-31 Martin Quinsonsonar treats
2017-05-30 Martin Quinsonkill a redundent oldish API to the activity refcounting
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-24 Martin Quinsonrename simix::Mutex to simix::MutexImpl
2017-05-24 Frederic Suterfirst step towards a CommPtr
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-15 Frederic Suteranother bunch of sonar treats
2017-05-14 Martin Quinsonplease sonar
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-10 Frederic Suteruniformization
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-24 Martin Quinsonintroduce type aid_t for Actor's ID (ie, PID)
2017-03-30 Frederic Sutermodernize two simcalls
2017-03-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-30 Frederic Sutercomplete s4u::Storage interface, what a mess...
2017-03-28 Frederic SuterI think I just killed a simcall
2017-03-13 Martin Quinsonmake msg_process_t point onto s4u::Actor*
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-15 Martin Quinsonkill some useless getter simcalls
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 Quinsonrename simix::Mailbox to simix::MailboxImpl for sake...
2016-12-20 Martin Quinsonfurther reduce the amount of 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-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-22 Martin Quinsoninline 4 more VM simcalls
2016-11-22 Martin QuinsonVM: getters should not be simcalls
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 Quinsonmore VM functions inlining (plus, getters don't need...
2016-11-19 Martin Quinsoninline a bunch of VM functions
2016-11-11 Martin QuinsonNew function: MSG_parallel_task_execute_with_timeout
2016-09-15 Martin Quinsondon't convert host to name to host. Perl epoch is over.
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 Quinsonone 'void*' less
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-10 Martin Quinsonkill the half backen setAffinity feature
2016-08-07 Martin Quinsonrename smx_synchro_t to smx_activity_t
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 QuinsonPopulate the kernel::context namespace and continue...
2016-08-01 Martin QuinsonRename smx_process to ActorImpl
2016-08-01 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
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 Quinsonkill two useless calls: SIMIX_process_get_host & simcal...
2016-07-31 Martin Quinsonchange a false simcall to a s4u call
2016-07-31 Martin Quinsonremove a useless call
2016-07-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
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-01 Gabriel CoronaBring back the missing void
2016-06-24 Frederic Sutersmells--
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-22 Gabriel Corona[simix] More generic mapping between function name...
2016-06-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-17 adfaure[s4u] add condition variables
2016-06-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 adfaure[simix] Refcounting with SIMIX_cond_{ref,unref}()
2016-06-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 Gabriel Corona[simix] Refcounting with SIMIX_{process,mutex}_{ref...
2016-06-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-14 Gabriel Corona[simix] Add refcount to Mutex
2016-06-14 Gabriel Corona[simix] Make Mutex a C++ class (kind-of)
next