-
-
Notifications
You must be signed in to change notification settings - Fork 376
Port changes contraction hierarchies and using const char #2872
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
Port changes contraction hierarchies and using const char #2872
Conversation
(cherry picked from commit 9c8bc8b)
(cherry picked from commit 646be85)
(cherry picked from commit d2b0c41)
(cherry picked from commit 6271ee4)
(cherry picked from commit 64e0011)
(cherry picked from commit f580643)
(cherry picked from commit 27b978f)
sql: - Order of optional parameters: "directed" is first - forbidden_vertices -> forbidden General fixes: - Fixing licenses - Removed trailing spaces on files - Adjust to parameters names and order pgtap: - The function is new on 3.8.0 - Adjusting plans and skip message build: - Adding pgr_contractionHierarchies signatures in 3.8 doc queries: - Capitalizing postgreSQL key words Doc: - Added Experimental keyword Fixing C/C++ warnings: - template-id not allowed for constructor in C++20 [-Wtemplate-id-cdtor] - no member named remove_edge in namespace boost [clang-diagnostic-error] - no member named make_iterator_range in namespace boost [clang-diagnostic-error] (cherry picked from commit 64b6dc5)
(cherry picked from commit cc71f5c)
(cherry picked from commit 3c45df0)
(cherry picked from commit 6095575)
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Ports changes from:
@pgRouting/admins