This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pgrouting.
commit f7f1362e95c8556e454861ca6ff3e4a53a4f91cf Merge: e9b419e 7ca1f71 Author: Bas Couwenberg <[email protected]> Date: Sun Nov 20 22:07:30 2016 +0100 Merge tag 'upstream/2.3.1' Upstream version 2.3.1 .travis.yml | 105 +- CMakeLists.txt | 8 +- NEWS | 9 + README.md | 9 +- VERSION | 2 +- appveyor.yml | 5 - ci/appveyor/install.bat | 2 +- doc/index.rst | 1 + doc/src/changelog/release_notes.rst | 16 + doc/src/installation/installation.rst | 25 +- doc/test/utilities-any.result | 2 +- src/allpairs/src/floydWarshall.c | 4 +- src/allpairs/src/johnson.c | 4 +- src/alpha_shape/src/alpha.c | 8 +- src/astar/src/astarManyToMany.c | 4 +- src/astar/src/astarManyToOne.c | 4 +- src/astar/src/astarOneToMany.c | 4 +- src/astar/src/astarOneToOne.c | 4 +- src/bd_astar/src/bdastar.c | 4 +- src/bd_dijkstra/doc/doc-bdDijkstra.queries | 10 +- src/bd_dijkstra/src/bdsp.c | 20 +- src/contraction/src/contractGraph_driver.cpp | 1 - src/dijkstra/src/dijkstraVia.c | 4 +- src/dijkstra/src/many_to_many_dijkstra.c | 4 +- src/dijkstra/src/many_to_one_dijkstra.c | 4 +- src/dijkstra/src/one_to_many_dijkstra.c | 4 +- src/dijkstra/src/one_to_one_dijkstra.c | 4 +- src/driving_distance/src/drivedist.c | 4 +- .../src/many_to_dist_driving_distance.c | 4 +- .../src/many_to_dist_withPointsDD.c | 4 +- src/driving_distance/src/withPoints_dd.c | 4 +- src/ksp/src/ksp.c | 4 +- src/ksp/src/withPoints_ksp.c | 4 +- .../src/edge_disjoint_paths_many_to_many.c | 7 +- src/max_flow/src/edge_disjoint_paths_many_to_one.c | 6 +- src/max_flow/src/edge_disjoint_paths_one_to_many.c | 6 +- src/max_flow/src/edge_disjoint_paths_one_to_one.c | 4 +- src/max_flow/src/max_flow_many_to_many.c | 7 +- src/max_flow/src/max_flow_many_to_one.c | 5 +- src/max_flow/src/max_flow_one_to_many.c | 5 +- src/max_flow/src/max_flow_one_to_one.c | 4 +- src/max_flow/src/maximum_cardinality_matching.c | 4 +- src/pickDeliver/src/pickDeliver.c | 4 +- src/topology/sql/create_vertices_table.sql | 2 +- src/trsp/doc/doc-trsp.queries | 20 +- src/trsp/sql/CMakeLists.txt | 2 +- src/trsp/sql/routing_trsp.sql | 26 +- src/trsp/sql/routing_trsp_vias.sql | 26 +- src/trsp/sql/trsp_V2.2.sql | 88 +- src/trsp/sql/vias_trsp_V2.2.sql | 24 +- src/trsp/src/CMakeLists.txt | 6 +- src/trsp/src/GraphDefinition.cpp | 681 ++++++++----- src/trsp/src/GraphDefinition.h | 247 +++-- src/trsp/src/trsp.c | 1070 +++++++++++++------- src/trsp/src/trsp.h | 91 ++ src/trsp/src/trsp_core.cpp | 137 +++ src/trsp/src/utils.h | 106 ++ src/trsp/test/doc-trsp.test.sql | 20 +- src/trsp/test/issue693.result | 5 + src/trsp/test/issue693.test.sql | 16 + src/trsp/test/pgtap/from1to3.test.sql | 3 + ...restrictions-compare-dijkstra-directed.test.sql | 4 +- ...strictions-compare-dijkstra-undirected.test.sql | 4 +- src/trsp/test/test.conf | 1 + src/trsp/test/trsp-any-02.test.sql | 2 +- src/trsp/test/trsp_vias-any-04.test.sql | 8 +- src/tsp/src/eucledianTSP.c | 4 +- src/tsp/src/newTSP.c | 4 +- src/tsp/src/tsp2.c | 4 +- src/tsp/src/tsplib.c | 4 +- src/vrp_basic/src/VRP.c | 4 +- src/withPoints/src/many_to_many_withPoints.c | 4 +- src/withPoints/src/many_to_one_withPoints.c | 4 +- src/withPoints/src/one_to_many_withPoints.c | 4 +- src/withPoints/src/one_to_one_withPoints.c | 4 +- tools/curr-sig/pgrouting--2.3.1.sig | 141 +++ tools/sigs/pgrouting--2.3.0.sig | 140 +++ tools/testers/pg_prove_tests.sh | 2 +- tools/testers/update-tester.sh | 41 +- tools/travis/install-doxygen.sh | 28 + tools/travis/install-postgres.sh | 63 ++ tools/travis/test-documentation.sh | 22 + 82 files changed, 2386 insertions(+), 1023 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pgrouting.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

