]> granicus.if.org Git - graphviz/commitdiff
lib/mingle: move 'edge_bundling.c' into C++
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Thu, 13 Jan 2022 04:03:44 +0000 (20:03 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 15 Jan 2022 16:17:00 +0000 (08:17 -0800)
This is a straight rename. No C++-specific changes yet.

Github: #2154

lib/mingle/CMakeLists.txt
lib/mingle/Makefile.am
lib/mingle/edge_bundling.cpp [moved from lib/mingle/edge_bundling.c with 100% similarity]
lib/mingle/minglelib.vcxproj
lib/mingle/minglelib.vcxproj.filters

index f23811f14a25a011f5c1f7e65ccbdd078fe9d24e..9fa1abb7c9c695d629a2ced008d04ff32338bfa5 100644 (file)
@@ -10,7 +10,7 @@ add_library(libmingle STATIC
 
     # Source files
     agglomerative_bundling.c
-    edge_bundling.c
+    edge_bundling.cpp
     ink.cpp
     nearest_neighbor_graph.cpp
     nearest_neighbor_graph_ann.cpp
index 877ba284264b57084f5090d1e3347a8c919821d7..a04f2602060d53a63bba801f7e639ca8798911ec 100644 (file)
@@ -14,7 +14,7 @@ if WITH_ANN
 noinst_LTLIBRARIES = libmingle_C.la
 endif
 
-libmingle_C_la_SOURCES = edge_bundling.c ink.cpp agglomerative_bundling.c \
+libmingle_C_la_SOURCES = edge_bundling.cpp ink.cpp agglomerative_bundling.c \
   nearest_neighbor_graph.cpp nearest_neighbor_graph_ann.cpp
 
 EXTRA_DIST = minglelib.vcxproj*
index 8b8e1eeba1f8e3ecb1ee0b63ae4ebf8d7ddf81e5..e8507bc364323c313bbb98a3abea61d030ce4782 100644 (file)
   </ItemDefinitionGroup>
   <ItemGroup>
     <ClCompile Include="agglomerative_bundling.c" />
-    <ClCompile Include="edge_bundling.c" />
+    <ClCompile Include="edge_bundling.cpp" />
     <ClCompile Include="ink.cpp" />
     <ClCompile Include="nearest_neighbor_graph.cpp" />
     <ClCompile Include="nearest_neighbor_graph_ann.cpp" />
index 5a5657ca99f0fad64f25f1188cd2a4401a088fec..1ad11e13409e303ed9fb6301adfed471edbbc023 100644 (file)
@@ -18,7 +18,7 @@
     <ClCompile Include="agglomerative_bundling.c">
       <Filter>Source Files</Filter>
     </ClCompile>
-    <ClCompile Include="edge_bundling.c">
+    <ClCompile Include="edge_bundling.cpp">
       <Filter>Source Files</Filter>
     </ClCompile>
     <ClCompile Include="ink.cpp">