Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a memleak by properly finalizing the framework
[simgrid.git] / include /
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 Quinsonfurther improve the doc of s4u::Mailbox
2016-08-14 Martin Quinsonmv s4u/mailbox.hpp s4u/Mailbox.hpp now that it's clean
2016-08-14 Martin Quinsonimprove s4u::Mailbox documentation
2016-08-13 Martin Quinsonkill unused type sg_mbox_t
2016-08-12 Martin Quinsonadd a Mailbox::byName(std::string) function
2016-08-12 Martin Quinsonrewrite the s4u_launching example
2016-08-11 Martin QuinsonMerge pull request #107 from adfaure/master
2016-08-11 adfaure[s4u] add Actor::getPPid and this_actor::getPPid()
2016-08-11 Frederic Suterrm useless type declarations
2016-08-10 Martin Quinsonkill the half backen setAffinity feature
2016-08-10 Martin Quinsonremove a useless C -> C++ function
2016-08-09 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-09 Martin Quinsonkill a stupid header file that does not even compile
2016-08-09 Martin Quinsonvery little doc improvement
2016-08-09 Frederic Suteruse C++ version of simulate
2016-08-09 Frederic Suterremove useless includes
2016-08-09 Frederic Suteruniformization of the conversion of task state to string
2016-08-08 Martin Quinsonremove some pointer functions. We should go for C+...
2016-08-08 Martin Quinsonplease sonar using C++11 constructs
2016-08-07 Martin Quinsonrename smx_synchro_t to smx_activity_t
2016-08-07 Martin Quinsonkill obsolete code
2016-08-07 Martin QuinsonRename kernel::activity::Synchro into kernel::activity...
2016-08-07 Martin Quinsonfurther improve the doc of s4u::Mutex
2016-08-07 Martin Quinsonvarious documentation improvements
2016-08-07 Martin Quinsonimprove the doc of simgrid::SimulationClock from Gabrie...
2016-08-04 Frederic Suterfactoring communication matrix building
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 Gabriel Corona[kernel] FutureState.exception_ = nullptr
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 Quinsonthis header file is installed, so load dependencies...
2016-07-31 Martin Quinsonkill 3 more functions around processes
2016-07-31 Martin Quinsonuse c++ strings for s4u::Actor names
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 Quinsonmake s4u::Mailbox::setReceiver() working; add s4u:...
2016-07-31 Martin Quinsonkill msg_mailbox_t entierely
2016-07-31 Martin Quinsonremove another MSG_mailbox function
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 Quinsonremove a useless call
2016-07-31 Martin Quinsonmake msg_mailbox_t be the s4u::Mailbox
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::routing
2016-07-31 Martin Quinsonalign namespaces on directories for kernel::activity
2016-07-31 Martin Quinsontypos
2016-07-30 Gabriel Corona[simix] Fix some documentation
2016-07-29 Martin Quinsonmv mutex.hpp Mutex.hpp (plus make it compile again)
2016-07-29 Martin Quinsonreally annoying typo
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 Martin Quinsonmark a deprecated function as such
2016-07-28 Martin Quinsonmark a constructor as explicit to please sonar
2016-07-26 Martin Quinsonrename a C++-only header with the '.hpp' suffix
2016-07-26 Martin Quinsonrename actor.hpp to Actor.hpp
2016-07-26 Martin Quinsonkill an unused function and make an internal field...
2016-07-26 Martin Quinsonkill a useless function
2016-07-26 Martin Quinsonrename the S4U method retrieving the internal impl...
2016-07-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Frederic Suterworkstation -> host
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 Frederic Sutercleaning and trimming
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[xbt] Install a custom exception handler
2016-07-22 Gabriel Corona[simix] Dexbtization: remove xbt_dynar_t argument in...
2016-07-22 adfaure[s4u] add Comm::wait_any
2016-07-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-22 Gabriel CoronaMerge commit 'dd9b0df'
2016-07-22 adfaure[SIMIX]add timeout to simcall_comm_waitany
2016-07-22 Gabriel Corona[s4u] Activity ought not to be copied
2016-07-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-21 Frederic Suterchange the way dependencies are handled
2016-07-21 Gabriel Corona[mc] this_actor, wait_for and wait_until
2016-07-20 Gabriel CoronaMerge remote-tracking branch 'adfaure/master'
2016-07-20 Gabriel Corona[s4u] More support for C++-style time and durations
2016-07-20 Gabriel Corona[s4u] Support for C++11-style duration in ConditionVariable
2016-07-20 adfaure[s4u] add Comm::test
2016-07-19 Gabriel Corona[doc] @deprecate XBT structures
2016-07-18 Gabriel CoronaMerge commit '458ff11'
2016-07-18 adfaure[s4u] Mailbox::receiver return a s4u::ActorPtr
2016-07-12 Gabriel Corona[doc] Suggest C++ alternatives to xbt containers
2016-07-12 Gabriel Corona[xbt] Documentation and cleanup
2016-07-12 Gabriel Corona[xbt] Move throwpoint out of xbt_ex in WithContextException
2016-07-11 Gabriel Corona[xbt] Remove useless bits
2016-07-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-07 Gabriel Corona[xbt] Move DJB2_HASH_FUNCTION in our XBT_ namespace
2016-07-06 Gabriel Corona[s4u] Allocate Mailbox on the heap and return MailboxPtr
2016-07-06 Gabriel Corona[s4u] Allocate ConditionVariable on the heap and return...
2016-07-06 Gabriel Corona[s4u] Allocate Mutex on the heap and return MutexPtr
2016-07-06 Gabriel Corona[s4u] Allocate Actors on the heap and return ActorPtr
2016-07-05 Gabriel Corona[s4u] Headers cleanup
2016-07-05 Gabriel CoronaXBT_PUBLIC on FutureBase::schedule() method
next