Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove some useless cruft in MSG
[simgrid.git] / include /
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
2016-07-05 Gabriel Corona[simix] Execute future callbacks in the main loop
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-07-04 Gabriel Corona[xbt] Forgot to properly return the return value in...
2016-07-01 Gabriel CoronaBring back the missing void
2016-07-01 adfaure[s4u] replace smx_process_t by Actor in Mailbox::setRec...
2016-06-30 Gabriel CoronaSome #include fixes
2016-06-30 Gabriel CoronaRemove "using namespace"
2016-06-29 Gabriel CoronaUse std::{true,false}_type in is_future
2016-06-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-29 Martin Quinsondisable the logging mechanism when doing SonarQube...
2016-06-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Gabriel CoronaReplace std::aligned_union<> which is not available...
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Gabriel CoronaTask, SBO even for non trivially copyable types
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-27 Gabriel CoronaFix compilation
2016-06-27 Gabriel CoronaFix the non-constant array size problem
2016-06-27 Gabriel CoronaAdd missing include
2016-06-27 Gabriel Corona[s4u] Remove s4u::Task, use xbt::Task instead
2016-06-27 Gabriel CoronaSmall buffer optimization for Task
2016-06-27 Gabriel CoronaRemove xbt::args: use vector<string> instead
2016-06-24 Gabriel Corona[simix] Use Task instead of std::package_task for timer...
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-06-24 Frederic Sutersmells--
2016-06-22 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-22 Gabriel CoronaMerge get-pid
2016-06-22 adfaure[s4u] add this_actor::getPid()
2016-06-22 Gabriel Corona[s4u] Register function names
2016-06-22 Gabriel Corona[simix] More generic mapping between function name...
2016-06-22 Gabriel Corona[s4u] .notify_one() instead of .notify()
2016-06-22 Gabriel Corona[xbt] Add XBT_ATTRIBUT_DEPRECATED(foo)
2016-06-21 Gabriel Corona[s4u] Actor::forPid()
2016-06-21 Gabriel CoronaFuture chaining
2016-06-21 Martin Quinsonwoops, align the 'noexcept' declaration between .hpp...
2016-06-21 Gabriel Corona[s4u] Add basic documentation on ConditionVariable
2016-06-21 Gabriel Corona[s4u] ConditionVariable, implement missing wait methods
2016-06-21 Gabriel Corona[s4u] Remove broken ConditionVariable::wait_for(lock...
2016-06-21 Gabriel Corona[s4u] Make wait_for return a std::cv
2016-06-21 Gabriel Corona[s4u] Fix compilation of ConditionVariable::wait_for...
2016-06-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-21 Gabriel Corona[s4u] Add ConditionVariable::wait(lock, predicate)
next