Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
attempt to fix en issue when timing functions are called before initialization
[simgrid.git] / src / kernel /
2021-03-13 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-13 Arnaud GierschModernize simcall cond_wait.
2021-03-13 Arnaud GierschModernize simcall sem_acquire.
2021-03-13 Arnaud GierschAdd SemaphoreImpl::piface_ (mimic MutexImpl).
2021-03-13 Arnaud GierschFix include.
2021-03-11 Arnaud GierschMerge branch 'model_types_rework_part1' into 'master'
2021-03-11 Bruno DonassoloInitializing SimGrid's model in another way
2021-03-11 Bruno DonassoloSimple constructor for NetZone's child classes.
2021-03-11 Bruno DonassoloNetZoneImpl: simpler constructor
2021-03-11 Bruno DonassoloNetZoneImpl: rework seal
2021-03-11 Martin QuinsonRemove useless default destructor definitions
2021-03-10 Martin QuinsonTwo small sonar fixes
2021-03-10 Arnaud GierschMerge branch 's4u/model_list' into 'master'
2021-03-10 Arnaud GierschMerge branch 'unify_models' into 'master'
2021-03-10 Bruno DonassoloUniform treatment in EngineImpl for all models.
2021-03-10 Bruno DonassoloConst for some get functions
2021-03-10 Arnaud GierschCosmetics around #include.
2021-03-09 Arnaud GierschModernize simcall mutex_lock.
2021-03-09 Arnaud GierschMove check from checker side to app. side.
2021-03-09 Arnaud GierschDefine (and use) a callback for RawImpl::finish.
2021-03-09 Arnaud GierschMerge branch 'bruno.donassolo/simgrid-add_model_shared...
2021-03-09 Bruno DonassoloEngine*::add_model: from unique to shared_ptr
2021-03-09 Frederic Suternamespacing
2021-03-09 Frederic Suterbe more uniform on action cleaning accross activities
2021-03-09 Frederic SuterDo the same for IoImpl as for ExecImpl when timeout...
2021-03-09 Frederic Suteruser bound is now stored at Action level and not modifi...
2021-03-09 Frederic SuterAllow failure detection for parallel exec
2021-03-09 Martin QuinsonMerge branch 'multi_models_no_globals' into 'master'
2021-03-09 Bruno DonassoloMove globals to EngineImpl
2021-03-09 Bruno DonassoloSay goodbye to last global: surf_host_model
2021-03-09 Bruno Donassoloclang-format: ExecImpl.cpp and sd_task.cpp
2021-03-09 Bruno Donassolosurf_disk_model: remove it.
2021-03-09 Bruno Donassolosurf_cpu_model_pm: remove global
2021-03-09 Bruno DonassoloGet rid of surf_cpu_model_vm.
2021-03-09 Bruno DonassoloNetZoneImpl::network_model_: get() and private object
2021-03-09 Bruno DonassoloAvoid using surf_network_model global
2021-03-09 Bruno Donassoloclang-format before starting changing files
2021-03-09 Frederic Suterpropagate the user bound down to the action
2021-03-08 Frederic Suterfix GH#343
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
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...
next