aboutsummaryrefslogtreecommitdiff
path: root/src/grids.cpp
AgeCommit message (Expand)Author
2021-03-07insertIntoHierarchy(): avoid confusing cppcheck about potential use of moved ...Even Rouault
2021-03-07NTv2Grid: remove useless m_name member (redundant with one of base class)Even Rouault
2021-03-06grids.cpp: use C99/C++11 uint16_t/uint32_tEven Rouault
2021-03-03Reformat code with clang-format-10 from ubuntu 20.04Even Rouault
2020-12-15Remove internal use of PJ_LOG_DEBUG_MINOR and PJ_LOG_DEBUG_MAJOREven Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-11-27formatting fixesEven Rouault
2020-11-20Remove unused pj_apply_gridshift()Kristian Evers
2020-11-20Remove pj_ctx_* functions and use their proj_context counterpartsKristian Evers
2020-11-20Weed out proj_api.h datatypes and replace them with their proj.h counterpartsKristian Evers
2020-05-17Merge pull request #2206 from rouault/deformation_model_for_mergeEven Rouault
2020-05-16pj_bilinear_interpolation_three_samples(): add commentsEven Rouault
2020-05-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2020-05-04grids: add support for projected grids for GenericShiftGridSetEven Rouault
2020-04-08Code formatting fix [skip ci]Even Rouault
2020-04-07Test GCC 4.8 and CMake 3.9; resolve a few shadowed declaration warningsMike Taves
2020-03-15Fix build with libtiff master (libtiff > 4.1.0)Even Rouault
2020-03-12Fix build with gcc 4.8.5 (fixes #2062)Even Rouault
2020-02-24pj_hgrid_apply(): change error code when no grid match to PJD_ERR_GRID_AREA (...Even Rouault
2020-02-20Fix wrong byte-swapping for NTv2 grids affecting master after RFC4 work (fixe...Even Rouault
2020-02-09read_vgrid_value(): avoid assertion on huge latitude. Fixes https://bugs.chro...Even Rouault
2020-01-25Grid correction: fix handling grids spanning antimeridian (fixes #1859)Even Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault