Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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
2016-06-17 Martin Quinsonupdate doc to nowadays lexique
2016-06-17 Martin Quinsonsmall cleanups in s4u::hosts: improve doc, kill useless...
2016-06-17 Martin Quinsonsmall improvments to the s4u_actor doc
2016-06-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-17 Frederic Suterreduce Java debt (endless wip)
2016-06-16 adfaure[simix] Refcounting with SIMIX_cond_{ref,unref}()
2016-06-16 Gabriel Corona[simix] Add warning about atomic operations
2016-06-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 Frederic Suterremove some smells in Java
2016-06-16 Gabriel Corona[simix] Group simcall_process_create()
2016-06-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-16 Frederic Sutermake pastry example functional
2016-06-16 Gabriel Corona[simix] Create actors by value (instead of new()-ing...
2016-06-16 Frederic Suterclean chord a bit
2016-06-16 Gabriel Corona[simix] Refcounting with SIMIX_{process,mutex}_{ref...
2016-06-15 Martin QuinsonImprove the doc of the S4U actors
2016-06-15 Martin Quinsonstart including S4U in the doc
2016-06-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-15 Gabriel Corona[s4u] Cleanup s4u mutex example
2016-06-15 Gabriel Corona[s4u] Use simix simix::Mutex refcount support for s4u...
2016-06-15 Gabriel Corona[simix] Add refcount to Process
2016-06-15 adfaure[s4u] add mutex
2016-06-15 Gabriel Corona[simix] Fix refcount in Mutex
2016-06-15 Christian HeinrichRevert "[SMPI] Fix wrong return value in MPI_Testany."
2016-06-14 degommeAdd a test for jenkins to try a few configuration options
2016-06-14 degommefix build with MC but without SMPI
2016-06-14 Martin Quinsontiny doc formating improvement
2016-06-14 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-14 Christian Heinrich[SMPI] Update notice in smpirun.in for cluster tags.
2016-06-14 Christian Heinrich[SMPI] Fix wrong return value in MPI_Testany.
2016-06-14 Christian Heinrich[SMPI] Remove outdated comment.
2016-06-14 Christian Heinrich[SMPI] Cosmetics in smpi_base.cpp
2016-06-14 Christian Heinrich[SIMIX] Add a comment
2016-06-14 Christian Heinrich[SMPI] C++ify smpi_mpi_testany(). There's more to do...
2016-06-14 Christian Heinrich[SMPI] Alignment cosmetics.
2016-06-14 Christian Heinrich[SMX] Alignment cosmetics.
2016-06-14 Gabriel Corona[simix] Add refcount to Mutex
2016-06-14 Gabriel Corona[simix] Make Mutex a C++ class (kind-of)
2016-06-14 Frederic Suterbugs removal of the day
2016-06-14 degomme[SMPI] Die more peacefully when a process calls exit...
2016-06-13 degommewarnings --
2016-06-13 Christian Heinrich[SMPI] Rewrote parsing of smpi-factors in C++
2016-06-13 Christian Heinrich[SMPI] Alignments in smpi_base.cpp
2016-06-13 Christian Heinrich[CHANGELOG] Added recent SMPI fixes
2016-06-13 Martin Quinsonsmall pass over the doc
2016-06-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-06-13 Gabriel Corona[xbt] Move backtrace support for exceptions in a mixin...
2016-06-13 Martin Quinsonignorable cosmetics
2016-06-13 Martin QuinsondePERLify a bit the routing
2016-06-12 Martin Quinsonremove redundent forward declarations
2016-06-12 Martin Quinsonspellcheck mc. Don't ask why
2016-06-11 degommeadd missing include
2016-06-10 Martin QuinsonNo need for the OSSP copyright header on the backtrace...
2016-06-10 Martin Quinsonrewrite the doc of option exceptions/cutpath
2016-06-10 Gabriel CoronaFix backtrace_dummy
2016-06-10 Gabriel CoronaFactor get_binary_path() out of resolveBacktrace()
2016-06-10 Gabriel CoronaMove the backtrace code out of the exception code
2016-06-10 Christian Heinrich[DOC] Update exception/cutpath option
2016-06-10 Christian Heinrich[DOC] Update documentation on smpi/privatize-global...
2016-06-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-06-09 Frederic Suterreduce smell of python scripts too
2016-06-09 Frederic Sutercosmetics in java
2016-06-09 Frederic SuterC++ify this example + fix bug in tesh
2016-06-09 Gabriel CoronaGetting rid of C exceptions
2016-06-09 Gabriel Coronamaxmin_bench, use stderr only (not stdout)
2016-06-09 Gabriel Corona[jenkins] Add lib/ in the PATH for Windows
2016-06-09 Christian Heinrich[SMPI] Fix local path that slipped in :)
2016-06-09 Frederic Suterremove a few sonar stuff
2016-06-09 Christian Heinrich[INCLUDES] NULL -> nullptr substitution.
2016-06-09 Christian Heinrich[TESHSUITE] NULL -> nullptr substitution
2016-06-09 Christian Heinrich[XBT] NULL -> nullptr substitution
2016-06-09 Christian Heinrich[SURF] NULL -> nullptr substitution
next