aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-03-21aea: avoid division by zeroEven Rouault
2019-03-20lcc: avoid division by zeroEven Rouault
2019-03-20isea: detect various int overflows and div by zeroEven Rouault
2019-03-20ob_tran: detect potential recursionEven Rouault
2019-03-20pj_calc_ellipsoid_params(): reject f=1Even Rouault
2019-03-20laea: error out if |lat_0|>90Even Rouault
2019-03-20sterea: prevent division by zeroEven Rouault
2019-03-19Merge pull request #1330 from mwtoews/cmakeKristian Evers
2019-03-19proj_create_crs_to_crs: better deal with coordinates outside of bbox (fixes #...Even Rouault
2019-03-19Normalize CMake with cmakelint, 2-space indentMike Taves
2019-03-17Merge pull request #1326 from rouault/fix_1323Kristian Evers
2019-03-16createOperations(): fix nadgrids -> nadgrids+geoidgridsEven Rouault
2019-03-16createOperations(): fix nadgrids+geoidgrids -> nadgrids+geoidgridsEven Rouault
2019-03-16createOperation(): fix geocent <--> nadgrids+geoidgrids case (fixes #1323)Even Rouault
2019-03-16Helmert: avoid potential division by zeroEven Rouault
2019-03-16sterea: fix lat_0 = -90Even Rouault
2019-03-16Hammer: avoid division by zeroEven Rouault
2019-03-16ellps_spherification(): detect invalid semi-major axis valueEven Rouault
2019-03-16aea: validate |lat_1| and |lat_2| <= 90Even Rouault
2019-03-14Reject eccentricity values larger than oneEven Rouault
2019-02-26builtins.gie: relax toleranc on +proj=tpeqd for netBSD8/g++-5.5/amd64Even Rouault
2019-02-24Robinson: fix wrong values for forward path for latitudes >= 87.5 (fixes #117...Even Rouault
2019-02-24Fix data path used by cli tests (#1288)Elliott Sales de Andrade
2019-02-22proj.db: tune so that 'NGF IGN69 height to RGF93' uses the RAF09.gtx gridEven Rouault
2019-02-21Transformation: reintroduce the term of 'Null geographic offset' for transfor...Even Rouault
2019-02-21Geog2D+Height -> Geog3D of same datum: avoid inserting a useless ballpark hor...Even Rouault
2019-02-21projinfo: add information about missing gridsEven Rouault
2019-02-21proj.db: add custom entry for 'RH2000 height to SWEREF99'Even Rouault
2019-02-20typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/Even Rouault
2019-02-20CoordinateOperation: add a hasBallparkTransformation() method that can be use...Even Rouault
2019-02-20CompoundCRS to Geog3DCRS: in synthetised transformation, document in the name...Even Rouault
2019-02-20PROJStringFormatting: change order of emission of push/pop w.r.t axis swap/un...Even Rouault
2019-02-20projinfo: advertize the use of '--spatial-test intersects' when it can bring ...Even Rouault
2019-02-20PROJStringFormatter: remove useless push/pop in another caseEven Rouault
2019-02-20Vertical CRS transformation: synthetize a vertical unit change transformation...Even Rouault
2019-02-20compoundCRS to compoundCRS: avoid emitting dummy 'Null geographic offset from...Even Rouault
2019-02-20Add VERTCON grid name alternatives in database, and handle filename substitut...Even Rouault
2019-02-18Fix a few issues with i386 buildsEven Rouault
2019-02-18Merge pull request #1276 from rouault/intermediate_crs_use_only_if_no_direct_...Kristian Evers
2019-02-17tests: implement fuzzy proj string comparison in a few problematic test cases...Even Rouault
2019-02-17Modify the default strategy of researching intermediate CRS to do it only if ...Even Rouault
2019-02-17Slack tolerance in deg->rad unitconvert testKristian Evers
2019-02-16Make sure proj_get_source_crs() and proj_get_target_crs() work on 'pseudo' PJ...Even Rouault
2019-02-16Make sure that the PJ object returned by proj_create_crs_to_crs() is a proper...Even Rouault
2019-02-15Merge pull request #1265 from dg0yt/gtest-mingwKristian Evers
2019-02-15Fix size_t comparisons in testsKai Pastor
2019-02-14Merge pull request #1264 from kbevers/remove-t_obsKristian Evers
2019-02-14Mark the external GTest package as requiredKai Pastor
2019-02-14Link gtest library with GTest:: prefixKai Pastor
2019-02-14Remove legacy cmake commandsKai Pastor