index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pipeline.cpp
Age
Commit message (
Expand
)
Author
2021-09-04
pipeline.cpp: remove impossible condition
Even Rouault
2021-08-21
pipeline instanciation: fix potential O(n^2) performance. Fixes https://bugs....
Even Rouault
2021-03-07
pipeline: avoid CLang Static Analyzer 10.0 likely false positive about derefe...
Even Rouault
2020-12-15
Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHER
Even Rouault
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-11-20
Remove old pj_ memory (de)allocation functions
Kristian Evers
2020-11-20
Remove pj_errno and related functions
Kristian Evers
2020-04-26
pipeline initialization: avoid deep recursion on corrupted PROJ string like h...
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-11-25
pipeline.cpp: use more explict variable names
Even Rouault
2019-11-25
Pipeline: support +omit_fwd and +omit_inv keywords
Even Rouault
2019-11-24
pipeline.cpp: hopefully make code more readable by using more C++ goodness. N...
Even Rouault
2019-11-12
Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord o...
Even Rouault
2019-09-22
Update to version 1.50 of the geodesic library.
Charles Karney
2019-03-29
Remove duplicate instances of #include "proj_internal.h"
Chris Mayo
2019-02-13
Add push and pop operations
Kristian Evers
2019-01-17
Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...
Even Rouault
2019-01-04
Replace PJ_IO_UNITS_WHATEVER with units from neighbour steps
Kristian Evers
2019-01-01
pipeline set_ellipsoid(): use GRS80 for consistency (although it doesn't seem...
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-30
projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s...
Even Rouault
2018-12-26
cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes
Even Rouault