aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-22Adding ellipsoidal equations for the Equal Earth (#1101)Bojan Šavrič
2018-08-20Fixes for webmerc projection (fixes #1078)Even Rouault
2018-08-17Implementation of Equal Earth projection (#1090)jdugge
2018-08-11gie: add a require_grid keyword, and use if for DHDN_ETRS89.gie; aso fix DHDN...Even Rouault
2018-08-11projects.h: use param[] variable-length member syntax with GCC >= 8 to fix op...Even Rouault
2018-08-11Fix wrong behaviour of torad_coord() with gcc 8.1 -O2 (fixes #1084)Even Rouault
2018-07-26pj_strerrno(): Change check off err value to avoid undefined behavior.Kurt Schwehr
2018-07-21Remove unused '+no_rot' parameterKristian Evers
2018-07-21Check for use of both +k and +k_0 in krovakKristian Evers
2018-07-20Use error code constant instead of numberKristian Evers
2018-07-12Merge pull request #1075 from cffk/geod-unit-fixCharles Karney
2018-07-11Revert pj_units to_meters entries for US units.Charles Karney
2018-07-11Remove ugly assignment within an expression.Charles Karney
2018-07-11Fix #1074. Fix unit conversion factors for geod.Charles Karney
2018-07-10vgridshift: add a +multiplier={value} parameterEven Rouault
2018-07-07Merge pull request #1065 from rouault/helmert_with_t_huge_valEven Rouault
2018-07-06Use M_PI_2 and M_PI_4 instead of locally defined constantsKristian Evers
2018-06-29Helmert: consider that xyzt.t == HUGE_VAL means t_epochEven Rouault
2018-06-26Add inverse lagrange projectionKristian Evers
2018-06-22Merge pull request #1055 from rouault/geocent_cart_to_meterKristian Evers
2018-06-21Make +proj=geocent and +proj=cart take into account +to_meter (relates to #1053)Even Rouault
2018-06-21unitconvert: error out if xy_in/xy_out z_in/z_out use different unit typesEven Rouault
2018-06-21Add support for deg, rad and grad in unitconvert (fixes #1052), and document ...Even Rouault
2018-06-20Add proj_errno_string() to proj.defKristian Evers
2018-06-19pj_transform.c:projected_to_geographic: Convert literal -17 to PJD_ERR_NON_CO...Kurt Schwehr
2018-06-18Set error codes in proj_create and proj_create_argvAaron Puchert
2018-06-15Do not scan past the end of the read data in pj_ctx_fgetsKurt Schwehr
2018-06-13whitespace cleanup pj_fileapi.cKurt Schwehr
2018-06-08bump version numbers to 5.2.0Kristian Evers
2018-06-08Export proj target to scope visible for test/unit targetMateusz Loskot
2018-06-07Add googletest 1.8.0 framework in test/googletest, and use it with autoconf b...Even Rouault
2018-06-06Correct bad use of proj_dmstor in gie.Kristian Evers
2018-06-06Remove leftover debugging print statementKristian Evers
2018-06-06Merge pull request #1031 from kbevers/gie-read-dmsKristian Evers
2018-06-05Make gie read dms style coordinatesKristian Evers
2018-06-04pj_transform.c: Use errno symbols, not numeric literals (#1029)Kurt Schwehr
2018-06-02use modern URL for DOIMike Toews
2018-06-02use shortened URL from StackExchange websitesMike Toews
2018-06-01Do not pivot over WGS84 when doing cs2cs-emulation with geocentKristian Evers
2018-05-31Fix buffer overflow in gie.c:append_args() (#1023)Kurt Schwehr
2018-05-30Merge pull request #1022 from schwehr/gie-operation-overflowKristian Evers
2018-05-30Merge pull request #1021 from rouault/add_test_frameworkKristian Evers
2018-05-30Merge pull request #1018 from schwehr/gie-fprintfKristian Evers
2018-05-30Replace suspicious use of strncat(), despite correct in that particular case ...Even Rouault
2018-05-30Fix warnings found by clang with new warning flags to be added in later commitEven Rouault
2018-05-29Ensure that operations are less than MAX_OPERATION long.Kurt Schwehr
2018-05-26cct.c: add missing va_end() in error code path (spotted by cppcheck)Even Rouault
2018-05-24Fix libtool versioning, using the proper number for 'age'Kristian Evers
2018-05-24gie T.fout output cleanupKurt Schwehr
2018-05-24Update version numbers for 5.1.0 releaseKristian Evers