Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' of scm.gforge.inria.fr:/gitroot/simgrid/simgrid
[simgrid.git] / teshsuite /
2017-11-21 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-19 Arnaud GierschComment some unused parameters.
2017-11-19 Arnaud GierschStrange that this include line is only missing on appveyor.
2017-11-19 Frederic Sutersimplify this example and please sonar
2017-11-19 Arnaud GierschUse std::string, new/delete; remove useless new.
2017-11-15 Arnaud GierschTest mpich3-perf needs a larger platform.
2017-11-15 Arnaud GierschUnhide errors from mpich3 tests.
2017-11-14 Arnaud GierschUse std::min/std::max instead of MIN/MAX in C++ files.
2017-11-13 Arnaud GierschKill now unused xbt_heap.
2017-11-13 Arnaud GierschRevalidate tesh files (trivial changes).
2017-11-09 Arnaud GierschPIDs are non-deterministic when several processes have...
2017-11-09 Arnaud GierschFix duplicated test.
2017-11-09 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-09 Arnaud GierschFix compilation warnings in ISP testsuite (mostly unuse...
2017-11-08 Arnaud GierschUse plain vectors and references for link lists.
2017-11-08 Arnaud GierschDefine and use a more specific exception.
2017-11-07 Frederic Sutersplit platform dump in sub function to reduce overload
2017-11-04 Martin Quinsonstop loading surf.h from C files
2017-11-04 Martin Quinsonremove the (unused) example of <include>
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterxbt_new0/free => new/delete[]
2017-11-02 Arnaud GierschSonar smells of the day.
2017-10-31 Arnaud GierschCompute size * size once, and please scan-build.
2017-10-30 Arnaud GierschDeclare parameters as const, and make comment match...
2017-10-30 Arnaud GierschRemove useless allocations.
2017-10-29 Arnaud GierschEnable SIMIX parallel mode for parmap_{bench,text}.
2017-10-28 Arnaud GierschSonar: fill empty "catch".
2017-10-26 Arnaud GierschTry to improve coverage for mrealloc.
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-25 Arnaud GierschRemove redundant parentheses.
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-18 Arnaud GierschUse standard C/C++ attributes when available.
2017-10-18 Arnaud GierschMerge if statements.
2017-10-18 ZitagccMerge branch 'master' into actor-priority
2017-10-17 Frederic Suterthis was a bad idea and I messed up my commits
2017-10-17 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-17 Frederic Suterstop using xbt_dict_set/get_ext
2017-10-15 Martin QuinsonMerge branch 'actor-startkilltime' of https://github...
2017-10-15 Martin QuinsonMerge pull request #228 from Takishipp/actor-execute
2017-10-14 Arnaud GierschChange getName() and add getCname() in s4u::Storage.
2017-10-14 Arnaud GierschChange name() to getCname() and add getName() in s4u...
2017-10-14 Arnaud GierschConstify getName()/getCname() in s4u::Actor.
2017-10-14 Arnaud GierschChange cname() to getCname() and add getName() in surf...
2017-10-14 Arnaud GierschChange name()/cname() to getName()/getCname() in kernel...
2017-10-11 Arnaud GierschComment unused function parameter.
2017-10-10 Arnaud GierschRemove useless typedef's from C++ files.
2017-10-10 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-10 Arnaud GierschRename C++ only header files from .h to .hpp.
2017-10-05 Arnaud GierschAdd tests for xbt/log and fix some memory leaks.
2017-10-04 Arnaud GierschRemove lines of commented code spotted by sonar.
2017-10-02 ZitagccMerge branch 'master' into async-wait
2017-09-30 Martin Quinsonshutdown all hosted VMs when an host is turned off
2017-09-26 Arnaud GierschFix most of the remaining leaks in msg-host_on_off_proc...
2017-09-25 Arnaud GierschDisable broken test.
2017-09-22 Arnaud GierschLeaks -= 2;
2017-09-20 Arnaud GierschDisable stack-overflow tests with address sanitizer.
2017-09-19 Augustin Degommeswitch a mpich3 coll test to boost contexts instead...
2017-09-15 Arnaud GierschRemove useless default capture for lambdas.
2017-09-13 Arnaud GierschGet rid of spurious symlink for lua test.
2017-09-13 Arnaud GierschAdd missing tests with Boost context factory.
2017-09-12 Arnaud GierschAvoid uppercase characters in package names.
2017-09-12 Arnaud GierschRename Java examples.
2017-09-10 Martin Quinsonremove a teshsuite example that is superseeded by a...
2017-09-10 Martin QuinsonMerge pull request #218 from Takishipp/MSG2S4U
2017-09-02 Augustin Degommetry to please scan-build
2017-09-02 Augustin Degommecheck we don't allow 0 here
2017-08-30 Arnaud GierschReduce code duplication in parmap_bench.cpp.
2017-08-30 Arnaud GierschUse xbt/log in parmap_bench and please sonar.
2017-08-30 Arnaud GierschNo need for timestamps in logs.
2017-08-29 Arnaud GierschRemove bogus setenv.
2017-08-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-08-27 Martin QuinsonMerge pull request #215 from Takishipp/s_type_cleanup
2017-08-23 Arnaud GierschUse (const) references with range-based for loops.
2017-08-16 TakishippMerge branch 'master' of github.com:simgrid/simgrid...
2017-08-15 Arnaud GierschValue is finally an integer. Change it to the smallest...
2017-08-14 Arnaud GierschAvoid short-lied temporary string.
2017-08-07 Martin QuinsonMerge pull request #213 from bcamus/master
2017-08-07 Frederic Sutergetting rid of bprintf raises a potential bug :-/
2017-08-07 bcamusMerge branch 'master' of https://github.com/simgrid...
2017-08-06 Frederic Sutermv MSG version of bittorrent to teshsuite
2017-08-03 Arnaud GierschPlease codacy (operator !).
2017-08-03 Arnaud GierschSilence codacy (initialize variable).
2017-08-03 Arnaud GierschPort parmap_bench to C++.
2017-08-03 Arnaud GierschPort parmap_test to C++.
2017-08-03 Frederic Sutersome dict related cleanups
2017-08-01 Frederic Suterproperties are now stored in maps and managed by Proper...
2017-07-31 Frederic Sutermove ugly dict closer to the C APIs
2017-07-28 Arnaud GierschUse std::sort instead of qsort in C++ files (easy part).
2017-07-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-07-27 Arnaud GierschAnother one only built on *bsd.
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-07-27 Arnaud GierschForgotten signedness issues.
2017-07-27 Arnaud GierschFix signedness errors in format strings.
2017-07-27 Arnaud GierschReduce scope of variables (please Codacy).
2017-07-27 Arnaud GierschShell scripts: replace backquotes with $().
2017-07-27 Arnaud GierschUse C++ style includes when available.
2017-07-24 Martin QuinsonMerge pull request #202 from Takishipp/clear_fct
2017-07-20 Frederic Sutersimplifications
2017-07-20 Arnaud Gierschteshsuite/smpi/mpich3-test/f77/datatype: put generated...
next