aboutsummaryrefslogtreecommitdiff
path: root/src/pipeline.cpp
AgeCommit message (Expand)Author
2021-09-04pipeline.cpp: remove impossible conditionEven Rouault
2021-08-21pipeline instanciation: fix potential O(n^2) performance. Fixes https://bugs....Even Rouault
2021-03-07pipeline: avoid CLang Static Analyzer 10.0 likely false positive about derefe...Even Rouault
2020-12-15Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHEREven Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-11-20Remove old pj_ memory (de)allocation functionsKristian Evers
2020-11-20Remove pj_errno and related functionsKristian Evers
2020-04-26pipeline initialization: avoid deep recursion on corrupted PROJ string like h...Even Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-11-25pipeline.cpp: use more explict variable namesEven Rouault
2019-11-25Pipeline: support +omit_fwd and +omit_inv keywordsEven Rouault
2019-11-24pipeline.cpp: hopefully make code more readable by using more C++ goodness. N...Even Rouault
2019-11-12Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord o...Even Rouault
2019-09-22Update to version 1.50 of the geodesic library.Charles Karney
2019-03-29Remove duplicate instances of #include "proj_internal.h"Chris Mayo
2019-02-13Add push and pop operationsKristian Evers
2019-01-17Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...Even Rouault
2019-01-04Replace PJ_IO_UNITS_WHATEVER with units from neighbour stepsKristian Evers
2019-01-01pipeline set_ellipsoid(): use GRS80 for consistency (although it doesn't seem...Even Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-30projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s...Even Rouault
2018-12-26cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixesEven Rouault