| Age | Commit message (Expand) | Author |
| 2019-12-19 | Add a FileManager and File class | Even Rouault |
| 2019-12-13 | Add configure/CMake option, strongly discouraged, to disable TIFF support | Even Rouault |
| 2019-12-11 | Add a +proj=xyzgridshift method to perform geocentric translation by grid. Us... | Even Rouault |
| 2019-12-07 | Build and CI: add libtiff dependency | Even Rouault |
| 2019-12-06 | horizontal grid shift: rework to no longer load whole grid into memory | Even Rouault |
| 2019-12-06 | vertical grid shift: rework to no longer load whole grid into memory | Even Rouault |
| 2019-12-06 | Remove obsolete and presumably unfinished implementation of grid catalog func... | Even Rouault |
| 2019-12-04 | autoconf/cmake: do not install proj_json_streaming_writer.hpp header | Even Rouault |
| 2019-11-02 | Add tracing framework, and improve createOperations() performance | Even Rouault |
| 2019-09-18 | Delete proj_math.h. Replace includes by <math.h>; we'll see if anyone | Charles Karney |
| 2019-09-18 | math.cpp removed since its isnan isn't used. Keep proj_math.h (which | Charles Karney |
| 2019-09-03 | stick with proj.lib on windows | Juergen E. Fischer |
| 2019-07-06 | Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545) | Even Rouault |
| 2019-04-21 | CMake: enable LTO using a flag or property method | Mike Taves |
| 2019-04-16 | CMake: better support for Intel compiler | Mike Taves |
| 2019-04-05 | CMake: cache C/C++ warn flags to compile PROJ targets | Mike Taves |
| 2019-03-28 | Add no-op operation. It does nothing. | Kristian Evers |
| 2019-03-19 | Normalize CMake with cmakelint, 2-space indent | Mike Taves |
| 2019-02-11 | Make tmerc an alias for etmerc. (#1234) | Kristian Evers |
| 2019-02-10 | Completely remove Chebychev remains from codebase | Even Rouault |
| 2018-12-30 | Merge projects.h into proj_internal.h | 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 | cpp conversion: minimal steps to fix compilation errors, not warnings | 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-11-30 | API: move all advanced PJ_OBJ creation functions in a dedicated proj_experime... | Even Rouault |
| 2018-11-29 | Build: change back link-time-optimization default to off | Even Rouault |
| 2018-11-14 | Implement RFC 2: Initial integration of "GDAL SRS barn" work | Even Rouault |
| 2018-10-15 | Add Tobler-Mercator projection | Ivan Veselov |
| 2018-10-11 | Merge remote-tracking branch 'osgeo/master' into bertin1953 | Kristian Evers |
| 2018-10-01 | Add a affine transformation method, and make geogoffset as a particular case ... | Even Rouault |
| 2018-10-01 | Add geographic offset transformation method. | Even Rouault |
| 2018-09-21 | the Bertin 1953 projection | Philippe Rivière |
| 2018-09-18 | Do not install projects.h | Kristian Evers |
| 2018-08-17 | Implementation of Equal Earth projection (#1090) | jdugge |
| 2018-06-08 | Export proj target to scope visible for test/unit target | Mateusz Loskot |
| 2018-05-04 | cmake: fix build with msys where both pthread and win32 threads are detected ... | Even Rouault |
| 2018-04-27 | Remove src/org_proj4_Projections.h file. This file was not used anywhere, sin... | Martin Desruisseaux |
| 2018-04-16 | Collect custom C99 math functions in proj_math.h | Kristian Evers |
| 2018-02-10 | Re-do pull request #451 export CMake targets with PROJ4:: namespace | Charles Karney |
| 2018-01-03 | Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb... | Thomas Knudsen |
| 2017-11-21 | Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662) | Łukasz Komsta |
| 2017-11-16 | Introduce geodetic-geocentric conversions ... (#669) | Thomas Knudsen |
| 2017-11-13 | Removed remaining traces of the built in selftest system (#661) | Thomas Knudsen |
| 2017-10-31 | Add 'axisswap' operation - swap axes in pipelines | Kristian Evers |
| 2017-10-29 | Addition of 'deformation': Kinematic grid shifting. | Kristian Evers |
| 2017-10-29 | Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c (#625) | Thomas Knudsen |