aboutsummaryrefslogtreecommitdiff
path: root/src/lib_proj.cmake
AgeCommit message (Expand)Author
2021-02-19Merge branch 'master' into ml/enable-build-with-static-curlKristian Evers
2021-02-19Enable linking against static cURL on WindowsMateusz Łoskot
2021-02-19CMake: replace '${PROJ_CORE_TARGET}' with 'proj'Mike Taves
2021-02-14CMake: Prefer keyword signature of target_link_libraries commandMateusz Łoskot
2021-02-03CMake: remove old configuration option aliasesMike Taves
2020-12-12Split coordinateoperation.cpp in many files in iso19111/operation directoryEven Rouault
2020-12-02Merge pull request #2444 from rouault/topocentricEven Rouault
2020-11-23Add +proj=topocentric geocentric->topocentric conversion (fixes #500)Even Rouault
2020-11-20Remove pj_errno and related functionsKristian Evers
2020-11-20Removed unused functions from src/utils.cppKristian Evers
2020-11-20Remove legacy file APIKristian Evers
2020-11-20Remove src/transform.cpp and related testsKristian Evers
2020-11-20Remove proj_api.hKristian Evers
2020-10-25Add +proj=col_urban projection, implementing a EPSG projection method used by...Even Rouault
2020-09-30Add a +proj=tinshift for triangulation-based transformationsEven Rouault
2020-08-19Revert compiler generated Fused Multiply Addition optimized routines (#2327)Even Rouault
2020-07-07CMake build: Check "target_clones" before useKai Pastor
2020-05-28Implement wink2 inverse by generic inversion of forward methodEven Rouault
2020-05-19Implemented IGH Oceanic View (#2226)John Krasting
2020-05-16Add a +proj=defmodel transformation for multi-component time-based deformatio...Even Rouault
2020-04-15Merge pull request #2148 from kbevers/add_adams_projectionsKristian Evers
2020-04-15Add square conformal projections from libprojectKristian Evers
2020-04-12Remove old geocent.h/.cpp codeEven Rouault
2020-04-06autoconf build: fix build on Alpine 3.11 where __attribute__((target_clones("...Even Rouault
2020-03-28CMake: prefer to use use PROJ_SOURCE_DIR and PROJ_BINARY_DIR (#2100)Mike Taves
2020-02-22Merge pull request #1962 from mwtoews/sharedMike Taves
2020-02-21Switch build configuration logic from DISABLE_TIFF to ENABLE_TIFFMike Taves
2020-02-21CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBSMike Taves
2020-02-20CMake: rename ENABLE_LTO to ENABLE_IPOMike Taves
2020-02-12Merge pull request #1923 from mwtoews/cmake-outputKristian Evers
2020-02-11Use relative directory to locate PROJ resource files.Even Rouault
2020-02-11CMake: simplify message functionsMike Taves
2020-02-04Make PROJ the CMake project nameCharles Karney
2020-02-04Increase CMake minimum version from 3.5 to 3.9Mike Taves
2020-01-28Add +proj=set operation to set component(s) of a coordinate to a fixed valueEven Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2020-01-07Remove deprecated JNI bindingsKristian Evers
2019-12-11Merge pull request #1773 from orudge/msvc-no-static-exportsEven Rouault
2019-12-04Build: Only export symbols if building DLLOwen Rudge
2019-12-04autoconf/cmake: do not install proj_json_streaming_writer.hpp headerEven Rouault
2019-11-02Add tracing framework, and improve createOperations() performanceEven Rouault
2019-09-18Delete proj_math.h. Replace includes by <math.h>; we'll see if anyoneCharles Karney
2019-09-18math.cpp removed since its isnan isn't used. Keep proj_math.h (whichCharles Karney
2019-09-03stick with proj.lib on windowsJuergen E. Fischer
2019-07-06Proof-of-concept of JSON export limited to PrimeMeridian (refs #1545)Even Rouault
2019-04-21CMake: enable LTO using a flag or property methodMike Taves
2019-04-16CMake: better support for Intel compilerMike Taves
2019-04-05CMake: cache C/C++ warn flags to compile PROJ targetsMike Taves
2019-03-28Add no-op operation. It does nothing.Kristian Evers
2019-03-19Normalize CMake with cmakelint, 2-space indentMike Taves