index
:
PROJ
4.7
4.8
4.9
4.9.2-maintenance
5.0
5.1
5.2
6.0
6.1
6.2
6.3
7.0
7.1
7.2
8.0
8.1
8.2
9.0
azp
backport-2856-to-master
backport-3082-to-9.0
backport-3125-to-9.0
docker-build-updates
emscripten-build
gdalbarn
gh-pages
inverse-fix
iso19111_dev
master
rfc4_dev
Forked from https://github.com/OSGeo/PROJ
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
unit
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2021-10-23
CMake: revise how we deal with symbol export and static builds
Even Rouault
2021-09-07
Fix database access across fork() when SQLite3 doesn't use pread[64]() (fixes...
Even Rouault
2021-07-14
CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target
Mike Taves
2021-04-30
CMake build: add a NLOHMANN_JSON_ORIGIN=auto/external/internal setting allowi...
Even Rouault
2021-03-17
proj.h: add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER, PROJ_AT_LEAST_VERSION ...
Even Rouault
2021-02-14
CMake: Prefer keyword signature of target_link_libraries command
Mateusz Ĺoskot
2020-12-12
Split test_operation.cpp in two parts
Even Rouault
2020-11-20
Remove src/transform.cpp and related tests
Kristian Evers
2020-09-30
Add a +proj=tinshift for triangulation-based transformations
Even Rouault
2020-05-16
Add a +proj=defmodel transformation for multi-component time-based deformatio...
Even Rouault
2020-03-28
CMake: prefer to use use PROJ_SOURCE_DIR and PROJ_BINARY_DIR (#2100)
Mike Taves
2020-02-22
Merge pull request #1962 from mwtoews/shared
Mike Taves
2020-02-21
Switch build configuration logic from DISABLE_TIFF to ENABLE_TIFF
Mike Taves
2020-02-21
CMake: rename BUILD_LIBPROJ_SHARED to BUILD_SHARED_LIBS
Mike Taves
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-09-19
set PROJ_LIB on test targets for CMake
Howard Butler
2019-04-05
CMake: cache C/C++ warn flags to compile PROJ targets
Mike Taves
2019-03-25
pj_strerrno: enable system error messages
Chris Mayo
2019-03-19
Normalize CMake with cmakelint, 2-space indent
Mike Taves
2019-02-14
Mark the external GTest package as required
Kai Pastor
2019-02-14
Link gtest library with GTest:: prefix
Kai Pastor
2019-02-14
Remove legacy cmake commands
Kai Pastor
2019-02-14
Use GTest 1.8.1
Kai Pastor
2019-02-04
Allow building against external GTest with CMake.
Elliott Sales de Andrade
2019-01-09
proj.h: add proj_context_set_file_finder() and proj_context_set_search_paths(...
Even Rouault
2019-01-04
Replace PJ_IO_UNITS_WHATEVER with units from neighbour steps
Kristian Evers
2018-11-29
Add unit test for pj_tranform() now that cs2cs no longer use it
Even Rouault
2018-11-21
Move 'builtins' test of src/gie.c to test/unit/gie_self_tests.cpp
Even Rouault
2018-11-14
Implement RFC 2: Initial integration of "GDAL SRS barn" work
Even Rouault
2018-06-20
Add test for proj_errno_string()
Kristian Evers
2018-06-18
Add pj_phi2_test (#1039 & #1045)
Even Rouault
2018-06-07
Add CMake configuration for test/googletest and test/unit
Mateusz Loskot
2018-06-07
Add googletest 1.8.0 framework in test/googletest, and use it with autoconf b...
Even Rouault
2018-06-04
appveyor.yml: run ctest on cmake builds
Even Rouault
2018-05-30
Move catch.hpp header in test/; rename test/cpp as test/unit
Even Rouault