aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-05geod usage: remove non-exist 'T', add 'l'mwtoews
2018-05-05cct usage: add 'I' to docs, re-order usage to same as docsmwtoews
2018-05-05proj usage: remove unused 'c', add 'vV' to invprojmwtoews
2018-05-04Merge pull request #969 from Geomatys/masterKristian Evers
2018-05-04Convert errno literals to corresponding PJD symbolKurt Schwehr
2018-05-02Rename "Proj" as "PROJ" for the library name.Martin Desruisseaux
2018-05-02Use the #define constant generated by javac instead than a constant maintaine...Martin Desruisseaux
2018-04-30Merge pull request #958 from rouault/safe_creation_of_pj_lockKristian Evers
2018-04-30Merge pull request #965 from schwehr/proj_mathKristian Evers
2018-04-30Move include of math.h inside include guard.Kurt Schwehr
2018-04-30Merge pull request #960 from kbevers/remove-pj_is_nan-definitionKristian Evers
2018-04-30Remove unneeded pj_is_nan definitionKristian Evers
2018-04-28pj_mutex.c: use PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP when availableEven Rouault
2018-04-28Implement thread-safe creation of proj mutex (fixes #954)Even Rouault
2018-04-27Update the Ant build.xml script for:Martin Desruisseaux
2018-04-27Apply the https://github.com/opengeospatial/geoapi/issues/26 patch.Martin Desruisseaux
2018-04-27Remove src/org_proj4_Projections.h file. This file was not used anywhere, sin...Martin Desruisseaux
2018-04-25pj_transform: reset error state before each call to pj_inv/pj_fwdEven Rouault
2018-04-23Merge pull request #937 from kbevers/c99-math-moduleKristian Evers
2018-04-23Merge pull request #947 from schwehr/pj_isea_cleanupKristian Evers
2018-04-23Add isnan() to proj_math.hKristian Evers
2018-04-22More cleanup and fix last commitKurt Schwehr
2018-04-22PJ_isea.c: change local helper functions to void returnsKurt Schwehr
2018-04-19Rename level -> log_level for proj_log_level to match function definitionKurt Schwehr
2018-04-16Prefer proj_math.h over math.h when geodesic.c is compiled as part of PROJKristian Evers
2018-04-16Collect custom C99 math functions in proj_math.hKristian Evers
2018-04-16Silence complaints about missing </gie> tagKristian Evers
2018-04-14Dont do false easting/northing on cartesian coordsKristian Evers
2018-04-14Merge pull request #924 from kbevers/logging_with_new_apiKristian Evers
2018-04-13Merge branch 'master' into logging_with_new_apiKristian Evers
2018-04-13Fix segfault in deformationKristian Evers
2018-04-13Always ignore out-commented lines in cctKristian Evers
2018-04-12Use PROJ logging facility in cctKristian Evers
2018-04-12Move logging functions to proj.h APIKristian Evers
2018-04-12Add --skip-lines option to cctKristian Evers
2018-04-12Use log1p in forward spherical mercatorJavier Goizueta
2018-04-12Fix: use proper double epsilon declarationJavier Goizueta
2018-04-12Enhance the precision of Spherical Mercator projection near the equatorJavier Goizueta
2018-04-12Add webmerc projectionEven Rouault
2018-04-12Pipeline: make sure geocentric/cartesian space transform is done with origina...Even Rouault
2018-04-12Merge pull request #923 from kbevers/cct-skip-n-linesKristian Evers
2018-04-12Use log1p in forward spherical mercatorJavier Goizueta
2018-04-12Fix: use proper double epsilon declarationJavier Goizueta
2018-04-11Enhance the precision of Spherical Mercator projection near the equatorJavier Goizueta
2018-04-09Add webmerc projectionEven Rouault
2018-04-07Pipeline: make sure geocentric/cartesian space transform is done with origina...Even Rouault
2018-04-03Add --skip-lines option to cctKristian Evers
2018-03-30Improve log and documentation regarding t_obs in helmert and deformation oper...Even Rouault
2018-03-30Return HUGE_VAL when errors are encounteredKristian Evers
2018-03-27Check for sweep_axis being an empty string in PJ_geos. (#908)Kurt Schwehr