Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rewrite without goto going backward.
[simgrid.git] / examples / msg /
2017-05-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-24 Martin Quinsonlast bunch of codacy treats for tonight. Stop.
2017-05-24 Martin Quinsonreduce the scope of some variables to please codacy
2017-05-23 Martin Quinsonremove (void) in C++
2017-05-23 degommeremove spurious non breaking spaces, grrr
2017-05-23 Matthieu VolatDefine worker_function more rigourously to xbt_main_func_t.
2017-05-23 Martin Quinsonuseless cosmetics around NS3 long routes
2017-05-23 Martin QuinsonNS3: be explicit when ignoring long routes
2017-05-22 Frederic Suterremove unvalidated Bconnection attribute
2017-05-22 Martin QuinsonKill a stupid example
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-19 Martin QuinsonMerge pull request #167 from simgrid/smpi_execute_public
2017-05-17 Frederic Sutera bit of cleaning in chainsend
2017-05-09 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-05-06 Martin Quinsonrename all MSG_zone_* functions (backward compatible)
2017-05-05 Martin QuinsonUpdate all our XML files + next XML version will be...
2017-05-05 Martin Quinsonfinish the conversion of public MACRO names, in the...
2017-05-03 TakishippMerge branch 'toufic' of github.com:Takishipp/simgrid
2017-04-13 Martin QuinsonMerge pull request #154 from simgrid/partial_shared_malloc
2017-04-12 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-04-12 Martin QuinsonIncrease a timeout to help TSan converging
2017-03-28 Frederic Suterleak plug and test AS properties
2017-03-28 Frederic Sutertypos and leak
2017-03-27 Frederic Suterplug leaks
2017-03-24 Frederic Suterbug-- and a bit less brain overload
2017-03-24 Martin Quinsonrestore a check ensuring that this example is not...
2017-03-24 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-24 Frederic Suterno need to test if hard coded value is in a range
2017-03-23 Frederic Suterstart to mess up with storage
2017-03-22 Frederic Suterfix example (bummer)
2017-03-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-20 Martin Quinsonactually, there is nothing unexpected here
2017-03-20 Frederic Sutertest properties for cluster too
2017-03-14 Christian Heinrich[EXAMPLES] Added an example for the HostLoad plugin
2017-03-14 Frederic Suterone step further on C++ization of replay
2017-03-13 Martin QuinsonDrop s4u::Host::getPstateSpeedCurrent() which dupplicat...
2017-03-13 Frederic Suterminor bugs and smells
2017-03-13 Martin Quinsonfix out of tree builds
2017-03-13 Martin QuinsonMSG_process_ref/unref: allow to fiddle with the process...
2017-03-13 Martin Quinsonmove an example from teshsuite to examples
2017-03-11 Martin Quinsoncosmetics
2017-03-10 Martin Quinsonavoid a stupid namespace clash: daemon() already exist...
2017-03-10 Martin QuinsonAllow to mark actors as daemon
2017-03-09 Frederic Sutera dict was a unkowning vector
2017-03-07 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-06 Martin Quinsoncosmetics in the energy plugin
2017-03-06 degommeMerge branch 'smpi_cpp'
2017-03-06 Christian Heinrich[Energy] Fix broken commit c6fc463d75e4daa67ddf9c460cbc...
2017-03-01 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-03-01 Frederic Suterallow users to create clusters with pstates
2017-02-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-27 Frederic Sutercheck that max is not -1 befor using it as index
2017-02-27 Frederic Suterchecking if a unsigned int is >0 is a bad idea
2017-02-27 Frederic Suterdo not try to remove an out-of-index piece
2017-02-24 Martin Quinsonplug an obvious memleak
2017-02-16 Frederic Sutersign the parameters
2017-02-16 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-16 Frederic Suterfifo2dynar
2017-02-16 Frederic Suteryet another bitwise pickyness + hey that's a foreach
2017-02-16 Frederic Suterfix newly introduced bugs
2017-02-16 Martin Quinsonplease sonar and cosmetics
2017-02-15 Frederic Suterused unsigned long long to have more than 50 bits
2017-02-15 Frederic Suteruse bitfields as bitfields
2017-02-15 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-15 Martin QuinsonMake room for the upcoming network energy plugin
2017-02-15 Frederic Suterfix tiny typo
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Sutertoying with this mess of a code
2017-02-14 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-02-14 Frederic Sutersteal a bunch of easy commits and please sonar
2017-02-07 Martin Quinsonmore info to the user.
2017-01-27 Martin Quinsondocument the new MSG example I recently added
2017-01-26 Martin QuinsonNew example for MSG_process_yield()
2017-01-26 Martin Quinsoncheck that suiciding a process actually works in C
2017-01-26 Martin QuinsonMC: cosmetics
2017-01-19 Martin Quinsonplease sonar, even if it is really pesky sometimes
2017-01-19 Martin Quinsonimplement the DVFS functions in Java
2017-01-14 Martin Quinsonproperly set the bindir for these tests too
2017-01-07 Martin Quinsonplease sonar by removing useless asignments and return...
2017-01-01 Martin Quinsonignore the lat parameter of peer tag
2016-12-28 Martin Quinsonfix some doxygen warnings
2016-12-28 Martin Quinsonspecify the bindir for some tesh files
2016-12-25 Martin QuinsonRevert "remove a few smells in instrumentation"
2016-12-23 Frederic Suterremove a few smells in instrumentation
2016-12-20 Martin Quinsonfurther reduce the amount of includes
2016-12-19 Martin QuinsonVM: don't take ignored parameter that may fool the...
2016-12-16 Martin QuinsonCompletely rework the properties of netzones
2016-12-12 Martin Quinsonplease sonar: dont apply binary operators to signed...
2016-12-11 Martin Quinsongreatly simplify the way peers are created in Vivaldi AS
2016-12-10 Martin Quinsonnetwork/coordinates option is now useless
2016-12-09 Martin Quinsonuse NetCard extension to store vivaldi coordinates
2016-12-05 Martin Quinsonplease my old friend SonarQube now that it's back
2016-12-05 Martin Quinsonplease sonar: this variable will be overwritten in...
2016-12-04 Martin QuinsonDeprecate xbt_dict_new()
2016-12-04 Martin Quinsondon't pass the free_f parameter to MSG_*_set_property_v...
2016-12-04 Martin QuinsonDon't store raw objects as host properties, which must...
2016-11-30 Millian PoquetMerge branch 'master' of https://github.com/mpoquet...
2016-11-22 Martin Quinsonmove VM into their namespace, and greatly reduce the...
next