aboutsummaryrefslogtreecommitdiff
path: root/src/internal.cpp
AgeCommit message (Expand)Author
2021-12-02PROJ string parsing: fix unquoting of parameter values when the parameter nam...Even Rouault
2021-09-04Workaround 'Overlapping read/write of union is undefined behavior' cppcheck w...Even Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-12-15Move proj_log_XXX() functions from internal.cpp to log.cppEven Rouault
2020-11-20Remove pj_errno and related functionsKristian 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-09scripts/fix_typos.sh: fix URLs to dictionaries, and fix typos spottedEven Rouault
2019-02-27Fix default context fallback in proj_log_func.Elliott Sales de Andrade
2019-01-19Add support for spaces in grid name parameters (fixes #1152)Even Rouault
2019-01-17Remove proj_create_from_proj_string() and proj_create_from_user_input(), and ...Even Rouault
2019-01-09Allocate projCtx_t as a C++ objectEven Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-27proj_create_crs_to_crs(): add debugging tracesEven Rouault
2018-12-26cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixesEven Rouault
2018-12-26cpp conversion: move source files in apps/ iso19111/ conversions/ projections...Even Rouault
2018-12-08Speed-up toString(int) and toString(double)Even Rouault
2018-12-07Various speed optimizationsEven Rouault
2018-11-19Assorted set of fixes for PROJString to ISO19111 model:Even Rouault
2018-11-14Implement RFC 2: Initial integration of "GDAL SRS barn" workEven Rouault