aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-02-12proj.ini: add a 'ca_bundle_path' variableEven Rouault
2022-02-09createOperations(): fix transformations from/to a BoundCRS of a DerivedGeogra...Even Rouault
2022-02-09filemanager.cpp: reformat [ci skip]Even Rouault
2022-02-07CMake: make BUILD_SHARED_LIBS=ON the default even on WindowsEven Rouault
2022-02-04Merge pull request #3037 from direvus/2529-err-code-unknown-formatEven Rouault
2022-02-04Set more precise error code for parsing errors in proj_create().Brendan Jurd
2022-02-03Allow PROJ_LIB paths wrapped with double quotes (#3031)Mateusz Łoskot
2022-01-31Drop autotools; move remaining useful m4 macros (#3027)Mike Taves
2022-01-24Merge pull request #3024 from rouault/fix_cygwin_buildEven Rouault
2022-01-20lookForGridInfo(): make it work properly when passed the old PROJ nameEven Rouault
2022-01-18networkfilemanager.cpp: fix build issue with CygwinEven Rouault
2022-01-18filemanager.cpp: fix build issue with CygwinEven Rouault
2022-01-13Specify CMAKE_INSTALL_RPATH for macOS; use -rpath LDFLAGS for tests (#3009)Mike Taves
2022-01-12Conversion::_exportToPROJString(): fix potential crash introduced in recent c...Even Rouault
2022-01-12Merge pull request #3010 from rouault/fix_2739Even Rouault
2022-01-11Merge pull request #3014 from rouault/fix_3011Even Rouault
2022-01-09Minor cppcheck fixesEven Rouault
2022-01-09peirce_q: add inversion of +shape=square and diamond through generic inversio...Even Rouault
2022-01-07Map peirce_q to pseudo WKT2 and ESRI WKTEven Rouault
2022-01-07peirce_q: rename +type parameter wrongly introduced in 8.2.1 to +shape (fixes...Even Rouault
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-06Implement Geographic3D to Depth/Geog2D+Depth as used by ETRS89 to CD Norway d...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