Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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"
2016-06-29 Martin Quinsoncosmetics
2016-06-29 Christian Heinrich[SMPI] Added PAPI counters functionality to SMPI.
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 Frederic SuterAttempt to solve issues with our own finalize
2016-06-29 Gabriel CoronaAdd missing #includes
2016-06-29 Martin Quinsondisable the logging mechanism when doing SonarQube...
2016-06-29 Martin Quinsonbe more specific here
2016-06-29 Frederic Suterremove an emptty finalize override
2016-06-29 Frederic Suteruse raw strings for regexp
2016-06-29 Frederic Sutermove recently added getters after the constuctors
2016-06-28 degommeOptions should be set up at the beginning, before being...
2016-06-28 Martin Quinsoninstall.doc: note that we need a recent C++ compiler
2016-06-28 degommetry to set fortran compiler before hacking cmake with...
2016-06-28 degommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-28 degommeAllow (basic) overriding of fortran compiler by FC...
2016-06-28 Frederic Sutersmells --
2016-06-28 Christian Heinrich[XBT] Fix wrong indices.
2016-06-28 Christian Heinrich[DOC] Removed two attributes from the host doc
2016-06-28 Christian Heinrich[DOC] Add placeholder for 'pstate' attribute.
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 Suterdead stores--
2016-06-28 Frederic SuterValueOf -> parse
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 CoronaFix compilation
2016-06-27 Christian Heinrich[DOC] Documented SMPI_PRETEND_CC env variable
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-27 Martin Quinsonrewrite the install page from the doxygen doc
2016-06-26 Martin Quinsonsonar: link to our git, and specify the C/C++ versions
2016-06-26 Martin Quinsontypo
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 Quinsontry to ignore flex-generated files
2016-06-26 Martin Quinsonplug a bunch of memleaks in SD examples
2016-06-26 Martin Quinsonremove empty statements
2016-06-26 Martin Quinsontry to get the sanitizer display the stacktrace of...
next