aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2021-02-20Bump ABI numbers for 8.0.0 releaseKristian Evers
2021-02-07Merge pull request #2511 from mwtoews/remove-cmake-configurations-8.0Kristian Evers
2021-02-03CMake: remove old configuration option aliasesMike Taves
2020-12-02Add build time option to make PROJ_LIB env var tested last (fixes #2399)Even Rouault
2020-11-06automake and cmake: install COPYING, NEWS and AUTHORS in /share/doc/projEven Rouault
2020-11-01Update version numbers in preparation for 8.0.0 releaseKristian Evers
2020-10-26Use correct PROJ_API_VERSION following updated procedure in HOWTORELEASEKristian Evers
2020-10-26Bump ABI version numbers for 7.2 releaseKristian Evers
2020-07-01Update version numbersEven Rouault
2020-06-23Update ABI version numbers for 7.1.0 releaseKristian Evers
2020-03-28CMake: prefer to use use PROJ_SOURCE_DIR and PROJ_BINARY_DIR (#2100)Mike Taves
2020-03-03cmakelint changes as requestedHoward Butler
2020-03-02Follow PDAL's CMake RPATH strategyHoward Butler
2020-03-01Bump version numbers in preparation for 7.1.0Kristian Evers
2020-02-21Switch build configuration logic from DISABLE_TIFF to ENABLE_TIFFMike Taves
2020-02-20Add/update description for pkg-config and CMakeMike Taves
2020-02-17Update ABI version numbers for 7.0.0 releaseKristian Evers
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-24CMake: replace PROJ_TESTS with CTest's BUILD_TESTING optionMike Taves
2020-01-22Merge RFC4 (#1865)Even Rouault
2020-01-01Bump version numbers in preparation for 7.0.0 releaseKristian Evers
2019-12-28Update ABI numbers for 6.3.0 releaseKristian Evers
2019-11-25Change version numbers to 6.3.0Even Rouault
2019-11-07Build: require SQLite 3.11 (refs #1718)Even Rouault
2019-09-19Require C99 compiler see #1621Charles Karney
2019-09-18math.cpp removed since its isnan isn't used. Keep proj_math.h (whichCharles Karney
2019-09-18Get rid of dead code. The end result of this chain of commits is toCharles Karney
2019-09-17Add atanh, copysign, cbrt, remainder, remquo to math.cpp.Charles Karney
2019-09-01Update version numbers in preparation for 7.0.0Kristian Evers
2019-08-26Update API numbers in preparation for 6.2.0 releaseKristian Evers
2019-08-26Update ABI numbers in preparation for 6.2.0 releaseKristian Evers
2019-05-23Remove ProjSystemInfo.cmake module as unusedMateusz Łoskot
2019-05-06Update ABI version number for 6.1.0Kristian Evers
2019-05-01Merge pull request #1425 from mwtoews/defineKristian Evers
2019-04-16CMake: better support for Intel compilerMike Taves
2019-04-16Remove `PROJ_COMPILATION=1` definitionMike Taves
2019-04-05CMake: cache C/C++ warn flags to compile PROJ targetsMike Taves
2019-04-03CMake: Set -fvisibility=hidden using global variableMike Taves
2019-03-19Normalize CMake with cmakelint, 2-space indentMike Taves
2019-03-01Bump version numbers in preparation for 6.1.0Kristian Evers
2019-02-16Merge pull request #1267 from kbevers/release-prepKristian Evers
2019-02-16Improve CMake sqlite3 dependency docsMike Taves
2019-02-14Bump ABI version numberKristian Evers
2019-02-13Set CMake variable CXX_STANDARD with C++11 as defaultMateusz Łoskot
2018-11-15autoconf / cmake: build test/ only if neededEven Rouault
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
2018-10-27Merge pull request #1164 from mathstuf/cmake-pthread-mutex-recursive-detectionKristian Evers
2018-10-26cmake: detect PTHREAD_MUTEX_RECURSIVE by compilingBen Boeckel