-
-
Notifications
You must be signed in to change notification settings - Fork 366
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix #1153 with Option B #1177
Merged
Merged
Fix #1153 with Option B #1177
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Changes committed Updating NEWS and release notes modified: NEWS modified: doc/src/release_notes.rst Deleting unused file deleted: doc/src/release_notes.back.rst Fixing filenames renamed: doc/queries/doc-pgr_eucledianTSP.queries -> doc/queries/doc-pgr_TSPeuclidean.queries renamed: doc/tsp/pgr_eucledianTSP.rst -> doc/tsp/pgr_TSPeuclidean.rst renamed: include/drivers/tsp/eucledianTSP_driver.h -> include/drivers/tsp/euclideanTSP_driver.h renamed: include/tsp/eucledianDmatrix.h -> include/tsp/euclideanDmatrix.h renamed: locale/de/LC_MESSAGES/pgr_eucledianTSP.po -> locale/de/LC_MESSAGES/pgr_TSPeuclidean.po renamed: sql/tsp/eucledianTSP.sql -> sql/tsp/TSPeuclidean.sql renamed: src/tsp/Dmatrix.cpp -> src/cpp_common/Dmatrix.cpp renamed: src/tsp/newTSP.c -> src/tsp/TSP.c renamed: src/tsp/newTSP_driver.cpp -> src/tsp/TSP_driver.cpp renamed: src/tsp/eucledianDmatrix.cpp -> src/tsp/euclideanDmatrix.cpp renamed: src/tsp/eucledianTSP.c -> src/tsp/euclideanTSP.c renamed: src/tsp/eucledianTSP_driver.cpp -> src/tsp/euclideanTSP_driver.cpp Using new filenames on Build modified: src/cpp_common/CMakeLists.txt modified: src/tsp/CMakeLists.txt modified: doc/queries/CMakeLists.txt modified: doc/tsp/CMakeLists.txt modified: sql/tsp/CMakeLists.txt Fixing documentation modified: doc/queries/doc-pgr_TSP.queries modified: doc/src/pgRouting-concepts.rst modified: doc/tsp/TSP-family.rst modified: doc/tsp/pgr_TSP.rst Fixing spelling & using new names modified: include/c_types/pickDeliver/pickDeliveryOrders_t.h modified: include/c_types/pickDeliver/vehicle_t.h modified: include/tsp/pgr_tsp.hpp Reorganizing TSP directory modified: sql/tsp/TSP.sql new file: sql/tsp/_TSP.sql new file: sql/tsp/_TSPeuclidean.sql Current signatures modified: sql/sigs/pgrouting--3.0.0.sig pgTap tests * New tests new file: pgtap/tsp/TSPeuclidean/illegal_values.sql new file: pgtap/tsp/TSPeuclidean/innerQuery.sql new file: pgtap/tsp/TSPeuclidean/types_check.sql * renaming old test renamed: pgtap/tsp/no_crash_test-eucledianTSP.sql -> pgtap/tsp/TSPeuclidean/no_crash_test.sql * Deleting no longer used test deleted: pgtap/tsp/pgr_eucledianTSP_types_check.sql Documentation queries * Fixing filenames renamed: test/tsp/doc-pgr_TSP-windows.test.sql -> test/tsp/doc-pgr_TSP.test.sql renamed: test/tsp/doc-pgr_eucledianTSP.result -> test/tsp/doc-pgr_TSPeuclidean.result renamed: test/tsp/doc-pgr_TSP-windows.result -> test/tsp/win-pgr_TSP.result renamed: test/tsp/doc-pgr_TSP-mac.test.sql -> test/tsp/win-pgr_TSP.test.sql * Using correct spelling inside files modified: test/tsp/development/gr9882-tsp.test.sql modified: test/tsp/development/qa194-tsp.test.sql modified: test/tsp/development/wi29-tsp.result modified: test/tsp/development/wi29-tsp.test.sql modified: test/tsp/doc-pgr_TSP.result modified: test/tsp/performance/dj38.sql modified: test/tsp/performance/qa194.sql modified: test/tsp/performance/wi29.sql * New tests new file: test/tsp/doc-pgr_TSPeuclidean.test.sql * Using new file names modified: test/tsp/test.conf * Deleting unused tests deleted: test/tsp/doc-pgr_TSP-mac.result deleted: test/tsp/doc-pgr_eucledianTSP.test.sql deleted: test/tsp/doc-tsp-mac.result deleted: test/tsp/doc-tsp-mac.test.sql deleted: test/tsp/doc-tsp-windows.result deleted: test/tsp/doc-tsp-windows.test.sql Reflect changes on transifex configuration modified: .tx/config Moving to legacy deprecated TSP signatures new file: sql/legacy/tsp/TSPeucledian.sql renamed: sql/tsp/_makeDistanceMatrix.sql -> sql/legacy/tsp/_makeDistanceMatrix.sql renamed: sql/tsp/tsp_v2.0_coordinates.sql -> sql/legacy/tsp/tsp_v2.0_coordinates.sql renamed: sql/tsp/tsp_v2.0_matrix.sql -> sql/legacy/tsp/tsp_v2.0_matrix.sql Removing trailing spaces modified: src/common/orders_input.c modified: src/common/vehicles_input.c
cvvergara
force-pushed
the
1153-optionB
branch
from
December 31, 2018 16:44
3407f1e
to
d5956d7
Compare
MarPetra
approved these changes
Feb 25, 2019
cvvergara
added a commit
to cvvergara/pgrouting
that referenced
this pull request
Aug 26, 2021
Fix pgRouting#1153 with Option B
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes committed
Updating NEWS and release notes
modified: NEWS
modified: doc/src/release_notes.rst
Deleting unused file
deleted: doc/src/release_notes.back.rst
Fixing filenames
renamed: doc/queries/doc-pgr_eucledianTSP.queries -> doc/queries/doc-pgr_TSPeuclidean.queries
renamed: doc/tsp/pgr_eucledianTSP.rst -> doc/tsp/pgr_TSPeuclidean.rst
renamed: include/drivers/tsp/eucledianTSP_driver.h -> include/drivers/tsp/euclideanTSP_driver.h
renamed: include/tsp/eucledianDmatrix.h -> include/tsp/euclideanDmatrix.h
renamed: locale/de/LC_MESSAGES/pgr_eucledianTSP.po -> locale/de/LC_MESSAGES/pgr_TSPeuclidean.po
renamed: sql/tsp/eucledianTSP.sql -> sql/tsp/TSPeuclidean.sql
renamed: src/tsp/Dmatrix.cpp -> src/cpp_common/Dmatrix.cpp
renamed: src/tsp/newTSP.c -> src/tsp/TSP.c
renamed: src/tsp/newTSP_driver.cpp -> src/tsp/TSP_driver.cpp
renamed: src/tsp/eucledianDmatrix.cpp -> src/tsp/euclideanDmatrix.cpp
renamed: src/tsp/eucledianTSP.c -> src/tsp/euclideanTSP.c
renamed: src/tsp/eucledianTSP_driver.cpp -> src/tsp/euclideanTSP_driver.cpp
Using new filenames on Build
modified: src/cpp_common/CMakeLists.txt
modified: src/tsp/CMakeLists.txt
modified: doc/queries/CMakeLists.txt
modified: doc/tsp/CMakeLists.txt
modified: sql/tsp/CMakeLists.txt
Fixing documentation
modified: doc/queries/doc-pgr_TSP.queries
modified: doc/src/pgRouting-concepts.rst
modified: doc/tsp/TSP-family.rst
modified: doc/tsp/pgr_TSP.rst
Fixing spelling & using new names
modified: include/c_types/pickDeliver/pickDeliveryOrders_t.h
modified: include/c_types/pickDeliver/vehicle_t.h
modified: include/tsp/pgr_tsp.hpp
Reorganizing TSP directory
modified: sql/tsp/TSP.sql
new file: sql/tsp/_TSP.sql
new file: sql/tsp/_TSPeuclidean.sql
Current signatures
modified: sql/sigs/pgrouting--3.0.0.sig
pgTap tests
new file: pgtap/tsp/TSPeuclidean/illegal_values.sql
new file: pgtap/tsp/TSPeuclidean/innerQuery.sql
new file: pgtap/tsp/TSPeuclidean/types_check.sql
renamed: pgtap/tsp/no_crash_test-eucledianTSP.sql -> pgtap/tsp/TSPeuclidean/no_crash_test.sql
deleted: pgtap/tsp/pgr_eucledianTSP_types_check.sql
Documentation queries
renamed: test/tsp/doc-pgr_TSP-windows.test.sql -> test/tsp/doc-pgr_TSP.test.sql
renamed: test/tsp/doc-pgr_eucledianTSP.result -> test/tsp/doc-pgr_TSPeuclidean.result
renamed: test/tsp/doc-pgr_TSP-windows.result -> test/tsp/win-pgr_TSP.result
renamed: test/tsp/doc-pgr_TSP-mac.test.sql -> test/tsp/win-pgr_TSP.test.sql
modified: test/tsp/development/gr9882-tsp.test.sql
modified: test/tsp/development/qa194-tsp.test.sql
modified: test/tsp/development/wi29-tsp.result
modified: test/tsp/development/wi29-tsp.test.sql
modified: test/tsp/doc-pgr_TSP.result
modified: test/tsp/performance/dj38.sql
modified: test/tsp/performance/qa194.sql
modified: test/tsp/performance/wi29.sql
new file: test/tsp/doc-pgr_TSPeuclidean.test.sql
modified: test/tsp/test.conf
deleted: test/tsp/doc-pgr_TSP-mac.result
deleted: test/tsp/doc-pgr_eucledianTSP.test.sql
deleted: test/tsp/doc-tsp-mac.result
deleted: test/tsp/doc-tsp-mac.test.sql
deleted: test/tsp/doc-tsp-windows.result
deleted: test/tsp/doc-tsp-windows.test.sql
Reflect changes on transifex configuration
modified: .tx/config
Moving to legacy deprecated TSP signatures
new file: sql/legacy/tsp/TSPeucledian.sql
renamed: sql/tsp/_makeDistanceMatrix.sql -> sql/legacy/tsp/_makeDistanceMatrix.sql
renamed: sql/tsp/tsp_v2.0_coordinates.sql -> sql/legacy/tsp/tsp_v2.0_coordinates.sql
renamed: sql/tsp/tsp_v2.0_matrix.sql -> sql/legacy/tsp/tsp_v2.0_matrix.sql
Removing trailing spaces
modified: src/common/orders_input.c
modified: src/common/vehicles_input.c
@pgRouting/admins