aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-04-25pj_transform: reset error state before each call to pj_inv/pj_fwdEven Rouault
2018-04-25Merge pull request #952 from mwtoews/scripts-updateKristian Evers
2018-04-25updated PDF file name to copy to gh-pagesmwtoews
2018-04-25Merge pull request #945 from mwtoews/doc-updateKristian Evers
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-23Restore project as PROJ.4mwtoews
2018-04-23Add isnan() to proj_math.hKristian Evers
2018-04-23Merge pull request #948 from kbevers/cmake-line-continuationKristian Evers
2018-04-22Collaps multiline strings to not trip up CMake2Kristian 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-22Change title and author to reflect CITATIONmwtoews
2018-04-22Conditional content for index section, using only directivemwtoews
2018-04-22Use utf8 option for inputenc instead of utf8xmwtoews
2018-04-22Fix subtle typo in table syntaxmwtoews
2018-04-22Improve grammar and use hyphen-minus for latexmwtoews
2018-04-22Rename various Sphinx docs from PROJ.4 to PROJmwtoews
2018-04-20Merge pull request #942 from schwehr/proj_log_level-inconsistent-declaration-...Kristian Evers
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-16Merge pull request #939 from kbevers/fix-gie-bugKristian Evers
2018-04-16Silence complaints about missing </gie> tagKristian Evers
2018-04-15Merge pull request #938 from kbevers/guamKristian Evers
2018-04-15Update aeqd docs with note of area of use for +guam optionKristian Evers
2018-04-15Update +proj=aeqd +guam test case with data from EPSG Note 7-2Kristian Evers
2018-04-14Merge pull request #936 from kbevers/no-false-easting-northing-on-cartesion-c...Kristian 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-14Merge pull request #935 from kbevers/fix-deformation-934Kristian Evers
2018-04-13Merge branch 'master' into logging_with_new_apiKristian Evers
2018-04-13Fix segfault in deformationKristian Evers
2018-04-13Merge pull request #933 from kbevers/cct-respect-commentsKristian 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