Skip to content

Conversation

krashish8
Copy link
Member

@krashish8 krashish8 commented May 19, 2020

  • Rebased master branch of pgRouting for Release of v3.0.0
git remote -v

origin	git@github.com:krashish8/GSoC-pgRouting.git (fetch)
origin	git@github.com:krashish8/GSoC-pgRouting.git (push)
upstream	https://github.com/pgRouting/pgrouting (fetch)
upstream	https://github.com/pgRouting/pgrouting (push)
git checkout pgr_depthFirstSearch
git fetch upstream
git rebase upstream/master
git push -f
  • Started coding my first function pgr_depthFirstSearch.
  • Added all the required files for the implementation of this function:
  • doc/depthFirstSearch/ - CMakeLists.txt, pgr_depthFirstSearch.rst
  • docqueries/depthFirstSearch/ - CMakeLists.txt, doc-pgr_depthFirstSearch.result, doc-pgr_depthFirstSearch.test.sql, test.conf
  • include/drivers/depthFirstSearch/ - depthFirstSearch_driver.h
  • pgtap/depthFirstSearch/- depthFirstSearch-edge-cases.sql, depthFirstSearch-innerQuery.sql, depthFirstSearch-types-check.sql, no_crash_test-depthFirstSearch.sql
  • sql/depthFirstSearch/ - CMakeLists.txt, _depthFirstSearch.sql, depthFirstSearch.sql
  • src/depthFirstSearch/ - CMakeLists.txt, depthFirstSearch.c, depthFirstSearch_driver.cpp
  • Modified the files in the sql/ and src/ directory, and the depthFirstSearch_driver.h for the current implementation of the function.
  • Added the function name in configuration.conf
  • Added the function signatures in sql/sigs/pgrouting--3.0.0.sig

cvvergara and others added 22 commits May 18, 2020 11:21
translation completed for the source file '/locale/en/LC_MESSAGES/pgr_pickDeliverEuclidean.po'
on the 'es' language.
translation completed for the source file '/locale/en/LC_MESSAGES/VRP-category.po'
on the 'es' language.
translation completed for the source file '/locale/en/LC_MESSAGES/pgr_bdAstarCost.po'
on the 'es' language.
translation completed for the source file '/locale/en/LC_MESSAGES/pgRouting-introduction.po'
on the 'es' language.
translation completed for the source file '/locale/en/LC_MESSAGES/contraction-family.po'
on the 'es' language.
…uclidean-po--master_es

Translate '/locale/en/LC_MESSAGES/pgr_pickDeliverEuclidean.po' in 'es'
…-master_es

Translate '/locale/en/LC_MESSAGES/VRP-category.po' in 'es'
…po--master_es

Translate '/locale/en/LC_MESSAGES/pgr_bdAstarCost.po' in 'es'
…uction-po--master_es

Translate '/locale/en/LC_MESSAGES/pgRouting-introduction.po' in 'es'
…ly-po--master_es

Translate '/locale/en/LC_MESSAGES/contraction-family.po' in 'es'
@krashish8 krashish8 force-pushed the pgr_depthFirstSearch branch from 166d7b9 to 09e5e2d Compare May 20, 2020 03:16
@krashish8 krashish8 force-pushed the pgr_depthFirstSearch branch from 2e263e2 to edb7c23 Compare May 21, 2020 04:23
@krashish8 krashish8 changed the title Rebasing master branch of pgrouting for Release 3.0.0, along with basic coding of pgr_depthFirstSearch() pgr_depthFirstSearch GSoC-2020 Week [-1] May 22, 2020
@krashish8 krashish8 requested a review from cvvergara May 23, 2020 17:27
@krashish8 krashish8 merged commit a34310b into pgRouting:gsoc-ashish May 25, 2020
@krashish8 krashish8 changed the title pgr_depthFirstSearch GSoC-2020 Week [-1] pgr_depthFirstSearch GSoC-2020 Week -1 Jun 10, 2020
@krashish8 krashish8 self-assigned this Jun 10, 2020
@krashish8 krashish8 linked an issue Jul 10, 2020 that may be closed by this pull request
14 tasks
@krashish8 krashish8 added the ashish-2020 Done by Ashish Kumar label Jul 14, 2020
@cvvergara cvvergara added this to the GSoC 2020 first code period milestone Jul 14, 2020
@krashish8 krashish8 changed the title pgr_depthFirstSearch GSoC-2020 Week -1 pgr_depthFirstSearch GSoC-2020 Week [-1] Jul 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ashish-2020 Done by Ashish Kumar
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New Functionality in pgRouting: pgr_depthFirstSearch function
2 participants