Skip to content

Commit

Permalink
Adjusting the build to the new names
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed May 27, 2024
1 parent 69756a6 commit 3f23593
Show file tree
Hide file tree
Showing 30 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion docqueries/alpha_shape/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_alphashape
alphashape
)

foreach (f ${LOCAL_FILES})
Expand Down
6 changes: 3 additions & 3 deletions docqueries/astar/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Do not use extensions
SET(LOCAL_FILES
doc-aStarCostMatrix
doc-aStarCost
doc-astar
aStarCostMatrix
aStarCost
astar
)

foreach (f ${LOCAL_FILES})
Expand Down
6 changes: 3 additions & 3 deletions docqueries/bdAstar/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_bdAstarCostMatrix
doc-pgr_bdAstarCost
doc-pgr_bdAstar
bdAstarCostMatrix
bdAstarCost
bdAstar
)

foreach (f ${LOCAL_FILES})
Expand Down
6 changes: 3 additions & 3 deletions docqueries/bdDijkstra/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_bdDijkstraCostMatrix
doc-pgr_bdDijkstraCost
doc-pgr_bdDijkstra
bdDijkstraCostMatrix
bdDijkstraCost
bdDijkstra
)

foreach (f ${LOCAL_FILES})
Expand Down
4 changes: 2 additions & 2 deletions docqueries/bellman_ford/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_bellmanFord
doc-pgr_edwardMoore
bellmanFord
edwardMoore
)

foreach (f ${LOCAL_FILES})
Expand Down
4 changes: 2 additions & 2 deletions docqueries/breadthFirstSearch/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_breadthFirstSearch
doc-pgr_binaryBreadthFirstSearch
breadthFirstSearch
binaryBreadthFirstSearch
)

foreach (f ${LOCAL_FILES})
Expand Down
4 changes: 2 additions & 2 deletions docqueries/chinese/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_chinesePostmanCost
doc-pgr_chinesePostman
chinesePostmanCost
chinesePostman
)

foreach (f ${LOCAL_FILES})
Expand Down
6 changes: 3 additions & 3 deletions docqueries/coloring/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_sequentialVertexColoring
doc-bipartite
doc-edgeColoring
sequentialVertexColoring
bipartite
edgeColoring
)

foreach (f ${LOCAL_FILES})
Expand Down
12 changes: 6 additions & 6 deletions docqueries/components/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_articulationPoints
doc-pgr_biconnectedComponents
doc-pgr_bridges
doc-pgr_connectedComponents
doc-pgr_strongComponents
doc-pgr_makeConnected
articulationPoints
biconnectedComponents
bridges
connectedComponents
strongComponents
makeConnected
)

foreach (f ${LOCAL_FILES})
Expand Down
4 changes: 2 additions & 2 deletions docqueries/contraction/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not use extensions
SET(LOCAL_FILES
doc-contraction-family
doc-pgr_contraction
contraction-family
contraction
)

foreach (f ${LOCAL_FILES})
Expand Down
2 changes: 1 addition & 1 deletion docqueries/dagShortestPath/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_dagShortestPath
dagShortestPath
)

foreach (f ${LOCAL_FILES})
Expand Down
12 changes: 6 additions & 6 deletions docqueries/dijkstra/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_dijkstraCostMatrix
doc-pgr_dijkstraCost
doc-pgr_dijkstra
doc-pgr_dijkstraVia
doc-pgr_dijkstraNear
doc-pgr_dijkstraNearCost
dijkstraCostMatrix
dijkstraCost
dijkstra
dijkstraVia
dijkstraNear
dijkstraNearCost
)

foreach (f ${LOCAL_FILES})
Expand Down
2 changes: 1 addition & 1 deletion docqueries/dominator/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not use extensions
SET(LOCAL_FILES
doc-lengauerTarjanDominatorTree
lengauerTarjanDominatorTree
)

foreach (f ${LOCAL_FILES})
Expand Down
2 changes: 1 addition & 1 deletion docqueries/driving_distance/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not use extensions
SET(LOCAL_FILES
pgr_drivingDistance
drivingDistance
)

foreach (f ${LOCAL_FILES})
Expand Down
4 changes: 2 additions & 2 deletions docqueries/ksp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not use extensions
SET(LOCAL_FILES
doc-ksp
doc-pgr_turnRestrictedPath
ksp
turnRestrictedPath
)

foreach (f ${LOCAL_FILES})
Expand Down
4 changes: 2 additions & 2 deletions docqueries/lineGraph/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_lineGraphFull
doc-pgr_lineGraph
lineGraphFull
lineGraph
)

