Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
smpi/priv: backup global memory segment at a better place.
[simgrid.git] / src / kernel /
2018-04-09 Martin Quinsonfurther snake_case Actor (::this_actor remains)
2018-04-08 Arnaud GierschUpdate copyright headers.
2018-04-07 Martin Quinsonalways use the right type for link sharing policy
2018-04-07 Martin Quinsonchange e_surf_link_sharing_policy_t into a proper enum...
2018-04-07 Martin Quinsonvarious useless cosmetics
2018-04-07 Martin Quinsonmove all network models to the kernel::resource namespace
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-04-03 Arnaud GierschKill useless typedefs routing_NetPoint and sg_netpoint_t.
2018-04-03 Martin Quinsonfix some issues arising when killing new-born actors...
2018-04-03 Martin QuinsonDragonflyZone: do not save the whole ClusterCreationArg...
2018-04-03 Martin Quinsonsnake_case routing
2018-04-02 Martin Quinsonfurther snake_case in routing
2018-04-02 Martin Quinsonsnake_case routing::NetPoint
2018-04-02 Martin Quinsonsnake_case in resource::Resource
2018-04-02 Martin Quinsonconvert getCname to get_cname
2018-04-01 Martin Quinsonresource:: extract action_heap into its own class
2018-04-01 Martin Quinsoninline a useless function
2018-04-01 Martin QuinsonCosmetics and snake_casing in Action and Model
2018-03-31 Martin Quinsonmake Model::update_algo a constant field, set at initia...
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 QuinsonCpuCas01: set updateAlgo as initializer
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 Martin Quinsonenum class for Model::UpdateAlgo
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-27 Martin Quinsonstart snake_casing resource::Model
2018-03-27 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-26 Martin Quinsonthese functions always take exactly the same parameter...
2018-03-26 Martin QuinsonWe are in UM=Lazy, that was tested 2 lines above
2018-03-26 Martin Quinsonfurther snake_casing in resource::Action
2018-03-26 Martin QuinsonAction::is_suspended() does not need to be virtual...
2018-03-26 Martin Quinsonsnake_case another method
2018-03-25 Martin Quinsoncleanup Action refcounting
2018-03-25 Martin Quinsonfinish snake_casing resource::Action
2018-03-25 Martin Quinsonsnake_case some resource::Action fields and cleanups
2018-03-25 Martin Quinsonmove simix::ActorImpl to kernel::actor::ActorImpl
2018-03-25 Martin Quinsonkill typedef lmm_element_t
2018-03-24 Martin QuinsonKill typedef lmm_system_t
2018-03-24 Martin Quinsonmore snake_casing of private fields
2018-03-24 Martin Quinsonstart snake_case()ing some private fields
2018-03-24 Martin QuinsonMove modifiedSet from Resource to lmm::System
2018-03-24 Martin Quinsoncosmetics: init fields at declaration, emptying the...
2018-03-24 Martin QuinsonReplace a protected field with a private variable in...
2018-03-20 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-20 Martin Quinsondo not load a private header from s/k/resource/ headers
2018-03-19 Martin Quinsonstop loading private headers from now public NetZoneImp...
2018-03-19 Martin Quinsonmake NetZoneImpl public too
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 GierschDefine XBT_PUBLIC_DATA without parameter too.
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-13 Arnaud GierschDon't leave field uninitialized.
2018-03-13 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-13 Augustin Degommetry to stabilize gcc with previous fixes
2018-03-12 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-03-12 Frederic SuterMove the list of storages to the engine
2018-03-12 Arnaud GierschMake field private.
2018-03-11 Arnaud GierschFix spurious const_cast.
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-11 Martin Quinsonmove files in k/resources/ accordingly to their namespace
2018-03-11 Martin Quinsonrename simgrid::kernel::model into simgrid::kernel...
2018-03-10 Martin Quinsonconsistency between Action::ActionLmmList and Action...
2018-03-10 Martin Quinsonmove the definition of resource's Metric as an inner...
2018-03-10 Martin QuinsonCut k/m/Resource.[ch] to its own files
2018-03-10 Martin Quinsonkill some internal C type aliases
2018-03-10 Martin Quinsonforbid an incomplete and unused constructor
2018-03-08 Arnaud GierschUse XBT_PUBLIC_CLASS (for mingw).
2018-03-07 Arnaud GierschMove forward declaration in simgrid/forward.h.
2018-02-28 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2018-02-28 Frederic Suterextend the example with another type of Zone
2018-02-28 Frederic Sutermake the getNetzoneByType usable and tested
2018-02-27 Millian Poquet[code] allow s4u::Mailbox::setReceiver(nullptr)
2018-02-18 Martin Quinsons/fullduplex/splitduplex/ in platform parsing (backward...
2018-02-18 Martin Quinsonuse SPLITDUPLEX internally instead of FULLDUPLEX
2018-02-13 Christian Heinrich[KERNEL] Simple spelling fix
2018-01-12 Frederic Suterone more class in platform creation
2017-12-26 Martin Quinsonmove the host list into the Engine
2017-12-26 Frederic Suteradd Exec::setBound (and what lies beneath)
2017-12-26 Martin Quinsonallow to call s4u::Exec->setHost() after its start...
2017-12-26 Martin Quinsonmove MutexImpl to the right namespace
2017-12-26 Martin Quinsonmove MutexImpl to the expected location
2017-12-25 Frederic SuterMerge branch 'master' of git+ssh://scm.gforge.inria...
2017-12-23 Martin Quinsonfix some doxygen warnings
2017-12-19 Frederic Sutertracking works better if signals are triggered
2017-12-19 Martin Quinsondon't load a private header from s4u/NetZone.hpp
2017-12-19 Frederic Sutercleanups
next