aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-05pj_obs_api_mini_demo.c: fix typo: en -> enu for PJ_COORDKurt Schwehr
2018-05-05Merge pull request #980 from mwtoews/doc-updateKristian Evers
2018-05-05Merge pull request #979 from sebastic/chenyx06Kristian Evers
2018-05-05Merge pull request #978 from rouault/cmake_fix_msysEven Rouault
2018-05-05replace: son -> childmwtoews
2018-05-05geod usage: remove non-exist 'T', add 'l'mwtoews
2018-05-05cs2cs usage: remove note about non-existant -b -i -o options.mwtoews
2018-05-05cct usage: add 'I' to docs, re-order usage to same as docsmwtoews
2018-05-05Update URL & filename for Swiss datumgrids.Bas Couwenberg
2018-05-05proj usage: remove unused 'c', add 'vV' to invprojmwtoews
2018-05-05fix typosmwtoews
2018-05-05Use formatting similar to used in original manualsmwtoews
2018-05-05normalise whitespace - most content untouchedmwtoews
2018-05-05Merge pull request #973 from schwehr/pj_phi2_simpleKristian Evers
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-04Merge pull request #975 from schwehr/errnoKristian 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-02Modularize the Proj Java package:Martin Desruisseaux
2018-05-02Use the #define constant generated by javac instead than a constant maintaine...Martin Desruisseaux
2018-05-02Add link to GeoAPI for documentation purpose only (the Java classes can still...Martin Desruisseaux
2018-05-02Replacement of "Proj.4 library" by "Proj library" and other documentation upd...Martin Desruisseaux
2018-05-01Merge pull request #968 from mwtoews/doc-updateKristian Evers
2018-05-02Fix syntax in RST tablesmwtoews
2018-05-01Fix bad formattingKristian Evers
2018-05-01Fix typo in project URLKristian Evers
2018-05-01Merge pull request #966 from kbevers/doc-improvementsKristian Evers
2018-04-30Merge pull request #958 from rouault/safe_creation_of_pj_lockKristian Evers
2018-04-30Remove duplicate lonlat doc pageKristian Evers
2018-04-30Refactor operation doc pagesKristian 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 remote-tracking branch 'osgeo/master' into doc-improvementsKristian Evers
2018-04-30Merge pull request #960 from kbevers/remove-pj_is_nan-definitionKristian Evers
2018-04-30Merge pull request #957 from Geomatys/masterKristian 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-27Replace the use of doxygen by standard Javadoc tools for jniwrap.Martin Desruisseaux
2018-04-27Renamed jniwrap/README as README.md for better integration with GitHub.Martin Desruisseaux
2018-04-27Ignore output files and shutdown a warning.Martin Desruisseaux
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-27Merge pull request #956 from Geomatys/masterKristian Evers
2018-04-27Remove src/org_proj4_Projections.h file. This file was not used anywhere, sin...Martin Desruisseaux
2018-04-25Merge pull request #955 from rouault/fix_pj_transform_multiple_transformsKristian Evers