aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
AgeCommit message (Expand)Author
2021-11-12Add new option to proj_create_crs_to_crs_from_pj method to force +over on tra...Peter Townsend
2021-07-13Add S2 projection (#2749)marcus-elia
2020-12-15Remap ENOMEM from PROJ_ERR_INVALID_OP to PROJ_ERR_OTHEREven Rouault
2020-12-15Revise error codes to have a reduced set exposed in the public API.Even Rouault
2020-11-30API cleanup: unexport number of internal symbols, and remove/replace a few un...Even Rouault
2020-11-20Remove old pj_ memory (de)allocation functionsKristian Evers
2020-11-20Remove pj_free() and move it's functional parts to proj_destroy()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-03-13Tag proj_list_units() as deprecatedEven Rouault
2020-02-06Travis: update CLang Static Analyzer to CLang 9Even Rouault
2020-01-29Merge pull request #1891 from rouault/rfc5Even Rouault
2020-01-26string_to_paralist(): simplify so that it is obvious to cppcheck that null-pt...Even Rouault
2020-01-25Init file reading: use FileManager::open_resource_file() instead of deprecate...Even Rouault
2020-01-22Merge RFC4 (#1865)Even Rouault
2019-09-18Delete proj_math.h. Replace includes by <math.h>; we'll see if anyoneCharles Karney
2019-04-12Validate lat_0 range in general case, lat_1 and lat_2 for lcc and eqdcEven Rouault
2019-04-04Reject negative e parameter to avoid division by zeroEven Rouault
2019-03-29Remove duplicate instances of #include "proj_internal.h"Chris Mayo
2019-03-17Fix some issues raised by latest cppcheckEven Rouault
2019-03-14Reject eccentricity values larger than oneEven Rouault
2019-02-03init(): repair to_meter=num/denom that was broken in the general case in PROJ...Even Rouault
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
2018-12-30Rename proj_obj_XXX as proj_XXX and PJ_OBJ_XXX as PJ_XXXEven Rouault
2018-12-30Merge projects.h into proj_internal.hEven Rouault
2018-12-30Remove PJ_OBJ type since it is now merged into PJEven Rouault
2018-12-27Add an hardcoded +ellps=GRS80 when there is no datum/ellipsoid specification ...Even Rouault
2018-12-27Remove proj_def.dat (fixes #201)Even Rouault
2018-12-26cpp conversion: remove useless pj_, PJ_ and proj_ filename prefixesEven Rouault