Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
bug-- and a bit less brain overload
[simgrid.git] / include /
2017-03-23 Martin Quinsonpetting sonar as every night before bed
2017-03-23 Martin Quinsonfix case of a header file
2017-03-23 Martin QuinsonAdd s4u::Mutex to the doc
2017-03-23 Frederic Suterno need to call cimix everytime for that
2017-03-23 Frederic Sutersurf_fopen to ifsopen + no need to reimplement streambu...
2017-03-23 Frederic Suter32-bit requires smthg longer than size_t
2017-03-23 Frederic Suterstart to mess up with storage
2017-03-22 degommeAdd mpi_get_accumulate call. And MPI_NO_OP operation
2017-03-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-22 Frederic Suteradd actor-kill S4U example
2017-03-22 Martin Quinsons4u::VM: make getState() public, and add a state for...
2017-03-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-03-21 Frederic Suteradd suspend/resume to S4U
2017-03-21 Martin Quinsoninitialize all fields of the xbt_ex_t class
2017-03-20 Frederic Suterattempt to extend S4U to migrate actors
2017-03-20 Martin Quinsonmsg: make another function public, even if it's C+...
2017-03-20 degommeok, I stop trying to please sonar.
2017-03-19 Martin Quinsonplease sonar a little bit and other useless noisy line...
2017-03-19 degommeAdd smpi_status.cpp and hpp.
2017-03-16 Frederic SuterRevert "further cleanups"
2017-03-16 Frederic Suterfurther cleanups
2017-03-16 Frederic Sutercode killed by container usage
2017-03-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-16 Frederic Suterbetter than static casting, use a container
2017-03-16 Frederic Suterreorg and more functions in namespace
2017-03-16 Martin Quinsonsmpi: regenerate tracing overloads after the recent...
2017-03-15 degommeExpand the Keyval mechanism to Win.
2017-03-15 degommeMove Keyval handling to a new file, as it is shared...
2017-03-15 degommeFactorize keyval handling for Comm and Datatype (Win...
2017-03-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-15 Frederic Suteravoid double to size_t to double
2017-03-15 Martin Quinsonfix windows build
2017-03-15 Martin Quinson%ZUt, again
2017-03-15 Martin QuinsonNew: Engine::hostList() and Engine::hostCount(). Still...
2017-03-15 Christian Heinrich[INCLUDES] Fix paths for includes in smpi.h
2017-03-14 degommeSome cleanups, some smells
2017-03-14 degommehide this from users
2017-03-14 degommeSMPI colls in not really C++. But cleaner than before.
2017-03-14 Christian Heinrich[PLUGIN] Added the HostLoad plugin
2017-03-14 Frederic Suterone step further on C++ization of replay
2017-03-13 Martin Quinsonfix the prototype of s4u::Host::processes() to not...
2017-03-13 Martin QuinsonDrop s4u::Host::getPstateSpeedCurrent() which dupplicat...
2017-03-13 Martin Quinsonmake msg_process_t point onto s4u::Actor*
2017-03-13 Martin Quinsongive s4u::Actor a cname() method
2017-03-13 Martin QuinsonMSG_process_ref/unref: allow to fiddle with the process...
2017-03-11 degommeReplace all the lookup tables in smpi_f77.cpp by a...
2017-03-11 degommeDon't pretend we support types we don't actually support.
2017-03-11 degommeFinally free MPI_Info from the dreaded smpi_pmpi.cpp...
2017-03-10 Martin QuinsonAllow to mark actors as daemon
2017-03-09 degommeContinuing work on datatypes
2017-03-09 degommeFirst works on the datatypes. Still missing a lot.
2017-03-09 degommeRename specific topology classes, to ease comprehension.
2017-03-09 Frederic Suterplug newly introduced leak
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-03-09 Martin Quinsonprefer the stack to the heap (+ don't refill the host...
2017-03-09 Frederic Suterfix jedule and do the right thing for netzone hosts
2017-03-08 Frederic Suteroptimize perf - part 2
2017-03-08 Frederic Suteroptimize performances
2017-03-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-08 Frederic Sutermoving dynar up in the stack
2017-03-08 Frederic Sutersimplify storage internals
2017-03-08 degommeWelcome to simgrid::smpi::Op
2017-03-08 Frederic Suterfurther prepare the elegant death of dynars
2017-03-08 Frederic Suterplease sonar with some compliant macro names
2017-03-08 Frederic Suterremove unnecessary access specifiers
2017-03-07 degommewelcome simgrid::smpi::Request
2017-03-07 degommeMPI_Win (RMA) -> C++
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonadd an easy way to retrieve the name of the current...
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 degommeplease sonar
2017-03-07 degommeMPI_Topo -> c++
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsonplease sonar by naming parameters
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin QuinsonCleanups
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-07 Martin Quinsoncosmetics in actors
2017-03-06 degommeMerge branch 'smpi_cpp'
2017-03-06 degommeMPI_Comm -> C++
2017-03-05 degommeBring C++ for MPI_Group.
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 degommeFix compilation with warnings
2017-03-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-03 Luka Stanisicsolving copy_data_callback issue by adding a new smpi...
2017-03-02 Martin Quinsonsonar is picky, so let's be verbose
2017-03-01 Martin Quinsonfix what clang-format broke
2017-03-01 Martin Quinsonsmpi_replay: allow to register extra events before...
2017-03-01 Martin QuinsonHide a bit an internal datatype to please sonar
2017-02-27 Martin Quinsonrename some C type for consistency
2017-02-24 Martin Quinsonplease sonar
2017-02-22 degommeTry to get rid of some old and weird way of doing thing...
2017-02-17 Martin Quinsonplease sonar
2017-02-17 Martin Quinsonmark s4u::Link as public for windows (+cosmetics)
2017-02-17 Frederic Suterxbt_fifo are no longer used, remove the code
2017-02-16 Martin Quinsonfurther untangle the msg_process creation by using...
2017-02-16 Martin Quinsonstart to untangle the MSG actor creation mess
2017-02-16 Martin Quinsonplease sonar and cosmetics
2017-02-15 Martin Quinsonkill some useless getter simcalls
2017-02-15 Martin Quinsondon't hide the C++, deal with it
next