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_axisswap.c
Age
Commit message (
Expand
)
Author
2018-05-30
Fix warnings found by clang with new warning flags to be added in later commit
Even Rouault
2018-05-14
Partial changes for IWYU
Kurt Schwehr
2018-03-27
Change units of axisswap to 'whatever'
Kristian Evers
2018-01-31
Renamed PJ_IO_UNITS_RADIANS to PJ_IO_UNITS_ANGULAR
Thomas Knudsen
2018-01-11
axisswap initialization: avoid switch case fallthrough
Even Rouault
2018-01-11
Fix breakage of previous commit (bis)
Even Rouault
2018-01-11
Fix breakage of previous commit
Even Rouault
2018-01-11
PJ_axisswap.c: validate axis value. Fixes https://bugs.chromium.org/p/oss-fuz...
Even Rouault
2018-01-08
Allow usage of classic +axis parameter in axisswap.
Kristian Evers
2018-01-08
Discern between 2D projected and 3D cartesian linear units (#732)
Thomas Knudsen
2018-01-03
Introduce preparation/finalization steps in fwd/inv subsystem, supporting arb...
Thomas Knudsen
2017-11-26
axisswap: validate axis number. Fixes https://bugs.chromium.org/p/oss-fuzz/is...
Even Rouault
2017-11-13
Removed remaining traces of the built in selftest system (#661)
Thomas Knudsen
2017-11-07
Formally change the initialization type of the TRANSFORMATIONS and CONVERSION...
Kristian Evers
2017-11-06
Eliminate the last traces of PJ_OBS (#643)
Thomas Knudsen
2017-10-31
Add 'axisswap' operation - swap axes in pipelines
Kristian Evers