| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-29 | Remove duplicate instances of #include "proj_internal.h" | Chris Mayo | |
| Introduced by "Merge projects.h into proj_internal.h" 8ab6f683. | |||
| 2019-02-13 | Add push and pop operations | Kristian Evers | |
| This commit introduces the concept of a pipeline coordinate stack in which components of coordinates can be saved and loaded from. This makes it possible to moved values from one step of a pipeline to another, effectively overwriting parts of the output from a given step. | |||
| 2019-01-17 | Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ↵ | Even Rouault | |
| make proj_create() do more or less what proj_create_from_user_input() did before (fixes #1214) | |||
| 2019-01-04 | Replace PJ_IO_UNITS_WHATEVER with units from neighbour steps | Kristian Evers | |
| With this commit we make sure that proj_angular_input() and proj_angular_output return the correct result for any given pipeline. | |||
| 2019-01-01 | pipeline set_ellipsoid(): use GRS80 for consistency (although it doesn't ↵ | Even Rouault | |
| seem that used) | |||
| 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 ↵ | Even Rouault | |
| structures | |||
| 2018-12-26 | cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes | Even Rouault | |
