aboutsummaryrefslogtreecommitdiff
path: root/test/unit
AgeCommit message (Expand)Author
2019-04-22proj_create(): add support for compoundCRS and concatenatedOperation named fr...Even Rouault
2019-04-22ESRI_WKT: preserve Gauss_Kruger in conversion name for round-trippingEven Rouault
2019-04-16createOperations(): do not attempt using a unrelated datum intermediate when ...Even Rouault
2019-04-10Merge pull request #1409 from mwtoews/cmakeKristian Evers
2019-04-05_buildUnit(): avoid later division by zeroEven Rouault
2019-04-05CMake: cache C/C++ warn flags to compile PROJ targetsMike Taves
2019-04-02Merge pull request #1391 from kbevers/noopKristian Evers
2019-03-29createOperations(): improve behaviour with input CRS from WKT that lacks inte...Even Rouault
2019-03-29Adopt use of the noop conversion in ISO19111 codeKristian Evers
2019-03-29Merge pull request #1390 from rouault/createoperation_boundcrs_more_aggresiveEven Rouault
2019-03-29Add proj_normalize_for_visualization()Even Rouault
2019-03-28createOperations(): improve BoundCRS<-->non-bound-CRS caseEven Rouault
2019-03-26Merge pull request #1356 from cjmayo/pj_strerrnoKristian Evers
2019-03-26Merge pull request #1369 from rouault/grid_fixesEven Rouault
2019-03-25lookForGridInfo(): correctly return that a grid is present, if present on the...Even Rouault
2019-03-25pj_strerrno: enable system error messagesChris Mayo
2019-03-25Database: add operation_version column to coordinate operation tablesEven Rouault
2019-03-25Database: update to IGNF v3.0.3Even Rouault
2019-03-25Database: update to EPSG v9.6.1Even Rouault
2019-03-25WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPsEven Rouault
2019-03-25WKT2_2018: always export ID in base crs node, even if there is one on upper nodeEven Rouault
2019-03-25WKT2_2018: export ID in base crs node, when there is none on top of upper nodeEven Rouault
2019-03-25test: test exporting ENSEMBLE with ID in MEMBEREven Rouault
2019-03-24WKT2 parser: update to OGC 18-010r6Even 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-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-02-21Transformation: reintroduce the term of 'Null geographic offset' for transfor...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-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-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-15Fix size_t comparisons in testsKai Pastor
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
2019-02-14Use GTest 1.8.1Kai Pastor