aboutsummaryrefslogtreecommitdiff
path: root/test/unit/gie_self_tests.cpp
AgeCommit message (Expand)Author
2021-09-30proj_factors(): accept P to be a projected CRS (fixes #2854)Even Rouault
2021-08-15formatting fixEven Rouault
2021-08-15Add support for Degree Sign on input (#2791)Brendan Jurd
2021-04-20run reformat_cpp.sh to fix some leftoversJavier Jimenez Shaw
2021-04-20Revert "proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_P...Even Rouault
2021-03-06gie_self_tests: fix use of uninitialized memory (fixes #2557)Even Rouault
2020-12-15proj_trans_array(): make it transform all coordinates even when an error occursEven Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-11-20Remove pj_free() and move it's functional parts to proj_destroy()Kristian Evers
2020-03-13Tag proj_list_units() as deprecatedEven Rouault
2020-01-29Remove 'null' grid file as it is now a special hardcoded case in grid codeEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-12-04proj_grid_info(): fix crash when passing a file that exists but is not a gridEven Rouault
2019-09-12proj_trans_generic(): properly set coordinate time to HUGE_VAL when no value ...Even Rouault
2019-03-19proj_create_crs_to_crs: better deal with coordinates outside of bbox (fixes #...Even Rouault
2019-02-20PROJStringFormatting: change order of emission of push/pop w.r.t axis swap/un...Even Rouault
2019-02-20compoundCRS to compoundCRS: avoid emitting dummy 'Null geographic offset from...Even Rouault
2019-02-18Fix a few issues with i386 buildsEven 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-13EPSG Helmert and Molodensky-Badekas methods in the Geographic 2D domain: use ...Even Rouault
2019-01-31exportToWKT(): restrict a8e7ef45d132b44dd4096c6fe3703fe92b390d1e to TOWGS84 o...Even Rouault
2019-01-26proj_trans_generic(): make it work with multiple internal coordinate operatio...Even Rouault
2019-01-22proj_create_crs_to_crs(): defer selection of actual coordinate operation unti...Even Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-27Add an hardcoded +ellps=GRS80 when there is no datum/ellipsoid specification ...Even Rouault
2018-12-27Remove proj_def.dat (fixes #201)Even Rouault
2018-11-29proj_create_crs_to_crs(): rename arguments, update doc, and add a few test casesEven Rouault
2018-11-29Reformat test .cpp filesEven Rouault
2018-11-22Make proj_create_crs_to_crs() use proj_obj_create_operations() and use area o...Even Rouault
2018-11-21Move 'builtins' test of src/gie.c to test/unit/gie_self_tests.cppEven Rouault