Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do the same for IoImpl as for ExecImpl when timeout on completion
[simgrid.git] / include /
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 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 DonassoloModify iteration over models in surf_solve
2021-03-09 Bruno DonassoloAvoid using surf_network_model global
2021-03-09 Frederic Sutermv NetworkAction::rate_ to Action::user_bound_
2021-03-08 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-03-08 Arnaud GierschModernize simcall mutex_trylock.
2021-03-08 Arnaud GierschFix deprecation message.
2021-03-08 Arnaud GierschAdd 'explicit'.
2021-03-08 Arnaud GierschRemove useless declaration of default destructor.
2021-03-08 Augustin Degommegeneralize previous change to other MPI predefined...
2021-03-08 Augustin Degommechange the way MPI datatypes are declared.
2021-03-07 Arnaud GierschRegenerate.
2021-03-06 Augustin DegommeAdd multiple unimplemented calls in smpi.h
2021-03-06 Augustin DegommeImplement MPI_Aint_add and MPI_Aint_diff
2021-03-06 Augustin Degomme"Implement" MPI_Type_get_extent_x, MPI_Type_get_true_ex...
2021-03-05 Frederic Suteradd boolean state to resources and protect set_core_count
2021-03-04 Martin Quinsonmc: rename Inspector to Observer
2021-03-03 Frederic Suteruse CRTP dor resources
2021-03-03 Arnaud GierschModernize simcall mutex_unlock.
2021-03-03 Arnaud Gierschstd::runtime error takes a const&.
2021-03-02 Frederic Sutercosmetics
2021-03-02 Frederic Suteradd core_count setter
2021-03-02 Arnaud GierschRestore Rvalue references for xbt::Exception.
2021-03-01 Frederic SuterConsider Link latency as an optional parameter
2021-03-01 Frederic SuterRollback a little in programmatic description of disks
2021-03-01 Arnaud GierschDeprecated simcall_mc_random.
2021-02-28 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-27 Martin QuinsonExtend xbt_stringify_args up to 25 arguments
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 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-23 Arnaud GierschDrop unused 'value' argument from THROW/THROWF.
2021-02-22 Arnaud GierschRename include/xbt/{future.hpp => promise.hpp}.
2021-02-22 Arnaud GierschRename: include/simgrid/smpi/{replay.hpp => smpi_replay...
2021-02-22 Arnaud GierschCosmetics: fix filename in comment.
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 GierschFactorize declarations for exceptions.
2021-02-19 Martin QuinsonFix a bunch of errors in the documentation
2021-02-18 Martin QuinsonFix the RST inclusions in doxygen comments
2021-02-18 Martin QuinsonStop using autodoxy: Breathe works like a charm for us
2021-02-17 Frederic Suteradd and use Link::is_shared()
2021-02-16 Arnaud GierschFix build error.
2021-02-13 Martin QuinsonWhen an exception occures in kernel mode, display both...
2021-02-13 Martin QuinsonFix parallel execs after my change of yesterday
2021-02-11 Arnaud GierschWhitespaces for codefactor.io.
2021-02-10 Martin QuinsonMerge branch 'local changes'
2021-02-10 Martin Quinsonmv examples/s4u examples/cpp
2021-02-09 Frederic Suterplease modern compilers
2021-02-09 Frederic SuterCannot do anything with dependencies
2021-02-09 Frederic SuterEnable access to Exec from ExecImpl and fix get_finish_...
2021-02-09 Frederic Suterfix Exec::get_start_time()
2021-02-05 eazimiMerge branch 'master' of framagit.org:simgrid/simgrid
2021-02-05 Arnaud GierschFix includes.
2021-02-05 Arnaud GierschUse XBT_DECLARE_ENUM_CLASS for s4u::Activity::State.
2021-02-05 Arnaud GierschAdd helper macro to declare enums with to_string.
2021-02-05 Arnaud GierschDefine two more XBT macros to handle lists of arguments.
2021-02-05 eazimimerge with framagit/master
2021-02-05 Martin QuinsonTiny doc improvement
2021-02-04 Arnaud Giersch[sonar] Pointer to const.
2021-02-04 Frederic Suterplease clang and explicitly override
2021-02-04 Frederic SuterImplement a second veto on start. Activity must be...
2021-02-04 Frederic SuterChainable CRTPed version of vetoable_start
2021-02-04 Frederic SuterHost::exec_async was an init(), fix that.
2021-02-04 Frederic Sutertest and fix Comm::set_payload_size + more chaining
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-02-03 Frederic SuterStorage-kill: clean forward.h
2021-02-03 Frederic SuterStorage-kill: no more storage in MSG
2021-02-03 Frederic SuterStorage-kill: clean file system plugin
2021-02-03 Frederic SuterStorage-kill: start with entire files
2021-02-02 Martin QuinsonNew function: Comm::set_payload_size() to set the amoun...
2021-02-02 Martin Quinsona word in the doc about signal's API
2021-02-02 Frederic SuterChange the way IO activities are initiated
2021-02-01 Frederic SuterIntroduce Exec::init(). One step towards SimDag++
2021-01-29 Martin QuinsonFix a few broken references and other warnings in the doc
2021-01-27 Arnaud GierschDeclare methods 'const'.
2021-01-27 Arnaud GierschRename field.
2021-01-27 Arnaud GierschKeep improved comments from commit 9304dfd37f.
2021-01-25 Martin QuinsonRevert "Assert that the log categories are unique"
2021-01-25 Arnaud GierschFbinfer saw there another static initialization order...
2021-01-25 Martin QuinsonAssert that the log categories are unique
2021-01-24 Martin QuinsonNew doc section: API of logs
2021-01-23 Martin QuinsonFix a bunch of issues with the documentation
2021-01-20 eazimiMerge with fragmagit/master
2021-01-20 Martin QuinsonNew functions: Comm::sendto_{init,async}
2021-01-13 Arnaud Giersch[sonar] Replace the use of "::type" with the "_t" versi...
next