Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines.
[simgrid.git] / include / simgrid / kernel /
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud Giersch[pvs] Don't let field uninitialized.
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud GierschUnused field.
2020-11-23 Arnaud GierschMore std::vector's.
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-22 AdrienMerge branch 'master' into 'master'
2020-10-19 adrien gougeonadd WifiZone support for ns3 wifi
2020-10-15 Arnaud GierschConstify a parameter, fix name for another, and simplif...
2020-10-14 Arnaud GierschDrop unused parameters.
2020-10-11 Arnaud GierschDefine const is_used().
2020-10-11 Arnaud GierschDefine const get_iface().
2020-10-08 Arnaud GierschUse meaningful names for dragonfly coords.
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-06 Arnaud GierschModernize method declarations.
2020-10-05 Martin QuinsonFix a name conflict in Zones. No idea why gcc didn...
2020-10-05 Martin QuinsonNew 'WiFi' routing, that makes it easier to specify...
2020-10-04 Martin QuinsonLet netzones know about the links created in their...
2020-10-04 Martin Quinsonuseless cosmetics
2020-10-02 Arnaud Giersch[sonar] Use "std::make_shared" to construct "std::share...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/kernel/.
2020-06-12 Augustin Degommespelling mistakes in include/ and examples/
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-25 Frederic Suternamespacing cosmetics
2020-03-01 Arnaud GierschMerge branch 's_SimGrid_simgrid' into 'master'
2020-02-27 Arnaud Giersch[sonar] Declare move constructors with "noexcept".
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-02-02 Martin Quinsonfinish the API under the new format
2020-01-31 Arnaud GierschCosmetics: fix "Malformed whitespace in C++" spotted...
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-16 Frederic Suternamespace cleanups
2020-01-15 Frederic Sutersimplification commit
2020-01-15 Frederic Sutercleanups
2020-01-09 Frederic Suter[sonar] Don't mix public and private data members ...
2020-01-06 Arnaud GierschExplicit instanciation of xbt::Extendable<> specializat...
2020-01-04 Arnaud GierschUse a std::unique_ptr, and remove custom destructor.
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-12-31 Arnaud Giersch[sonar] Another bunch of const qualifiers.
2019-12-27 Arnaud Giersch[sonar] Constify pointer and reference parameters in...
2019-12-23 Arnaud GierschMerge branch 'master' of framagit.org:simgrid/simgrid
2019-12-23 Arnaud Giersch[sonar] Initialize data members with class initializers...
2019-12-23 Frederic Suter[sonar] initialization lists and co.
2019-12-18 Martin Quinsonfix SimGrid-FMI
2019-12-16 Frederic Sutercosmetics in kernel/resource
2019-12-13 Frederic Suteryet another bunch of cleanups
2019-12-09 Frederic Sutertidy up PropertyHolder
2019-11-27 Frederic Suterdon't know why this was still a struct
2019-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
2019-11-22 Augustin Degommecosmetics : I activated -pedantic for a quick pass
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-11 Martin Quinsonfurther API doc improvement
2019-10-28 Arnaud GierschMark deprecated virtual methods "final", and complete...
2019-10-26 Arnaud GierschKeep deprecated wrappers "virtual".
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-20 Arnaud GierschFix misspelling of "occurring".
2019-10-20 Arnaud GierschSpell check.
2019-10-17 Arnaud GierschTypos.
2019-10-11 Arnaud GierschRemove features marked with XBT_ATTRIB_DEPRECATED_v325.
2019-10-07 Frederic SuterMerge branch 'master' into CRTP
2019-08-09 Martin Quinsonchange SIMIX_simcall_handle() into ActorImpl::simcall_h...
2019-06-15 Martin QuinsonCosmetics around ns-3
2019-06-04 Martin QuinsonRename Action::priority into Action::sharing_penalty...
2019-06-04 Martin QuinsonHide the destructor of resource::Model
2019-05-31 Martin QuinsonMerge branch 'tracemgrsplit' into 'master'
2019-04-19 Arnaud GierschUse default destructor for resource::Model.
2019-04-19 Martin Quinson[sonar] kill commented code
2019-04-18 Augustin DegommeMerge branch 'file' into 'master'
2019-04-18 Arnaud GierschConstify get_properties() and and remove simcalls.
2019-04-16 Arnaud Giersch[sonar] Remove custom destructors for routing/Dragonfly...
2019-04-13 Frederic Suterplease sonar
2019-04-11 Frederic Suterplease sonar (protected fields) and coding standards...
2019-04-02 Arnaud GierschRemove features marked with DEPRECATED_v323.
2019-04-02 Frederic SuterSave a cast per action completion
2019-04-02 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-04-02 Arnaud GierschConstify Cpu::speed_per_pstate_.
2019-03-18 Arnaud GierschUse a reference as parameter for signal callbacks.
2019-03-18 Arnaud GierschAdd some const qualifier, needed for later changes.
2019-03-14 Frederic SuterMerge branch 'master' of https://framagit.org/simgrid...
2019-03-14 Arnaud GierschInline methods of simgrid::kernel::Resource.
2019-03-12 Arnaud GierschIIUC return std::move(...) is discouraged.
2019-03-12 Arnaud GierschReferences++.
2019-03-11 Arnaud GierschPass std::string parameters by reference too.
2019-03-11 Arnaud GierschConstify.
2019-03-05 Arnaud GierschField is initialized by constructor.
2019-02-28 Arnaud GierschMake capture list explicit.
2019-02-27 Arnaud GierschEnforce "Rule-of-Three/Five".
2019-02-27 Arnaud GierschMethod is redundant with base class.
2019-02-18 Frederic Suterobjectify simix timers.
2019-02-12 Arnaud GierschUse const& for the parameters of type std::string not...
2019-02-12 Arnaud GierschWhenever possible, use std::move() for parameters ...
2019-02-12 Arnaud GierschDeprecate the is_off() methods.
next