aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-07labrd: document in the tagline and documentation that lat_0 is required (#2997)Bert Huijben
2022-01-07Merge pull request #3013 from rouault/fix_3012Even Rouault
2022-01-06proj_get_crs_info_list_from_database(): report PJ_TYPE_GEODETIC_CRS for IAU_2...Even Rouault
2022-01-04Handle EPSG:1111 'Transverse Mercator (3D)' method (used in EPSG:10.044 by Pr...Even Rouault
2022-01-04Merge pull request #3006 from rouault/fix_for_doxygen_1_9_3Even Rouault
2022-01-04Merge pull request #3001 from mwtoews/rfc-7-csaEven Rouault
2022-01-04Fix doc generation with Doxygen 1.9.3Even Rouault
2022-01-02Transition Clang Static Analizer to use CMakeMike Taves
2021-12-26Update ABI numbers for 8.2.1 releaseKristian Evers
2021-12-20Fix and additional options for Peirce Quincuncial projections (#2978)Toby C. Wilkinson
2021-12-16WKT1 import: correctly deal with missing rectified_grid_angle parameterEven Rouault
2021-12-16WKTParser::Private::buildProjectionStandard(): minor cleanupEven Rouault
2021-12-08createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to "NAD83(C...Even Rouault
2021-12-04Merge pull request #2968 from rouault/fix_ossfuzz_41462Even Rouault
2021-12-02PROJStringSyntaxParser(): make it use pj_trim_argc/argv to have similar token...Even Rouault
2021-12-02PROJ string parsing: fix unquoting of parameter values when the parameter nam...Even Rouault
2021-12-01Cache result of proj_get_type() to help for performance of proj_factors() (fi...Even Rouault
2021-11-24Pipeline parsing: reject proj=/o_proj= before first step, to avoid bad perfor...Even Rouault
2021-11-20Docs: Add new Ellipsoids page to explain ellipsoidal parameters (#2922)Brendan Jurd
2021-11-19DOCS: Add doxygen entry for proj_context_set_search_paths.Brendan Jurd
2021-11-15createOperationsGeogToGeog(): avoid potential harmless floating-point divisio...Even Rouault
2021-11-14Merge pull request #2938 from rouault/fix_ossfuzz_40955Even Rouault
2021-11-14Merge pull request #2937 from rouault/fix_2936Even Rouault
2021-11-12createOperationsCompoundToCompound(): fix null pointer dereference when conne...Even Rouault
2021-11-12Add new option to proj_create_crs_to_crs_from_pj method to force +over on tra...Peter Townsend
2021-11-11createOperations(): do not stop at the first operation in the PROJ namespace ...Even Rouault
2021-11-09PROJStringFormatter::toString(): avoid invalid iterator increment (fixes #2931)Even Rouault
2021-11-09Reformatting fixesEven Rouault
2021-11-06Merge pull request #2926 from snowman2/warnEven Rouault
2021-11-05DOC: Add warning in proj_as_proj_string about potential information loss with...snowman2
2021-11-05DOC: add available keys to proj_context_get_database_metadatasnowman2
2021-11-05Merge pull request #2921 from rouault/epsg_10_039Even Rouault
2021-11-04Remove useless PROJ_DLL uses in .cpp files (#2920)Momtchil Momtchev
2021-11-04Database: update to EPSG v10.039Even Rouault
2021-11-03BoundCRS WKT import: fix setting of nameEven Rouault
2021-10-26Update ABI numbers for 8.2.0 releaseKristian Evers
2021-10-25Merge pull request #2913 from rouault/fix_2905Even Rouault
2021-10-25lib_proj.cmake: add a PROJ::proj alias and add BUILD_INTERFACE include direct...Even Rouault
2021-10-23CMake: revise how we deal with symbol export and static buildsEven Rouault
2021-10-22Merge pull request #2907 from josch/tinshiftfallbackEven Rouault
2021-10-21Add fallback_strategy to tinshift transformJohannes Schauer Marin Rodrigues
2021-10-19TYPE: Update const declarations in proj_trans_boundssnowman2
2021-10-17exportToPROJStringGeneric(): avoid harmless floating-point division by zero i...Even Rouault
2021-10-16createOperations(): avoid harmless floating-point division by zero if convers...Even Rouault
2021-10-16Fix previous commitEven Rouault
2021-10-16CMake: fix invproj/invgeod generation on Windows when building with an explic...Even Rouault
2021-10-12Geographic 3D CRS: allow to export to WKT1:ESRI if only the GEOGCS is known (...Even Rouault
2021-10-12Fix export to WKT1:ESRI of CRS, datum, ellipsoids name that don't have a EPSG...Even Rouault
2021-10-12Merge pull request #2897 from rouault/fix_2852Even Rouault
2021-10-12Merge pull request #2900 from rouault/cmake_wkt_parserEven Rouault