| Age | Commit message (Expand) | Author |
| 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 |
| 2018-02-01 | Bump various version numbers in preparation for v. 5.0.0 | Kristian Evers |
| 2017-08-06 | Add tests for C99 math functions, hypot, atanh, cbrt, etc. | Charles Karney |
| 2017-02-26 | configure.ac: remove -Werror from CFLAGS when detecting exp symbol in libm | Even Rouault |
| 2016-02-15 | Upgrade geodesic library from GeographicLib 1.46. | Charles Karney |
| 2015-10-17 | Fix configure.ac to add config.guess / config.sub | Even Rouault |
| 2015-09-10 | BLD: Use AS_HELP_STRING for JNI option help. | Elliott Sales de Andrade |
| 2015-09-10 | BLD: Remove AM_MAINTAINER_MODE. | Elliott Sales de Andrade |
| 2015-09-10 | BLD: Use new AC_CONFIG_FILES and AC_OUTPUT syntax. | Elliott Sales de Andrade |
| 2015-09-10 | BLD: Remove generated files. | Elliott Sales de Andrade |
| 2015-09-10 | BLD: Rename configure.in to configure.ac. | Elliott Sales de Andrade |