Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-07-13 Martin Quinsonfix clang builds
2017-07-13 Martin Quinsonproperly deprecate another function
2017-07-13 Martin QuinsonImprove deprecate messages: we know when to remove it
2017-07-13 Martin Quinsoncodacy
2017-07-13 Frederic Sutera few sonar treats
2017-07-13 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-13 Frederic Suterplease sonar
2017-07-13 Frederic Suterplug leak
2017-07-13 Martin QuinsonMerge pull request #199 from Takishipp/clear_fct
2017-07-13 Takishippsolve codacy issue
2017-07-13 Frederic Suterfix 32-bit storage tests
2017-07-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-12 Martin Quinsonsonar
2017-07-12 Martin Quinsondon't commit binaries
2017-07-12 Martin QuinsonMerge pull request #198 from Takishipp/clear_fct
2017-07-12 Frederic Sutersimplify simcalls
2017-07-12 Frederic Sutersimplify mgmt of write on storage + cleanups
2017-07-12 TakishippDelete useless functions
2017-07-12 TakishippDelete an another unused fonction
2017-07-12 Takishippremove unused function
2017-07-12 Frederic Suterupdate doc
2017-07-12 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-12 Frederic Suterrevisit pingpong in s4u
2017-07-12 Frederic Sutermv deprecated examples to teshsuite
2017-07-12 Martin QuinsonMerge pull request #197 from Takishipp/clear_fct
2017-07-12 Frederic Suterdo not use deprecated and redirected functions in examples
2017-07-12 Frederic Suterplugins are the future, this example pertains to S4U
2017-07-12 TakishippDelete the whole comment
2017-07-12 Frederic Suterdict to map in vms
2017-07-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-11 Martin Quinsonignore more cruft
2017-07-11 Frederic Suterbetter use of PropertyHolder
2017-07-11 Martin Quinsonkill a now useless type (to please sonar)
2017-07-11 Martin Quinsoncode simplification: nobody use that extensibility...
2017-07-11 Takishippremove print_Null function
2017-07-11 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-11 Frederic Sutercrappy fix of cloud examples that mix host and VMs
2017-07-11 Frederic Suterremove useless declarations
2017-07-11 Frederic Sutermap msg_vm_t to s4u::VirtualMachine and save many casts
2017-07-11 Frederic Sutercleanups
2017-07-10 Frederic SuterFile mgmt looks like a plugin now \o/
2017-07-10 Frederic Sutermove some of the file mgmt logic out of the storage...
2017-07-10 Frederic Suterdisentangle file opening
2017-07-10 Frederic Suterplease clang and remove useless field
2017-07-10 Frederic Suterclosing a file is a noop. No need to deep down the...
2017-07-10 Frederic Suterthis was never used too
2017-07-10 Frederic Suterthis writeActions stuff was never used
2017-07-10 Frederic Sutermore cleanups
2017-07-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-09 Martin Quinsontrailing whitespace
2017-07-09 Martin Quinsonnicer error messages on misconfiguration
2017-07-09 Martin QuinsonMerge pull request #196 from betsegawlemma/fixes
2017-07-09 Martin QuinsonSimplify a bit the NS3/SimGrid interactions
2017-07-09 Martin Quinsonsonar & codacy
2017-07-09 Martin Quinsonthis script is not used anymore
2017-07-09 Augustin Degommeadd bits and pieces to try to compile dumpi with smpi
2017-07-09 Frederic Sutercleanups
2017-07-09 Martin Quinsonupdate the insider doc on multiple build trees
2017-07-09 Martin Quinsoncodacy
2017-07-09 Frederic Sutercodacy
2017-07-08 Martin Quinsoncodacy
2017-07-07 Christian Heinrich[SMPI] Remove 2nd include of private.hpp
2017-07-07 Martin Quinsonfix MC builds
2017-07-06 Christian Heinrich[MC] Missing include of smpi/private.hpp
2017-07-06 Christian Heinrich[SMPI] Make spelling uniform: privatisation -> privatiz...
2017-07-06 Christian Heinrich[SMPI] Move SMPI_PRIVATIZATION_* macros to enums
2017-07-06 Christian Heinrich[ENERGY] Instead of using plain integers, use constants
2017-07-06 Martin Quinsonplease sonar: remove an unused parameters down below
2017-07-06 Martin Quinsonok, last try here: use uint64_t for size of sent data
2017-07-06 Martin Quinsonuse double for the sizes, so that 32bits simulators...
2017-07-06 Martin QuinsonRevert "s4u: use size_t for payload size instead of...
2017-07-06 Frederic Suterdata is now userdata for process/actor
2017-07-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-06 Martin Quinsonplease sonar
2017-07-06 Martin Quinsons4u: implement Engine::setConfig()
2017-07-06 Frederic Suterstill playing with ActorImpl
2017-07-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-06 Frederic Sutermake sleep and suspend methods of ActorImpl
2017-07-06 Martin Quinsons4u: use size_t for payload size instead of int and...
2017-07-06 Martin Quinsons4u::Actor::execute() dont need to return a state
2017-07-06 Martin Quinsontend to the google coding standards in all S4U API
2017-07-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-06 Frederic Sutervarious cleanups in actors/processes
2017-07-06 Martin Quinsonimplement getter s4u::Comm::mailbox()
2017-07-06 Martin Quinsondocument last changes
2017-07-06 henricasanovaRemoved the "state_ != finished" assert in s4u::Comm...
2017-07-06 Martin QuinsonYou don't send a mailbox, but instead put stuff on it
2017-07-06 Martin Quinsoncodacy
2017-07-06 Martin QuinsonFix clang build
2017-07-06 Martin QuinsonRework the OO design of S4U comms
2017-07-05 Martin Quinsonfix the API to isend detach() and speak about it in...
2017-07-05 Martin Quinsonchange the prototype of s4u::Comm::wait_any to mimick...
2017-07-05 Martin Quinsonmove a symbol decl to a better header file
2017-07-05 Martin Quinsonrevalidate the tesh files after fixing #195
2017-07-05 Martin Quinsonall actors are unified, no need to virtualize between...
2017-07-05 Martin Quinsonalways out of tree builds are annoying
2017-07-05 Martin Quinsondon't fail on sg_host_energy_update_all() in presence...
2017-07-05 Frederic Sutersimcall to kernelImmediate
2017-07-05 Frederic Suteranother move to FileImpl
next