| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-05-05 | replace: son -> child | mwtoews | |
| 2018-05-05 | geod usage: remove non-exist 'T', add 'l' | mwtoews | |
| 2018-05-05 | cs2cs usage: remove note about non-existant -b -i -o options. | mwtoews | |
| 2018-05-05 | cct usage: add 'I' to docs, re-order usage to same as docs | mwtoews | |
| 2018-05-05 | proj usage: remove unused 'c', add 'vV' to invproj | mwtoews | |
| 2018-05-05 | fix typos | mwtoews | |
| 2018-05-05 | Use formatting similar to used in original manuals | mwtoews | |
| Minor rephrasing for better reading. Split -[w|W]<n> into two options. | |||
| 2018-05-05 | normalise whitespace - most content untouched | mwtoews | |
| 2018-05-04 | Merge pull request #969 from Geomatys/master | Kristian Evers | |
| Update documentation and modularize the Java bindings | |||
| 2018-05-04 | Merge pull request #975 from schwehr/errno | Kristian Evers | |
| Convert errno literals to corresponding PJD symbol | |||
| 2018-05-04 | Convert errno literals to corresponding PJD symbol | Kurt Schwehr | |
| 2018-05-02 | Rename "Proj" as "PROJ" for the library name. | Martin Desruisseaux | |
| 2018-05-02 | Modularize the Proj Java package: | Martin Desruisseaux | |
| - Move the jniwrap/org/ directory into the jniwrap/org.osgeo.proj/ sub-directory ("org.osgeo.proj" is the module). - Add a module-info.java description. - Update the Makefile.am files for referencing the files in their new location. There is no API change at this stage; all moved classes are still the same that previous version. | |||
| 2018-05-02 | Use the #define constant generated by javac instead than a constant ↵ | Martin Desruisseaux | |
| maintained manually. | |||
| 2018-05-02 | Add link to GeoAPI for documentation purpose only (the Java classes can ↵ | Martin Desruisseaux | |
| still be used standalone). | |||
| 2018-05-02 | Replacement of "Proj.4 library" by "Proj library" and other documentation ↵ | Martin Desruisseaux | |
| update or formatting. There is no code change in this commit, except the addition of @Native annotation on a constant. | |||
| 2018-05-01 | Merge pull request #968 from mwtoews/doc-update | Kristian Evers | |
| Fix syntax in RST tables | |||
| 2018-05-02 | Fix syntax in RST tables | mwtoews | |
| 2018-05-01 | Fix bad formatting | Kristian Evers | |
| 2018-05-01 | Fix typo in project URL | Kristian Evers | |
| 2018-05-01 | Merge pull request #966 from kbevers/doc-improvements | Kristian Evers | |
| Doc improvements | |||
| 2018-04-30 | Merge pull request #958 from rouault/safe_creation_of_pj_lock | Kristian Evers | |
| Implement thread-safe creation of proj mutex (fixes #954) | |||
| 2018-04-30 | Remove duplicate lonlat doc page | Kristian Evers | |
| 2018-04-30 | Refactor operation doc pages | Kristian Evers | |
| Extended the use of the :option: directive to all currently written operation doc pages. In the process several more default parameters were added for easy inclusion in other doc pages. Expanded the info tables for each operation with "domain", "alias", "input type" and "output type". Corrected various errors along the way. Mainly formatting errors and references to invalid parameters such as +sym in hatano. | |||
| 2018-04-30 | Merge pull request #965 from schwehr/proj_math | Kristian Evers | |
| Move include of math.h inside include guard. | |||
| 2018-04-30 | Move include of math.h inside include guard. | Kurt Schwehr | |
| No reason to include math.h more times. And balance whitespace a bit | |||
| 2018-04-30 | Merge remote-tracking branch 'osgeo/master' into doc-improvements | Kristian Evers | |
| 2018-04-30 | Merge pull request #960 from kbevers/remove-pj_is_nan-definition | Kristian Evers | |
| Remove unneeded pj_is_nan definition | |||
| 2018-04-30 | Merge pull request #957 from Geomatys/master | Kristian Evers | |
| Update the JNI build, without API change for now | |||
| 2018-04-30 | Remove unneeded pj_is_nan definition | Kristian Evers | |
| 2018-04-28 | pj_mutex.c: use PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP when available | Even Rouault | |
| 2018-04-28 | Implement thread-safe creation of proj mutex (fixes #954) | Even Rouault | |
| 2018-04-27 | Replace the use of doxygen by standard Javadoc tools for jniwrap. | Martin Desruisseaux | |
| 2018-04-27 | Renamed jniwrap/README as README.md for better integration with GitHub. | Martin Desruisseaux | |
| Reformatted the README.md content for Markdown syntax. Updated some content to reflect the changes applied in build.xml file. | |||
| 2018-04-27 | Ignore output files and shutdown a warning. | Martin Desruisseaux | |
| 2018-04-27 | Update the Ant build.xml script for: | Martin Desruisseaux | |
| - Generating the C header file during javac task. - Provide more accurate information in META-INF/MANIFEST.MF. - Merge tasks intended to be executed together. The src/org_proj4_PJ.h file has been re-generated with the most recent Java compiler. | |||
| 2018-04-27 | Apply the https://github.com/opengeospatial/geoapi/issues/26 patch. | Martin Desruisseaux | |
| Update contributor names in copyright header. | |||
| 2018-04-27 | Merge pull request #956 from Geomatys/master | Kristian Evers | |
| Remove unused src/org_proj4_Projections.h file | |||
| 2018-04-27 | Remove src/org_proj4_Projections.h file. This file was not used anywhere, ↵ | Martin Desruisseaux | |
| since it was replaced by org_proj4_PJ file since 2012. | |||
| 2018-04-25 | Merge pull request #955 from rouault/fix_pj_transform_multiple_transforms | Kristian Evers | |
| pj_transform: reset error state before each call to pj_inv/pj_fwd | |||
| 2018-04-25 | pj_transform: reset error state before each call to pj_inv/pj_fwd | Even Rouault | |
| Fixes issues raised in https://lists.osgeo.org/pipermail/gdal-dev/2018-April/048446.html The use case is that pj_transform() is called from geos projection to something else, with multiple coordinates. If one of the coordinate tuple fails the inverse transform of geos, it fails with PJD_ERR_TOLERANCE_CONDITION. Causing all following coordinates to fail since the error state is not reset. | |||
| 2018-04-25 | Merge pull request #952 from mwtoews/scripts-update | Kristian Evers | |
| updated PDF file name to copy to gh-pages | |||
| 2018-04-25 | updated PDF file name to copy to gh-pages | mwtoews | |
| also modify proj4docs -> projdocs (should be harmless, as this is a working directory within /tmp) | |||
| 2018-04-25 | Merge pull request #945 from mwtoews/doc-update | Kristian Evers | |
| Update documentation title, author, and other details | |||
| 2018-04-23 | Merge pull request #937 from kbevers/c99-math-module | Kristian Evers | |
| Collect custom C99 math functions in proj_math.h | |||
| 2018-04-23 | Merge pull request #947 from schwehr/pj_isea_cleanup | Kristian Evers | |
| PJ_isea.c: change local helper functions to void returns | |||
| 2018-04-23 | Restore project as PROJ.4 | mwtoews | |
| No distinction is required between version and release. Disable default highlight_language (was effectively Python) | |||
| 2018-04-23 | Add isnan() to proj_math.h | Kristian Evers | |
| Code updated to use isnan() instead of pj_is_nan(). | |||
| 2018-04-23 | Merge pull request #948 from kbevers/cmake-line-continuation | Kristian Evers | |
| Collaps multiline strings to not trip up CMake2 | |||
| 2018-04-22 | Collaps multiline strings to not trip up CMake2 | Kristian Evers | |
