| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-17 | tests: implement fuzzy proj string comparison in a few problematic test ↵ | Even Rouault | |
| cases on non-x86 arch (fixes #1275) | |||
| 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 ↵ | Even Rouault | |
| proj_context_set_search_paths() (refs #1150) | |||
| 2019-01-04 | Replace PJ_IO_UNITS_WHATEVER with units from neighbour steps | Kristian Evers | |
| With this commit we make sure that proj_angular_input() and proj_angular_output return the correct result for any given pipeline. | |||
| 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 | |
| This work mostly consists of: - a C++ implementation of the ISO-19111:2018 / OGC Topic 2 "Referencing by coordinates" classes to represent Datums, Coordinate systems, CRSs (Coordinate Reference Systems) and Coordinate Operations. - methods to convert between this C++ modeling and WKT1, WKT2 and PROJ string representations of those objects - management and query of a SQLite3 database of CRS and Coordinate Operation definition - a C API binding part of those capabilities This is all-in-one squashed commit of the work of https://github.com/OSGeo/proj.4/pull/1040 | |||
| 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 | |
| Nigrated from: schwehr/gdal-autotest2:cpp/third_party/proj/pj_phi2_test.cc@master License intentionally changed from Apache 2 to match PROJ. | |||
| 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 ↵ | Even Rouault | |
| builds only (CMake integration to be done) | |||
| 2018-05-30 | Move catch.hpp header in test/; rename test/cpp as test/unit | Even Rouault | |
