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
/
init.cpp
Age
Commit message (
Expand
)
Author
2020-12-15
Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHER
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_free() and move it's functional parts to proj_destroy()
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-03-13
Tag proj_list_units() as deprecated
Even Rouault
2020-02-06
Travis: update CLang Static Analyzer to CLang 9
Even Rouault
2020-01-29
Merge pull request #1891 from rouault/rfc5
Even Rouault
2020-01-26
string_to_paralist(): simplify so that it is obvious to cppcheck that null-pt...
Even Rouault
2020-01-25
Init file reading: use FileManager::open_resource_file() instead of deprecate...
Even Rouault
2020-01-22
Merge RFC4 (#1865)
Even Rouault
2019-09-18
Delete proj_math.h. Replace includes by <math.h>; we'll see if anyone
Charles Karney
2019-04-12
Validate lat_0 range in general case, lat_1 and lat_2 for lcc and eqdc
Even Rouault
2019-04-04
Reject negative e parameter to avoid division by zero
Even Rouault
2019-03-29
Remove duplicate instances of #include "proj_internal.h"
Chris Mayo
2019-03-17
Fix some issues raised by latest cppcheck
Even Rouault
2019-03-14
Reject eccentricity values larger than one
Even Rouault
2019-02-03
init(): repair to_meter=num/denom that was broken in the general case in PROJ...
Even Rouault
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
2018-12-30
Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXX
Even Rouault
2018-12-30
Merge projects.h into proj_internal.h
Even Rouault
2018-12-30
Remove PJ_OBJ type since it is now merged into PJ
Even Rouault
2018-12-27
Add an hardcoded +ellps=GRS80 when there is no datum/ellipsoid specification ...
Even Rouault
2018-12-27
Remove proj_def.dat (fixes #201)
Even Rouault
2018-12-26
cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixes
Even Rouault