Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 Frederic SuterXML should smell good again now
2016-06-21 Gabriel Corona[s4u] Add ConditionVariable::wait(lock, predicate)
2016-06-21 Frederic Sutersome clean ups in EP
2016-06-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-21 Frederic Sutersome MC tests still believe that platform.xml exist
2016-06-21 Gabriel Corona[s4u] Use unique_ptr in ConditionVariable (like the...
2016-06-21 Frederic Sutertrack down remaining XML glitches
2016-06-20 degommetry to prevent 32 bits systems from crying
2016-06-20 Martin Quinsonactually we need GCC > v4.8.5 for LTO
2016-06-20 Martin Quinsonsmall improvments advised by sonar
2016-06-20 degommeFix the way reading of the smpi correction factors...
2016-06-20 degommeFix bug in timing injection. Smallest value were ignored...
2016-06-20 degommeWhy would we use double for the size here ? Weird.
2016-06-20 Martin Quinsonfix XML
2016-06-20 Martin Quinsondisable LTO on GCC <= 4.8 on Linux also
2016-06-20 Frederic Sutera few smells in java
2016-06-20 Frederic Suterreindent more platform files
2016-06-20 Frederic Suterreindent more deployment files
2016-06-20 Martin Quinsondon't return void values
2016-06-20 Frederic Suterreindent a bunch of deployment files too
2016-06-20 Frederic Sutermore platform reindent
2016-06-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-20 Frederic Suterreindent most of the platform files
2016-06-20 Martin Quinsonmake this loop sonarqube-complient
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 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-20 degommeFix dist #2
2016-06-20 Frederic Suterfix distcheck
2016-06-20 Frederic Sutertoday is doomsday: platform.xml is sacrificed for the...
2016-06-20 degommeTry to fix dist
2016-06-20 Gabriel Corona[xbt] Comment about xbt::Result
2016-06-20 Gabriel Corona[simix] Avoid useless mutex increment
2016-06-20 Martin Quinsonfix XML formating
2016-06-20 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-20 Frederic Sutergrunt!
2016-06-20 Gabriel CoronaMerge branch 'condvar'
2016-06-20 Gabriel Corona[s4u] Add missing include
2016-06-19 Martin Quinsonkill dupplicates
2016-06-19 Martin QuinsonFix a warning in javadoc that turns into an error on...
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 add a ref directly at creation, so start at 0. Leaks --
2016-06-18 degommeleak --
2016-06-18 degommeWe intercept sleep, usleep and gettimeofday. Add clock_...
2016-06-18 degommeprint the right walue here
2016-06-18 degommeFix bug : limiter_link was not read as a bandwidth...
2016-06-17 degommeupdate doc
2016-06-17 degommeRename topology examples clusters, for a better clarity...
2016-06-17 degommeadd test for the dragonfly topology
2016-06-17 degommemaintainer mode pass, to add dragonfly topology
2016-06-17 degommewarnings --
2016-06-17 degommeDocument the Dragonfly cluster
2016-06-17 degommeHave Dragonfly use only one link with n times the bw...
2016-06-17 degommeBugfixes in dragonfly routing
2016-06-17 degommeAdd loopbacks and limiters for dragonfly
2016-06-17 degommeAdd Dragonfly topology. Use XC30's Cray description...
2016-06-17 adfaure[s4u] add condition variables
2016-06-17 Christian Heinrich[XBT] Remove unused code
2016-06-17 Christian Heinrich[SMPI] Add XBT_ATTRIB_UNUSED to prevent OSX compilation...
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Martin Quinsondon't sonarqube pull requests
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 Martin Quinsonkill an unused static global
2016-06-17 Gabriel Corona[simix] SIMIX futures
2016-06-17 Martin QuinsonAdd a missing file to the archive
2016-06-17 Martin Quinsonmake dist: use the right file names
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 Quinsonno need to save the workers in an array in that example
2016-06-17 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-17 Christian Heinrich[XBT] Fix array indices in memory_map.cpp
2016-06-17 Christian Heinrich[XBT] Add/fix some comments in memory_map.cpp
2016-06-17 Christian Heinrich[SMPI] Remove function declaration from smpi_bench.cpp
2016-06-17 Christian Heinrich[SMPI] Replace some #define with static const variables.
2016-06-17 Christian Heinrich[SMPI] Added a \todo item for further changes.
2016-06-17 Christian Heinrich[SMPI] Replace some xbt_abort with xbt_die + error msg
2016-06-17 Christian Heinrich[SMPI] die() if memory map is not readable.
2016-06-17 Christian Heinrich[SMPI] Indentation / cosmetics in smpi_base.cpp
2016-06-17 Christian Heinrich[SMPI] Move definition of macro TOPAGE to private.hpp
2016-06-17 Christian Heinrich[SMPI/MC] Use std::strlen() instead of manual counting.
2016-06-17 Christian Heinrich[SMPI] Added a simple comment on macro SMPI_VARINIT_STATIC
2016-06-17 Christian Heinrich[SMPI] Renamed smpi_c99.cpp to smpi_static_variables.cpp
2016-06-17 Gabriel Corona[s4u] Create actors by functions in the mutex example
2016-06-17 Gabriel Corona[simix] Create actor by passing function and arguments
2016-06-17 Martin Quinsondoxygen: change the layout of namespace documentation
2016-06-17 Martin Quinsonrename the internal target to sync doc on gforge
2016-06-17 Martin Quinsonremove one layer of subsections in S4U doc
next