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
/
PJ_pipeline.c
Age
Commit message (
Expand
)
Author
2017-11-13
Removed remaining traces of the built in selftest system (#661)
Thomas Knudsen
2017-11-06
Move pipeline initialization logic to PJ_pipeline.c and decrease the number o...
Kristian Evers
2017-11-06
Eliminate the last traces of PJ_OBS (#643)
Thomas Knudsen
2017-11-05
Pipeline cleanup (WIP) (#637)
Thomas Knudsen
2017-10-29
Make sure to use the same context for pipeline childs as for the parent
Kristian Evers
2017-10-28
Allow nested pipelines. (#629)
Kristian Evers
2017-10-27
Linguistics: Clarify this and that, here and there (#632)
Thomas Knudsen
2017-10-12
Resolve OSS-Fuzz issue 3620
Thomas Knudsen
2017-10-11
repair a simple dealloc bug in PJ_pipeline, which caused a landslide of OSS F...
Thomas Knudsen
2017-10-06
Enable default destructor for all PJ objects.
Thomas Knudsen
2017-09-13
Introduce PJ_DEFAULT_CTX constant that improves code readability
Kristian Evers
2017-07-07
obs_api revision and improvements: new namespace etc. (#530)
Thomas Knudsen
2017-07-05
Let pj_init() expand more than one +init argument.
Kristian Evers
2017-02-26
Fix MSVC warnings and add /Wx to appveyor.yml
Even Rouault
2017-01-18
Changed +ellps parameters of test pipelines. Originally +ellps was only set o...
Kristian Evers
2016-12-15
Horner and helmert (#456)
Thomas Knudsen
2016-11-20
Plumbing for pipelines (#453)
Thomas Knudsen