aboutsummaryrefslogtreecommitdiff
path: root/src/lib_proj.cmake
AgeCommit message (Expand)Author
2022-02-23Simple SOVERSION (#3066)9.0.0Mike Taves
2022-02-14CMake: split configuration files for apps and tests (#3048)Mike Taves
2022-02-07CMake: make BUILD_SHARED_LIBS=ON the default even on WindowsEven Rouault
2021-10-25Merge pull request #2913 from rouault/fix_2905Even Rouault
2021-10-25lib_proj.cmake: add a PROJ::proj alias and add BUILD_INTERFACE include direct...Even Rouault
2021-10-23CMake: revise how we deal with symbol export and static buildsEven Rouault
2021-10-11CMake build: add generate_wkt1_parser and generate_wkt2_parser manual target,...Even Rouault
2021-10-07cmake build: install proj_symbol_rename.hEven Rouault
2021-09-24cmake: check the right variable for `libdl`Ben Boeckel
2021-07-14CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES targetMike Taves
2021-07-13Add S2 projection (#2749)marcus-elia
2021-04-30CMake build: add a NLOHMANN_JSON_ORIGIN=auto/external/internal setting allowi...Even Rouault
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