aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
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
2018-03-23If HAVE_C99_MATH, define pj_is_nan as isnan.Charles Karney
2018-03-20For the Intel compiler use "-fp-model precise" on all platforms.Charles Karney
2018-03-17Patch 1.49.3 for geodesic package.Charles Karney
2018-02-01Bump various version numbers in preparation for v. 5.0.0Kristian Evers
2018-01-09Add gie tests to CMake testing facilityKristian Evers
2017-12-14Suppress warning C4996 centrally in CMakeLists.txtCharles Karney
2017-12-07Squelch Visual Studio's obnoxious warnings about sprintf being unsafe.Charles Karney
2017-12-06CMakeLists.txt: fix typo, copysigna -> copysign.Charles Karney
2017-11-29Remove the last remains of the internal selftestKristian Evers
2017-11-10Ensure C89 compliance and enable more warnings (#650)Aaron Puchert
2017-09-25fix #560 install cmake config file to lib and use GNUInstallDirs on Unix (#561)Nicolas David
2017-08-06Fix typo in CMakeLists.txtCharles Karney
2017-08-06Add tests for C99 math functions, hypot, atanh, cbrt, etc.Charles Karney
2016-12-12Add a scripts/fix_typos.sh script and correct reported errorsEven Rouault
2016-08-22Changed self-test build behaviour from opt-out to opt-inKristian Evers
2016-08-15increment version numbers for 4.9.3RC1Howard Butler
2016-02-15Upgrade geodesic library from GeographicLib 1.46.Charles Karney
2015-09-10increment libtool versioning to 10:0:0 to account for PVALUE symbol rename #273Howard Butler
2015-09-10check and set HAVE_PTHREAD_MUTEX_RECURSIVE in CMake for #303Howard Butler
2015-09-08Increment version to 4.9.2 in preparation for releaseHoward Butler
2015-03-03Append _d to debug versions of library and tools so that release and debug ve...Charles Karney
2015-02-22More CMake churn #264Howard Butler