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
/
proj_internal.h
Age
Commit message (
Expand
)
Author
2021-12-01
Cache result of proj_get_type() to help for performance of proj_factors() (fi...
Even Rouault
2021-11-12
Add new option to proj_create_crs_to_crs_from_pj method to force +over on tra...
Peter Townsend
2021-07-22
Add pj_log_active() to determine if logging is active
Even Rouault
2021-06-03
Make proj_context_set_autoclose_database() a no-op as it would defeat the pur...
Even Rouault
2021-06-03
factory.cpp: preparation steps for global sqlite3* handle, but no functional ...
Even Rouault
2021-03-17
Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that can ...
Even Rouault
2021-02-19
LOG: Default log level PJ_LOG_ERROR
snowman2
2020-12-15
Remove internal use of PJ_LOG_DEBUG_MINOR and PJ_LOG_DEBUG_MAJOR
Even Rouault
2020-12-15
proj_log_XXX functions(): add the short name of the operation as prefix in th...
Even Rouault
2020-12-15
Revise error codes to have a reduced set exposed in the public API.
Even Rouault
2020-11-30
API cleanup: unexport number of internal symbols, and remove/replace a few un...
Even Rouault
2020-11-20
Remove old pj_ memory (de)allocation functions
Kristian Evers
2020-11-20
Remove pj_errno and related functions
Kristian Evers
2020-11-20
Remove pj_free() and move it's functional parts to proj_destroy()
Kristian Evers
2020-11-20
Removed unused function pj_set_searchpath() and pj_set_finder()
Kristian Evers
2020-11-20
Remove unused pj_apply_gridshift()
Kristian Evers
2020-11-20
Removed unused functions from src/utils.cpp
Kristian Evers
2020-11-20
Remove pj_ctx_* functions and use their proj_context counterparts
Kristian Evers
2020-11-20
Remove legacy file API
Kristian Evers
2020-11-20
Weed out proj_api.h datatypes and replace them with their proj.h counterparts
Kristian Evers
2020-11-20
Remove src/transform.cpp and related tests
Kristian Evers
2020-11-20
Remove ACCEPT_USE_OF_DEPRECATED_PROJ_API_H macro
Kristian Evers
2020-11-20
Remove proj_api.h
Kristian Evers
2020-10-26
Update Mercator projection
Charles Karney
2020-08-20
projCtx_t: Copy ini file settings, proj4_init_rules, etc.. when initializing ...
Alan D. Snow
2020-08-19
Add methods to ensure safer interactions with cpp_context
snowman2
2020-08-16
ENH: Add support for custum CA Bundle path (#2323)
Alan D. Snow
2020-05-28
Implement wink2 inverse by generic inversion of forward method
Even Rouault
2020-04-26
pipeline initialization: avoid deep recursion on corrupted PROJ string like h...
Even Rouault
2020-04-21
Typo fixes in code comments [ci skip]
Even Rouault
2020-04-20
Moved proj_context_get_url_endpoint & proj_context_get_user_writable_director...
Alan D. Snow
2020-04-15
tmerc/utm: add a +algo=auto/evenden_snyder/poder_engsager parameter
Even Rouault
2020-04-12
Add proj_degree_input() and proj_degree_output()
Kristian Evers
2020-04-06
Move inline code for optimize mlfn from tmerc to mlfn.hpp to avoid code dupli...
Even Rouault
2020-04-04
hgridshift/vgridshift: defer grid opening when grid has already been opened
Even Rouault
2020-03-30
Merge pull request #2052 from rouault/speedup_phi2
Even Rouault
2020-03-17
Deprecate proj_list_angular_units(). Follow-up of https://github.com/OSGeo/PR...
Even Rouault
2020-03-16
Merge branch 'master' into add_proj_get_suggested_operation
Even Rouault
2020-03-13
Tag proj_list_units() as deprecated
Even Rouault
2020-03-13
Add proj_get_suggested_operation()
Even Rouault
2020-03-11
pj_phi2(): speed-up computation (and thus inverse ellipsoidal Mercator and LCC)
Even Rouault
2020-03-06
proj_internal.h: fix typo in macro name due to bad copy&paste. (No functional...
Even Rouault
2020-02-24
Expose proj_context_is_network_enabled() in C API
Even Rouault
2020-02-11
Use relative directory to locate PROJ resource files.
Even Rouault
2020-02-06
Travis: update CLang Static Analyzer to CLang 9
Even Rouault
2020-02-04
Add projsync utility
Even Rouault
2020-01-27
projinfo: add --remote-data switch
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-12-14
Horizontal grid shift: fix issue on iterative inverse computation when switch...
Even Rouault
2019-11-18
proj_trans(): tune selection of operation when there are several alternatives...
Even Rouault
[next]