aboutsummaryrefslogtreecommitdiff
path: root/src/lib_proj.cmake
AgeCommit message (Expand)Author
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-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-29Build: change back link-time-optimization default to offEven 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-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-08-17Implementation of Equal Earth projection (#1090)jdugge
2018-06-08Export proj target to scope visible for test/unit targetMateusz Loskot
2018-05-04cmake: fix build with msys where both pthread and win32 threads are detected ...Even Rouault
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-10Re-do pull request #451 export CMake targets with PROJ4:: namespaceCharles Karney
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-06Enable default destructor for all PJ objects.Thomas Knudsen
2017-07-10Introducing the Molodensky transform (#541)Kristian Evers
2017-07-07obs_api revision and improvements: new namespace etc. (#530)Thomas Knudsen
2017-05-19Unit conversion pseudo-projection.Kristian Evers
2017-03-27Horisontal and vertical gridshift driversKristian Evers
2016-12-15Horner and helmert (#456)Thomas Knudsen
2016-11-20Plumbing for pipelines (#453)Thomas Knudsen
2016-11-12Pipeline plus api - in continuation of the Genereic Coordinates pull request ...Thomas Knudsen
2016-10-24Generic coordinates (#431)Thomas Knudsen
2016-07-28Implemented Times projectionKristian Evers
2016-04-05Merge remote-tracking branch 'refs/remotes/OSGeo/master' into sdfe-refactor-m...Thomas Knudsen
2016-04-05Some initial work on internal regression testsThomas Knudsen
2016-04-04Adding Natural Earth II and Compact MillerBojan Savric
2016-03-27Add Patterson Cylindrical projection. Add tests for projection.Micah Cochran
2016-02-24Add support for MISR SOM projectionmbull
2016-01-06adapt patch for #325 to fix static-only library buildingHoward Butler
2015-10-23- API Extension to include fwd3d / inv3dPiyush Agram
2015-07-07Make pj_init() locale safe and no longer modify locale (#226)Even Rouault
2015-02-22More CMake churn #264Howard Butler
2015-02-21align CMake SOVERSION with autotools #263Howard Butler