aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-05-15IWYU: Partial PJ_natearth.c..rtodms.cKurt Schwehr
2018-05-15IWYU: Partial PJ_gstmerc.c..PJ_molodensky.cKurt Schwehr
2018-05-15IWYU: Partial PJ_aitoff.c..PJ_goode.cKurt Schwehr
2018-05-14Partial changes for IWYUKurt Schwehr
2018-05-13ISEA_STATIC -> static (#995)Kurt Schwehr
2018-05-08Merge pull request #989 from kbevers/clang-tidyingKristian Evers
2018-05-08Merge pull request #988 from kbevers/proj-V-errorKristian Evers
2018-05-07Clean readability-named-parameter clang-tidy warningsKristian Evers
2018-05-07Clean readability-misleading-indentation clang-tidy warningsKristian Evers
2018-05-07Clean readability-redundant-declaratio clang-tidy warningsKristian Evers
2018-05-07Clean readability-inconsistent-declaration-parameter-name clang-tidy warningsKristian Evers
2018-05-07Clean readability-redundant-control-flow clang-tidy warningsKristian Evers
2018-05-07Reset errno when running proj in verbose mode.Kristian Evers
2018-05-07Merge pull request #987 from kbevers/calcofi-refactorKristian Evers
2018-05-07Refactor calcofi so that global parameters are handled in the projection setupKristian Evers
2018-05-06Do not error when setting up geos with +lat_0!=0Kristian Evers
2018-05-05Merge pull request #980 from mwtoews/doc-updateKristian Evers
2018-05-05Merge pull request #978 from rouault/cmake_fix_msysEven Rouault
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-04Add documentation to pj_phi2 by cffk@Kurt Schwehr
2018-05-04Fix C89 build failure with dphi.Kurt Schwehr
2018-05-04Merge pull request #969 from Geomatys/masterKristian Evers
2018-05-04cmake: fix build with msys where both pthread and win32 threads are detected ...Even Rouault
2018-05-04Convert errno literals to corresponding PJD symbolKurt Schwehr
2018-05-03Minor cleanup of pj_phi2.cKurt 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