Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Remove unused pointer_to_data_member trait
[simgrid.git] / include /
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)
2016-06-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-21 Gabriel Corona[s4u] Use unique_ptr in ConditionVariable (like the...
2016-06-20 Martin Quinsonsmall improvments advised by sonar
2016-06-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-20 Gabriel Corona[xbt] Missing override in Task::operator()()
2016-06-20 Gabriel Corona[simix] Future::wait(), avoid simcall when we are ready
2016-06-20 Gabriel Corona[simix] Update TODO for simgrid::simix::Future
2016-06-20 Gabriel Corona[simix] .wait() and .is_ready() on simix::Future
2016-06-20 Gabriel CoronaMake FutureContinuation reusable in simgrid::xbt::Task
2016-06-20 Gabriel Corona[xbt] Comment about xbt::Result
2016-06-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-20 Gabriel Corona[s4u] Add missing include
2016-06-19 Martin Quinsonmove the routing stuff to its namespace
2016-06-19 degommeOnly on macos, these defines were actually ignored.
2016-06-18 degommeAdd a test for SMPI versions of gettimeofday, clock_get...
2016-06-18 degomme*** macos
2016-06-18 degommefix compilation on macos and with MC
2016-06-18 degommeWe intercept sleep, usleep and gettimeofday. Add clock_...
2016-06-17 degommemaintainer mode pass, to add dragonfly topology
2016-06-17 adfaure[s4u] add condition variables
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Gabriel Corona[simix] Add comments about the generic simcalls and...
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Gabriel Corona[simix] SIMIX futures
2016-06-17 Gabriel Corona[simix] Add a `run_blocking` simcall and simix::kernelSync
2016-06-17 Gabriel Corona[s4u] Fix double
2016-06-17 Gabriel Corona[s4u] Fix atomic_flag initialization
2016-06-17 Martin Quinsonrename some methods of s4u::Host
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Christian Heinrich[SMPI] Added a simple comment on macro SMPI_VARINIT_STATIC
2016-06-17 Gabriel Corona[simix] Create actor by passing function and arguments
2016-06-17 Martin Quinsonremove one layer of subsections in S4U doc
2016-06-17 Martin Quinsonupdate doc to nowadays lexique
2016-06-17 Martin Quinsonsmall cleanups in s4u::hosts: improve doc, kill useless...
2016-06-17 Martin Quinsonsmall improvments to the s4u_actor doc
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] Create actors by value (instead of new()-ing...
2016-06-16 Gabriel Corona[simix] Refcounting with SIMIX_{process,mutex}_{ref...
2016-06-15 Martin QuinsonImprove the doc of the S4U actors
2016-06-15 Martin Quinsonstart including S4U in the doc
2016-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-15 Gabriel Corona[s4u] Use simix simix::Mutex refcount support for s4u...
next