| Age | Commit message (Expand) | Author |
| 2019-01-29 | Update test with correct parameter | Karoline Skaar |
| 2019-01-26 | proj_trans_generic(): make it work with multiple internal coordinate operatio... | Even Rouault |
| 2019-01-22 | Merge pull request #1233 from rouault/fix_1232 | Kristian Evers |
| 2019-01-22 | Coordinate operation computation with CRS with extension string: replace datu... | Even Rouault |
| 2019-01-22 | Merge pull request #1231 from rouault/fix_1229 | Even Rouault |
| 2019-01-22 | ISO19111 PROJ string parser: discard parameters not recognized by PROJ | Even Rouault |
| 2019-01-22 | exportToWKT: use upper-case exponent (E) to conform to WKT-2 EBNF | Even Rouault |
| 2019-01-22 | Coordinate operation computation with boundcrs / wktext: drop useless early b... | Even Rouault |
| 2019-01-22 | proj_create_crs_to_crs(): defer selection of actual coordinate operation unti... | Even Rouault |
| 2019-01-22 | ISO19111: clean interface of DataEpoch class | Even Rouault |
| 2019-01-17 | Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ... | Even Rouault |
| 2019-01-17 | import/export PROJ strings from ISO19111 code: require/output +type=crs for C... | Even Rouault |
| 2019-01-16 | PROJBasedOperation: write it as a conformant CONVERSION WKT, and make it pars... | Even Rouault |
| 2019-01-16 | formatting fixes | Even Rouault |
| 2019-01-09 | Merge pull request #1218 from rouault/search_path | Kristian Evers |
| 2019-01-09 | createOperations(): fix a particular case of boundcrs to boundcrs transformat... | Even Rouault |
| 2019-01-09 | proj.h: add proj_context_set_file_finder() and proj_context_set_search_paths(... | Even Rouault |
| 2019-01-08 | Fix export of BoundCRS as with PROJ_5 convention | Even Rouault |
| 2019-01-08 | ISO19111: remove PROJ.5 specific format for CRS (refs #1214) | Even Rouault |
| 2019-01-07 | Update wkt2_grammar.py according to the latest draft of WKT2:2018 | Even Rouault |
| 2019-01-05 | Merge remote-tracking branch 'rouault/gdalbarn' | Even Rouault |
| 2019-01-04 | WKT export: no longer export Geographic 3D CRS in WKT1, unless strict mode is... | Even Rouault |
| 2019-01-04 | Replace PJ_IO_UNITS_WHATEVER with units from neighbour steps | Kristian Evers |
| 2019-01-02 | WKT CONCATENATEDOPERATION parsing: allow CONVERSION steps and reverse operati... | Even Rouault |
| 2019-01-02 | Typo fixes | Even Rouault |
| 2018-12-31 | pj_obj_create(): avoid warning to be emitted when expot to PROJ string is not... | Even Rouault |
| 2018-12-30 | Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXX | 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-30 | Make ISO-19111 objects of type CoordinateOperation directly usable with proj_... | Even Rouault |
| 2018-12-30 | Remove PJ_OBJ type since it is now merged into PJ | Even Rouault |
| 2018-12-29 | Operation filtering: do not remove Null transformation that may be useful | Even Rouault |
| 2018-12-28 | Operation computation: better take into account when candidate operations hav... | 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 | 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 | 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: add dummy test to check we can include proj.h from a pure C file | Even Rouault |
| 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-17 | WKT2 grammar: fix for VERTCRS and GEOIDMODEL | Even Rouault |
| 2018-12-17 | Add WKT2 grammar validation | Even Rouault |
| 2018-12-17 | Add WKT1 grammar validation; change prototype of proj_obj_create_from_wkt() | Even Rouault |
| 2018-12-15 | Add SingleOperation::validateParameters() | Even Rouault |
| 2018-12-14 | proj_obj_crs_alter_cs_XXX: add new parameters to set unit id | Even Rouault |
| 2018-12-14 | Advanced C API: add proj_obj_alter_id() | Even Rouault |