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
/
src
/
PJ_helmert.c
Age
Commit message (
Expand
)
Author
2018-01-31
Introduce compatibility for cs2cs-style proj-strings into the 4D API.
Thomas Knudsen
2018-01-08
Discern between 2D projected and 3D cartesian linear units (#732)
Thomas Knudsen
2017-12-06
Use approximate equations instead of exact as default in Helmert.
Kristian Evers
2017-12-06
Use t_epoch and t_obs instead of epoch and tobs.
Kristian Evers
2017-11-28
Merge remote-tracking branch 'aaronpuchert/static-assert'
Even Rouault
2017-11-28
Add tests for GDA2020 (#688)
Thomas Knudsen
2017-11-27
Replace some asserts by compile-time assertions
Aaron Puchert
2017-11-25
Improve API (#683)
Thomas Knudsen
2017-11-13
Removed remaining traces of the built in selftest system (#661)
Thomas Knudsen
2017-11-06
Eliminate the last traces of PJ_OBS (#643)
Thomas Knudsen
2017-11-05
Improve ISO 19000 alignment (#639)
Thomas Knudsen
2017-10-27
Linguistics: Clarify this and that, here and there (#632)
Thomas Knudsen
2017-10-25
Remove PJ_OBS from the API surface, rename pj_obs_api.c to pj_4D_api.c (#625)
Thomas Knudsen
2017-10-06
Enable default destructor for all PJ objects.
Thomas Knudsen
2017-07-07
obs_api revision and improvements: new namespace etc. (#530)
Thomas Knudsen
2017-06-01
Disallow +s=0 when in 4-param. mode.
Kristian Evers
2017-05-15
4-parameter Helmert.
Kristian Evers
2017-05-08
Extended Helmert transformation to 14-parameters
Kristian Evers
2017-02-26
Raise MSVC warning level to /W4
Even Rouault
2017-02-25
Fix GCC 7 warnings related to misleading indentations, fallthrough cases and ...
Even Rouault
2016-12-15
Horner and helmert (#456)
Thomas Knudsen