aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Expand)Author
2019-05-06Update ABI version number for 6.1.0Kristian Evers
2019-05-01Merge pull request #1425 from mwtoews/defineKristian Evers
2019-04-20proj/cs2cs: validate value of -f parameter to avoid potential crashes (fixes ...Even Rouault
2019-04-16Remove `PROJ_COMPILATION=1` definitionMike Taves
2019-03-28Add no-op operation. It does nothing.Kristian Evers
2019-02-14Bump ABI version numberKristian Evers
2019-02-11Make tmerc an alias for etmerc. (#1234)Kristian Evers
2019-02-10Completely remove Chebychev remains from codebaseEven Rouault
2019-02-05Merge pull request #1248 from kbevers/remove-nad2binKristian Evers
2019-02-04Remove all traces of nad2bin and nad2nadKristian Evers
2019-02-04Use pkgconfig to find sqlite3.Elliott Sales de Andrade
2019-01-18Remove Chebyshev polynomials from projKristian Evers
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-26cpp conversion: revert geodesic.cpp to geodesic.cEven Rouault
2018-12-26cpp conversion: rename src/projections/nocol.cpp to src/projections/nicol.cppEven Rouault
2018-12-26cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixesEven Rouault
2018-12-26cpp conversion: move source files in apps/ iso19111/ conversions/ projections...Even Rouault
2018-12-26cpp conversion: minimal steps to fix compilation errors, not warningsEven Rouault
2018-12-20make install: fix issue with parallel install (fixes #1119)Even Rouault
2018-12-17Add WKT2 grammar validationEven Rouault
2018-12-17Add WKT1 grammar validation; change prototype of proj_obj_create_from_wkt()Even Rouault
2018-11-30API: move all advanced PJ_OBJ creation functions in a dedicated proj_experime...Even Rouault
2018-11-22Rename cs2cs.c to cs2cs.cpp with minimal changes to make it compileEven Rouault
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
2018-10-15Add Tobler-Mercator projectionIvan Veselov
2018-10-11Merge remote-tracking branch 'osgeo/master' into bertin1953Kristian Evers
2018-10-03Remove nmake build systemEven Rouault
2018-10-01Add a affine transformation method, and make geogoffset as a particular case ...Even Rouault
2018-10-01Add geographic offset transformation method.Even Rouault
2018-09-21the Bertin 1953 projectionPhilippe Rivière
2018-09-18Do not install projects.hKristian Evers
2018-09-11Fix SONAME decrement from libproj.so.13 to libproj.so.12.Bas Couwenberg
2018-09-10Update ABI version for 5.2 releaseKristian Evers
2018-08-17Implementation of Equal Earth projection (#1090)jdugge
2018-06-07Add googletest 1.8.0 framework in test/googletest, and use it with autoconf b...Even Rouault
2018-05-24Fix libtool versioning, using the proper number for 'age'Kristian Evers
2018-05-24Update version numbers for 5.1.0 releaseKristian Evers
2018-05-23Use proj_strtod.h for proj_strtod and proj_atofKurt Schwehr
2018-04-27Remove src/org_proj4_Projections.h file. This file was not used anywhere, sin...Martin Desruisseaux
2018-04-16Collect custom C99 math functions in proj_math.hKristian Evers
2018-02-02Fix SOVERSION for Automake build.Bas Couwenberg
2018-02-01Bump various version numbers in preparation for v. 5.0.0Kristian Evers
2018-01-03Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb...Thomas Knudsen
2017-11-21Central conic projection (gnomonic) implementation (as 'proj=ccon') (#662)Łukasz Komsta
2017-11-16Introduce geodetic-geocentric conversions ... (#669)Thomas Knudsen
2017-11-13Removed remaining traces of the built in selftest system (#661)Thomas Knudsen
2017-10-31Add 'axisswap' operation - swap axes in pipelinesKristian Evers
2017-10-29Addition of 'deformation': Kinematic grid shifting.Kristian Evers
2017-10-29Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c (#625)Thomas Knudsen
2017-10-12Run 'gie builtins.gie' as part of Travis CI jobsThomas Knudsen