| Age | Commit message (Expand) | Author |
| 2018-12-30 | Merge projects.h into proj_internal.h | Even Rouault |
| 2018-12-30 | projects.h: remove deprecated XY, XYZ, LP, LPZ, UV, UVW, projUV and projUVW s... | Even Rouault |
| 2018-12-30 | projects.h: remove #ifdef __cpluplus test since it must now be included from ... | Even Rouault |
| 2018-12-30 | Move PJ_OBJ members into struct PJconsts | Even Rouault |
| 2018-12-30 | Allocate PJ* as a C++ object | Even Rouault |
| 2018-12-26 | cpp conversion: fix remaining warnings | Even Rouault |
| 2018-12-26 | cpp conversion: fix zero-as-null-pointer-constant warnings | Even Rouault |
| 2018-12-26 | cpp conversion: minimal steps to fix compilation errors, not warnings | Even Rouault |
| 2018-11-29 | Redirect epsg:XXXX and IGNF:XXXX CRS expansions to the database, and remove t... | Even Rouault |
| 2018-11-22 | Make proj_create_crs_to_crs() use proj_obj_create_operations() and use area o... | Even Rouault |
| 2018-11-14 | Implement RFC 2: Initial integration of "GDAL SRS barn" work | Even Rouault |
| 2018-11-10 | Remove unused struct from projects.h | Kristian Evers |
| 2018-10-16 | Move struct definitions for proj_list_* functions to proj.h | Kristian Evers |
| 2018-10-16 | Change pj_mkparam to take const char pointer | Kristian Evers |
| 2018-09-21 | Remove misspelled-constant PJD_ERR_UNKNOW_UNIT_ID | Kristian Evers |
| 2018-09-18 | Only allow usage of proj_api.h if explicit consent was given | Kristian Evers |
| 2018-08-11 | projects.h: use param[] variable-length member syntax with GCC >= 8 to fix op... | Even Rouault |
| 2018-08-11 | Fix wrong behaviour of torad_coord() with gcc 8.1 -O2 (fixes #1084) | Even Rouault |
| 2018-06-21 | Add support for deg, rad and grad in unitconvert (fixes #1052), and document ... | Even Rouault |
| 2018-05-30 | Fix warnings found by clang with new warning flags to be added in later commit | Even Rouault |
| 2018-04-16 | Collect custom C99 math functions in proj_math.h | Kristian Evers |
| 2018-03-11 | typo fix: Rename PJD_ERR_UNKNOW_UNIT_ID as PJD_ERR_UNKNOWN_UNIT_ID | Even Rouault |
| 2018-02-12 | typedef some recurring function signatures | Thomas Knudsen |
| 2018-02-09 | Avoid XY, LP and UV datatype clashes with other libraries. | Kristian Evers |
| 2018-02-07 | Shrink PJ_XXX_INFO structs, but keep same syntax. (#775) | Thomas Knudsen |
| 2018-02-01 | Remove Windows CE cruft (wince/msvc80) | Mateusz Loskot |
| 2018-02-01 | Remove unnecessary functions and restructure proj.def. Closes #728 | Kristian Evers |
| 2018-01-31 | Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULAR | Thomas Knudsen |
| 2018-01-31 | Introduce compatibility for cs2cs-style proj-strings into the 4D API. | Thomas Knudsen |
| 2018-01-08 | Discern between 2D projected and 3D cartesian linear units (#732) | Thomas Knudsen |
| 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-27 | Replace some asserts by compile-time assertions | Aaron Puchert |
| 2017-11-25 | Improve API (#683) | Thomas Knudsen |
| 2017-11-22 | Avoid div-by-zero in rf setup | Thomas Knudsen |
| 2017-11-20 | Replace pj_ell_set with reimplementation... (#675) | Thomas Knudsen |
| 2017-11-15 | Support numerical factors only (#664) | Thomas Knudsen |
| 2017-11-13 | Removed remaining traces of the built in selftest system (#661) | Thomas Knudsen |
| 2017-11-11 | Merge pull request #647 from kbevers/use_have_c99_math | Kristian Evers |
| 2017-11-10 | Use HAVE_C99_MATH instead of _WIN32_ and __ANSI__ | Kristian Evers |
| 2017-11-08 | minor clean ups in and around proj_4D_api (#649) | Thomas Knudsen |
| 2017-11-06 | Eliminate the last traces of PJ_OBS (#643) | Thomas Knudsen |
| 2017-11-05 | Improve ISO 19000 alignment (#639) | Thomas Knudsen |
| 2017-11-05 | Pipeline cleanup (WIP) (#637) | Thomas Knudsen |
| 2017-10-28 | Allow nested pipelines. (#629) | Kristian Evers |
| 2017-10-27 | Linguistics: Clarify this and that, here and there (#632) | Thomas Knudsen |
| 2017-10-25 | Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c (#625) | Thomas Knudsen |
| 2017-10-20 | Addition of an "area of use" argument to proj_transform_crs_to_crs (#565) | Kristian Evers |
| 2017-10-19 | Prevent crashes and leaks on allocation failure (#606) | Aaron Puchert |