Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add new entry in Release_Notes.
[simgrid.git] / src / kernel / routing /
2023-10-30 Martin QuinsonMerge branch 'example-battery-chiller-solar' into ...
2023-10-10 AdrienMerge branch 'master' into 'task-dispatch'
2023-09-27 Fred Sutersimplify and remove silly debug
2023-09-26 Fred Suterprefer returning a NetZone than a pair of NetPoints...
2023-09-24 Fred Suterfurther progress towards deprecation of complex add_route
2023-09-22 Martin QuinsonMerge branch 'task-doc' into 'master'
2023-09-21 Fred SuterExplicitely create, store, and expose NetZone gateway(s)
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/mwapl...
2023-06-05 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-06-05 Martin QuinsonMerge branch 'odpor-implementation' into 'master'
2023-05-31 Martin QuinsonMerge branch 'simgrid-fork-plugin-photovoltaic'
2023-05-23 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2023-05-23 Arnaud GierschCompact namespaces.
2023-05-16 Arnaud GierschUse plain pointers instead of references to pointer.
2023-02-20 mlaurentMerge branch 'master' of https://framagit.org/simgrid...
2023-02-19 Martin QuinsonRemove more occurences of 'surf' with uppercases
2023-02-18 Martin QuinsonKill src/include
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 QuinsonRemove some more occurence of 'surf' in comments and...
2023-02-18 Martin QuinsonFurther rename the identifiers of flexml to simgrid_parse_*
2023-02-17 Martin QuinsonMove HostImpl to kernel/resource with its friends
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 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 QuinsonThere is no way these names are empty, bc we give a...
2023-02-15 Martin QuinsonObjectifies the host models
2023-02-15 Martin QuinsonObjectifies the CPU model
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-01-27 Arnaud GierschSonar smells after last changes.
2023-01-24 Arnaud GierschUnsigned cannot be < 0.
2023-01-01 Arnaud GierschUpdate copyright lines for 2023.
2022-11-08 Arnaud GierschRemove explicit conversion to std::string when it's...
2022-11-01 Martin QuinsonMerge branch 'master' of framagit.org:simgrid/simgrid
2022-11-01 Fred SuterMerge branch 'fluidio' into 'master'
2022-10-28 Fred SuterHave the disk model be part of the host models
2022-10-06 Arnaud GierschMerge branch 'wifi_clean' into 'master'
2022-09-16 Augustin Degommethis was not supposed to be modified, actually
2022-09-15 adegommefat tree routing: fix d-mod-k usage of cables when...
2022-07-01 Arnaud GierschSonar issues.
2022-06-30 Arnaud GierschCosmetics (indentation, codefactor.io).
2022-06-30 Arnaud GierschMerge branch 'dev-get-hostname-faster' into 'master'
2022-06-28 Arnaud GierschAvoid memory leak when exception is thrown.
2022-06-27 Arnaud GierschMerge branch 's4u_enforce' into 'master'
2022-06-27 Fabien ChaixAnswer to Mt comments
2022-06-24 Fabien ChaixQuick and dirty fix to speed up get_host_by_name
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-03 Arnaud GierschAddress a few "null dereference" warnings from fbinfer.
2022-05-30 Arnaud GierschMerge selected changes from branch 'simgrid-Jesse-McDon...
2022-05-25 Arnaud GierschAvoid null dereference in assert (when !dst).
2022-05-25 Arnaud GierschMerge branch 'simgrid-platform_robustness'
2022-05-25 Tom CornebizeDeeper check on src and dst in add_route method
2022-05-17 Augustin DegommeMerge branch 'dev-unit_test_cleanup' into 'master'
2022-05-17 Arnaud GierschStarZone::get_graph: link to the gateway router when...
2022-05-17 Arnaud GierschCosmetics: declare graph edges with the "right" direction.
2022-05-10 Arnaud GierschDefine duplicated function get_graph() only once, in...
2022-05-10 Arnaud GierschMake helper functions static members of NetZoneImpl.
2022-05-10 Martin QuinsonMerge branch 'master' into 'master'
2022-05-10 Tom CornebizeEnhance graphicator program
2022-05-10 Arnaud GierschConcatenate nested namespaces (sonar).
2022-05-06 Arnaud GierschReduce scope for temporary variables.
2022-05-03 Arnaud GierschDeclare local variables inside the if statement.
2022-05-03 Arnaud GierschMisc code simplifications guided by Sonar smells.
2022-04-28 Arnaud GierschUse const references (sonar).
2022-04-27 Arnaud GierschUse structured binding declarations (sonar, c++17).
2022-04-26 Arnaud GierschDon't build useless temporary object (sonar, c++17).
2022-04-25 Arnaud GierschPrefer using "try_emplace" (sonar, c++17).
2022-04-15 Arnaud GierschMerge branch 'dev/s4u_tuto_fixes' into 'master'
2022-04-11 Bruno DonassoloIt seems important to keep destruction order for hosts...
2022-04-11 Bruno DonassoloHosts and VMs internal refactor.
2022-04-08 Bruno DonassoloSonar smells
2022-04-04 Bruno DonassoloSeparate NetworkModel from LinkImpl.
2022-04-04 Bruno DonassoloMove links_ to the netzone their are declared
2022-03-31 SUTER Fredericallow users to retrieve hosts and links by the zone...
2022-03-29 Martin QuinsonMerge branch 'dev-mailbox-clear' into 'master'
2022-03-28 Bruno DonassoloMerge branch 'issue105' into 'master'
2022-03-22 Arnaud GierschRemove deprecated features for next release (3.32).
2022-01-20 SUTER FredericCleanup in log categories
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2022-01-05 SUTER Fredericreorganize *LinkImpl stuff
2022-01-05 Bruno DonassoloMerge remote-tracking branch 'upstream/master' into...
2022-01-05 Martin QuinsonIntroduce on_???_cb functions to shield the signals
2022-01-04 Bruno DonassoloMerge branch 'issue99' into 'master'
2022-01-03 Bruno DonassoloMix XML and C++ platforms
2021-11-08 SUTER Fredericsay bye to simgrid::surf namespace
2021-11-05 SUTER Fredericmove Cpu resource definition where it belongs
2021-10-08 Arnaud GierschRemove deprecated features for next release (3.30).
2021-10-02 Arnaud GierschUse type 'unsigned long' [lgtm/pvs-studio].
2021-09-30 SUTER Fredericinclude cleanups (platf_private.hpp, surf_private.hpp...
2021-09-30 SUTER Fredericinclude cleanups (mostly surf/surf.hpp)
next