Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid.git
2017-11-23 Frederic Suterpluginify storage contents
2017-11-23 TakishippMerge branch 'actor-yield' of github.com:Takishipp...
2017-11-23 Takishippsatisfy travis by removing some useless lines
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-23 ZitagccMerge branch 'master' into actor-yield
2017-11-23 TakishippS4U version of actor-yield example
2017-11-22 Martin Quinsonimprove the pedagogical interest of that plugin
2017-11-22 Frederic Suterjava examples have outdated default values
2017-11-22 Frederic Suterin a namespace, no need to prefix
2017-11-22 Frederic Suterbe consistent in namespaces
2017-11-22 Olivier Baraisadd image in the doc and explain how to configure eclip...
2017-11-22 Olivier Baraisnew
2017-11-22 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-22 Frederic Suterremove FileImpl \o/
2017-11-22 Arnaud GierschUse references, and avoid disturbing expressions like...
2017-11-22 Arnaud GierschFix comment.
2017-11-22 Arnaud GierschRemove remaining traces of viva.
2017-11-22 Martin Quinsonrename a field for clarity: that's not a signal
2017-11-22 Frederic Suterfix java cloud test
2017-11-22 Frederic Suterplug leaks
2017-11-22 Martin Quinsonsonar: plug a memleak
2017-11-22 Martin QuinsonLet java build. One test is still broken but that's...
2017-11-22 Millian Poquet[doc] improve CMake example in setup your project
2017-11-22 Martin QuinsonMerge branch 'master' of github.com:simgrid/simgrid
2017-11-22 Martin Quinsondocument latest changes
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-22 Frederic Suteradd Process.daemonize to the Java bindings
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-21 Martin Quinsonfinish the integration of the new link_energy plugin
2017-11-21 Frederic Suterfurther split File and Storage
2017-11-21 Frederic Suterfix smpi test
2017-11-21 Frederic Suterupdate doc on viva and remove more stuff
2017-11-21 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-21 Frederic Suterviva is a dead project
2017-11-21 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-21 Martin QuinsonMake the link_energy plugin actually compile
2017-11-21 Martin Quinsonallow to retrieve the link list from the Engine
2017-11-21 Martin Quinsonimplement some more getters in surf::Link and s4u:...
2017-11-21 Arnaud GierschUse a std::vector<std::string> for process arguments.
2017-11-21 Frederic Suteruse storage and not name and type in File
2017-11-21 Arnaud GierschCosmetics: s/free/xbt_free.
2017-11-21 Arnaud GierschSonar: constructors should only call non-overridable...
2017-11-21 Arnaud GierschSimplify loop.
2017-11-21 Martin QuinsonMerge pull request #238 from barais/master
2017-11-20 Arnaud GierschCorrectly increment xbt_initialized.
2017-11-20 Olivier Baraisremove ununsed exception in javadocs
2017-11-20 Martin QuinsonFix the doc of S4U: s/process/actor/
2017-11-20 Frederic Suterfix borken link to ping-pong
2017-11-20 Frederic SuterSimGrid is getting older and older
2017-11-20 Arnaud GierschDeclare as XBT_PUBLIC.
2017-11-20 Arnaud GierschUse method get() instead of &* for intrusive_ptr.
2017-11-20 Arnaud GierschConstify some methods in surf_interface.
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 loops on sets
2017-11-19 Frederic Sutersimplify this example and please sonar
2017-11-19 Arnaud GierschFix 32bits builds.
2017-11-19 Arnaud GierschUse already existing simgrid::xbt::demangle().
2017-11-19 Arnaud GierschUse std::string, new/delete; remove useless new.
2017-11-18 Arnaud GierschUse std::string, and new/delete.
2017-11-18 Arnaud GierschNo need to search twice in map.
2017-11-18 Arnaud GierschUse new/delete.
2017-11-18 Arnaud GierschUse a std::vector<bool>.
2017-11-18 Arnaud GierschReduce code duplication.
2017-11-17 Martin Quinsonimprove error message
2017-11-16 Arnaud GierschMove check for MPI_BOTTOM one level up.
2017-11-16 Arnaud GierschMove file near other smpi include files.
2017-11-15 Arnaud GierschFix segfault seen with mpich3-test/perf/nestvec2.
2017-11-15 Arnaud GierschTest mpich3-perf needs a larger platform.
2017-11-15 Arnaud GierschCosmetics: hostfile and machinefile are synonyms.
2017-11-15 Arnaud GierschUnhide errors from mpich3 tests.
2017-11-15 Arnaud GierschFactorize SMPI_SAMPLE macros.
2017-11-15 Augustin Degommefix typo
2017-11-15 Augustin Degommeadd TI tracing to RMA calls (all but win_create, win_de...
2017-11-15 Arnaud GierschReduce number of tests; remove fixme..
2017-11-15 Arnaud GierschMerge if statements.
2017-11-14 Arnaud GierschLittle simplification.
2017-11-14 Arnaud GierschKill dead code.
2017-11-14 Arnaud GierschMake some functions static in maxmin.cpp.
2017-11-14 Arnaud GierschUse std::min/std::max instead of MIN/MAX in C++ files.
2017-11-14 Arnaud GierschUse std::vector for s_lmm_element_t::cnsts.
2017-11-14 Arnaud GierschAdd parentheses around macro parameters.
2017-11-14 Arnaud GierschUse new/delete.
2017-11-14 Arnaud GierschUse a std::vector for saturated_constraint_set.
2017-11-14 Arnaud GierschMove simgrid::xbt::HeapComparator in xbt/utility.hpp.
2017-11-14 Arnaud GierschUse boost::heap for simix timers too, and allow proper...
2017-11-14 Arnaud GierschDefine and use utility class to compare pairs in priori...
2017-11-13 Arnaud GierschMissing include.
2017-11-13 Arnaud GierschSome files were removed or renamed.
2017-11-13 Arnaud GierschSonar wants a class.
2017-11-13 Arnaud GierschFix build on Centos7 (again).
2017-11-13 MERCIER MichaelFix warnings + refactor
2017-11-13 Arnaud GierschKill now unused xbt_heap.
2017-11-13 Arnaud GierschRevalidate tesh files for replay_multiple too.
2017-11-13 Arnaud GierschRevalidate tesh files (DHT examples).
2017-11-13 Arnaud GierschRevalidate tesh files (trivial changes).
next