Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move the surf::As* classes into their own files
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 8 Mar 2016 15:47:47 +0000 (16:47 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 8 Mar 2016 15:47:47 +0000 (16:47 +0100)
commit4dbc84f53aac793fc159d833090e421ec0025905
tree0e718aae95c2c5d91812a7dc489c9738f0627010
parent992ddb7c22e2cb7dfe8509b3f947ba00c45f6af5
Move the surf::As* classes into their own files
24 files changed:
src/surf/AsCluster.cpp [moved from src/surf/surf_routing_cluster.cpp with 96% similarity]
src/surf/AsCluster.hpp [moved from src/surf/surf_routing_cluster.hpp with 68% similarity]
src/surf/AsClusterFatTree.cpp [moved from src/surf/surf_routing_cluster_fat_tree.cpp with 98% similarity]
src/surf/AsClusterFatTree.hpp [moved from src/surf/surf_routing_cluster_fat_tree.hpp with 93% similarity]
src/surf/AsClusterTorus.cpp [moved from src/surf/surf_routing_cluster_torus.cpp with 98% similarity]
src/surf/AsClusterTorus.hpp [moved from src/surf/surf_routing_cluster_torus.hpp with 72% similarity]
src/surf/AsDijkstra.cpp [moved from src/surf/surf_routing_dijkstra.cpp with 98% similarity]
src/surf/AsDijkstra.hpp [moved from src/surf/surf_routing_dijkstra.hpp with 88% similarity]
src/surf/AsFloyd.cpp [moved from src/surf/surf_routing_floyd.cpp with 97% similarity]
src/surf/AsFloyd.hpp [moved from src/surf/surf_routing_floyd.hpp with 73% similarity]
src/surf/AsFull.cpp [moved from src/surf/surf_routing_full.cpp with 96% similarity]
src/surf/AsFull.hpp [moved from src/surf/surf_routing_full.hpp with 69% similarity]
src/surf/AsImpl.cpp
src/surf/AsImpl.hpp
src/surf/AsNone.cpp [moved from src/surf/surf_routing_none.cpp with 78% similarity]
src/surf/AsNone.hpp [moved from src/surf/surf_routing_none.hpp with 84% similarity]
src/surf/AsRoutedGraph.cpp [moved from src/surf/surf_routing_RoutedGraph.cpp with 97% similarity]
src/surf/AsRoutedGraph.hpp [moved from src/surf/surf_routing_RoutedGraph.hpp with 79% similarity]
src/surf/AsVivaldi.cpp [moved from src/surf/surf_routing_vivaldi.cpp with 95% similarity]
src/surf/AsVivaldi.hpp [moved from src/surf/surf_routing_vivaldi.hpp with 51% similarity]
src/surf/sg_platf.cpp
src/surf/surf_c_bindings.cpp
src/surf/surf_routing.cpp
tools/cmake/DefinePackages.cmake