| Age | Commit message (Expand) | Author |
| 2020-01-17 | Merge branch 'master' into rfc4_merge_back_master | Even Rouault |
| 2020-01-16 | Address review comments for https://github.com/OSGeo/PROJ/pull/1817 | Even Rouault |
| 2020-01-07 | Remove deprecated JNI bindings | Kristian Evers |
| 2020-01-01 | Bump version numbers in preparation for 7.0.0 release | Kristian Evers |
| 2019-12-19 | Add very minimalistic and slow libcurl implementation | Even Rouault |
| 2019-12-19 | Build: add optional curl dependency | Even Rouault |
| 2019-12-13 | Add configure/CMake option, strongly discouraged, to disable TIFF support | Even Rouault |
| 2019-12-07 | Build and CI: add libtiff dependency | Even Rouault |
| 2019-11-25 | Change version numbers to 6.3.0 | Even Rouault |
| 2019-11-07 | Build: require SQLite 3.11 (refs #1718) | Even Rouault |
| 2019-10-03 | Only call pkg-config in configure when necessary | Jakob Egger |
| 2019-09-19 | Require C99 compiler see #1621 | Charles Karney |
| 2019-09-18 | math.cpp removed since its isnan isn't used. Keep proj_math.h (which | Charles Karney |
| 2019-09-18 | Get rid of dead code. The end result of this chain of commits is to | Charles Karney |
| 2019-09-17 | Add atanh, copysign, cbrt, remainder, remquo to math.cpp. | Charles Karney |
| 2019-09-01 | Update version numbers in preparation for 7.0.0 | Kristian Evers |
| 2019-08-26 | Update API numbers in preparation for 6.2.0 release | Kristian Evers |
| 2019-08-09 | createFromUserInput(): add capability to import PROJJSON | Even Rouault |
| 2019-06-05 | Update GitHub references: proj.4 -> PROJ | Mike Taves |
| 2019-06-01 | Update website: proj4.org -> proj.org | Mike Taves |
| 2019-03-21 | Build: automatically enable system error messages | Chris Mayo |
| 2019-03-01 | Bump version numbers in preparation for 6.1.0 | Kristian Evers |
| 2019-02-27 | configure.ac: replace '==' by '=' to avoid Bashism (patch by Greg Troxel) | Even Rouault |
| 2019-02-08 | Remove data/install.in. | Elliott Sales de Andrade |
| 2019-02-04 | Allow building against external GTest with autotools. | Elliott Sales de Andrade |
| 2019-02-04 | Use pkgconfig to find sqlite3. | Elliott Sales de Andrade |
| 2018-12-26 | cpp conversion: move source files in apps/ iso19111/ conversions/ projections... | Even Rouault |
| 2018-12-01 | Rename test/old/ to test/cli/ to better reflect their nature | 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-09-18 | Move data/test* scripts and expected results to test/old/ | Even Rouault |
| 2018-09-18 | Rename nad/ directory as data/ | Even Rouault |
| 2018-09-15 | Bump version numbers after 5.2.0 release | Kristian Evers |
| 2018-06-08 | bump version numbers to 5.2.0 | Kristian Evers |
| 2018-06-07 | Add googletest 1.8.0 framework in test/googletest, and use it with autoconf b... | Even Rouault |
| 2018-06-02 | Upgrade http:// to https:// where feasible | Mike Toews |
| 2018-05-30 | Move catch.hpp header in test/; rename test/cpp as test/unit | Even Rouault |
| 2018-05-30 | Enable c++ compilation with autotools and cmake, hardened compilation flags a... | Even Rouault |
| 2018-05-24 | Update version numbers for 5.1.0 release | Kristian Evers |
| 2018-05-02 | Modularize the Proj Java package: | Martin Desruisseaux |
| 2018-04-16 | Collect custom C99 math functions in proj_math.h | Kristian Evers |
| 2018-03-25 | Add PACKAGE_URL for autoconf/CMake | mwtoews |
| 2018-03-25 | PACKAGE_NAME: PROJ.4 Projections -> PROJ | mwtoews |
| 2018-03-23 | If HAVE_C99_MATH, define pj_is_nan as isnan. | Charles Karney |
| 2018-03-20 | For the Intel compiler use "-fp-model precise" on all platforms. | Charles Karney |
| 2018-03-17 | Fix comments in geodesic.c. Better invocation of AX_CHECK_COMPILE_FLAG, | Charles Karney |
| 2018-03-17 | Patch 1.49.3 for geodesic package. | Charles Karney |
| 2018-02-27 | Modify project bugreport (autoconf) | Mike Toews |
| 2018-02-02 | Add AC_SEARCH_LIBS for libm to configure.ac. | Bas Couwenberg |
| 2018-02-02 | Improve tests and add test files to automake setup. | Kristian Evers |