Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Modernize simcall mutex_trylock.
[simgrid.git] / src / kernel /
2021-03-08 Arnaud GierschModernize simcall mutex_trylock.
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Frederic Sutercontinue to fluentify Cpu creation. Fix FG37 on the way
2021-03-07 Arnaud GierschKill superfluous macros.
2021-03-07 Arnaud GierschAt most one resource allocation per statement (sonar).
2021-03-05 Frederic Suterclang ... override ... again
2021-03-05 Frederic Suteradd boolean state to resources and protect set_core_count
2021-03-04 Arnaud GierschCosmetics
2021-03-03 Frederic Suteruse CRTP dor resources
2021-03-03 Arnaud GierschModernize simcall mutex_unlock.
2021-03-02 Frederic SuterSimplify namespaces
2021-03-02 Frederic Sutercosmetics
2021-03-01 Frederic SuterConsider Link latency as an optional parameter
2021-03-01 Frederic Sutermore fluent version
2021-03-01 Frederic SuterRollback a little in programmatic description of disks
2021-02-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-26 Frederic Suterallow for programmatic creation of a disk
2021-02-25 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-25 Martin QuinsonMerge branch 'master' into 'master'
2021-02-25 Frederic SuterMake progress towards a programmatic creation of disks
2021-02-25 Frederic Sutersee what can be done with method chaining in disk creation
2021-02-25 Frederic SuterChange way Resources are created: Empty ctor and setters
2021-02-24 Frederic Sutera bit more method chaining in the internals
2021-02-24 agougeonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-23 Arnaud GierschUse access modifier to disallow direct deletion. Remove...
2021-02-23 Arnaud GierschDefine getter/setter for Exception::value.
2021-02-20 Arnaud GierschDrop simgrid::xbt::demangle and use boost::core::demang...
2021-02-19 Arnaud GierschDefine and use Exception::rethrow_nested to rethrow...
2021-02-19 Arnaud GierschUseless complication.
2021-02-18 Arnaud GierschCope with non-const SIGSTKSZ.
2021-02-13 Martin QuinsonWhen an exception occures in kernel mode, display both...
2021-02-13 Martin QuinsonImprove the behavior of wait_for(0), and activate some...
2021-02-11 Arnaud GierschSonar asks for an in-class initializer.
2021-02-11 Arnaud GierschWhitespaces for codefactor.io.
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-10 Arnaud Gierschsurf_action_ should not be null here.
2021-02-09 Frederic SuterEnable access to Exec from ExecImpl and fix get_finish_...
2021-02-06 Martin QuinsonNo need to test 'not detached_' twice in the same test
2021-02-05 eazimiMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 Arnaud GierschFix includes.
2021-02-05 Arnaud GierschMake constructor 'explicit'.
2021-02-05 Arnaud GierschUse XBT_DECLARE_ENUM_CLASS for kernel::activity::State.
2021-02-05 eazimimerge with framagit/master
2021-02-05 Martin QuinsonCommImpl: don't mix state and type, and make type_...
2021-02-04 Arnaud GierschDefine CommImpl::type_ at construction.
2021-02-04 Arnaud GierschSimplify condition.
2021-02-04 Arnaud GierschPrefer std::array to map enum to string.
2021-02-03 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-02-03 Frederic SuterStorage-kill: last crumbs
2021-02-03 Frederic SuterStorage-kill: this survives to make
2021-01-27 Martin QuinsonY U NO test before commit/push??
2021-01-27 Martin Quinsonsome cleanups to the logging channel hierarchy
2021-01-27 Arnaud GierschDeclare methods 'const'.
2021-01-25 Martin QuinsonStart cleaning up the log channel hierarchy
2021-01-23 Martin QuinsonCamel_case a forgotten function
2021-01-20 eazimiMerge with fragmagit/master
2021-01-20 Martin QuinsonNew functions: Comm::sendto_{init,async}
2021-01-20 eazimiMerge branch 'master' of github.com:eazimi/simgrid
2021-01-17 Arnaud GierschFix another static initialization order fiasco for...
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 eazimimerge with framagit/master
2021-01-12 eazimiMerge with framagit/master
2021-01-12 Arnaud GierschUseless assignment.
2021-01-12 Arnaud GierschUpdate copyright lines.
2021-01-11 Ehsan AzimiMerge with framagit/master
2021-01-10 Martin QuinsonUnify on_start/on_completion signals of Activities
2020-12-20 Martin QuinsonDeprecate a SIMIX function that was badly named anyway
2020-12-16 Arnaud GierschUse transparent comparator 'std::less<>' with associati...
2020-12-16 Arnaud GierschAvoid useless creation of temporary objects with emplac...
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-27 Arnaud GierschFix return type for get_maxpid().
2020-11-27 Arnaud GierschFix comments.
2020-11-27 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-26 Arnaud Giersch[pvs] The conditional expressions of the 'if' statement...
2020-11-26 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-25 Arnaud Giersch[pvs] A part of conditional expression is always false...
2020-11-25 Arnaud Giersch[pvs] The 'gw_src' pointer was utilized before it was...
2020-11-25 Arnaud GierschEnum class for MC call types, and MC comm pattern diffe...
2020-11-25 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-24 Arnaud Giersch[sonar] Reduce number of 'break' in loop.
2020-11-23 Arnaud GierschUse std::unique_ptr with std::ifstream.
2020-11-23 Arnaud GierschMore std::vector's.
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.
2020-11-21 Arnaud GierschRemove more new/delete, this time for lmm::System in...
2020-11-21 Arnaud GierschRemove useless new/delete (please sonar).
2020-11-19 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid...
2020-11-18 Arnaud GierschUseless std::move.
2020-11-18 Arnaud GierschUse 'using-declarations' to inherit constructors.
2020-11-18 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-11-18 Arnaud GierschPrefer "using" to "typedef".
2020-11-18 Arnaud GierschKill dead code.
2020-10-30 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-29 Arnaud GierschMore functions to declare "const".
2020-10-29 Ehsan AzimiMerge branch 'master' of github.com:simgrid/simgrid
2020-10-28 Arnaud GierschUse xbt_die instead of xbt_assert(false).
2020-10-28 Arnaud Gierschs/atof/stod/.
2020-10-28 Arnaud Giersch[sonar] global variable--
next