Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
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...
2017-06-30 Martin Quinsongenerate code that does not drive clang-format crazy
2017-06-30 Martin Quinsonplease sonar
2017-06-30 Martin QuinsonMerge pull request #193 from Takishipp/signals
2017-06-30 Martin Quinsonwell, v3.8 was released a while ago, now :)
2017-06-30 Takishippget sg_instr_new_router through a signal
2017-06-29 Martin Quinsonmake it possible to destroy the engine
2017-06-28 Martin QuinsonVM migration: do not precompute dp_rate
2017-06-28 Martin Quinsoninclude build path before source path to ease out of...
2017-06-28 Martin Quinsoncmake/java: don't rebuild the libs before building...
2017-06-28 Martin Quinsonhardlinks target now recreate the links
2017-06-28 Martin Quinsonuse a msg_barrier instead of smx synchro in this example
2017-06-28 Martin Quinsonuse MSG_bar instead of xbt_mutex in this example
2017-06-28 Martin Quinsoncosmetics
2017-06-28 Martin QuinsonMC: compute if a COMM_WAIT is enabled with the activity...
2017-06-28 Frederic Suterplease sonar and simplify simcalls (before killing...
2017-06-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-27 Martin Quinsonmake it easier to see the problem in this (failing...
2017-06-27 Frederic Sutermore cruft removed
2017-06-27 Frederic Suterclean up that mess of layers
2017-06-27 Frederic Suteradd missing includes
2017-06-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-06-26 Martin Quinsondestroy all hosts before destroying the engine (fix...
2017-06-26 Martin Quinsonno need for a backtrace if the file does not exist
2017-06-26 Frederic SuterWIP. crude surf_file_t to FileImpl conversion
2017-06-26 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-06-26 Frederic Suterplug leak of file unlink
2017-06-26 Frederic Suterjust a couple of smells
2017-06-25 Martin Quinsonplease codacy
2017-06-24 Martin Quinsonplease codacy
2017-06-23 Martin Quinsonstart the v3.17 development cycle
next