aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2018-10-26ProjVersion: use cmake_parse_argumentsBen Boeckel
2018-09-18Rename nad/ directory as data/Even Rouault
2018-09-15Bump version numbers after 5.2.0 releaseKristian Evers
2018-09-11Specify c++11 for Intel compilersMike Toews
2018-09-10Update ABI version for 5.2 releaseKristian Evers
2018-06-20Raise version number to 5.2.0 in CMake configKristian Evers
2018-06-08CMake: bump PROJ version to 5.1.0Mateusz Loskot
2018-06-07Add googletest 1.8.0 framework in test/googletest, and use it with autoconf b...Even Rouault
2018-06-05Remove include(CTest) as unnecessaryMateusz Loskot
2018-05-30Enable c++ compilation with autotools and cmake, hardened compilation flags a...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-04-23Merge pull request #937 from kbevers/c99-math-moduleKristian Evers
2018-04-22Collaps multiline strings to not trip up CMake2Kristian Evers
2018-04-16Collect custom C99 math functions in proj_math.hKristian Evers
2018-03-26Restore PROJECT-NAME as PROJ4Mike Toews
2018-03-26Rename CMake infrastructure to remove 4mwtoews
2018-03-24Don't set -std=c89 in CMakeLists.txtAaron Puchert