Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2023.
[simgrid.git] / src / kernel / lmm /
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-10-06 Clément Courageux... syntax issues
2022-08-31 Arnaud GierschUse std::string_view (sonar).
2022-08-31 Arnaud GierschReduce scope for global variables.
2022-07-08 Bruno DonassoloMerge branch 'issue111' into 'master'
2022-07-07 Bruno DonassoloWorkaround for multicore ptasks.
2022-06-24 Clément Courageux... callback mechanism
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-07 Arnaud GierschRemove superfluous parentheses.
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-04-28 Arnaud GierschAdd comment for workaround.
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschDe-obfuscation.
2022-04-23 Arnaud GierschDon't throw exception in destructor (sonar).
2022-04-22 Arnaud GierschWorkaround build error with older versions of Eigen3.
2022-04-19 Arnaud GierschCosmetics: *elem is already null here.
2022-03-31 Arnaud GierschLittle Sonar things.
2022-03-31 Arnaud GierschDead code elimination.
2022-03-30 Martin QuinsonMerge branch 'add_missing_comm_python_bindings' into...
2022-03-30 Arnaud GierschField is never changed after construction.
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloCosmetics: doc about System's concurrency
2022-03-28 Bruno DonassoloCosmetics: System.cpp
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-18 Bruno DonassoloKill set_concurrency_share
2022-03-18 Bruno DonassoloKill expand_add
2022-03-18 Bruno DonassoloUnify expand and expand_add
2022-03-18 Bruno DonassoloRemove bmf host model. Add it as an option.
2022-03-18 Bruno DonassoloBMF: undo weight adding.
2022-03-18 Bruno DonassoloBMF: hopefully fix the fair_sharing with priority
2022-03-18 Bruno DonassoloSystem: methods -3 protected, +3 private
2022-03-18 Bruno DonassoloBMF: remove warning since the solver can be used by...
2022-03-18 Bruno DonassoloBMF: fix cloud-capping tests.
2022-03-18 Bruno DonassoloBMF: Fix bug with threads
2022-03-18 Bruno DonassoloAvoid negative rate
2022-03-18 Bruno DonassoloMove common part for selective_update to System class.
2022-03-18 Bruno DonassoloRename update_modified_set to update_modified_cnst_set.
2022-03-18 Bruno DonassoloSystem: fix modified_set_ when selective_update is...
2022-03-18 Bruno DonassoloMove maxmin solver from system
2022-03-18 Bruno DonassoloRename file maxmin to System
2022-03-18 Bruno DonassoloSolver as an configuration option for CPU
2022-03-16 Martin QuinsonMerge branch 'add_barrier_python_bindings' into 'master'
2022-03-15 Arnaud GierschDisable debug output by default.
2022-03-15 Martin QuinsonMake the Eigen3 dependency optionnal
2022-03-11 Martin QuinsonMerge branch 'add_remaining_comm_sync_bindings' into...
2022-03-11 Bruno DonassoloComment back the unsuccessful try to use faster matrix...
2022-03-09 Arnaud GierschDon't modify variable twice in the same expression.
2022-03-09 Arnaud GierschProvide constructor with parameters for lmm::Element.
2022-03-08 Bruno DonassoloBMF: One pass in sonar issues
2022-03-07 Bruno DonassoloRevert "Being optimistic for better performance"
2022-03-07 Bruno DonassoloBeing optimistic for better performance
2022-03-07 Arnaud GierschTry to fix detection of eigen3.
2022-03-07 Bruno DonassoloFix build
2022-03-07 Bruno DonassoloMerge branch 'bmf' into 'master'
2022-03-07 Bruno DonassoloFix bug found at ptask experiments
2022-03-07 Bruno Donassoloptask_BMF: High-level documentation of BMF and the...
2022-03-07 Bruno DonassoloBMF sharing penalty/priority
2022-03-07 Bruno DonassoloFix error find by IO test.
2022-03-07 Bruno DonassoloRemove single movement code
2022-03-07 Bruno Donassoloptask_BMF: support for dynamic bounds (user's callback)
2022-03-07 Bruno DonassoloBMF: Fatpipe support
2022-03-07 Bruno DonassoloImplements selective-update for bmf model (off by default).
2022-03-07 Bruno Donassoloptask_BMF: refactor code and loop scenarios
2022-03-07 Bruno DonassoloSupport for bounded actions in BMF solver
2022-03-07 Bruno DonassoloNew model for parallel tasks: host/model:ptask_BMF
2022-01-20 SUTER FredericCleanup in log categories
2022-01-16 Arnaud GierschPrefer std algorithms.
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-10-29 SUTER Fredericadd the capacity the update the priority of an I/O...
2021-10-13 Arnaud GierschKill trailing whitespaces in tesh files (except when...
2021-09-14 SUTER FredericMerge branch 'master' of https://framagit.org/simgrid...
2021-07-30 Bruno DonassoloFix set_read_bandwidth and set_write_bandwidth for...
2021-07-19 Arnaud Giersch[pvs-studio] Initialize every members of class.
2021-07-19 Arnaud Giersch[pvs-studio] Simplify boolean expressions.
2021-07-15 Bruno DonassoloDisk: Non-linear contraints
2021-06-30 Bruno DonassoloMerge branch 'split_link_impl' into 'master'
2021-06-28 Bruno DonassoloDon't mix LMM sharing policy with S4U.
2021-06-24 Arnaud GierschType consistency.
2021-06-24 Arnaud GierschThis is a test for emptiness.
2021-04-27 Arnaud GierschThe header <typeinfo> must be included before using...
2021-04-19 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-15 Arnaud GierschUse rule-of-three, and hope to please sonar without...
2021-04-14 Arnaud GierschFinally provide a noexcept move constructor.
2021-04-14 Arnaud GierschDelete the implicitely defined move constructor.
2021-04-03 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-04-02 SUTER Fredericchange way WIFI are create + make sharing_policy optional
2021-04-01 Arnaud GierschMove declarations for xbt_abort and xbt_die to xbt...
2021-03-22 Arnaud GierschReduce scope for variables.
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-20 Arnaud GierschDrop simgrid::xbt::demangle and use boost::core::demang...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-23 Arnaud GierschOne more std::unique_ptr.
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-11-21 Arnaud GierschKill two unused helper functions.
next