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
/
iso19111
Age
Commit message (
Expand
)
Author
2019-03-26
c_api.cpp: avoid mixing enum types. Coverity CID 193542
Even Rouault
2019-03-26
factory.cpp: avoid warning about int truncation. Coverity CID 193544
Even Rouault
2019-03-26
Merge pull request #1369 from rouault/grid_fixes
Even Rouault
2019-03-25
lookForGridInfo(): correctly return that a grid is present, if present on the...
Even Rouault
2019-03-25
Database: add operation_version column to coordinate operation tables
Even Rouault
2019-03-25
WKT2_2018: always export ID of SOURCECRS/TARGETCRS and STEPs
Even Rouault
2019-03-25
WKT2_2018: always export ID in base crs node, even if there is one on upper node
Even Rouault
2019-03-25
WKT2_2018: export ID in base crs node, when there is none on top of upper node
Even Rouault
2019-03-25
crs.cpp: remove non-intented (harmless here) pass by reference of a pointer
Even Rouault
2019-03-24
WKT2 parser: update to OGC 18-010r6
Even Rouault
2019-03-23
Fix GCC 9 warning about useless std::move()
Even Rouault
2019-03-19
Doc: impove doc about OGC URN
Even Rouault
2019-03-17
Fix some issues raised by latest cppcheck
Even Rouault
2019-03-16
createOperations(): fix nadgrids -> nadgrids+geoidgrids
Even Rouault
2019-03-16
createOperations(): fix nadgrids+geoidgrids -> nadgrids+geoidgrids
Even Rouault
2019-03-16
createOperation(): fix geocent <--> nadgrids+geoidgrids case (fixes #1323)
Even Rouault
2019-03-16
Run scripts/reformat_cpp.sh
Even Rouault
2019-03-16
Fix doc generation with Breathe 4.12.0
Even Rouault
2019-03-01
Doc: rename to ISO-19111:2019
Even Rouault
2019-02-26
Rename internal constant to avoid conflict with macro in Solaris system headers
Even Rouault
2019-02-26
io.cpp: cast to 'unsigned char' before isspace() to avoid undefined behaviour...
Even Rouault
2019-02-24
ParameterValue::_exportToWKT(): fix null pointer dereference with -D_GLIBCXX_...
Even Rouault
2019-02-21
Transformation: reintroduce the term of 'Null geographic offset' for transfor...
Even Rouault
2019-02-21
Geog2D+Height -> Geog3D of same datum: avoid inserting a useless ballpark hor...
Even Rouault
2019-02-20
typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/
Even Rouault
2019-02-20
CoordinateOperation: add a hasBallparkTransformation() method that can be use...
Even Rouault
2019-02-20
CompoundCRS to Geog3DCRS: in synthetised transformation, document in the name...
Even Rouault
2019-02-20
PROJStringFormatting: change order of emission of push/pop w.r.t axis swap/un...
Even Rouault
2019-02-20
PROJStringFormatter: remove useless push/pop in another case
Even Rouault
2019-02-20
Operation sorting: tweak
Even Rouault
2019-02-20
Vertical CRS transformation: synthetize a vertical unit change transformation...
Even Rouault
2019-02-20
compoundCRS to compoundCRS: avoid emitting dummy 'Null geographic offset from...
Even Rouault
2019-02-20
Add VERTCON grid name alternatives in database, and handle filename substitut...
Even Rouault
2019-02-18
Fix a few issues with i386 builds
Even Rouault
2019-02-17
Modify the default strategy of researching intermediate CRS to do it only if ...
Even Rouault
2019-02-16
Make sure proj_get_source_crs() and proj_get_target_crs() work on 'pseudo' PJ...
Even Rouault
2019-02-14
Coordinate operations where a grid is present, but not in grid_alternatives t...
Even Rouault
2019-02-13
EPSG Helmert and Molodensky-Badekas methods in the Geographic 2D domain: use ...
Even Rouault
2019-02-13
PROJ string parsing: no longer attempt to build a CoordinateOperation object ...
Even Rouault
2019-02-12
Merge remote-tracking branch 'osgeo/master' into pipestack
Kristian Evers
2019-02-11
Make tmerc an alias for etmerc. (#1234)
Kristian Evers
2019-02-11
Use pj_new()
Even Rouault
2019-02-07
Rename proj_crs_list_destroy() to proj_crs_info_list_destroy()
Even Rouault
2019-02-07
Add proj_get_crs_info_list_from_database()
Even Rouault
2019-02-06
Shut up pj_create_internal when varifying validity of generated proj-string
Kristian Evers
2019-02-06
ISO19111: Handle database area objects with no bounding box
Even Rouault
2019-02-05
PROJStringParser::createFromPROJString(): avoid potential infinite loop. Fixe...
Even Rouault
2019-02-03
typo fix
Jürgen Fischer
2019-02-03
Avoid division by zero in Ellipsoid::computeSemiMinorAxis(). Fixes https://bu...
Even Rouault
2019-02-03
WKT1 export: avoid division by zero. Fixes https://bugs.chromium.org/p/oss-fu...
Even Rouault
[prev]
[next]