Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove TODO/question.
[simgrid.git] / src /
2017-11-24 Arnaud GierschRemove TODO/question.
2017-11-24 Arnaud GierschDeclare swag as const when possible.
2017-11-23 Frederic Suterdelete extension on destruction
2017-11-23 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-23 Frederic Suterthanks clang
2017-11-23 Frederic Suterpluginify storage contents
2017-11-22 Martin Quinsonimprove the pedagogical interest of that plugin
2017-11-22 Frederic Suterin a namespace, no need to prefix
2017-11-22 Frederic Suterbe consistent in namespaces
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 Martin Quinsonrename a field for clarity: that's not a signal
2017-11-22 Frederic Suterfix java cloud test
2017-11-22 Martin QuinsonLet java build. One test is still broken but that's...
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 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 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 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 Frederic Sutersimplify loops on sets
2017-11-19 Arnaud GierschFix 32bits builds.
2017-11-19 Arnaud GierschUse already existing simgrid::xbt::demangle().
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-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 GierschCosmetics: hostfile and machinefile are synonyms.
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 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 GierschReplace xbt_heap with boost::heap for surf actions.
2017-11-13 Arnaud GierschUseless include.
2017-11-12 Arnaud GierschRemove unused method.
2017-11-12 Arnaud Gierschcpu_ti: use methods of Action to update heap.
2017-11-12 Arnaud GierschDefine helper methods to access actionHeap_.
2017-11-12 Arnaud GierschMake Model::actionHeap_ private.
2017-11-12 Arnaud GierschCpuTiModel::tiActionHeap_ seems redundant with Model...
2017-11-10 Frederic Suterremove useless tests and reduce number of breaks
2017-11-10 Frederic SuterThx Takishipp for the catch
2017-11-09 Arnaud GierschMerge remote-tracking branch 'github/master'
2017-11-09 Arnaud GierschUse a std::priority_queue for simix_timers.
2017-11-09 MERCIER Michael[MSG] add MSG_task_get_remaining_work_ratio + test
2017-11-09 Frederic Suterrework the hack on sendrecv to fix umpire test
2017-11-09 Frederic Suteraddress new smells and hack smthg for sendrecv
2017-11-09 Martin QuinsonMerge pull request #236 from mazhe/master
2017-11-08 Matthieu VolatUse unsigned int for std:*map positions (must be >0).
2017-11-08 Arnaud GierschFix Werror=missing-field-initializers with older compilers.
2017-11-08 Arnaud GierschUse plain vectors and references for link lists.
2017-11-08 Arnaud GierschAvoid using memset to initialize structs.
2017-11-08 Arnaud Gierschtrace_mgr: replace xbt_heap_t with std::priority_queue.
2017-11-08 Arnaud GierschDijkstraZone: replace xbt_heap_t with std::priority_queue.
2017-11-08 Arnaud GierschUse a more specific exception.
2017-11-08 Arnaud GierschReduce code duplication.
2017-11-08 Arnaud GierschSonar: make overridden methods virtual.
2017-11-08 Arnaud GierschClang needs pointers to be explicitely casted here.
2017-11-08 Frederic Suterdo as Clang says
2017-11-08 Frederic SuterMassive change in SMPI+instr
next