Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rename NetCards to NetPoints
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 23 Jan 2017 21:51:47 +0000 (22:51 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 23 Jan 2017 21:51:47 +0000 (22:51 +0100)
commit07c12189c716ea527ddcf8f8b55983213dead2bf
tree4e55cdd563ef6418966bc92ade1de8a80f904703
parentb99c0d78b25704a61225be8a8b5c47b246afe22a
Rename NetCards to NetPoints
50 files changed:
ChangeLog
include/simgrid/forward.h
include/simgrid/s4u/NetZone.hpp
include/simgrid/s4u/engine.hpp
include/simgrid/s4u/host.hpp
src/bindings/lua/lua_platf.cpp
src/instr/instr_interface.cpp
src/instr/instr_paje_containers.cpp
src/kernel/EngineImpl.cpp
src/kernel/EngineImpl.hpp
src/kernel/routing/ClusterZone.cpp
src/kernel/routing/ClusterZone.hpp
src/kernel/routing/DijkstraZone.cpp
src/kernel/routing/DijkstraZone.hpp
src/kernel/routing/DragonflyZone.cpp
src/kernel/routing/DragonflyZone.hpp
src/kernel/routing/EmptyZone.cpp
src/kernel/routing/EmptyZone.hpp
src/kernel/routing/FatTreeZone.cpp
src/kernel/routing/FatTreeZone.hpp
src/kernel/routing/FloydZone.cpp
src/kernel/routing/FloydZone.hpp
src/kernel/routing/FullZone.cpp
src/kernel/routing/FullZone.hpp
src/kernel/routing/NetPoint.cpp [moved from src/kernel/routing/NetCard.cpp with 74% similarity]
src/kernel/routing/NetPoint.hpp [moved from src/kernel/routing/NetCard.hpp with 79% similarity]
src/kernel/routing/NetZoneImpl.cpp
src/kernel/routing/NetZoneImpl.hpp
src/kernel/routing/RoutedZone.cpp
src/kernel/routing/RoutedZone.hpp
src/kernel/routing/TorusZone.cpp
src/kernel/routing/TorusZone.hpp
src/kernel/routing/VivaldiZone.cpp
src/kernel/routing/VivaldiZone.hpp
src/plugins/vm/VirtualMachineImpl.cpp
src/plugins/vm/s4u_VirtualMachine.cpp
src/s4u/s4u_engine.cpp
src/s4u/s4u_host.cpp
src/s4u/s4u_netzone.cpp
src/simgrid/host.cpp
src/surf/network_ns3.cpp
src/surf/ns3/ns3_interface.h
src/surf/sg_platf.cpp
src/surf/storage_n11.cpp
src/surf/surf_interface.cpp
src/surf/xml/platf_private.hpp
src/surf/xml/surfxml_sax_cb.cpp
teshsuite/simdag/flatifier/flatifier.cpp
teshsuite/simdag/is-router/is-router.cpp
tools/cmake/DefinePackages.cmake