Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
please sonar, praise sonar
[simgrid.git] / examples /
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-12-02 Martin Quinsonupdate a teshfile that was affected by #123, which...
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...
2016-11-22 Martin QuinsonVM: getters should not be simcalls
2016-11-18 Martin Quinsontest to suspend an exec too
2016-11-11 Martin QuinsonNew function: MSG_parallel_task_execute_with_timeout
2016-11-08 Martin Quinsonsmall cleanups in Java advised by eclipse
2016-11-01 Martin Quinsonfix graphviz tests after the host order change in sg_ho...
2016-10-28 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-28 Martin Quinsonfix the last test after the recent change in MSG_hosts_...
2016-10-28 Martin Quinsonstill 2 tests to go before it works again
2016-10-28 Martin Quinsonfix another example
2016-10-28 Martin Quinsonfix another example after the recent change in msg_host...
2016-10-28 Martin Quinsonfix the tesh of many tests after the order change in...
2016-10-28 Martin Quinsonfix an example after the recent change to hosts_as_dyna...
2016-10-24 Frederic Sutervacation commit
2016-10-22 Martin Quinsonrename MSG_host_(get/set)_params into MSG_vm_(get/set...
2016-10-14 Martin QuinsonReduce the layering madness a bit
2016-10-12 Martin Quinsonfix a Java tesh after Christian recent changes
2016-10-10 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-10-10 Christian Heinrich[ENERGY] Fixed a bug (division of integers)
2016-10-10 Martin QuinsonAPI format unification
2016-10-10 Martin QuinsonMerge branches, and adapt the new code to the new refac...
2016-10-09 Christian Heinrich[Energy] Fix the power_slope in the energy plugin
2016-10-09 Martin Quinsonremove an unused parameter
2016-10-08 Martin Quinsondisable the maestro-set test on windows, nobody will...
2016-10-07 Martin Quinsonplease sonar by using every parameters (+cosmetics)
2016-10-06 Martin Quinsonrevalidate a tesh file after Christian recent changes
2016-10-06 Christian Heinrich[ENERGY] Introduce idle/1core/maxCore energy consumption
2016-09-16 Frederic Sutersimplify and fix cycle detection
2016-09-08 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-08 Frederic Suterplug leak
2016-09-07 Martin QuinsonMerge pull request #113 from adfaure/master
2016-09-07 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-09-07 Frederic Suterdiff on generated file is likely to fail
2016-09-06 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-06 Frederic Suterobjectify jedule
2016-09-06 Frederic Suteradding the expected output of jedule
2016-09-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-04 Martin Quinsonplug a memleak
2016-09-03 Martin Quinsonignore less informative messages
2016-09-03 Martin Quinsonfix make dist
2016-09-03 Martin Quinsonwe don't use the deployment file anymore
2016-09-03 Martin Quinsonuse C++11 threads for portability
2016-09-02 Augustin Degommefix one issue here, leave one for later
2016-09-02 Martin Quinsonrewrite the maestro-set test to something meaningful
2016-09-02 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2016-09-02 Martin QuinsonMerge pull request #112 from glesserd/teshpy
2016-09-01 David GlesserReplace tesh.pl by pesh.py a much better version of...
2016-08-29 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-29 Martin Quinsonsmpi/running-power is renamed to smpi/host-speed
2016-08-29 Martin Quinsonsmpi/cpu-threshold:-1 should become smpi/simulate-compu...
2016-08-28 Martin Quinsonmake it possible to start this example without parameters
2016-08-25 degommeplug some more "leaks"
2016-08-24 Martin Quinsonfix a memleak by not creating things we never use
2016-08-24 Martin Quinsonallow this example to start without paramters
2016-08-23 Martin Quinsoneclipse is not robust wrt relative pathes
2016-08-23 Martin Quinsonfurther cleanups to please sonar
2016-08-23 Martin QuinsonDon't use -- within XML comments, sonar fails when...
2016-08-23 Martin Quinsonjava way of life
2016-08-23 Martin Quinsonjava does not like uppercased packages
2016-08-23 Martin Quinsoncleanups to please sonar
2016-08-22 Martin Quinsonimprove the eclipse project of our Java examples by...
2016-08-22 Martin Quinsonnew java example, on asynchronous communications
2016-08-22 Martin Quinson[java] cosmetics in the Task.dsend() example
2016-08-22 Martin Quinsonnew example, Java implementation of the Token Ring
2016-08-22 Martin QuinsonCosmetics in the MSG version of app-token-ring
2016-08-22 Martin QuinsonA project file to import the Java examples in Eclipse
2016-08-16 Martin Quinsonkeep polite and informative
2016-08-15 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2016-08-15 Martin Quinsonplug a bunch of memleaks in SD examples and testsuites
2016-08-14 Martin Quinsonsonar cleanups
2016-08-14 Martin Quinsonplug another memleak, in a SD example
2016-08-14 Martin QuinsonAnd 2 memleaks in simdag examples
2016-08-14 Martin Quinsonplug a memleak
2016-08-13 Martin Quinsoncleanups to please sonar, and add a FIXME for a bug...
2016-08-12 Martin Quinsonfix an invalid access
2016-08-12 Martin Quinsonadd a Mailbox::byName(std::string) function
2016-08-12 Martin Quinsonrewrite the s4u_launching example
2016-08-12 Martin Quinsonrename the basic s4u example to 'launching'
2016-08-12 Martin Quinsonremove a dupplicated file
2016-08-11 Martin QuinsonMerge pull request #107 from adfaure/master
2016-08-11 degommeplease sonar
2016-08-11 Frederic Sutertry to remove remaining blockers
2016-08-11 Frederic Suterfix some introduced smells
2016-08-10 Martin Quinsonkill the half backen setAffinity feature
2016-08-10 Frederic Sutersimplify chord a bit (what a mess)
2016-08-10 Frederic Suterplease sonar
2016-08-10 Frederic Suterbug smell indent
2016-08-09 Frederic Suteruse C++ version of simulate
2016-08-09 Frederic Suterfix distcheck (courtesy to emptty;))
2016-08-09 Frederic SuterC++ify part of simdag
2016-08-07 Martin Quinsonchange the cluster platform so that smpirun handles it
2016-08-07 Martin Quinsonimprove the s4u_mutex example
next