Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename some fields (change toto to toto_)
[simgrid.git] / src / kernel / lmm /
2018-04-26 Arnaud GierschFix more Doxygen warnings.
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 GierschRemove useless intermediate variables.
2018-03-28 Arnaud GierschMake func_f/fp/fpi static methods of lmm::Lagrange.
2018-03-28 Arnaud GierschMake static functions in lagrange.cpp static methods...
2018-03-28 Arnaud GierschMake check_feasible() and dual_objective() private...
2018-03-28 Arnaud GierschKill spurious #ifdef MATH.
2018-03-28 Arnaud GierschUse constexpr instead of #defin.
2018-03-28 Arnaud GierschKill unused macros.
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 Quinsonsnake_case some resource::Action fields and cleanups
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-14 Martin QuinsonInstall some kernel header files for the users' plugins...
2018-03-13 Martin QuinsonMerge pull request #256 from Flamefire/master
2018-03-13 Arnaud GierschReplace "XBT_PUBLIC_CLASS" with "class XBT_PUBLIC".
2018-03-13 Arnaud GierschDefine XBT_PUBLIC without parameter, just like XBT_PRIVATE.
2018-03-11 Martin Quinsonalso change the namespace of kernel/resource/{Action...
2018-03-11 Martin Quinsonfurther split the kernel/resource module in separate...
2018-03-10 Martin Quinsonconsistency between Action::ActionLmmList and Action...
2018-03-10 Martin Quinsonkill some internal C type aliases
2018-03-10 Martin Quinsonforbid an incomplete and unused constructor
2018-02-18 Martin Quinsons/fullduplex/splitduplex/ in platform parsing (backward...
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::lmm_set_default_protocol_f...
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 GierschRemove last occurences of "swag" in src/kernel/.
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 GierschDon't hide real type behind void*.
2017-11-30 Arnaud GierschMore const references in lagrange.
2017-11-30 Arnaud GierschUse const reference for parameter 'var' in lagrange...
2017-11-30 Arnaud GierschConstification in maxmin.
2017-11-30 Arnaud GierschSimplify logic.
2017-11-30 Arnaud GierschKill unused swag.
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