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
/
gie_self_tests.cpp
Age
Commit message (
Expand
)
Author
2022-03-11
unitconvert: round to nearest date when converting to yyyymmdd.
Brendan Jurd
2021-11-15
Code reformat
Even Rouault
2021-11-12
Add new option to proj_create_crs_to_crs_from_pj method to force +over on tra...
Peter Townsend
2021-09-30
proj_factors(): accept P to be a projected CRS (fixes #2854)
Even Rouault
2021-08-15
formatting fix
Even Rouault
2021-08-15
Add support for Degree Sign on input (#2791)
Brendan Jurd
2021-04-20
run reformat_cpp.sh to fix some leftovers
Javier Jimenez Shaw
2021-04-20
Revert "proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_P...
Even Rouault
2021-03-06
gie_self_tests: fix use of uninitialized memory (fixes #2557)
Even Rouault
2020-12-15
proj_trans_array(): make it transform all coordinates even when an error occurs
Even Rouault
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-11-20
Remove pj_free() and move it's functional parts to proj_destroy()
Kristian Evers
2020-03-13
Tag proj_list_units() as deprecated
Even Rouault
2020-01-29
Remove 'null' grid file as it is now a special hardcoded case in grid code
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-12-04
proj_grid_info(): fix crash when passing a file that exists but is not a grid
Even Rouault
2019-09-12
proj_trans_generic(): properly set coordinate time to HUGE_VAL when no value ...
Even Rouault
2019-03-19
proj_create_crs_to_crs: better deal with coordinates outside of bbox (fixes #...
Even Rouault
2019-02-20
PROJStringFormatting: change order of emission of push/pop w.r.t axis swap/un...
Even Rouault
2019-02-20
compoundCRS to compoundCRS: avoid emitting dummy 'Null geographic offset from...
Even Rouault
2019-02-18
Fix a few issues with i386 builds
Even Rouault
2019-02-16
Make sure proj_get_source_crs() and proj_get_target_crs() work on 'pseudo' PJ...
Even Rouault
2019-02-16
Make sure that the PJ object returned by proj_create_crs_to_crs() is a proper...
Even Rouault
2019-02-15
Fix size_t comparisons in tests
Kai Pastor
2019-02-13
EPSG Helmert and Molodensky-Badekas methods in the Geographic 2D domain: use ...
Even Rouault
2019-01-31
exportToWKT(): restrict a8e7ef45d132b44dd4096c6fe3703fe92b390d1e to TOWGS84 o...
Even Rouault
2019-01-26
proj_trans_generic(): make it work with multiple internal coordinate operatio...
Even Rouault
2019-01-22
proj_create_crs_to_crs(): defer selection of actual coordinate operation unti...
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-27
Add an hardcoded +ellps=GRS80 when there is no datum/ellipsoid specification ...
Even Rouault
2018-12-27
Remove proj_def.dat (fixes #201)
Even Rouault
2018-11-29
proj_create_crs_to_crs(): rename arguments, update doc, and add a few test cases
Even Rouault
2018-11-29
Reformat test .cpp files
Even Rouault
2018-11-22
Make proj_create_crs_to_crs() use proj_obj_create_operations() and use area o...
Even Rouault
2018-11-21
Move 'builtins' test of src/gie.c to test/unit/gie_self_tests.cpp
Even Rouault