Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / surf /
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-19 Martin QuinsonFinally kill surf_interface.hpp watched_host was actual...
2023-02-19 Martin QuinsonKill a file with 'surf' in its name, and further empty...
2023-02-18 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-02-18 Martin QuinsonMove some content of surf_interface to a new math_utils.h
2023-02-18 Martin QuinsonMove the files related to the platform parsing to kerne...
2023-02-18 Martin Quinsonmove a symbol declaration out of surf_interface.hpp
2023-02-18 Martin QuinsonMove the ns3 helper files to kernel/models/ns3
2023-02-18 Martin QuinsonRemove some more occurence of 'surf' in comments and...
2023-02-18 Martin QuinsonFurther rename the identifiers of flexml to simgrid_parse_*
2023-02-18 Martin QuinsonChange the namespace of flexml-generated parser from...
2023-02-17 Martin QuinsonMove HostImpl to kernel/resource with its friends
2023-02-17 Martin Quinsonmove the models to the right directory (empty src/surf...
2023-02-17 Martin QuinsonRename option maxmin/precision to precision/work-amount...
2023-02-17 Martin QuinsonRename sg_surf_precision to sg_precision_timing for...
2023-02-16 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-15 Martin QuinsonMerge branch 'actor-comms' into 'master'
2023-02-15 Martin Quinsonproperly deal with network/optim (end of the ModuleGrou...
2023-02-15 Martin QuinsonKill a now useless file
2023-02-15 Martin QuinsonCosmetics around the creation of the VM model
2023-02-15 Martin QuinsonFurther factorization: introduce ModuleGroup::init_from...
2023-02-15 Martin Quinson15 years later, I finally managed to kill host/model...
2023-02-15 Martin QuinsonObjectif the disk model
2023-02-15 Martin QuinsonObjectifies the host models
2023-02-15 Martin QuinsonObjectifies the CPU model
2023-02-15 Martin QuinsonAllow to add a disk to a host after a load_platform...
2023-02-15 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-15 Martin QuinsonConvert the network models to the new plugin-like mechanism
2023-02-14 Martin QuinsonObjectify the model containers
2023-02-14 Martin QuinsonMove the surf log categories elsewhere
2023-02-13 Arnaud GierschReduce scope for variables.
2023-02-13 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-08 Arnaud GierschDeclare functions with attribute 'noreturn' (sonar).
2023-02-08 Arnaud GierschReduce scope for variables.
2023-01-20 Martin QuinsonAllow to disable the TCP windowing modeling by setting...
2023-01-20 Martin QuinsonMove a tiny bit of surf to xbt
2023-01-16 Martin QuinsonKill a useless function, and rename another one
2023-01-16 Martin QuinsonMove two generic functions from surf to xbt
2023-01-14 Arnaud GierschRemove more references to MSG in documentation.
2023-01-12 Arnaud GierschKill remaining traces of win32 support.
2023-01-10 Martin QuinsonStop trying to build on native WIN32, it's broken anyway
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-12-07 Arnaud GierschKill unimplemented declarations.
2022-11-17 Arnaud GierschKill useless computation.
2022-11-09 Fred SuterCompletely revise the way to deal with Streamed I/Os
2022-11-09 Fred Suterthis belongs to the Impl not a specific model
2022-11-09 Fred Suterfurther simplification/cleanups
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-07 Arnaud GierschMark "override" (Sonar).
2022-11-07 Fred Sutersimplify the I/O stream thing A LOT. Might be plunged...
2022-11-06 Martin Quinsonsetter function only need a simcall in MC or with paral...
2022-11-04 Martin QuinsonReduce the amount of header files loading xbt/string.hpp
2022-11-04 Martin QuinsonKill the now useless type xbt::string
2022-11-04 Fred Suteranother attempt to avoid deadlocks in wrench when using...
2022-11-04 Fred Suterfix deadlock found by hcasanova in case of self communi...
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-11-01 Fred Suterfix issues spotted by agriersch
2022-10-31 Fred Suterplug leak and more consistency with other models
2022-10-28 Fred Suterfixes
2022-10-28 Fred Sutereasier to store and use DiskImpl at kernel level
2022-10-28 Fred Suteradd io_stream as a HostModel pure method
2022-10-28 Fred Suterfirst attempt to fluid comm/IO model
2022-10-28 Fred Sutermove update_remains_lazy to the pimpl (as for CPUs)
2022-10-28 Fred Sutersimplify the way I/O actions are created (CPU style)
2022-10-28 Fred SuterHave the disk model be part of the host models
2022-10-28 Fred Sutermention disk model in host model descriptions
2022-10-28 Fred Suterrename disk model init function: default is S19
2022-10-27 Arnaud GierschDeclare functions "const" (Sonar).
2022-10-24 Martin QuinsonFix non-smpi builds
2022-10-23 Martin QuinsonMake the factor callbacks private in NetworkModelFactors
2022-10-23 Martin QuinsonCleanups. Kill useless code
2022-10-23 Martin QuinsonMove set_lat_factor_cb and friends to NetworkModelFactors
2022-10-23 Martin QuinsonMerge network/bandwidth-factor and smpi/bw-factor ...
2022-10-22 Martin QuinsonHide cfg_latency_factor and bw, and change them into...
2022-10-22 Martin QuinsonParameters 'network/latency-factor' and bandwidth-facto...
2022-10-22 Martin QuinsonAlso cleanup the network/weight-S parameter
2022-10-22 Martin QuinsonCleanups around network/latency-factor. Default latency...
2022-10-22 Martin QuinsonIntroduce class simgrid::smpi::utils::FactorSet to...
2022-10-07 Arnaud GierschMisc sonar and codefactor.io issues.
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-08-31 Arnaud GierschUse std::string_view (sonar).
2022-07-21 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-07-15 Fred SuterPrevent segfault when VM's host is created with pstate > 0
2022-07-13 Arnaud GierschUse fixed point arithmetic to avoid rounding errors.
2022-07-08 Bruno DonassoloMerge branch 'issue111' into 'master'
2022-07-07 Bruno DonassoloWorkaround for multicore ptasks.
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-24 Clément Courageux... callback mechanism
2022-06-21 Tom CornebizeRenaming: s4u_enforce -> xbt_enforce
2022-06-21 Arnaud GierschMerge branch 'dev-cpuimpl-used' into 'master'
2022-06-21 Tom CornebizeImplement s4u_enforce
2022-06-05 Arnaud GierschPropagate const attribute (sonar).
2022-06-03 Arnaud GierschCoding style: snake_case.
2022-06-02 Arnaud GierschAnother batch of pointer-to-const (sonar).
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-20 Augustin DegommeMerge branch 'dev-add_comm_fault_scenario' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-fix_mailbox_clear' into 'master'
2022-05-19 Arnaud GierschMerge branch 'dev-hosts_to_activity' into 'master'
next