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
2020-01-20
Address @hobu 's review comment of https://github.com/OSGeo/PROJ/pull/1839#pu...
Even Rouault
2020-01-17
Merge branch 'master' into rfc4_merge_back_master
Even Rouault
2020-01-14
Add test/unit/test_grids.cpp to improve testing coverage
Even Rouault
2020-01-08
Add capability to read resource files from the user writable directory
Even Rouault
2019-12-31
Add a SQLite3 local cache of downloaded chunks
Even Rouault
2019-12-27
Network: make CDN endpoint configurable either in proj.ini, PROJ_NETWORK_ENDP...
Even Rouault
2019-12-23
Add testing of network functionality
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