aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/factory.cpp
AgeCommit message (Expand)Author
2022-03-06Fix wrong results with SQLite 3.38.0 (fixes #3077)Even Rouault
2022-01-20lookForGridInfo(): make it work properly when passed the old PROJ nameEven Rouault
2022-01-09Minor cppcheck fixesEven Rouault
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-04Fix doc generation with Doxygen 1.9.3Even Rouault
2021-09-28Add a mapping for versioned authorities, so that one can use IAU:xxxx or IAU_...Even Rouault
2021-09-28Database: add IAU_2015 CRSEven Rouault
2021-09-28AuthorityFactory::createGeodeticCRS(): use description column for remarksEven Rouault
2021-09-28Database reading: implement reading a GeodeticCRS with a Spherical CSEven Rouault
2021-09-17Database: add a 'anchor' field to geodetic_datum and vertical_datum tablesEven Rouault
2021-09-15isEquivalentTo(): improve comparison of datum names based on official name an...Even Rouault
2021-09-07Fix database access across fork() when SQLite3 doesn't use pread[64]() (fixes...Even Rouault
2021-09-05getInsertStatementsFor(): re-order projection parameters according to their c...Even Rouault
2021-08-15factory.cpp: fix latest clang -Wstring-concatenation (false positive) warningEven Rouault
2021-06-03factory.cpp: lint: make memoryHandle_ a unique_ptrEven Rouault
2021-06-03Run database layout checks only at first DB openingEven Rouault
2021-06-03Database: use shared sqlite handleEven Rouault
2021-06-03factory.cpp: preparation steps for global sqlite3* handle, but no functional ...Even Rouault
2021-05-24DatabaseContext::getTransformationsForGridName(): make it work properly when ...Even Rouault
2021-05-23Database: add a ANALYZE step during proj.db creationEven Rouault
2021-05-12Formatting fixesEven Rouault
2021-05-04DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)Mike Taves
2021-04-24getInsertStatementsFor(): replace while with if (master only, CID 320133)Even Rouault
2021-04-24Add proj_get_geoid_models_from_database() (#2681)Javier Jimenez Shaw
2021-04-23getInsertStatementsFor(): replace while with if (master only, CID 320133)Even Rouault
2021-04-23Database: update to EPSG v10.019Even Rouault
2021-04-20run reformat_cpp.sh to fix some leftoversJavier Jimenez Shaw
2021-04-18Merge pull request #2676 from rouault/fix_geog_to_geog_deprecatedEven Rouault
2021-04-18createOperations(): fix Geog to Geog when one is deprecated (fix master regre...Even Rouault
2021-04-18Added proj_get_celestial_body_list_from_database (#2674)Alan D. Snow
2021-04-12Add proj_get_celestial_body_name() and make proj_get_crs_info_list_from_datab...Even Rouault
2021-04-11Reformatting fixEven Rouault
2021-04-10getCRSInfoList(): make result order deterministic (by increasing auth_name, c...Even Rouault
2021-04-10Recognize OGC:84 as an alias of OGC:CRS84Even Rouault
2021-04-10Add hard-coded definitions for OGC:AnsiDate/JulianDate/UnixTimeEven Rouault
2021-04-08Merge pull request #2647 from rouault/integer_or_textEven Rouault
2021-04-06Database: nullify auth_name, code of usage tableEven Rouault
2021-04-05createOperations(): make createBetweenGeodeticCRSWithDatumBasedIntermediates(...Even Rouault
2021-03-28createOperation(): make sure no to discard deprecated operations...Even Rouault
2021-03-19SQL output: make it possible to export non-EPSG projection methods or methods...Even Rouault
2021-03-18createFromCRSCodesWithIntermediates(): improve perf when no matchEven Rouault
2021-03-15Add support for PROJ_AUX_DB environment variable to set the path to one or se...Even Rouault
2021-03-15Add proj_context_get_database_structure() to dump structure of empty valid au...Even Rouault
2021-03-15SQL export: add support for DatumEnsembleEven Rouault
2021-03-15SQL export: add publication_date and frame_reference_epoch to datumsEven Rouault
2021-03-15SQL output: add capability to restrict the authorities into which to look for...Even Rouault
2021-03-15Add C/C++ API to get SQL statements to insert a CRS into databaseEven Rouault
2021-03-10Code cleanup: remove conditional testing of SQLITE_OPEN_URI. It is present in...Even Rouault
2021-03-10Fix commentEven Rouault