Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Kill unused functions.
[simgrid.git] / src / surf /
2017-11-24 Arnaud GierschKill unused functions.
2017-11-24 Arnaud GierschRemove TODO/question.
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-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 SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
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 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 Arnaud GierschSonar: constructors should only call non-overridable...
2017-11-20 Arnaud GierschConstify some methods in surf_interface.
2017-11-19 Frederic Sutersimplify loops on sets
2017-11-19 Arnaud GierschUse already existing simgrid::xbt::demangle().
2017-11-18 Arnaud GierschUse a std::vector<bool>.
2017-11-16 Arnaud GierschMove file near other smpi include files.
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 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 Arnaud GierschReplace xbt_heap with boost::heap for surf actions.
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-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-07 Martin Quinsonstart integrating the link energy model
2017-11-05 Frederic Suterplease sonar
2017-11-05 Martin QuinsonTODO list about the DTD
2017-11-05 Martin Quinsonchange src/include/surf.h into surf.hpp
2017-11-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterthere are still C users ...
2017-11-04 Martin Quinsonfix native windows build
2017-11-04 Martin Quinsonkill borken code for _WIN32
2017-11-04 Martin QuinsonRemove the undocumented/untested tag <include>
2017-11-04 Martin Quinsonregenerate the flexML files (mostly reindent, it seems)
2017-11-04 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-04 Frederic Suterstringify (a lot)
2017-11-03 Martin Quinsonsonar: kill useless override
2017-11-03 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-03 Arnaud GierschMove namespace out of extern "C" block.
2017-11-03 Frederic Sutermore protected->private fields
2017-11-02 Arnaud GierschHopefully resolve ambiguity on osx too.
2017-11-02 Arnaud GierschSome compilers need an explicit constructor.
2017-11-02 Arnaud GierschUse a map and generator to handle units.
2017-11-02 Frederic Suterprevent infinite recursion with clang
2017-11-02 Frederic Suteruse (existing) accessors to make protected fields private
2017-11-02 Frederic Sutersimplify link events and rename getRootContainer to...
2017-11-01 Arnaud GierschMake field private.
2017-10-30 Frederic Suterenough playing with instr for now ...
2017-10-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-30 Frederic Sutera few more simplifications
2017-10-30 Frederic SuterContinue to reorganize instr
2017-10-28 Arnaud GierschSonar: remove nested blocks.
2017-10-27 Frederic Suterrework Variable related events
2017-10-27 Arnaud GierschSave a couple of strdup/free.
2017-10-27 Frederic Sutersplit instr_private in several header files
2017-10-26 Frederic Suterget rid of kind field in instr Type
2017-10-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-25 Arnaud GierschFix compilation warning.
2017-10-25 Arnaud GierschRemove redundant forward class declarations.
2017-10-25 Arnaud GierschUse simgrid::xbt::Path instead of xbt_{base,dir}name...
2017-10-24 Arnaud GierschUnused parameters.
2017-10-23 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Frederic Suterrename last PJ_ functions
2017-10-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-10-20 Frederic Suterget rid of Container kind_
2017-10-20 Martin QuinsonMerge branch 'actor-priority' of https://github.com...
2017-10-20 Martin Quinsonimprove an error message
2017-10-19 Frederic Sutermore strings
2017-10-18 Arnaud GierschUse standard C/C++ attributes when available.
2017-10-18 Arnaud GierschAdd default case to switch statements.
2017-10-18 Arnaud GierschPer default, use default ns3/TcpModel.
2017-10-18 Arnaud GierschDisable logging from ns3.
next