Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[doc] De-Ostern-ization (typo)
[simgrid.git] / src /
2016-07-21 Gabriel Corona[mc] this_actor, wait_for and wait_until
2016-07-21 Gabriel Corona[s4u] Don't handle -1 specially in ConditionVariable...
2016-07-21 Gabriel Corona[mc] Documentation
2016-07-20 Martin Quinsonsimplify a loop to please sonarqube
2016-07-20 Gabriel CoronaMerge remote-tracking branch 'adfaure/master'
2016-07-20 Gabriel Corona[mc] Fix NT_GNU_BUILD_ID support
2016-07-20 Gabriel Corona[mc] Add documentation and fix some things
2016-07-20 adfaure[s4u] add Comm::test
2016-07-18 Martin Quinsonfix some typos
2016-07-18 Gabriel CoronaMerge commit '458ff11'
2016-07-18 Gabriel Corona[mc] Remove unused pointer_to_data_member trait
2016-07-18 Gabriel Corona[mc] Documentation cleanup
2016-07-18 adfaure[s4u] Mailbox::receiver return a s4u::ActorPtr
2016-07-18 Gabriel Corona[mc] Avoid extra memory allocation and fix off-by-one...
2016-07-18 Gabriel Corona[mc] Better documentation of AddressSpace
2016-07-18 Gabriel Corona[java] Fix RngStream.setPackageSeed
2016-07-13 degommeAdd an assert in case a platform using cluster routing...
2016-07-13 degommeCopy the name of the "file", as we don't know where...
2016-07-13 degommedon't try to mmap with size 0 when a *** code asks...
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[mc] Remove xbt_dict in ModelChecker
2016-07-09 Martin Quinsonkill our last '#ifdef _MSC_VER'
2016-07-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-08 Frederic Sutershould solve invalid read issues
2016-07-07 Frederic Suterremove useless decrement
2016-07-07 Frederic Suterfreaking paranoid flags!
2016-07-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-07-07 Frederic Sutermove from vector to set
2016-07-06 Christian Heinrich[SMPI] Make trace_call_location a member
2016-07-06 Frederic Suterattempt to replace internal dynar by std::vector
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 degommegrouped trace or not, MPI_LINK type should be tied...
2016-07-05 Christian Heinrich[SMPI] Fix includes for PAPI.
2016-07-05 Christian Heinrich[INSTR] Cosmetics for alignments...
2016-07-05 Gabriel CoronaFix MC
2016-07-05 Gabriel Corona[simix] Execute future callbacks in the main loop
2016-07-05 Gabriel Coronas/NULL/nullptr/ in our C++ codebase
2016-07-05 Gabriel CoronaAvoid (conditionnaly) including C++ headers files in...
2016-07-05 degommeFix compilation of NS3 model
2016-07-05 Gabriel CoronaAvoid depending on C++11 stuff when including C/SMPI...
2016-07-04 Gabriel Corona[simix] Manage s_smx_mailbox with new/delte
2016-07-04 degommeleak --
2016-07-04 adfaure[simix] add intrusive_ptr for mailbox receiver.
2016-07-01 Frederic Sutercatch some bugs in fifo and parmap
2016-07-01 Frederic Suterfix one rule catches: comments in comments
2016-07-01 Christian Heinrich[SMPI] Fixed wrong delete (should've been delete[])
2016-07-01 adfaure[s4u] replace smx_process_t by Actor in Mailbox::setRec...
2016-07-01 Frederic Suterchasing blockers in collectives (part 1)
2016-07-01 Frederic Suterdocument what flops_amount and bytes_amount should be
2016-06-30 Frederic Sutercosmetics
2016-06-30 Gabriel CoronaSome #include fixes
2016-06-30 Gabriel CoronaRemove "using namespace"
2016-06-29 Martin Quinsoncosmetics
2016-06-29 Christian Heinrich[SMPI] Added PAPI counters functionality to SMPI.
2016-06-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-29 Frederic SuterAttempt to solve issues with our own finalize
2016-06-29 Gabriel CoronaAdd missing #includes
2016-06-29 Frederic Suterremove an emptty finalize override
2016-06-29 Frederic Suteruse raw strings for regexp
2016-06-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Frederic Sutersmells --
2016-06-28 Christian Heinrich[XBT] Fix wrong indices.
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 Frederic Suterpublic -> private+get
2016-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-27 degommesmells--
2016-06-27 degommesmells--
2016-06-27 Gabriel CoronaRemove xbt::args: use vector<string> instead
2016-06-26 Martin Quinsonbummer. Fix borken commit.
2016-06-26 Martin Quinsoncosmetics: remove shallow comments and name some parameters
2016-06-26 Martin Quinsonmore explicit error messages
2016-06-26 Martin Quinsonsanitizers report that we sometimes sort empty dynars
2016-06-26 Martin Quinsonwoops, I shouldn't apply sonarqube advices blindly...
2016-06-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-26 Martin Quinsondon't return void values
2016-06-25 degommeignore all sanitizers
2016-06-25 Martin QuinsonMC: ignore the library of gcc's sanitizer
2016-06-24 Gabriel Corona[simix] Use Task instead of std::package_task for timer...
2016-06-24 degommetypo
2016-06-24 degommeThis model can't handle 0 sized msg with 0 computation
2016-06-24 Frederic Sutersmells-- (casts, void, ...)
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-06-24 Frederic Sutersmells--
2016-06-24 Martin Quinsontry to please sonarqube on that loop
2016-06-23 Frederic Suterchase a few more rules
2016-06-23 adfaure[s4u] fix s4u::ConditionVariable::wait_for() return...
2016-06-23 Gabriel CoronaFix compilation of MC
2016-06-23 Frederic Sutermodifiers in right order
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[simix] Fix extern 'C' error from clang
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()
next