Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics: rename a function, deprecate old name
[simgrid.git] / teshsuite /
2017-11-27 Arnaud GierschPut lmm definitions in namespace simgrid::surf.
2017-11-26 Arnaud GierschMerge maxmin_private.hpp into maxmin.hpp.
2017-11-26 Arnaud GierschMake s_lmm_variable_t a class with its methods.
2017-11-26 Arnaud GierschMake s_lmm_constraint_t a class with its methods.
2017-11-26 Arnaud GierschMake s_lmm_system_t a class with its methods.
2017-11-25 Martin QuinsonMerge pull request #241 from barais/master
2017-11-24 Martin QuinsonMerge pull request #246 from danilo-carastan-santos...
2017-11-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-23 Frederic Suterrevise this test to access storage directly
2017-11-23 Frederic Suterpluginify storage contents
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-22 Arnaud GierschUse references, and avoid disturbing expressions like...
2017-11-22 Frederic Suterplug leaks
2017-11-22 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-11-22 Martin Quinsonproperly deprecate MSG_task_get_flops_amount() and...
2017-11-22 MERCIER MichaelFix warnings + refactor
2017-11-22 MERCIER MichaelMake codacy happy
2017-11-22 MERCIER Michael[MSG] add MSG_task_get_remaining_work_ratio + test
2017-11-21 Martin QuinsonMerge pull request #237 from oar-team/upstream
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 MERCIER MichaelFix warnings + refactor
2017-11-13 Arnaud GierschKill now unused xbt_heap.
2017-11-13 Arnaud GierschRevalidate tesh files (trivial changes).
2017-11-13 MERCIER MichaelMake codacy happy
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 MERCIER Michael[MSG] add MSG_task_get_remaining_work_ratio + test
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.
next