Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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...
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 degommeRevert "disable temporarily mc for sanitizers"
2016-06-25 Martin QuinsonMC: ignore the library of gcc's sanitizer
2016-06-25 degommeavoid overflows by using long in this test
2016-06-25 degommedisable temporarily mc for sanitizers
2016-06-24 degommeattempt to please ci ??
2016-06-24 degommeOops
2016-06-24 Gabriel Corona[simix] Use Task instead of std::package_task for timer...
2016-06-24 Gabriel Corona[s4u] Restore the barrier as it was
2016-06-24 degommedisable fortran for sanitizer
2016-06-24 degommeadd option to remove fortran support of SMPI, even...
2016-06-24 degommetypo
2016-06-24 degommeThis model can't handle 0 sized msg with 0 computation
2016-06-24 degommeAdd sanitizers (address, thread, and undefined), to...
2016-06-24 Frederic Sutersmells-- (casts, void, ...)
2016-06-24 Gabriel CoronaRemove some useless #includes
2016-06-24 Martin Quinsonsonarqube procrastination
2016-06-24 Frederic Sutersmells--
2016-06-24 Martin Quinsontry to please sonarqube on that loop
2016-06-24 Martin Quinsonaccept single quotes while converting the XML files
2016-06-23 Frederic Suterchase a few more rules
2016-06-23 degommehandle cpp flags as well
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 degommefix dist
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-22 Christian Heinrich[TOOLS] Added .clang-format config
2016-06-22 Christian Heinrich[SMPI] Use lambda function for sorting
2016-06-22 Frederic Suterfew fixes and improvements in bittorrent
2016-06-22 degommeremove leaks from pastry example
2016-06-22 Martin Quinsonimprove a comment
2016-06-22 Martin Quinsonin NDEBUG, show the warnings but don't die
2016-06-22 degommehave tests passing without smpi
2016-06-21 degommetry to cleanup sleep
2016-06-21 Martin Quinsondon't protect only some paths against NULLity
2016-06-21 Gabriel Corona[s4u] Actor::forPid()
2016-06-21 Gabriel Corona[simix] Do not deadlock when joining a process which...
2016-06-21 Gabriel CoronaFuture chaining
2016-06-21 degommeDisable extended warnings when debug is set to false.
2016-06-21 degommereplace mallocator flags by debug one for nightly tests
2016-06-21 Martin Quinsonwoops, align the 'noexcept' declaration between .hpp...
2016-06-21 Martin Quinsonsimplify these loops to please sonarqube
next