Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Proposition of a NEWS entry
[simgrid.git] / include /
2021-03-26 Martin QuinsonMove SimcallObserver from simgrid::mc to simgrid::kerne...
2021-03-26 Arnaud GierschMerge branch 'simcall_blocking' into 'master'
2021-03-26 Arnaud GierschMove PoC blocking_simcall.hpp from public include/...
2021-03-26 Arnaud GierschFix simcall_blocking returning a value.
2021-03-26 Augustin Degommesupport MPI_CXX types.
2021-03-25 Arnaud GierschUse const& for std::string parameter (sonar, again).
2021-03-25 SUTER Fredericmore chaining for CPUs too
2021-03-25 SUTER FredericCleaning and chaining around links
2021-03-25 Arnaud GierschUse a const reference for parameter.
2021-03-25 Arnaud GierschBetter fix for constness of argv in sg_actor_start...
2021-03-25 Martin QuinsonMake model name constant
2021-03-25 Martin QuinsonUse the models directly, not their names
2021-03-25 Martin QuinsonMerge branch 'models_type_rework_part2_try2' into ...
2021-03-24 Arnaud GierschRemove a level of constness for argv parameter of sg_ac...
2021-03-24 Arnaud GierschRestore xbt_dynar_to_array, which is still used by...
2021-03-23 Arnaud GierschKill now unused xbt_str_split_quoted(), xbt_str_split_q...
2021-03-23 Arnaud GierschKill unused dynar functions.
2021-03-23 Bruno DonassoloNo more types for models.
2021-03-23 Arnaud Giersch[sonar] Pass large object by reference to const.
2021-03-23 Arnaud Giersch[sonar] Make parameter a pointer-to-const.
2021-03-23 Arnaud Giersch[sonar] Inheriting constructors should be used.
2021-03-23 Martin QuinsonForbid to modify a sealed netzone
2021-03-22 Martin QuinsonSanitize how tracefiles are handled
2021-03-22 SUTER FredericNetZone: father to parent and more accessors
2021-03-22 SUTER Frederictrimming zones
2021-03-22 Arnaud GierschCosmetics (redundant version number).
2021-03-19 Arnaud GierschMake Time::date const; kill useless getter.
2021-03-19 SUTER Fredericprivatize fields of ClusterZone + more explicit methods
2021-03-18 Arnaud GierschModernize simcall execution_waitany_for.
2021-03-18 Arnaud GierschLowercase PID in function name (2/2 - public part).
2021-03-17 Arnaud GierschLowercase PID in function name (1/2 - private part).
2021-03-17 SUTER Fredericmake update_algorithm optional in model creation. Full...
2021-03-16 Arnaud GierschModernize simcall sem_acquire_timeout.
2021-03-16 Arnaud GierschModernize simcall cond_wait_timeout.
2021-03-16 Arnaud GierschCosmetics: use a meaningful name for parameter.
2021-03-15 Arnaud GierschA blocking simcall does not make sense in kernel mode.
2021-03-15 Arnaud GierschCosmetics: single "TODO" for less sonar smell.
2021-03-15 Arnaud GierschMake ConditionVariable::~ConditionVariable() private.
2021-03-15 Arnaud GierschMake Semaphore::~Sepmaphore() private.
2021-03-15 Arnaud GierschMake Mutex::~Mutex() private.
2021-03-14 Martin QuinsonMC gets the addresses of variables it needs from the...
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 GierschUse ConditionVariable::create() for sg_cond_init().
2021-03-13 Arnaud GierschRename ConditionVariable::cond_ to pimpl_ for consistency.
2021-03-13 Arnaud GierschAdd SemaphoreImpl::piface_ (mimic MutexImpl).
2021-03-13 Arnaud GierschPrefer type bool for boolean values.
2021-03-13 Arnaud GierschUse Mutex::create() for sg_mutex_init().
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 QuinsonMerge pull request #374 from adegomme/master
2021-03-11 Arnaud Giersch[sonar] Declare functions 'const'.
2021-03-10 Martin QuinsonDocument direct communications, deprecate Host::sendto...
2021-03-10 Arnaud GierschMerge branch 's4u/model_list' into 'master'
2021-03-10 msimonins4u Engine: expose get_all_models, get_model_list
2021-03-09 Arnaud GierschModernize simcall mutex_lock.
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 Martin QuinsonMerge branch 'hotfix_add_model_api' into 'master'
2021-03-09 Bruno DonassoloHotfix: expose add_model method in s4u::Engine
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
next