aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
AgeCommit message (Expand)Author
2017-10-06Change PJ.left default from PJ_CLASSIC to PJ_RADIANSThomas Knudsen
2017-10-06Enable default destructor for all PJ objects.Thomas Knudsen
2017-09-28Add PJD_ERR_* aliases for error numbers without oneKristian Evers
2017-09-28Support a default destructor for PJ objectsThomas Knudsen
2017-08-07Adding info functions to proj.h API. (#551)Kristian Evers
2017-07-18Merge pull request #548 from kbevers/remove-error-macrosKristian Evers
2017-07-18Expanded *_ERROR* macros.Kristian Evers
2017-07-14Make sure to use custom hypot() when building as ANSI C (not defined before C...Kristian Evers
2017-07-10Introducing the Molodensky transform (#541)Kristian Evers
2017-07-07obs_api revision and improvements: new namespace etc. (#530)Thomas Knudsen
2017-06-08PJ_comill.c: avoid infinite loop in inverse method. Credit to OSS FuzzEven Rouault
2017-06-02Disallow usage of m<0 and n<0 in gn_sinu.Kristian Evers
2017-06-01Disallow +s=0 when in 4-param. mode.Kristian Evers
2017-05-19Unit conversion pseudo-projection.Kristian Evers
2017-02-27Merge pull request #487 from PositiveArrow/c11_compilationEven Rouault
2017-02-26Fix warnings related to -Wshadow -Wnull-dereference -Wfloat-conversionr -Wmis...Even Rouault
2017-02-10Consistent precision for mathematical macrosEtienne Jacques
2017-02-10Fix compilation with gcc with -std=c11 option.Etienne Jacques
2016-12-12Add a scripts/fix_typos.sh script and correct reported errorsEven Rouault
2016-11-20Plumbing for pipelines (#453)Thomas Knudsen
2016-11-12Pipeline plus api - in continuation of the Genereic Coordinates pull request ...Thomas Knudsen
2016-10-24Generic coordinates (#431)Thomas Knudsen
2016-08-22Changed self-test build behaviour from opt-out to opt-inKristian Evers
2016-07-13Eliminated load time non-computable initializers in healpixKristian Evers
2016-05-31correct M_PI_HALFPI valueMicah Cochran
2016-05-28Change math constants, similar to PR #372. Use M_ namespace with the de fact...Micah Cochran
2016-04-12refactoring + added selftest for 8 more projectionsThomas Knudsen
2016-04-07pj_list cleanup + added selftest stubs for all projectionsThomas Knudsen
2016-04-05Some initial work on internal regression testsThomas Knudsen
2016-04-01First steps toward simplified macros/internalsThomas Knudsen
2016-01-24Add support for big-endian NTv2 grids (#345)Even Rouault
2015-10-27Merge branch 'master' of https://github.com/piyushrpt/proj.4Even Rouault
2015-10-24Switch utm to use etmerc to address issue #316.Charles Karney
2015-10-23- API Extension to include fwd3d / inv3dPiyush Agram
2015-09-11win32 PVALUE issuesisyphus
2015-07-07Make pj_init() locale safe and no longer modify locale (#226)Even Rouault
2015-05-31Remove unused $Id$ keywords.Elliott Sales de Andrade
2013-06-25move pj_open_lib() to public include fileFrank Warmerdam
2013-06-25Remove internal declaration of PROJ_LIB - makes it hard to not have a valueFrank Warmerdam
2013-06-22add pj_ctx_fgets() implementation (untested)Frank Warmerdam
2013-06-22bulk of file api implementation complete and workingFrank Warmerdam
2013-06-22preliminary step implementing virtual fileioFrank Warmerdam
2012-06-19first nearly working grid catalog implementationFrank Warmerdam
2012-06-18preliminary work on grid catalogsFrank Warmerdam
2012-03-14avoid using macro expansion directly in #include to simplify codeFrank Warmerdam
2011-11-22implement support for ctable2 format (read/write)Frank Warmerdam
2011-05-31include string.h as memset is widely used nowFrank Warmerdam
2011-05-31ensure PJ structure always initialized to zero after malloc (#112)Frank Warmerdam
2011-05-10add support for vunits/vto_meter parameters to specify vertical unitsFrank Warmerdam
2011-05-10fix up builds on windowsFrank Warmerdam