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_gridinfo.c
Age
Commit message (
Expand
)
Author
2018-10-08
NTv1 grid shift: fix file offset for reading of shift values in ntv1_can.dat
Even Rouault
2018-05-15
IWYU: Partial PJ_natearth.c..rtodms.c
Kurt Schwehr
2018-05-04
Convert errno literals to corresponding PJD symbol
Kurt Schwehr
2018-03-21
Merge branch 'master' into ctable-null
Kristian Evers
2018-03-20
Handle the case where nad_ctable2_init returns NULL.
Kurt Schwehr
2018-03-20
Remove final \n from pj_log messages.
Kurt Schwehr
2018-03-20
Track the header size read in pj_gridinfo_init
Kurt Schwehr
2018-03-14
Use a function to dereference a double value, to avoid false positive warning...
Even Rouault
2018-03-14
Avoid 'Found calculation inside sizeof()' false positive with older cppcheck ...
Even Rouault
2018-03-11
Remove 'pj_' prefix from static functions
Kristian Evers
2018-02-11
Add missing ! in boolean evaluation. Fixes #780.
Kristian Evers
2017-12-17
Declare non-local variables as const where possible
Aaron Puchert
2017-11-27
Replace some asserts by compile-time assertions
Aaron Puchert
2017-10-20
Handle allocation failure when loading grid files (#616)
Aaron Puchert
2017-10-19
Prevent crashes and leaks on allocation failure (#606)
Aaron Puchert
2017-02-26
Raise MSVC warning level to /W4
Even Rouault
2017-02-26
Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversionr -Wmis...
Even Rouault
2016-08-18
whitespace normalization for proj 4.9.3RC3
Howard Butler
2016-05-28
Change math constants, similar to PR #372. Use M_ namespace with the de fact...
Micah Cochran
2016-01-24
Add support for big-endian NTv2 grids (#345)
Even Rouault
2015-10-21
Don't fail when reading small GTX files #269
Howard Butler
2015-10-05
avoid read failure for minimal GTX files #269
Howard Butler
2015-05-31
Fix extraneous parentheses warning.
Elliott Sales de Andrade
2015-05-31
Remove unused $Id$ keywords.
Elliott Sales de Andrade
2015-05-30
Fix signed/unsigned comparison warnings.
Elliott Sales de Andrade
2015-02-21
src/pj_gridinfo.c: remove trailing / from preprocessor line (from Charles Kar...
Even Rouault
2014-09-17
fix NTv2 parent relationship problems (#177)
Frank Warmerdam
2014-09-13
Fix #231 -- crash when nad_ctable_init returned NULL
Howard Butler
2014-08-19
Make pj_gridinfo_load() thread-safe (#228)
Even Rouault
2013-06-22
bulk of file api implementation complete and working
Frank Warmerdam
2012-01-25
minor formatting improvements
Frank Warmerdam
2011-11-22
implement support for ctable2 format (read/write)
Frank Warmerdam
2011-07-06
adjust error handling for missing grid shift files (#116)
Frank Warmerdam
2011-02-10
correct gtx bounds reported by debug (#95)
Frank Warmerdam
2010-08-31
Move vertical datum grids in 180 to 360 to -180 to 0. Improve debug and
Frank Warmerdam
2010-06-11
avoid type warning.
Frank Warmerdam
2010-06-11
roll projCtx through various other low level functions
Frank Warmerdam
2010-06-11
preliminary implementation of projCtx API
Frank Warmerdam
2010-05-11
preliminary addition of vertical datum shifting capability
Frank Warmerdam
2009-01-06
removed CVS log messages since they are not maintained by subversion
Frank Warmerdam
2006-11-17
Uploaded PROJ.4 port for Windows CE.
Mateusz Loskot
2005-07-07
Fixed debug fprintf syntax per:
Frank Warmerdam
2004-10-30
fixed reported information in ctable debug message
Frank Warmerdam
2003-08-20
Avoid unsigned char / char casting issues for VC++.
Frank Warmerdam
2003-03-19
Fixed so swap_words() works when it should.
Frank Warmerdam
2003-03-17
improved debugging, reduce header read size
Frank Warmerdam
2003-03-17
implement heirarchical NTv2 gridinfos
Frank Warmerdam
2003-03-15
New
Frank Warmerdam