aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-03-27Merge pull request #901 from mwtoews/dot4Kristian Evers
2018-03-27Merge pull request #907 from kbevers/print-helpKristian Evers
2018-03-27Merge pull request #906 from kbevers/validate-pipeline-unitsKristian Evers
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-27Change units of axisswap to 'whatever'Kristian Evers
2018-03-27Validate that units match between pipeline stepsKristian Evers
2018-03-26Merge pull request #902 from schwehr/gie-timeKristian Evers
2018-03-26Initialize test_time other fields.Kurt Schwehr