Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into fix/execute_benched
[simgrid.git] / src /
2017-11-27 Tom CornebizeMerge branch 'master' into fix/execute_benched
2017-11-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-27 Frederic Suterplay with lagrange a bit
2017-11-27 Arnaud GierschPut lmm definitions in namespace simgrid::surf.
2017-11-27 Arnaud GierschRename file .h -> .hpp.
2017-11-27 Arnaud GierschTry to fix build on appveyor (mingw).
2017-11-27 Arnaud GierschInitialize fields in initialization list (sonar).
2017-11-27 Arnaud GierschField is effectively a boolean.
2017-11-27 Arnaud GierschFix misleading method name.
2017-11-27 Arnaud GierschRemove unused private method.
2017-11-27 Arnaud GierschRename to unhide class field.
2017-11-27 Arnaud GierschRename variable to not hide classfield.
2017-11-26 Arnaud GierschMark constructor "explicit".
2017-11-26 Arnaud GierschMerge maxmin_private.hpp into maxmin.hpp.
2017-11-26 Arnaud GierschSlight move from maxmin.hpp to surf_interface.hpp.
2017-11-26 Arnaud GierschMake s_lmm_variable_t a class with its methods.
2017-11-26 Arnaud GierschMake s_lmm_element_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-24 Arnaud GierschRemove second call to lmm_on_disabled_var() which looks...
2017-11-24 Arnaud GierschDisable costly assert unless debug logs are activated.
2017-11-24 Arnaud GierschKill unused functions.
2017-11-24 Arnaud GierschExtern "C" is not needed anymore here.
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 CARASTAN DOS SANTO... fixed energy plugin: getCurrentWattsValue was not retur...
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.
next