aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2017-11-10Do not require needless plusses (#651)Thomas Knudsen
2017-10-31Add 'axisswap' operation - swap axes in pipelinesKristian Evers
2017-10-29Addition of 'deformation': Kinematic grid shifting.Kristian Evers
2017-10-29Repair gie and cct after breakage due to proj_strtod update (#628)Thomas Knudsen
2017-10-19Prevent crashes and leaks on allocation failure (#606)Aaron Puchert
2017-10-12gie.c and builtins.gie now able to reproduce internal test resultsThomas Knudsen
2017-05-31standard_fuzzer: add BINARY_2D and BINARY_3D modesEven Rouault
2017-05-30catalog: memory leak and crashes related fixesEven Rouault
2017-05-23test/fuzzers/README.TXT: update instructionsEven Rouault
2017-05-22Add test/fuzzers/README.txtEven Rouault
2017-05-21Add fuzzer for Google OSS FuzzEven Rouault
2016-12-12Add a scripts/fix_typos.sh script and correct reported errorsEven Rouault
2016-05-25Correct all test_json.py flake8 warnings and errors with the exception of som...Micah Cochran
2016-05-25Add lzip, a zip function that acts like Python 2.x's zip function. In Python...Micah Cochran