| Age | Commit message (Expand) | Author |
| 2018-12-26 | cpp conversion: minimal steps to fix compilation errors, not warnings | Even Rouault |
| 2018-12-14 | C API: rename recently added _unref and _free functions as _destroy (fixes #1... | Even Rouault |
| 2018-11-30 | C API: do not 'cache' PROJ context in PJ_OBJ objects | Even Rouault |
| 2018-11-29 | proj_create_crs_to_crs(): rename arguments, update doc, and add a few test cases | Even Rouault |
| 2018-11-29 | Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t... | Even Rouault |
| 2018-11-29 | cs2cs: upgrade to use proj_create_crs_to_crs() | Even Rouault |
| 2018-11-22 | Make proj_create_crs_to_crs() use proj_obj_create_operations() and use area o... | Even Rouault |
| 2018-11-10 | Remove proj_geocentric_latitude from public API | Kristian Evers |
| 2018-09-27 | cs2cs_emulation_setup: fix issue with non C-locale | Even Rouault |
| 2018-08-24 | proj_4D_api.c: fix potential null pointer dereference. Fixes https://bugs.chr... | Even Rouault |
| 2018-08-21 | [BREAKING] Hermert: add +convention=position_vector/coordinate_frame, forbids... | Even Rouault |
| 2018-06-18 | Set error codes in proj_create and proj_create_argv | Aaron Puchert |
| 2018-06-01 | Do not pivot over WGS84 when doing cs2cs-emulation with geocent | Kristian Evers |
| 2018-05-30 | Replace suspicious use of strncat(), despite correct in that particular case ... | Even Rouault |
| 2018-05-15 | IWYU: Partial PJ_natearth.c..rtodms.c | Kurt Schwehr |
| 2018-04-16 | Collect custom C99 math functions in proj_math.h | Kristian Evers |
| 2018-04-07 | Pipeline: make sure geocentric/cartesian space transform is done with origina... | Even Rouault |
| 2018-03-21 | Take into account +towgs84=0,0,0 in pipeline to still imply geodetic->cartesi... | Even Rouault |
| 2018-03-20 | Add 'exact' flag to Helmert operation when doing cs2cs emulation. Fixes #871.... | Kristian Evers |
| 2018-03-14 | Add comment to justify 718495c62ed00d6bf2a60be3b67ecf7e2e8da2d2 | Even Rouault |
| 2018-03-12 | Fix 'bufferAccessOutOfBounds,Buffer is accessed out of bounds' cppcheck warnings | Even Rouault |
| 2018-03-11 | Merge pull request #852 from kbevers/remove-pj_-prefix-from-static-functions | Kristian Evers |
| 2018-03-11 | Various typo fixes | Even Rouault |
| 2018-03-11 | Remove 'pj_' prefix from static functions | Kristian Evers |
| 2018-03-11 | Remove angle brackets for proj headers (#849) | Thomas Knudsen |
| 2018-03-08 | Use consistent names for PJ_COORD's in declarations | Kristian Evers |
| 2018-02-19 | proj_errno_reset: Also reset pj_errno | Raul Marin |
| 2018-02-12 | Ensure cs2cs emulation gets correct ellipsoid defn (#798) | Thomas Knudsen |
| 2018-02-11 | Add proj_context_errno to API and missing proj_geod to proj.def (#791) | Thomas Knudsen |
| 2018-02-10 | Make the 4D API fully 4D (#788) | Thomas Knudsen |
| 2018-02-10 | Fix numerous bugs in the cs2cs emulation | Thomas Knudsen |
| 2018-02-07 | Shrink PJ_XXX_INFO structs, but keep same syntax. (#775) | Thomas Knudsen |
| 2018-02-02 | Avoid buffer overflow - OSSFuzz issue 5903 | Thomas Knudsen |
| 2018-02-01 | expand proj_geoc_lat to proj_geocentric_latitude (#751) | Thomas Knudsen |
| 2018-02-01 | make local derivatives available in PJ_FACTOR | Thomas Knudsen |
| 2018-01-31 | Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULAR | Thomas Knudsen |
| 2018-01-31 | proj_roundtrip: simplify control logic | Thomas Knudsen |
| 2018-01-31 | Introduce compatibility for cs2cs-style proj-strings into the 4D API. | Thomas Knudsen |
| 2018-01-31 | Add pj_has_inverse(). | Kristian Evers |
| 2018-01-03 | Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb... | Thomas Knudsen |
| 2017-12-17 | Declare non-local variables as const where possible | Aaron Puchert |
| 2017-12-17 | Free format everywhere (#693) | Thomas Knudsen |
| 2017-11-28 | Free formatting of PROJ key=value pairs | Thomas Knudsen |
| 2017-11-25 | Improve API (#683) | Thomas Knudsen |
| 2017-11-20 | Replace pj_ell_set with reimplementation... (#675) | Thomas Knudsen |
| 2017-11-16 | Introduce geodetic-geocentric conversions ... (#669) | Thomas Knudsen |
| 2017-11-15 | Support numerical factors only (#664) | Thomas Knudsen |
| 2017-11-12 | Poder autochecking again (WIP) (#652) | Thomas Knudsen |
| 2017-11-10 | Do not require needless plusses (#651) | Thomas Knudsen |
| 2017-11-08 | minor clean ups in and around proj_4D_api (#649) | Thomas Knudsen |