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