aboutsummaryrefslogtreecommitdiff
path: root/test/unit/CMakeLists.txt
AgeCommit message (Expand)Author
2021-07-14Merge pull request #2780 from mwtoews/nlohmann_json_interface_libEven Rouault
2021-04-30CMake build: add a NLOHMANN_JSON_ORIGIN=auto/external/internal setting allowi...Even Rouault
2021-03-17proj.h: add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER, PROJ_AT_LEAST_VERSION ...Even Rouault
2021-02-14CMake: Prefer keyword signature of target_link_libraries commandMateusz Łoskot
2020-12-12Split test_operation.cpp in two partsEven Rouault
2020-11-20Remove src/transform.cpp and related testsKristian Evers
2020-09-30Add a +proj=tinshift for triangulation-based transformationsEven Rouault
2020-05-16Add a +proj=defmodel transformation for multi-component time-based deformatio...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-01-22Merge RFC4 (#1865)Even Rouault
2019-09-19set PROJ_LIB on test targets for CMakeHoward Butler
2019-04-05CMake: cache C/C++ warn flags to compile PROJ targetsMike Taves
2019-03-25pj_strerrno: enable system error messagesChris Mayo
2019-03-19Normalize CMake with cmakelint, 2-space indentMike Taves
2019-02-14Mark the external GTest package as requiredKai Pastor
2019-02-14Link gtest library with GTest:: prefixKai Pastor
2019-02-14Remove legacy cmake commandsKai Pastor
2019-02-14Use GTest 1.8.1Kai Pastor
2019-02-04Allow building against external GTest with CMake.Elliott Sales de Andrade
2019-01-09proj.h: add proj_context_set_file_finder() and proj_context_set_search_paths(...Even Rouault
2019-01-04Replace PJ_IO_UNITS_WHATEVER with units from neighbour stepsKristian Evers
2018-11-29Add unit test for pj_tranform() now that cs2cs no longer use itEven Rouault
2018-11-21Move 'builtins' test of src/gie.c to test/unit/gie_self_tests.cppEven Rouault
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault
2018-06-20Add test for proj_errno_string()Kristian Evers
2018-06-18Add pj_phi2_test (#1039 & #1045)Even Rouault
2018-06-07Add CMake configuration for test/googletest and test/unitMateusz Loskot
2018-06-07Add googletest 1.8.0 framework in test/googletest, and use it with autoconf b...Even Rouault
2018-06-04appveyor.yml: run ctest on cmake buildsEven Rouault
2018-05-30Move catch.hpp header in test/; rename test/cpp as test/unitEven Rouault