-
-
Notifications
You must be signed in to change notification settings - Fork 50
GSoC-2021 Week5: pgr_edgeColoring #179
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
Merged
veenits123
merged 19 commits into
pgRouting:veenit-2021
from
veenits123:week5-july5-july11
Jul 11, 2021
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
3d159cb
Merge branch 'develop'
cvvergara 7139557
[action] adding the actiion update to check updates
cvvergara 57c8121
[action][update] triggering the action with CMakeLists.txt change
cvvergara 4d51f1b
[tsp] sometimes crashes the server
cvvergara 765c343
[action][update] trigger the action when pgtap changes
cvvergara 29e77c9
[action] adding a style-lint test
cvvergara bdaf6bc
[lint] linting C/C++ code
cvvergara c3c5e60
[actions] celaning up actions (#1971)
cvvergara b9dcfa4
Fixes #1970
Kushal-kothari eb28281
merging with pgrouting/develop
veenits123 e687e0e
merging main
veenits123 cf0f01f
[include][edgeColoring] modifying pgr_edgeColoring.hpp
veenits123 94a82b2
[include][edgeColoring] modifying pgr_edgeColoring.hpp
veenits123 7674249
[include][edgeColoring] modifying pgr_edgeColoring.hpp
veenits123 9509fa4
[include][edgeColoring] modifying pgr_edgeColoring.hpp
veenits123 ffc403d
[include][edgeColoring] modifying pgr_edgeColoring.hpp
veenits123 04e4444
[src][edgeColoring] modifying edgeColoring_driver.cpp
veenits123 ee48f3a
[src][edgeColoring] modifying pgr_edgeColoring.cpp
veenits123 75e213c
merging .github/workflows/update.yml
veenits123 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| /*PGR-GNU***************************************************************** | ||
|
|
||
| File: _version.h.in | ||
|
|
||
| Function's developer: | ||
| Copyright (c) 2015 Celia Virginia Vergara Castillo | ||
| Mail: [email protected] | ||
|
|
||
| ------ | ||
|
|
||
| This program is free software; you can redistribute it and/or modify | ||
| it under the terms of the GNU General Public License as published by | ||
| the Free Software Foundation; either version 2 of the License, or | ||
| (at your option) any later version. | ||
|
|
||
| This program is distributed in the hope that it will be useful, | ||
| but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| GNU General Public License for more details. | ||
|
|
||
| You should have received a copy of the GNU General Public License | ||
| along with this program; if not, write to the Free Software | ||
| Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | ||
|
|
||
| ********************************************************************PGR-GNU*/ | ||
|
|
||
| #define BOOST_VERSION "1.74.0"; | ||
| #define CMAKE_BUILD_TYPE "Release"; | ||
| #define COMPILER_VERSION "GNU-10.3.0"; | ||
| #define COMPILATION_DATE "2021/06/30"; | ||
| #define PROJECT_GIT_HASH "aa8d57db3"; | ||
| #define PROJECT_LIB_NAME "pgrouting-3.3.0"; | ||
| #define CMAKE_SYSTEM_NAME "Linux-5.11.0-22-generic"; | ||
| #define POSTGRES_VERSION "PostgreSQL 13.3 (Ubuntu 13.3-0ubuntu0.21.04.1)"; | ||
|
|
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.
Uh oh!
There was an error while loading. Please reload this page.