foreach (f ${LOCAL_FILES})
Expand Down
16 changes: 8 additions & 8 deletions docqueries/max_flow/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_boykovKolmogorov
doc-pgr_edgeDisjointPaths
doc-pgr_edmondsKarp
doc-pgr_maxCardinalityMatch
doc-pgr_maxFlow
doc-pgr_pushRelabel
doc-pgr_maxFlowMinCost
doc-pgr_maxFlowMinCost_Cost
boykovKolmogorov
edgeDisjointPaths
edmondsKarp
maxCardinalityMatch
maxFlow
pushRelabel
maxFlowMinCost
maxFlowMinCost_Cost

)

Expand Down
2 changes: 1 addition & 1 deletion docqueries/mincut/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not use extensions
SET(LOCAL_FILES
doc-stoerWagner
stoerWagner
)

foreach (f ${LOCAL_FILES})
Expand Down
4 changes: 2 additions & 2 deletions docqueries/pickDeliver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pickDeliverEuclidean
doc-pickDeliver
pickDeliverEuclidean
pickDeliver
lc101
)

Expand Down
4 changes: 2 additions & 2 deletions docqueries/planar/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_boyerMyrvold
doc-pgr_isPlanar
boyerMyrvold
isPlanar
)

foreach (f ${LOCAL_FILES})
Expand Down
16 changes: 8 additions & 8 deletions docqueries/spanningTree/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_kruskalBFS
doc-pgr_kruskalDD
doc-pgr_kruskalDFS
doc-pgr_kruskal
doc-pgr_primBFS
doc-pgr_primDD
doc-pgr_primDFS
doc-pgr_prim
kruskalBFS
kruskalDD
kruskalDFS
kruskal
primBFS
primDD
primDFS
prim
)

foreach (f ${LOCAL_FILES})
Expand Down
2 changes: 1 addition & 1 deletion docqueries/topologicalSort/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not use extensions
SET(LOCAL_FILES
doc-topologicalSort
topologicalSort
)

foreach (f ${LOCAL_FILES})
Expand Down
12 changes: 6 additions & 6 deletions docqueries/topology/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_analyzeGraph
doc-pgr_analyzeOneWay
doc-pgr_createTopology
doc-pgr_createVerticesTable
doc-pgr_extractVertices
doc-pgr_nodeNetwork
analyzeGraph
analyzeOneWay
createTopology
createVerticesTable
extractVertices
nodeNetwork
degree
)

Expand Down
2 changes: 1 addition & 1 deletion docqueries/transitiveClosure/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not use extensions
SET(LOCAL_FILES
doc-transitiveClosure
transitiveClosure
)

foreach (f ${LOCAL_FILES})
Expand Down
2 changes: 1 addition & 1 deletion docqueries/traversal/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_depthFirstSearch
depthFirstSearch
)

foreach (f ${LOCAL_FILES})
Expand Down
2 changes: 1 addition & 1 deletion docqueries/trsp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not use extensions
SET(LOCAL_FILES
doc-trsp
trsp
trsp_withPoints
trspVia
trspVia_withPoints
Expand Down
6 changes: 3 additions & 3 deletions docqueries/tsp/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_TSPeuclidean
doc-pgr_TSP
TSPeuclidean
TSP
)

configure_file("wi29.sql" "${PGR_DOCUMENTATION_SOURCE_DIR}/wi29.queries")
configure_file("wi29.pg" "${PGR_DOCUMENTATION_SOURCE_DIR}/wi29.queries")

foreach (f ${LOCAL_FILES})
configure_file("${f}.result" "${PGR_DOCUMENTATION_SOURCE_DIR}/${f}.queries")
Expand Down
4 changes: 2 additions & 2 deletions docqueries/version/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Do not use extensions
SET(LOCAL_FILES
doc-version
doc-full_version
version
full_version
)

foreach (f ${LOCAL_FILES})
Expand Down
2 changes: 1 addition & 1 deletion docqueries/vrp_basic/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_vrpOneDepot
vrpOneDepot
)

foreach (f ${LOCAL_FILES})
Expand Down
10 changes: 5 additions & 5 deletions docqueries/withPoints/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Do not use extensions
SET(LOCAL_FILES
doc-pgr_withPointsCostMatrix
doc-pgr_withPointsCost
doc-pgr_withPointsDD
doc-pgr_withPointsKSP
doc-pgr_withPoints
withPointsCostMatrix
withPointsCost
withPointsDD
withPointsKSP
withPoints
withPointsVia
)

Expand Down

0 comments on commit 3f23593

Please sign in to comment.