| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-12 | Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord ↵ | Even Rouault | |
| operations Fixes https://github.com/OSGeo/gdal/issues/1989 pj_set_ctx() only changes the context to the main object. It should also recurse down to the steps of the pipeline and the alternative coordinate operations hold in alternativeCoordinateOperations In the GDAL use case with multithreaded reprojection, and objects being transferred between thread, this would cause a failed coordinate transformation to affect an unrelated transformation of another thread... | |||
| 2019-01-19 | typo fixes | Even Rouault | |
| 2019-01-09 | proj.h: add proj_context_set_file_finder() and ↵ | Even Rouault | |
| proj_context_set_search_paths() (refs #1150) | |||
| 2019-01-09 | Allocate projCtx_t as a C++ object | Even Rouault | |
| 2018-12-30 | Merge projects.h into proj_internal.h | Even Rouault | |
| 2018-12-29 | Experimantal C API: add a proj_assign_context() for advanced usage | Even Rouault | |
| 2018-12-26 | cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes | Even Rouault | |
