| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-09-20 | Update data/README (refs #1127) | Even Rouault | |
| 2018-09-20 | Remove references to nad/ | Kristian Evers | |
| Closes #1127 | |||
| 2018-09-20 | Clean up FAQ | Kristian Evers | |
| This removes some questions that are no longer valid (covered elsewhere in the docs), adjusts the wording in other questions and fixes formatting and making it proper rst/sphinx syntax. With this, #1070 is almost fixed. | |||
| 2018-09-19 | Merge pull request #1128 from kbevers/build-docs-from-maintenance-branch | Kristian Evers | |
| Build docs from maintenance branch | |||
| 2018-09-19 | travis/install.sh: cleanups | Even Rouault | |
| 2018-09-19 | autoconf: fix 'make check' on out-of-tree builds | Even Rouault | |
| 2018-09-19 | Merge pull request #1125 from rouault/rename_nad_as_data | Kristian Evers | |
| Rename nad/ as data/ and move nad/test* to test/old/* | |||
| 2018-09-19 | Bump doc version to 6.0.0 | Kristian Evers | |
| 2018-09-19 | Build docs from most recent maintenance branch | Kristian Evers | |
| 2018-09-19 | Merge pull request #1124 from kbevers/version-6-prep | Kristian Evers | |
| Version 6 preparation | |||
| 2018-09-18 | Move data/test* scripts and expected results to test/old/ | Even Rouault | |
| 2018-09-18 | Rename nad/ directory as data/ | Even Rouault | |
| 2018-09-18 | Only allow usage of proj_api.h if explicit consent was given | Kristian Evers | |
| We want to flag that proj_api_h is now deprecated. With this commit it is now mandatory to #define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H before proj_api.h can be included. proj_api.h is used internally a bunch of places. Therefore ACCEPT_USE_OF_DEPRECATED_PROJ_API_H has been defined in projects.h and a few other necessary files to ensure that PROJ compiles. Closes #836 | |||
| 2018-09-18 | Do not install projects.h | Kristian Evers | |
| In version 6 we stop exposing the deprecated projects.h API to the world outside PROJ. Closes #835 | |||
| 2018-09-18 | Merge pull request #1123 from mwtoews/docs | Kristian Evers | |
| DOC: Remove free grids from 'Non-Free Grids' section | |||
| 2018-09-18 | alphabetize titles in 'Non-Free Grids' section (content unchanged) | Mike Toews | |
| 2018-09-18 | Remove free grids from 'Non-Free Grids' section | Mike Toews | |
| These are included with proj-datumgrid: - Australia - Canada: ntv2_0.gsb - Germany: BETA2007.gsb | |||
| 2018-09-15 | Bump version numbers after 5.2.0 release | Kristian Evers | |
| 2018-09-15 | Prepare website for 5.2 release5.2.0 | Kristian Evers | |
| 2018-09-11 | Merge pull request #1117 from mwtoews/intel | Kristian Evers | |
| Modifications for Intel compilers | |||
| 2018-09-11 | workaround Intel's shortcoming with constexpr | Mike Toews | |
| 2018-09-11 | Specify c++11 for Intel compilers | Mike Toews | |
| Also, workaround issue: CMake Error at test/unit/CMakeLists.txt:7 (string): string sub-command REGEX, mode REPLACE needs at least 6 arguments total to command. | |||
| 2018-09-11 | Update release date | Kristian Evers | |
| 2018-09-11 | Merge pull request #1116 from sebastic/dont-install-test-executables | Even Rouault | |
| Don't install test executables. | |||
| 2018-09-11 | Merge pull request #1115 from sebastic/dont-install-gtest | Even Rouault | |
| Don't install gtest libraries. | |||
| 2018-09-11 | Don't install test executables. | Bas Couwenberg | |
| 2018-09-11 | Don't install gtest libraries. | Bas Couwenberg | |
| 2018-09-11 | Merge pull request #1114 from sebastic/soname | Kristian Evers | |
| Fix SONAME decrement from libproj.so.13 to libproj.so.12. | |||
| 2018-09-11 | Fix SONAME decrement from libproj.so.13 to libproj.so.12. | Bas Couwenberg | |
| Increment age instead of revision for added interfaces, see: https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html | |||
| 2018-09-10 | Release prep 5.2 (#1113) | Kristian Evers | |
| Steps 1.1-1.4 from HOWTO-RELEASE. Will publish the archives later today (evening central european time). | |||
| 2018-09-10 | Update NEWS for 5.2 | Kristian Evers | |
| 2018-09-10 | Update man-pages from Sphinx-docs | Kristian Evers | |
| 2018-09-10 | Update ABI version for 5.2 release | Kristian Evers | |
| 2018-09-07 | cs2cs: Always convert to degrees when angular output is received (#1112) | Kristian Evers | |
| Previous to this commit cs2cs did not convert angular output to degrees when using operations setting PJ->right = PJ_IO_UNITS_ANGULAR. This commit adopts the conventions used after the introduction of pipelines. In practice, this allows the following and similar transformations to output in degrees and not radians: ``` echo 37.3916666667 -6.9325000 | cs2cs +proj=latlong +ellps=clrk80 \ +to +proj=molodensky +ellps=clrk80 +da=-112.145 +df=-0.54750714e-4 \ +dx=-175 +dy=-23 +dz=-303 37.39 -6.93 -8.2 ``` | |||
| 2018-09-07 | Change note to versionadded directive | Kristian Evers | |
| 2018-09-07 | Fix formatting error in API functions docs | Kristian Evers | |
| 2018-09-07 | Merge pull request #1111 from kbevers/cct-forward-comments | Kristian Evers | |
| cct: forward comments to output | |||
| 2018-09-07 | cct: forward comments to output | Kristian Evers | |
| Any text written after the coordinate input will automatically be forwarded to the output stream. Text in columns before the coordinate input is discarded in the output. This works for any combination of -c, -t and -z parameters: $ echo 12 56 100 2018.0 comment comment | cct +proj=merc 1335833.8895 7522963.2411 100.0000 2018.0000 comment commen $ echo text 12 56 100 2018.0 comment | cct -c 2,3,4,5 +proj=merc 1335833.8895 7522963.2411 100.0000 2018.0000 comment $ echo text 12 56 comment | cct -c 2,3 -t0 -z0 +proj=merc 1335833.8895 7522963.2411 0.0000 0.0000 comment $ echo 12 56 comment | cct -t0 -z0 +proj=merc 1335833.8895 7522963.2411 0.0000 0.0000 comment Closes #918 | |||
| 2018-09-05 | Minor corrections to cli app docs on -d option | Kristian Evers | |
| Added the version of introduction and removed comment about angular and linear output (it's an internal implementation detail that users doesn't need to be aware of). | |||
| 2018-09-05 | Add -d option to proj, cs2cs and cct (#1109) | Søren Holm | |
| Specify number of decimals to display when transforming coordinates with either proj, cs2cs or cct. | |||
| 2018-09-04 | Merge pull request #1108 from greg-minshall/master | Kristian Evers | |
| be more expansive in ignorance | |||
| 2018-09-02 | be more expansive in ignorance | Greg Minshall | |
| 2018-08-29 | Merge pull request #1106 from rouault/vto_meter_4DAPI_proj_longlat | Kristian Evers | |
| 4D API: honour vto_meter / vunits for proj=longlat | |||
| 2018-08-29 | 4D API: honour vto_meter / vunits for proj=longlat | Even Rouault | |
| This worked for cs2cs / pj_transform(), but not the new API | |||
| 2018-08-28 | Merge pull request #1104 from jdugge/docs_image_ratios | Kristian Evers | |
| Ensure correct axis ratio for images in documentation | |||
| 2018-08-27 | Ensure correct axis ratio for images in documentation; move proj-string from ↵ | Juernjakob Dugge | |
| image to caption | |||
| 2018-08-24 | proj_4D_api.c: fix potential null pointer dereference. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10033. Credit to OSS Fuzz. master only | |||
| 2018-08-24 | Merge pull request #1105 from kbevers/inv-mercator-precision | Kristian Evers | |
| Improve numerical precision of inverse spherical mercator | |||
| 2018-08-24 | Improve numerical precision of inverse spherical mercator | Kristian Evers | |
| Complements f2b3604 | |||
| 2018-08-24 | Merge pull request #1093 from rouault/geoc_flag_fix | Kristian Evers | |
| Assorted fixes related to +geoc flag handing | |||
