aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-27Print help text when callin gie without argumentsKristian Evers
2018-03-27Free memory on exitKristian Evers
2018-03-27Print help when calling cct without argumentsKristian Evers
2018-03-27Document --version option in cct and gieKristian Evers
2018-03-23Merge remote-tracking branch 'osgeo/master'Kristian Evers
2018-03-23Use the proper functions and variable names example programKristian Evers
2018-03-23Merge pull request #891 from cffk/isnanCharles Karney
2018-03-23If HAVE_C99_MATH, define pj_is_nan as isnan.Charles Karney
2018-03-23Undo mistaken push to master.Charles Karney
2018-03-23If HAVE_C99_MATH, then pj_is_nan is defined as isnan.Charles Karney
2018-03-22Merge pull request #889 from mwtoews/typosEven Rouault
2018-03-23Correct typo: commiter -> committerMike Toews
2018-03-22Merge pull request #887 from schwehr/float-cast-overflowKristian Evers
2018-03-22Handle nan float cast overflow in PJ_robin.c and nad_intr.cKurt Schwehr
2018-03-22Add a simple implementation of pj_is_nan() to proj_internal.hKurt Schwehr
2018-03-22Merge pull request #886 from schwehr/log-levelKristian Evers
2018-03-22proj.h: update PROJ_VERSION_MAJOR.PROJ_VERSION_MINOR to 5.1Even Rouault
2018-03-213 -> PJ_LOG_TRACE for pj_log level in pj_init.cKurt Schwehr
2018-03-21Update NEWS for 5.0.1Kristian Evers
2018-03-21Merge pull request #882 from rouault/fix_881Kristian Evers
2018-03-21Take into account +towgs84=0,0,0 in pipeline to still imply geodetic->cartesi...Even Rouault
2018-03-21Merge pull request #883 from schwehr/ctable-nullKristian Evers
2018-03-21Merge pull request #880 from mwtoews/rename-varKristian Evers
2018-03-21Merge branch 'master' into ctable-nullKristian Evers
2018-03-21Merge pull request #878 from schwehr/logging-cleanupKristian Evers
2018-03-20Handle the case where nad_ctable2_init returns NULL.Kurt Schwehr
2018-03-21Avoid shadowed declaration errors with old gccMike Toews
2018-03-21Merge pull request #879 from mwtoews/tidyEven Rouault
2018-03-21Update .gitignore for newer binariesMike Toews
2018-03-21Add extra { } to make code clearerEven Rouault
2018-03-20Remove final \n from pj_log messages.Kurt Schwehr
2018-03-20Merge pull request #877 from kbevers/fix-datum-param-in-pipelinesKristian Evers
2018-03-20Merge pull request #876 from schwehr/b74944176-pj_gridinfo_initKristian Evers
2018-03-20Merge pull request #874 from cffk/geod-1.49.3-fix1Kristian Evers
2018-03-20Introduce late expansion of +datum parameters. Fixes #872.Kristian Evers
2018-03-20Add 'exact' flag to Helmert operation when doing cs2cs emulation. Fixes #871....Kristian Evers
2018-03-20Track the header size read in pj_gridinfo_initKurt Schwehr
2018-03-20For the Intel compiler use "-fp-model precise" on all platforms.Charles Karney
2018-03-20Change update_man script so that files aren't accidentally committtedKristian Evers
2018-03-20Remove accidentally committed man file of the complete documentationKristian Evers
2018-03-19Merge pull request #869 from kbevers/sphinx-man-pagesKristian Evers
2018-03-19Fix spelling error in gie error code. Closes #861.Kristian Evers
2018-03-19Merge pull request #868 from cffk/geod-1.49.3Charles Karney
2018-03-18Update man-pages from Sphinx-docsKristian Evers
2018-03-18Setup automatic man page generationKristian Evers
2018-03-18Add documentation for the gie programKristian Evers
2018-03-17Add ax_check_compile_flag.m4 fromCharles Karney
2018-03-17Fix comments in geodesic.c. Better invocation of AX_CHECK_COMPILE_FLAG,Charles Karney
2018-03-17Patch 1.49.3 for geodesic package.Charles Karney
2018-03-17Move application docs to top level.Kristian Evers