Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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 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
2017-07-05 Martin Quinsonrevalidate a last example after the fix of loopback...
2017-07-05 Martin Quinsonkill the msg-chord example: the s4u one is much better
2017-07-05 Martin Quinsonmake it clear to static analyzers that this mem is...
2017-07-05 Martin Quinsonrevalidate some tesh after the loopback latency fix
2017-07-05 Martin Quinsonfiddeling with BuildSimGrid.sh
2017-07-05 Martin Quinsoncodacy
2017-07-05 Martin Quinsoncreate the loopback after the right configuration is set
2017-07-05 Martin Quinsonthis header is C++ only
2017-07-05 Frederic Suterrevalide tesh
2017-07-05 Frederic Suterdon't use old values in doc and alternate models
2017-07-05 Martin Quinsonfurther improve the entry page of the doc
2017-07-05 Frederic Suteradd missing new file
2017-07-05 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-05 Frederic Sutermodernize one more simcall
2017-07-05 Frederic Suterfree the engine at the end of test
2017-07-05 Martin Quinsonplease codacy
2017-07-04 Frederic Suteradd daemonize for s4u actors too
2017-07-04 Frederic Suteranother try to solve weird travis issues
2017-07-04 Martin QuinsonFIX THE VM SHARING
2017-07-04 Martin Quinsonrefactor: be explicit on what an action's priority is
2017-07-04 Martin Quinsonmaxmin: rename a variable for clarity
2017-07-04 Frederic Suterfix include
2017-07-04 Frederic Suteraddress a todo
2017-07-04 Frederic Sutermodernize some simcalls
2017-07-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-04 Frederic Suterget rid of smx_file_t
2017-07-04 henricasanovaReplaced:
2017-07-04 Martin Quinsonfurther reduce the intrusive_ptr churn
2017-07-04 Martin Quinsonfix non-MC builds
2017-07-04 Martin Quinsonplease clang
2017-07-04 Martin Quinsonfinish removing simix.h from C files, and avoid the...
2017-07-04 Martin Quinsontry to speed up the refcounting madness by using std...
2017-07-03 Frederic Suterplease henri, add recv with timeout.
2017-07-03 Frederic Suterplease sonar
2017-07-02 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-07-02 Martin Quinsonremove simix.h from one more C file
2017-07-01 Martin Quinsonremove simix.h from two more C files
2017-07-01 Martin Quinsonrename SIMIX_host_self() into sg_host_self(), and make...
2017-07-01 Martin Quinsononly take the public part of MC within the mallocators
2017-06-30 Martin Quinsonregenerate the simcall code -- sorry for the noisy...
2017-06-30 Martin Quinsontry to reduce the amount of casts by using the right...
next