Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics (codefactor+coding style)
[simgrid.git] / src / kernel / lmm / maxmin.cpp
2019-12-08 Frederic Sutercosmetics (codefactor+coding style)
2019-12-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-12-02 Augustin DegommeMerge branch 'master' into 'master'
2019-12-02 Fabien ChaixClean up and use of vector for cleaner allocation
2019-11-29 Fabien ChaixAvoid allocation inside lmm_solve
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschSpell check.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-13 Frederic Suterprotect accesses to cnst->cnst_light_
2019-06-14 Arnaud GierschAdd method to free all variables at once.
2019-06-14 Arnaud GierschThis void* for Constraint::id_ is a Resource*.
2019-06-14 Arnaud GierschFix null pointer dereference.
2019-06-05 Martin QuinsonLMM: rename sharing_weight into sharing_penalty for...
2019-06-03 Martin Quinsonfinish the removal of lagrange-related things
2019-06-03 Martin Quinsonlmm: rename some fields for clarity
2019-06-03 Martin Quinsonlmm::{Variable,Constraint}: Obey our coding conventions...
2019-01-14 Martin Quinsonuseless cosmetics hinted by qtcreator
2019-01-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2019-01-07 Arnaud GierschUpdate copyright lines with new year.
2018-10-11 jed56 ( Jean-Emile... Merge branch 'master' into v3.20-expose-simgrid-jni
2018-07-17 Martin Quinsondoxygen: uniformity in command markers (@ vs. \)
2018-06-27 onesphoreMerge remote-tracking branch 'upstream/master'
2018-06-23 Martin Quinsonsnake_case s4u::Host and improve doc
2018-04-07 Martin Quinsonalways use the right type for link sharing policy
2018-04-07 Martin Quinsonvarious useless cosmetics
2018-04-05 Martin Quinsonreduce the scope of some #include, and cut useless...
2018-04-03 Arnaud GierschKill useless typedefs const_lmm_element_t and lmm_const...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-31 Martin Quinsonhave the maxmin system create by itself what it needs...
2018-03-31 Martin Quinsonlmm::System: rename some fields, and initialize them...
2018-03-30 Martin QuinsonMerge pull request #259 from simgrid/configfix
2018-03-28 Arnaud GierschMake func_f/fp/fpi static methods of lmm::Lagrange.
2018-03-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2018-03-27 Arnaud GierschDefine FairBottleneck and Lagrange as subclasses of...
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-26 Martin QuinsonAction::is_suspended() does not need to be virtual...
2018-03-25 Martin Quinsonkill typedef lmm_element_t
2018-03-24 Martin QuinsonKill typedef lmm_system_t
2018-03-24 Martin QuinsonMove modifiedSet from Resource to lmm::System
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-10 Martin Quinsonconsistency between Action::ActionLmmList and Action...
2018-03-10 Martin Quinsonkill some internal C type aliases
2017-12-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-23 Martin Quinsonfix some doxygen warnings
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_system_t -> System.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_element_t -> Element.
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_constraint_t ->...
2017-12-07 Arnaud GierschRename simgrid::kernel::lmm::s_lmm_variable_t -> Variable.
2017-12-04 Arnaud GierschUse simgrid::xbt::intrusive_erase().
2017-12-02 Martin QuinsonMerge branch 'energy-pstate' of https://github.com...
2017-11-30 Arnaud GierschBad cut&paste, *nextelem is wanted here.
2017-11-30 Arnaud GierschRemove unused variables.
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_el...
2017-11-30 Arnaud GierschCosmetics.
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_va...
2017-11-30 Arnaud GierschUse boost::intrusive::list instead of swags of s_lmm_co...
2017-11-30 Arnaud GierschConstification in maxmin.
2017-11-30 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-30 Martin QuinsonAll this started with a simple namespace renaming
2017-11-29 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-11-29 Arnaud GierschFactorize duplicated code.
2017-11-28 ZitagccMerge branch 'master' into energy-pstate
2017-11-28 Martin Quinsonmove LMM-related stuff to its directory