Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pgRouting/pgrouting

Repository contains pgRouting library. Development branch is "develop", stable branch is "master"
https://github.com/pgRouting/pgrouting

Update locale: commit b6f2e13630

6610cb92195236454358e9fc87307dae24059d2b authored almost 3 years ago
[src] Fixing clang warning

b6f2e1363024f8572e9f6cd6138fa77916ec4750 authored almost 3 years ago
[src] Fixing clang warning issue 2216

27a9f925fd3f19705f0c479019e42ce0e4f696f6 authored almost 3 years ago
[src] Fixing clang warning issue 2216

d3871cf0d90f621315569b1884502e9b97982756 authored almost 3 years ago
Update locale: commit 5419af257e

c8b5ac6a241900674fecd64584201bf57d5e197a authored almost 3 years ago
With points using parsed literal (#2263)

* [pgr_withPoints][doc] using parsed-literal & refining
* [pgr_withPoints][doc] refining exampl...

5419af257ea1066a2fec802eafded946408f7e79 authored almost 3 years ago
Update locale: commit 88b4f071f9

ab8618bda8631f2c141e88764abc9386b001096e authored almost 3 years ago
Dijkstra parsed literal (#2262)

* [dijkstraCost][doc] using parsed-literal & refining
* [dijkstraCostMatrix][doc] using parsed-...

88b4f071f9dc5f209013e9994df8170fe198f6a9 authored almost 3 years ago
Update locale: commit cb254f623e

d2a98bf594eb1dc4fb149fbe71c3228db83a0e9f authored almost 3 years ago
Using parse-literal on allpairs, alphashape & pgr_dijkstra (#2261)

* [doc][allpairs] Using parse-literal
* [alphaShape][doc] fixing parameter name
* [pgr_dijkstr...

cb254f623ea0461d235a248eba3f3d8b4a149bba authored almost 3 years ago
Update locale: commit c229a6fc90

b1632fc45d573ff0ac001a2ddbc8631456c32faa authored almost 3 years ago
Trsp migration guide (#2260)

* [doc][trsp] Migration guide documentation
* [doc][trsp] adding links to migration guide
* [l...

c229a6fc90ef6828e0bfeab61bbec86d7e4463e5 authored almost 3 years ago
Update locale: commit af1f56ea39

87df79e1c1a6d91d78585fd78062bbd249b7d45c authored almost 3 years ago
Refine trsp with points documentation (#2259)

* [withPoints] add withPoints category
* adding new link to ignore
* Points SQL moved to withP...

af1f56ea398cdb10d53aa0617b10595f2b2581f7 authored almost 3 years ago
Update locale: commit 76ec4b2591

c930ce20e182f67f6aad0a6f55b624e80321ce31 authored almost 3 years ago
New pgr trsp via with points (#2257)

* [CI][windows] window-latest is using VS 17 2022
* [src][trspVia_withPoints] adding new files
...

76ec4b259176ba306ac0d254d993723571057b2a authored almost 3 years ago
Update locale: commit f382bb6a6c

8d825476757d0162e9a29b78e33e3006dbfec113 authored almost 3 years ago
new function with points via (closes #2251) (#2252)

* [pgtap] organizing tests for via functions
* [withPointsVia][pgtap] tests that need to pass
...

f382bb6a6cf8ec21fbb2c9485b37ad101317f2f5 authored almost 3 years ago
Update locale: commit 28270bbbc8

c5859051b26719298a2b060ce1df25e7e29fb0e9 authored almost 3 years ago
New function trsp via (#2250)

* [trspVia][pgtap] the expected passing test
* [trspVia][sql] adding the sql functions
* [trsp...

28270bbbc8a154a7f5f467a88eb6eae198c577d7 authored almost 3 years ago
Update locale: commit 8e58f92681

20fe1a437349a9db1e81918ad75bcb363ea5639c authored almost 3 years ago
Change table style (#2248)

* [doc] using list-table on pgRouting-concepts
* [doc][dijkstraVia] adjusting because of changes

8e58f92681e413cbf8872ab257b2805eda9de757 authored almost 3 years ago
Update locale: commit c83e439988

a6ef1e7647d837025d21a4f7e7af055aaf07180a authored almost 3 years ago
New function pgr_trsp_withPoints (Closing #2245) (#2246)

* [pgr_trsp_withPoints][SQL] Creating new signatures
* [pgr_trsp][SQL] Deprecating function
* ...

c83e4399883829ba25e76cdeeba186b719184815 authored almost 3 years ago
Update locale: commit d96cf9dbae

6b552670369466c4298e349596615b5e2bcf7581 authored about 3 years ago
Doc refinement trsp (#2242)

* [data] Adjusting the testing data
restrictions -> old_restrictions
new_restrictions -> restr...

d96cf9dbae32b00462c6119f62bb51a509730cfb authored about 3 years ago
Update locale: commit a36debdc83

d499cbee07b46d187955549bfc07f370c0c6f3fe authored about 3 years ago
[pgr_trsp][doc] adding the documentation

a36debdc836fcb729ca79fd2bf5733a5c9f0862c authored about 3 years ago
[pgr_trsp][sql] adding 5 signatures + 1 internal signature

ac47db1d99ba0bcedb68a72f6b113bb45c34a06f authored about 3 years ago
[trsp][pgtap] adding and simplifying tests

4a5695b9170d280c1d559a9469e6e90d8afe80dc authored about 3 years ago
[pgr_trsp][C/C++] adding code for new signatures

c49d45f8cf4e4462f74c45730840405554e2f1a5 authored about 3 years ago
[pgr_trsp][pgtap] Tests that need to pass after implementation

e9d5a36a377f80391689daa706a767f67b0caa66 authored about 3 years ago
[docqueries][tsp] removing randomize parameter from calls (#2234)

* removing `randomize` parameter from calls

48668b18724a6200af9205753c57eb0d7079f114 authored about 3 years ago
[docqueries][tsp] removing randomize parameter from calls (#2234)

* removing `randomize` parameter from calls

409c9e8f1f7962e5b81db7014b245d46a4f70d41 authored about 3 years ago
[pgtap] fixing some issues with testing old 3.x version

ccbd7359889258cac2d1de7d2170367f3d3014b3 authored about 3 years ago
[dijkstra][pgtap] simplification of tests

93a5c748e79986de6adf487efb19567d41efda4e authored about 3 years ago
Standarize innerquery (#2230)

* [pgtap] renaming files to inner_query
* [dijkstra][pgtap] standarizing inner_query.pg
* [ast...

9e24c85c44e132603709d9d481ef9c1dfc5ec2e3 authored about 3 years ago
[pgtap] standarizing type_check.pg (#2227)

* [format] 2 space indent on .pg files
* [dijkstra] moving old tests around
* [dijkstra][pgtap...

aa5d301fa3556f730a4fd32299b25d2fb77726ed authored about 3 years ago
[pgtap][edgeColoring] fixing edge-cases.sql

3f484a17e7624749d87efa7ffe9731d1132486c9 authored about 3 years ago
[include/drivers][edgeColoring] fixing edgeColoring_driver.h

c226f848418f7c216a9834227a92a74321562d0a authored about 3 years ago
[src][edgeColoring] fixing edgeColoring.c

f1f3598cf080441552a1aec917f822d35edeaf0f authored about 3 years ago
[pgtap][edgeColoring] fixing edge-cases.sql

775fde43ddf2176d61158d8be54d2c3c2b6ca065 authored about 3 years ago
[include/drivers][edgeColoring] fixing edgeColoring_driver.h

657422352892e3e07c5d11039e80ccda416b8ce7 authored about 3 years ago
Organize pgtap tests (#2217)

* [allpairs] organizing pgtap tests
* [alphaShape] organizing pgtap tests
* [astar] organizing...

685a5955787fd975bcd05e6ae53f314de1f201ef authored about 3 years ago
Update locale: commit 76d59b64bc

bdcdfa98cd03a004657b5bee843f4255c51fdab6 authored about 3 years ago
[pumpup] pumpup to new version 3.4 (#2214)

[administrative] pumpup version 3.4
CMakeLists.txt
NEWS
doc/src/release_notes.rst
docquerie...

76d59b64bc0cd7a8b837c835ad0faf542f77802f authored about 3 years ago
Merge branch 'develop' into main

53616fa935e28777f8f180308cda93238388ed23 authored about 3 years ago
[v3.3.0] setting into main branch

78e7df1c8055d3ec3c06081236a52971d56cc9fb authored about 3 years ago
[es] Translation to Spanish

c2dcbb98abef4970a8d690fe291196b264bccf39 authored about 3 years ago
[drivingDistance] design a better test

ea759f561d45ebba60ff4630a5b5241c5dcc6f97 authored about 3 years ago
Update locale: commit 0a8d140e61

11c08779e957d076a2942aea474ea9beac641be0 authored about 3 years ago
[doc] fix some mistakes (#2210)

* [doc] fix some mistakes

0a8d140e61a6b29c41c7737bd6068a5229d117b9 authored about 3 years ago
Update locale: commit cd8e41643f

f9e2f556a65dfe7e2c3d2314fdd2d11469a8b1f1 authored about 3 years ago
[queries] updating version query results

cd8e41643fff8dec86b6041f6b20a61e07debd6f authored about 3 years ago
[doc] Updating NEWS and links point to latest'

38f78af536d9aec83ffe5c0942f50e7eafcf11a7 authored about 3 years ago
[SQL] Verify SQL comments have EXPERIMENTAL / PROPOSED when it applies

ba978d6df30b57859b6de6a68fc098578c52a038 authored about 3 years ago
[SQL] Verify SQL comments have link to the appropriate documentation

16bc3e125f1e006d11a12eb52ced5378ab19f1ea authored about 3 years ago
[doc] verify DOC where the index mentions when it was added as experimental or proposed

b90e7760224e866cea38bf8b01dc58eb9f664d24 authored about 3 years ago
[SQL] fixing function name on the comment

0523203b6854ce4a1e89461c11cc10c0e71be2be authored about 3 years ago
Update locale: commit 8c5d5ee8fc

88b0d8ff86fa6e8da5d71ba174dd08d4e01dd55c authored about 3 years ago
[pgr_sequentialVertexColoring] promoted to proposed

8c5d5ee8fcdbb0b5797601f20714237f2026be8f authored about 3 years ago
Update locale: commit 59abee1a96

a049a05a43029dd53d23198ef3b1ae8ea42bdc08 authored about 3 years ago
[depthFirstSearch] promote to proposed

e938e1c98ede411b4738d2acdd4d70bae46b03cb authored about 3 years ago
[doc] fix release notes & news

59abee1a96fae9ff082401da91895e044e73e6dc authored about 3 years ago
Update locale: commit 440f886b26

a3cb6b98647bfc075d3f302a01e6de0f66404385 authored about 3 years ago
[dijkstraNear] fix link typo

440f886b269a660f42cc9d23a8e5f7e8efef5e8b authored about 3 years ago
[ci] adding to postgres 14

1da077e2df039336192c2e7d89065bb951a1c4d1 authored about 3 years ago
[dijkstraNear] promoting to proposed

7f1d7017eaabb00ba728961eb0c810bf5b31d5f6 authored about 3 years ago
Update locale: commit a8e779a40c

a49ff1b5612390661abafc27b45b85469f694242 authored over 3 years ago
[doc] updating release notes

304035bc1f6d5517d75f9caa704059c4a970c21b authored over 3 years ago
[fix] for second error

e66c1866cbd34bdce3027db1c1719f2401c91cc3 authored over 3 years ago
[fix] first error of 2190

89df793f5233941f65ad20630c041f024f6ca9d4 authored over 3 years ago
corrected typo

nothing special, just a typo ('fexperimental' -> 'experimental')

1f827bf34d85e11e8b1d042246b3e124faf4bf00 authored over 3 years ago
[doc] fixing news

c30a215c2bd8a11de06d9558a7e19c32edf2d92c authored over 3 years ago
[build] updating old signatures

c9ba138644269493bedd6d65e07bcff4116545f4 authored over 3 years ago
[link] fix broken link

5d76942d581bef0513617be4330927fced4a126d authored over 3 years ago
[doc] typo fix

a8e779a40cc1843849288c7e9232e34b6a7956b8 authored over 3 years ago
corrected typo

nothing special, just a typo ('fexperimental' -> 'experimental')

15633c4ebf11d0a4b71b7ba8c5dd558388f70715 authored over 3 years ago
[build] adding the new versions for update scripts

0bd26531a95367952a1e0725cac30635311fe169 authored over 3 years ago
[doc] updating release notes

8c72d4ba844172d0c931b19d1decb9110ba43158 authored over 3 years ago
[fix] for second error

6e41b3b1f4288e414e6dea7a9261bbaf7514e93d authored over 3 years ago
[fix] first error of 2190

1a7168a370e78d639aa689fedeb1f309ff554804 authored over 3 years ago
Coday remaining errors fix (#2187)

* [CI] fixing SQL codacy errors
* [lint] removing / moving unused files

1a059a2a0d99d463984fc484c93be4824b2de80a authored over 3 years ago
Fix codacy remaining errors (#2186)

* [C/C++] fixing codacy errors
* [md] fixing codacy errors

efdef684f4fd3eaa1dba6816e5b1ca51b9111ec2 authored over 3 years ago
Fix more codacy errors sql (#2185)

* [pickDeliver] Removing codacy SQL errors
* [astar] Removing codacy SQL errors
* [bdAstar] Re...

c27cc3992e810193ed668e99040dce4109a791bf authored over 3 years ago
Update locale: commit 7ec76c2036

30e5afe08be9330ba591855641a5362311f0aaf3 authored over 3 years ago
[tools] Removing codacy errors on shell scripts

7ec76c2036964f5953acc3c334c4fa9f56095e2e authored over 3 years ago
Fixing codacy errors on pgtap directory (#2183)

* [lint][pgtap] removing unused files
* [allpairs] [pgtap] fixing codacy PLSQL error
* [alpha_...

95b28bf3b7f4133004aea633decaac92b3c8619d authored over 3 years ago
[CI] giving more meaningful names to the job

6b3dd84502d56f1a6c9f12dec5cbc6b125cdc959 authored over 3 years ago
[pgr_extractVertices] New classification as proposed

79dd5af0768e2c55a4e6881b12c8399c0cb2246b authored over 3 years ago
Issue 2120 (#2181)

* [version] fixing PLSQL
* [withPoints] fixing PLSQL
* [bdDijkstra] fixing PLSQL
* [contracti...

1d3eed78e8e4cba424b5520be2039b2648f142ba authored over 3 years ago
Adjust drivers (#2180)

* [pickDeliver] Adjust drivers
* [planar] Adjust drivers
* [astar] Adjust drivers
* [max_flow...

3e872479d083567cd5887310f6b4ed85043ac72c authored over 3 years ago
Update locale: commit 0c21370ea9

3f28f1161bab126c3895f97a95b82d40d0e10a82 authored over 3 years ago
[CI] fixing locale & website

0c21370ea98715fc6eeb48bd9bf284c4bdf6e80a authored over 3 years ago
[build][doc] pumping up shpinx version

78380b9720a3c9a646bd3c855d644644b2f2fc73 authored over 3 years ago
[doc] fixing link

0c7153500ef3a714999833c8b3cfb1b976752c96 authored over 3 years ago
Update locale: commit 6d24bcb9a5

d97605cfb089145b29e9f5c28f461b4ebf0d927c authored over 3 years ago
Merge pull request #2149 from h-murphy/issue-2127

[bellman_ford] fixing PLSQL

661239fe5153c9a6e8ff7d6f2b243c0a3d9fb270 authored over 3 years ago
Merge pull request #2170 from thayeray/tay_doc_changes

[doc] fixed documentation typos/gramaar

6d24bcb9a5dc2436eefd12bf2de9239f239065c2 authored over 3 years ago
Merge pull request #2177 from marinara28/2120

[lineGraph] fixing PLSQL

a5b35dbad2ffe3ac3819907b37fff1c744f05440 authored over 3 years ago