aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2018-02-23Download BETA2007 grid from proj-datumgrid package in CI scripts.Kristian Evers
2018-02-14revert tolerances for chamb and vandg2 to previous valuesKristian Evers
2018-02-12Rename gie_failing to work around MS wildcard bug (#799)Thomas Knudsen
2018-02-12Ensure cs2cs emulation gets correct ellipsoid defn (#798)Thomas Knudsen
2018-02-12Avoid invalid ellps error messages from pj_init (#794)Thomas Knudsen
2018-02-10Update a few gie testsThomas Knudsen
2018-02-10Relax tolerance slightly for two tests failing on OS/XThomas Knudsen
2018-02-10Handle sign convention for vertical datum shiftsThomas Knudsen
2018-02-10update gie tests to agree with improved gie distance handlingThomas Knudsen
2018-02-09Relaxing tolerances in a few tests to fix #778.Kristian Evers
2018-02-06Use PROJ_LIB explicitly for gie tests and if it is not set change it to nad/Kristian Evers
2018-02-06Skip gie tests that require gridsKristian Evers
2018-02-05Make gie tests in autoconf setup more granular.Kristian Evers
2018-02-05Add EPSG definitions to failing gigs test 5108.gie_failingThomas Knudsen
2018-02-02Remove GIGS Python test suite.Kristian Evers
2018-02-02Improve tests and add test files to automake setup.Kristian Evers
2018-01-31Test material for the cs2cs emulation in the 4D API.Kristian Evers
2018-01-31Introduce compatibility for cs2cs-style proj-strings into the 4D API.Thomas Knudsen
2018-01-17Merge pull request #739 from kbevers/pipeline-inverseKristian Evers
2018-01-17Adding a few more test cases for pipeline, ensuring better test coverageKristian Evers
2018-01-17Fix "double inversions" in pipelines, require a defined forward operation.Kristian Evers
2018-01-09Convert GIGS tests to gie format and add to CMake testsKristian Evers
2018-01-09Add gie tests to CMake testing facilityKristian Evers
2018-01-09Added json to gie conversion scriptKristian Evers
2018-01-08Allow usage of classic +axis parameter in axisswap.Kristian Evers
2018-01-05Custom unit factors in unitconvert.Kristian Evers
2018-01-03Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb...Thomas Knudsen
2017-12-19Some corrections in response to a review by Kristian Evers (#718)Thomas Knudsen
2017-12-18fix spelling mistakes in previous commitKristian Evers
2017-12-18Test deformation initialization errors.Kristian Evers
2017-12-17Free format everywhere (#693)Thomas Knudsen
2017-12-14Updates to deformation operation.Kristian Evers
2017-12-06Use approximate equations instead of exact as default in Helmert.Kristian Evers
2017-12-06Use t_epoch and t_obs instead of epoch and tobs.Kristian Evers
2017-11-28Merge pull request #691 from busstoptaktik/make_assignments_greedyThomas Knudsen
2017-11-28Free formatting of PROJ key=value pairsThomas Knudsen
2017-11-28use full error code checking on failure in more_builtins.gieThomas Knudsen
2017-11-28Add tests for GDA2020 (#688)Thomas Knudsen
2017-11-27gie support for builtin errcodes, and other improvements (#684)Thomas Knudsen
2017-11-22Merge pull request #680 from busstoptaktik/oss_fuzz-4355_rf-zeroThomas Knudsen
2017-11-22Merge pull request #679 from busstoptaktik/oss_fuzz-4369-to_meterThomas Knudsen
2017-11-22Avoid div-by-zero in rf setupThomas Knudsen
2017-11-22Avoid div-by-0 in to_meter initThomas Knudsen
2017-11-21Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662)Ɓukasz Komsta
2017-11-20Replace pj_ell_set with reimplementation... (#675)Thomas Knudsen
2017-11-16Reintroduce the gie-internal tests.Thomas Knudsen
2017-11-16Introduce geodetic-geocentric conversions ... (#669)Thomas Knudsen
2017-11-13Removed remaining traces of the built in selftest system (#661)Thomas Knudsen
2017-11-12Poder autochecking again (WIP) (#652)Thomas Knudsen
2017-11-11Fix various memory leaks. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/d...Even Rouault