| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-09 | Merge pull request #1253 from QuLogic/no-install.in | Kristian Evers | |
| Remove data/install.in. | |||
| 2019-02-08 | Remove data/install.in. | Elliott Sales de Andrade | |
| The files referenced in it (and more) are already installed by listing them in `pkgdata_DATA` (for autotools) and in the `install` command (for CMake). | |||
| 2019-02-08 | Do not install non-existing proj_def.dat data file | Kristian Evers | |
| 2019-02-07 | Rename proj_crs_list_destroy() to proj_crs_info_list_destroy() | Even Rouault | |
| 2019-02-07 | Merge pull request #1251 from rouault/add_proj_get_crs_info_list_from_database | Even Rouault | |
| Add proj_get_crs_info_list_from_database() | |||
| 2019-02-07 | Add proj_get_crs_info_list_from_database() | Even Rouault | |
| This method is intended to be used typically by GUI that lists all possible CRS. What is does could be done by previously existing functions, but it is much faster. It typically runs in less than 0.1s (hot run) versus ~0.5s with the method that consists in enumerating all codes and instanciating a PJ object for each of them. | |||
| 2019-02-06 | Shut up pj_create_internal when varifying validity of generated proj-string | Kristian Evers | |
| 2019-02-06 | ISO19111: Handle database area objects with no bounding box | Even Rouault | |
| 2019-02-05 | PROJStringParser::createFromPROJString(): avoid potential infinite loop. ↵ | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12913. Credit to OSS Fuzz | |||
| 2019-02-05 | Merge pull request #1248 from kbevers/remove-nad2bin | Kristian Evers | |
| Remove all traces of nad2bin and nad2nad | |||
| 2019-02-05 | Merge pull request #1246 from QuLogic/external-deps | Kristian Evers | |
| Improve checks for external deps | |||
| 2019-02-04 | CI: Install cross-compiled sqlite3 to cross directory. | Elliott Sales de Andrade | |
| 2019-02-04 | Remove all traces of nad2bin and nad2nad | Kristian Evers | |
| The source material for the default grids used by PROJ has been moved to the proj-datumgrid repository. For that reason it is no longer necessary to include the nad2bin program in the PROJ repository and source distribution. From now on the nad2bin application will be kept in the proj-datumgrid repo. Previously the null grid was generated by running nad2bin on the null.lla file. Since nad2bin is no longer available null.lla has been replaced by its binary counterpart null. This file will be distributed and installed alongside PROJ. Build scripts and documenation has been adjusted so that nad2bin is not mentioned anywhere. Additionally all references to nad2nad has been removed as well. nad2nad has not been part of the PROJ distribution for quite some time so this has been long overdue. | |||
| 2019-02-04 | Allow building against external GTest with CMake. | Elliott Sales de Andrade | |
| 2019-02-04 | Allow building against external GTest with autotools. | Elliott Sales de Andrade | |
| 2019-02-04 | Use pkgconfig to find sqlite3. | Elliott Sales de Andrade | |
| 2019-02-03 | Merge pull request #1247 from jef-n/patch-1 | Even Rouault | |
| typo fix | |||
| 2019-02-03 | typo fix | Jürgen Fischer | |
| 2019-02-03 | init(): repair to_meter=num/denom that was broken in the general case in ↵ | Even Rouault | |
| PROJ 5; repair vto_meter=num/denom that was broken, and avoid division by zero, which fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12869. Credit to OSS Fuzz | |||
| 2019-02-03 | Avoid division by zero in Ellipsoid::computeSemiMinorAxis(). Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12867. Credit to OSS Fuzz. master only | |||
| 2019-02-03 | WKT1 export: avoid division by zero. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12854. Credit to OSS Fuzz | |||
| 2019-02-03 | labrd: avoid floating point division by zero. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12849. Credit to OSS Fuzz | |||
| 2019-02-02 | pj_ellipsoid(): avoid division by zero when R=0. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12843. Credit to OSS Fuzz | |||
| 2019-02-02 | createFromUserInput(): fix infinite recursion. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12842. Credit to OSS Fuzz | |||
| 2019-02-02 | Merge pull request #1244 from rouault/ossfuzz_fix | Even Rouault | |
| Export class for oss-fuzz | |||
| 2019-02-02 | PROJStringSyntaxParser: avoid assertion on illegal input. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=12837. Credit to OSS Fuzz | |||
| 2019-02-02 | Export class for oss-fuzz | Even Rouault | |
| 2019-02-01 | Remove +t_obs parameter from helmert operation | Kristian Evers | |
| 2019-02-01 | Remove extreaneous semicolon | Even Rouault | |
| 2019-02-01 | test/fuzzers: fix build of standard_fuzzer | Even Rouault | |
| 2019-01-31 | exportToWKT(): restrict a8e7ef45d132b44dd4096c6fe3703fe92b390d1e to TOWGS84 ↵ | Even Rouault | |
| only to avoid breaking other use cases | |||
| 2019-01-29 | Merge pull request #1238 from snowman2/appveyor | Kristian Evers | |
| simplify appveyor script | |||
| 2019-01-29 | Merge pull request #1240 from keyos89/patch-1 | Kristian Evers | |
| Fix wrong parameter in ITRF2000 to ITRF2005 transfomations | |||
| 2019-01-29 | Update test with correct parameter | Karoline Skaar | |
| Update ds to be in correspondence with ITRF2000 file | |||
| 2019-01-29 | Fix wrong parameter in ITRF2000 to ITRF2005 transfomations | Karoline Skaar | |
| There seems to be one zero too much in the ds-parameter. http://itrf.ign.fr/ITRF_solutions/2005/tp_05-00.php | |||
| 2019-01-26 | simplify appveyor script | Alan D. Snow | |
| 2019-01-26 | proj_trans_generic(): make it work with multiple internal coordinate ↵ | Even Rouault | |
| operations (fixes #1237) | |||
| 2019-01-25 | exportToWKT(): avoid excessive numeric precision (especially when ↵gdalbarn | Even Rouault | |
| roundtripping TOWGS84 scale difference) | |||
| 2019-01-25 | wkt2_grammar: update to changes of 19162_draft_2019-01-23 | Even Rouault | |
| 2019-01-22 | cs2cs: improve detection of 'cs2cs [-....] SRC DST' syntax | Even Rouault | |
| 2019-01-22 | Merge pull request #1233 from rouault/fix_1232 | Kristian Evers | |
| Coordinate operation computation with boundcrs / wktext: drop useless early bindins terms in generated pipeline (fixes #1232) | |||
| 2019-01-22 | Coordinate operation computation with CRS with extension string: replace ↵ | Even Rouault | |
| datum by ellps | |||
| 2019-01-22 | Merge pull request #1231 from rouault/fix_1229 | Even Rouault | |
| proj_create_crs_to_crs(): defer selection of actual coordinate operation until proj_trans() is called (fixes #1229) | |||
| 2019-01-22 | ISO19111 PROJ string parser: discard parameters not recognized by PROJ | Even Rouault | |
| 2019-01-22 | exportToWKT: use upper-case exponent (E) to conform to WKT-2 EBNF | Even Rouault | |
| 2019-01-22 | Coordinate operation computation with boundcrs / wktext: drop useless early ↵ | Even Rouault | |
| bindins terms in generated pipeline (fixes #1232) | |||
| 2019-01-22 | Update cs2cs man page result (the change is due to ntv1_can.dat being used ↵ | Even Rouault | |
| instead of conus...) (refs #1229) | |||
| 2019-01-22 | proj_create_crs_to_crs(): defer selection of actual coordinate operation ↵ | Even Rouault | |
| until proj_trans() is called (fixes #1229) | |||
| 2019-01-22 | ISO19111: clean interface of DataEpoch class | Even Rouault | |
| 2019-01-21 | Update to EPSG 9.5.5 | Even Rouault | |
