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
/
Makefile.am
Age
Commit message (
Expand
)
Author
2021-03-17
proj.h: add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER, PROJ_AT_LEAST_VERSION ...
Even Rouault
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-01-22
Merge RFC4 (#1865)
Even Rouault
2020-01-05
Make sure tests pass if extra grids are present
Even Rouault
2019-02-17
tests: implement fuzzy proj string comparison in a few problematic test cases...
Even Rouault
2019-02-04
Allow building against external GTest with autotools.
Elliott Sales de Andrade
2019-02-04
Use pkgconfig to find sqlite3.
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-12-26
cpp conversion: add dummy test to check we can include proj.h from a pure C file
Even Rouault
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-09-11
Don't install test executables.
Bas Couwenberg
2018-06-20
Add test for proj_errno_string()
Kristian Evers
2018-06-18
Add pj_phi2_test (#1039 & #1045)
Even Rouault
2018-06-08
test/unit/Makefile.am: do not install gtest_include.h
Even Rouault
2018-06-07
Add googletest 1.8.0 framework in test/googletest, and use it with autoconf b...
Even Rouault
2018-05-30
Move catch.hpp header in test/; rename test/cpp as test/unit
Even Rouault