]> granicus.if.org Git - graphviz/commitdiff
move lib/mingle/nearest_neighbor_graph.c to C++
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 8 Jan 2022 18:46:01 +0000 (10:46 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 11 Jan 2022 15:52:02 +0000 (07:52 -0800)
This is straight renaming; no C++ adaptations made yet.

Gitlab: #2154

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

index 51fd4033660d8482fde6a218dba20ee695182b34..f23811f14a25a011f5c1f7e65ccbdd078fe9d24e 100644 (file)
@@ -12,7 +12,7 @@ add_library(libmingle STATIC
     agglomerative_bundling.c
     edge_bundling.c
     ink.cpp
-    nearest_neighbor_graph.c
+    nearest_neighbor_graph.cpp
     nearest_neighbor_graph_ann.cpp
 )
 
index b79e74a2bb9d6f9d07f5615e9b1e31f37cc934d0..877ba284264b57084f5090d1e3347a8c919821d7 100644 (file)
@@ -15,7 +15,7 @@ noinst_LTLIBRARIES = libmingle_C.la
 endif
 
 libmingle_C_la_SOURCES = edge_bundling.c ink.cpp agglomerative_bundling.c \
-  nearest_neighbor_graph.c nearest_neighbor_graph_ann.cpp
+  nearest_neighbor_graph.cpp nearest_neighbor_graph_ann.cpp
 
 EXTRA_DIST = minglelib.vcxproj*
  
index 1fbff524799026c64fea19f27b4bd5410d53a673..8b8e1eeba1f8e3ecb1ee0b63ae4ebf8d7ddf81e5 100644 (file)
     <ClCompile Include="agglomerative_bundling.c" />
     <ClCompile Include="edge_bundling.c" />
     <ClCompile Include="ink.cpp" />
-    <ClCompile Include="nearest_neighbor_graph.c" />
+    <ClCompile Include="nearest_neighbor_graph.cpp" />
     <ClCompile Include="nearest_neighbor_graph_ann.cpp" />
   </ItemGroup>
   <ItemGroup>
index 626b74b62dd10ff3627bd3466f8633c9aebefc5a..5a5657ca99f0fad64f25f1188cd2a4401a088fec 100644 (file)
@@ -24,7 +24,7 @@
     <ClCompile Include="ink.cpp">
       <Filter>Source Files</Filter>
     </ClCompile>
-    <ClCompile Include="nearest_neighbor_graph.c">
+    <ClCompile Include="nearest_neighbor_graph.cpp">
       <Filter>Source Files</Filter>
     </ClCompile>
     <ClCompile Include="nearest_neighbor_graph_ann.cpp">