Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar
[simgrid.git] / include /
2017-05-30 Martin Quinsonkill a redundent oldish API to the activity refcounting
2017-05-29 Martin Quinsontiny doc update and cosmetics
2017-05-29 Martin Quinsonsort out a bit the forward declarations
2017-05-29 TakishippMerge branches 'master' and 'master' of github.com...
2017-05-29 Martin Quinsontry to not upset clang with useless cleanups
2017-05-29 Martin Quinsonchop includes
2017-05-29 Martin Quinsonsonar don't want half-initialized enums
2017-05-26 Martin QuinsonAnother step toward working CommPtr. chord example...
2017-05-26 Martin Quinsonkill a useless file
2017-05-26 Martin Quinsonmore than 100 codacy treats, not bad
2017-05-24 Martin Quinsonthis header file is much less interesting now that...
2017-05-24 Martin Quinsonmove some public MC prototypes to a public header file
2017-05-24 Frederic Sutersimgrid::surf::Storage => simgrid::surf::StorageImpl
2017-05-24 Martin Quinsonrename simix::Mutex to simix::MutexImpl
2017-05-24 Frederic Suterfirst step towards a CommPtr
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-24 Martin Quinsonreduce the scope of some variables to please codacy
2017-05-24 Martin Quinsonremove some explicit keywords that I barely understand
2017-05-23 Martin Quinsoncosmetics to please codacy
2017-05-23 Frederic Suterone level less in the last lib
2017-05-23 Martin Quinsonhunt down some more short negation forms
2017-05-23 degommeremove spurious non breaking spaces, grrr
2017-05-22 Martin Quinsonsmpi_replay: make it easier to override some actions
2017-05-22 Frederic Suternow useless that app-pmm is dead
2017-05-22 Martin QuinsonRemove attribute content_type of <storage_type>: was...
2017-05-22 Martin QuinsonMerge pull request #168 from simgrid/smpi_huge_pages
2017-05-21 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-21 Martin Quinsondrop module strbuff. We don't need it anymore.
2017-05-20 Martin QuinsonDrop unused functions: xbt_str_varsubst(), xbt_strbuff_...
2017-05-20 Martin QuinsonRemove an empty file (thx, sonar)
2017-05-19 Frederic Sutertry to please clang 5.0
2017-05-19 Frederic Sutercouple of minor smells
2017-05-19 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-05-19 Martin QuinsonMerge pull request #167 from simgrid/smpi_execute_public
2017-05-19 Tom CornebizeRenaming: smpi_execute_public → smpi_execute_benched
2017-05-19 Frederic Suterbugs, smells and cosmetics of the day
2017-05-18 Frederic Suterattempt to get rid of all const_cast (take 2)
2017-05-18 Frederic Suterattempt to get rid of all const_cast
2017-05-18 Tom CornebizeAdd function smpi_execute_public.
2017-05-15 Frederic Suteranother bunch of sonar treats
2017-05-14 Martin Quinsonplease sonar
2017-05-13 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-12 Martin QuinsonAllow the unit tests to setup the logs
2017-05-12 Martin Quinsonmissing public header
2017-05-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-05-10 Frederic Suteruniformization
2017-05-10 Frederic Suterkill useless code
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-07 Martin QuinsonFurther cleanups in SMPI includes
2017-05-06 Martin QuinsonAPI improvement in s4u
2017-05-06 Martin Quinsonlet's use a sensible API for the MSG_zone functions
2017-05-06 Martin Quinsonrename all MSG_zone_* functions (backward compatible)
2017-05-05 Martin QuinsonNew functions: s4u::Actor::property() and s4u::Actor...
2017-05-05 Martin Quinsonintroduce a few synonyms in XML to allow the use of...
2017-05-05 Martin Quinsonfinish the conversion of public MACRO names, in the...
2017-05-05 Martin Quinsonprefix all macro defined in public simgrid_config.h...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-05-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-30 Martin Quinsonuppercase the s4u header files (+cleanups)
2017-04-30 Martin Quinsonkill dead code
2017-04-29 Martin QuinsonHide a gcc attribute that drives doxygen nuts
2017-04-26 Frederic Suterthis is now useless
2017-04-24 Martin Quinsonintroduce type aid_t for Actor's ID (ie, PID)
2017-04-24 Frederic Sutersimplify way files are handled by MSG
2017-04-24 Martin QuinsonNew function xbt_replay_action_get(): Retrieve the...
2017-04-22 Martin Quinsontry to avoid that others fall into the trap where I...
2017-04-17 Martin QuinsonSMPI cleanups: rename a symbol and remove unused parameters
2017-04-15 Martin Quinsonfix the copyright date on these files
2017-04-14 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-04-13 Martin QuinsonMerge pull request #154 from simgrid/partial_shared_malloc
2017-04-12 Tom CornebizeMerge branch 'master' into partial_shared_malloc
2017-04-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-04-12 Martin Quinsonregenerate the smpi_location thingy
2017-04-11 degommeYet another dlopen merge
2017-04-07 Tom CornebizeReplace int by size_t.
2017-04-07 Tom CornebizeSome more fixes for the communication optimization.
2017-04-07 Tom CornebizeKeep working on the communication optimization.
2017-04-06 Tom CornebizeBegin working on the communication optimization for...
2017-04-05 degommeAdd MPI_Rput, Rget, Raccumulate and Rget_accumulate...
2017-04-05 degommeAdd MPI_Compare_and_swap (normally atomic) call
2017-04-05 Tom CornebizeFix shared_malloc, add a macro for partial_sahred_malloc.
2017-04-04 degommeAdd MPI_Win_lock_all MPI_Win_unlock_all MPI_Win_flush...
2017-04-04 degommeAdd MPI_Fetch_and_op call, which is just a get_accumula...
2017-04-04 Frederic Suteradd send with timeout and irecv to this_actor API
2017-03-30 Frederic Suterattempt to plug all leaks for simdag.
2017-03-30 Frederic Sutermodernize two simcalls
2017-03-30 Frederic SuterRevert "Revert "cast once for all at surf level and...
2017-03-30 Frederic SuterRevert "cast once for all at surf level and not in...
2017-03-30 Frederic Sutercast once for all at surf level and not in the APIs
2017-03-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-30 Frederic Sutercomplete s4u::Storage interface, what a mess...
2017-03-28 Frederic SuterI think I just killed a simcall
2017-03-28 Frederic Sutertest conversion
2017-03-28 Martin Quinsons4u: fix documentation
2017-03-27 degommeAdd an smpi_is_shared call, and ignore memcpys in SMPI...
2017-03-27 degommesupport MPI_Op_commutative call, as it was already...
2017-03-27 degommeAdd MPI_Win_allocate, MPI_Win_create_dynamic, MPI_Win_a...
2017-03-27 Frederic Sutermake isend return a ref on the created Comm
2017-03-27 Frederic Sutertesh conversion
next