| Age | Commit message (Expand) | Author |
| 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-16 | wkt2_grammar: update to changes of 19162_draft_2019-01-16 | Even Rouault |
| 2019-01-16 | [MOTIONED] RFC3: Dependency management (#1168) | Kristian Evers |
| 2019-01-15 | projinfo: output WKT2_2018 by default (fixes #1187) | Even Rouault |
| 2019-01-10 | wkt2_grammar: update to changes of 19162_draft_2019-01-09 | Even Rouault |
| 2019-01-10 | proj_info(): report the hardcoded PROJ_LIB path in info.searchpath (if the en... | Even Rouault |
| 2019-01-10 | Doc: document interaction issues between objects create with proj_create() vs... | 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_LIB: support multiple paths supported by colon on Unix and semi-colon on... | Even Rouault |
| 2019-01-09 | proj.h: add proj_context_set_file_finder() and proj_context_set_search_paths(... | Even Rouault |
| 2019-01-09 | Allocate projCtx_t as a C++ object | Even Rouault |
| 2019-01-09 | Merge pull request #1217 from rouault/remove_proj_5_crs_export | Even Rouault |
| 2019-01-09 | proj.db search: use pj_find_file() mechanism instead of hand coded simplified... | Even Rouault |
| 2019-01-09 | Update of mailing list URL | Markus Neteler |
| 2019-01-08 | projinfo: use PROJ.4 label for CRS, and PROJ otherwise. Add test case for CRS... | 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-08 | pj_ell_set(): remove memset() illegal on C++ object, as pointed by cppcheck | Even Rouault |
| 2019-01-08 | Merge remote-tracking branch 'rouault/gdalbarn' | Even Rouault |
| 2019-01-07 | Update wkt2_grammar.py according to the latest draft of WKT2:2018 | Even Rouault |
| 2019-01-06 | Merge pull request #1216 from kbevers/fix-coveralls | Kristian Evers |
| 2019-01-06 | Make sure that coveralls reports coverage from both c and cpp files | Kristian Evers |
| 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 | Merge pull request #1205 from kbevers/master | Kristian Evers |
| 2019-01-04 | Replace PJ_IO_UNITS_WHATEVER with units from neighbour steps | Kristian Evers |
| 2019-01-04 | Add unitconvert.gie to CMake test setup | Kristian Evers |
| 2019-01-04 | Fix use-after-free in debug logging of pj_ellipsoid() (probably caused by a r... | Even Rouault |
| 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 | Merge pull request #1212 from kbevers/refactor-docs | Kristian Evers |
| 2019-01-01 | Split ISO19111 C API docs into functions and types | Kristian Evers |
| 2019-01-01 | Remove .doxygen_up_to_date when cleaning docs build | 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-31 | Merge pull request #1208 from rouault/merge_PJ_and_PJ_OBJ | 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 | test/cli/Makefile.am: parallelize CLI tests | 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 |