Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 Gabriel Corona[mc] Fix NT_GNU_BUILD_ID support
2016-07-20 Gabriel Corona[mc] Add documentation and fix some things
2016-07-19 Gabriel Corona[doc] Kill remaining reference to XBT_set
2016-07-19 Gabriel Corona[doc] @deprecate XBT structures
2016-07-19 Gabriel Corona[doc] TODO / Letter to Santa
2016-07-19 Martin QuinsonReally use the right URL, bummer.
2016-07-19 Martin Quinsoncorrectly update the SonarQube URLs
2016-07-19 Martin Quinsonchange nemo.sonarqube.com to sonarqube.com
2016-07-18 Martin Quinsondocument how to regenerate a travis/sonar token
2016-07-18 Martin Quinsondont spellcheck the smpi collectives
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-18 Gabriel Corona[doc] Add todo about user .then()
2016-07-13 Gabriel Corona[doc] Misc
2016-07-13 degommeAdd an assert in case a platform using cluster routing...
2016-07-13 Martin QuinsonCrude hack to ignore cruft from Java on Windows
2016-07-13 Gabriel Corona[doc] TODO
2016-07-13 Gabriel Corona[doc] Fix 'the page appear twice in the hierarchy'
2016-07-13 Gabriel Corona[doc] Under the hood
2016-07-13 Gabriel Corona[doc] Under the hooks: S4U
2016-07-13 Christian Heinrich[git] Added clang-format pre-commit hook.
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-13 Martin Quinsondoc improvement
2016-07-12 Gabriel Corona[doc] MC
2016-07-12 Gabriel Corona[doc] Under the hood: simgrid::kernel::Future
2016-07-12 Gabriel Corona[doc] Documnetation about using generic simcalls
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-12 Martin Quinsondon't mix stderr and stdout, it breaks windows
2016-07-12 Martin Quinsonrevalidate a tesh file after I changed disk_content.txt
2016-07-11 Martin Quinsonkill the last bits about cocci
2016-07-11 Gabriel Corona[xbt] Remove useless bits
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 Gabriel Corona[xbt] Move DJB2_HASH_FUNCTION in our XBT_ namespace
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 degommedead code --
2016-07-05 Christian Heinrich[.gitignore] Ignore more s4u binaries
2016-07-05 Christian Heinrich[DOC] Clarify PAPI counters + privileges
2016-07-05 Christian Heinrich[DOC] Documented tracing/precision configuration option.
2016-07-05 Christian Heinrich[SMPI] Fix includes for PAPI.
2016-07-05 Christian Heinrich[INSTR] Cosmetics for alignments...
2016-07-05 Christian Heinrich[DOC] Document the PAPI counter options
2016-07-05 Gabriel Corona[s4u] Headers cleanup
2016-07-05 Gabriel CoronaXBT_PUBLIC on FutureBase::schedule() method
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 degommeoops
2016-07-05 degommeas MC is mutually exclusive with NS3, move the test...
2016-07-05 degommeRevert "Add ns3 to coverage test, to check nightly...
2016-07-05 degommethis file was moved
2016-07-05 degommeAdd ns3 to coverage test, to check nightly that it...
2016-07-05 degommeFix compilation of NS3 model
2016-07-05 Gabriel CoronaAvoid depending on C++11 stuff when including C/SMPI...
2016-07-05 Frederic Suterfix bug raised by rriemann.
2016-07-04 Gabriel Corona[simix] Manage s_smx_mailbox with new/delte
2016-07-04 degommeAdd missing file to dist
2016-07-04 degommeleak --
2016-07-04 Gabriel Corona[xbt] Forgot to properly return the return value in...
2016-07-04 adfaure[simix] add intrusive_ptr for mailbox receiver.
2016-07-01 Gabriel CoronaBring back the missing void
2016-07-01 Gabriel Corona[s4u] XML deployment example
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 Sutersmall changes
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 Suterwoops
2016-06-30 Frederic Suterplease sonar on ++
2016-06-30 Frederic Suterblockers--
2016-06-30 Frederic Sutercosmetics
2016-06-30 Frederic Sutera few smell in pastry, including a nasty one
2016-06-30 Gabriel CoronaSome #include fixes
2016-06-30 Gabriel CoronaRemove "using namespace"
next