| Age | Commit message (Expand) | Author |
| 2019-01-03 | Rename PJ_IO_UNITS_ANGULAR to PJ_IO_UNITS_RADIANS | Kristian Evers |
| 2019-01-02 | WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operati... | Even Rouault |
| 2019-01-02 | Typo fixes | Even Rouault |
| 2019-01-01 | Split ISO19111 C API docs into functions and types | Kristian Evers |
| 2019-01-01 | pipeline set_ellipsoid(): use GRS80 for consistency (although it doesn't seem... | Even Rouault |
| 2018-12-31 | pj_obj_create(): avoid warning to be emitted when expot to PROJ string is not... | Even Rouault |
| 2018-12-31 | Update proj_symbol_rename.h | Even Rouault |
| 2018-12-30 | Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXX | Even Rouault |
| 2018-12-30 | proj_internal.h: remove use of proj_api.h specific structures | Even Rouault |
| 2018-12-30 | Merge projects.h into proj_internal.h | Even Rouault |
| 2018-12-30 | proj_api.h: remove traces of removed structures of projects.h | Even Rouault |
| 2018-12-30 | projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s... | Even Rouault |
| 2018-12-30 | Make ISO-19111 objects of type CoordinateOperation directly usable with proj_... | Even Rouault |
| 2018-12-30 | projects.h: remove #ifdef __cpluplus test since it must now be included from ... | Even Rouault |
| 2018-12-30 | Remove PJ_OBJ type since it is now merged into PJ | Even Rouault |
| 2018-12-30 | Move PJ_OBJ members into struct PJconsts | Even Rouault |
| 2018-12-30 | Allocate PJ* as a C++ object | Even Rouault |
| 2018-12-30 | jniproj.cpp: make it cpp compatible | Even Rouault |
| 2018-12-29 | Operation filtering: do not remove Null transformation that may be useful | Even Rouault |
| 2018-12-29 | Experimantal C API: add a proj_assign_context() for advanced usage | Even Rouault |
| 2018-12-28 | Operation computation: better take into account when candidate operations hav... | Even Rouault |
| 2018-12-28 | proj_create_crs_to_crs(): fix crash if ctx == nullptr and error is triggered ... | Even Rouault |
| 2018-12-28 | ISO19111: fix export to PROJ string of vgridshift to explictly use multiplier=1 | Even Rouault |
| 2018-12-28 | Merge remote-tracking branch 'rouault/gdalbarn' | Even Rouault |
| 2018-12-28 | createOperations(): allow looking for geographic CRS by name (helps with WKT ... | Even Rouault |
| 2018-12-28 | importFromWKT: better deal with axis of the baseCRS of a projected CRS | Even Rouault |
| 2018-12-28 | wkt2_grammar: allow boundcrs as member of compoundcrs | Even Rouault |
| 2018-12-28 | WKT parser: fix parsing of BoundCRS of VerticalCRS to Geographic3D CRS | Even Rouault |
| 2018-12-28 | Make createOperation() better work with BoundCRS (to take into account the ex... | Even Rouault |
| 2018-12-27 | proj_create_crs_to_crs(): add debugging traces | Even Rouault |
| 2018-12-27 | Add an hardcoded +ellps=GRS80 when there is no datum/ellipsoid specification ... | Even Rouault |
| 2018-12-27 | Remove proj_def.dat (fixes #201) | Even Rouault |
| 2018-12-26 | cpp conversion: revert geodesic.cpp to geodesic.c | Even Rouault |
| 2018-12-26 | cpp conversion: rename src/projections/nocol.cpp to src/projections/nicol.cpp | Even Rouault |
| 2018-12-26 | cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes | Even Rouault |
| 2018-12-26 | cpp conversion: move source files in apps/ iso19111/ conversions/ projections... | Even Rouault |
| 2018-12-26 | pj_transform cleanup: do not redefine PJ_DIRECTION and proj_errno_reset, but ... | Even Rouault |
| 2018-12-26 | cpp conversion: fix remaining warnings | Even Rouault |
| 2018-12-26 | cpp conversion: fix zero-as-null-pointer-constant warnings | Even Rouault |
| 2018-12-26 | cpp conversion: fix One-Definition-Rule violations | Even Rouault |
| 2018-12-26 | cpp conversion: minimal steps to fix compilation errors, not warnings | Even Rouault |
| 2018-12-26 | Merge pull request #1207 from pelson/healpix_fix | Kristian Evers |
| 2018-12-24 | Fixed rHealpix projection, closing #1206. | Phil Elson |
| 2018-12-22 | exportToWKT1 of projected CRS: do not output AXIS of base CRS even when Outpu... | Even Rouault |
| 2018-12-22 | Support Projected 3D with method name suffixed with ' (3D)', and be more lax ... | Even Rouault |
| 2018-12-20 | make install: fix issue with parallel install (fixes #1119) | Even Rouault |
| 2018-12-20 | Return error message that match the error | Kristian Evers |
| 2018-12-17 | Merge pull request #1201 from kbevers/fix-duplicate-expr | Kristian Evers |
| 2018-12-17 | Typo fix: patial -> spatial | Kristian Evers |
| 2018-12-17 | Fix duplicate expressions in projinfo options parsing | Kristian Evers |