| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-07 | Fixed a cmake option message that was being truncated due to being split ↵ | Sean McBride | |
| into multiple lines | |||
| 2016-03-06 | Merge pull request #364 from cffk/proj-version | Howard Butler | |
| Document a (the?) convention for PJ_VERSION for versions 4.10 and up. | |||
| 2016-03-06 | Document a (the?) convention for PJ_VERSION for versions 4.10 and up. | Charles Karney | |
| 2016-03-03 | Build and deploy proj4.org website with every commit to the | Howard Butler | |
| master branch. proj4.org uses the Sphinx documentation stack, and it is located in the ./docs directory. | |||
| 2016-03-02 | Merge pull request #363 from OSGeo/docker | Howard Butler | |
| Add a Dockerfile that demonstrates building proj.4 and friends | |||
| 2016-03-02 | Add a Dockerfile that demonstrates building proj.4 and friends | Howard Butler | |
| 2016-02-29 | Merge pull request #360 from mbull2016/add_misrsom2 | Howard Butler | |
| Add support for MISR SOM projection | |||
| 2016-02-29 | Add test | mbull | |
| 2016-02-29 | Add comment | mbull | |
| 2016-02-29 | Add comment | mbull | |
| 2016-02-29 | Add comment | mbull | |
| 2016-02-29 | Merge branch 'hobu-docs-refactor' | Howard Butler | |
| 2016-02-28 | Merge pull request #362 from YannChemin/patch-2 | Howard Butler | |
| Added more descriptive docs about the OCEA options | |||
| 2016-02-28 | Added more descriptive docs about the OCEA options | Yann Chemin | |
| 2016-02-26 | Merge pull request #361 from YannChemin/patch-1 | Howard Butler | |
| Added scientific ref + info on params | |||
| 2016-02-26 | Added scientific ref + info on params | Yann Chemin | |
| 2016-02-26 | more sphinx docs | Howard Butler | |
| 2016-02-25 | add libproj.pdf from 2005 | Howard Butler | |
| 2016-02-24 | Add support for MISR SOM projection | mbull | |
| 2016-02-24 | start working on sphinx version of proj4.org | Howard Butler | |
| 2016-02-24 | Merge pull request #347 from bastik/laea-fix | Even Rouault | |
| unnecessary assignment in Lambert Azimuthal Equal Area | |||
| 2016-02-24 | convert PS docs to PDF | Howard Butler | |
| 2016-02-24 | move old docs out of the way | Howard Butler | |
| 2016-02-24 | Merge pull request #343 from OSGeo/cmake-shared-325 | Howard Butler | |
| adapt patch for #325 to fix static-only library building | |||
| 2016-02-24 | Merge pull request #356 from micahcochran/man-updates | Howard Butler | |
| Man Page Updates | |||
| 2016-02-19 | man page update. cs2cs header was updated. HOME PAGE links were changed. ↵ | Micah Cochran | |
| Converted man pages to html using man2html program. [ci skip] | |||
| 2016-02-16 | Merge pull request #355 from cffk/geod-1.46 | Charles Karney | |
| Upgrade geodesic library from GeographicLib 1.46. | |||
| 2016-02-16 | Update man pages. | Charles Karney | |
| 2016-02-16 | Fix typo in proj.def | Charles Karney | |
| 2016-02-16 | Increment version for geodesic library to 1.46.1. | Charles Karney | |
| 2016-02-16 | Preserve original numbering in proj.def (not sure whether this matters). | Charles Karney | |
| 2016-02-16 | Finish the geod_ additions to proj.def. | Charles Karney | |
| 2016-02-15 | Update proj.def to include new geod_ functions. Suppress warning from etmerc. | Charles Karney | |
| 2016-02-15 | Fix warning in geod_set. Set include files for geodtest to null. | Charles Karney | |
| 2016-02-15 | geodesic.c: move declarations to beginings of functions. | Charles Karney | |
| 2016-02-15 | Upgrade geodesic library from GeographicLib 1.46. | Charles Karney | |
| * upgrade geodesic.[ch3] * add test suite geodtest.c and invoke via cmake's add_test * increment version to 4.9.3 and library version to 11.0.0 | |||
| 2016-02-04 | fixed #347 - unnecessary assignment in Lambert Azimuthal Equal Area | Paul Hartmann | |
| 2016-02-02 | Merge pull request #349 from rouault/ignore_big_values_in_gtx | Howard Butler | |
| GTX grids: ignore shift values whose abs value is > 1000 | |||
| 2016-02-02 | GTX grids: ignore shift values whose abs value is > 1000 | Even Rouault | |
| This partially reverts https://github.com/OSGeo/proj.4/commit/338ea581 (#271) to solve issue with naptrans2008.gtx grid mentioned in http://lists.maptools.org/pipermail/proj/2016-February/007327.html | |||
| 2016-01-26 | Merge pull request #348 from OrdnanceSurvey/bugfix/nadgrid-loading-ios | Howard Butler | |
| Increase maximum path size for grid shift loading | |||
| 2016-01-26 | Use #define for max path length | drhaynes | |
| 2016-01-26 | Use const int for array size | drhaynes | |
| 2016-01-26 | Increase maximum path size for grid shift loading | drhaynes | |
| On systems with long paths (e.g. iOS, which uses UUIDs for bundle directories), the existing maximum path length of 128 resulted in path truncation, and caused the grid shift file loading to fail. This change increases the buffer size for the path to 1024 chars, enabling the nadgrids file to be loaded on such systems. | |||
| 2016-01-24 | Add support for big-endian NTv2 grids (#345) | Even Rouault | |
| 2016-01-13 | nad/epsg: update to EPSG database v8.8 | Even Rouault | |
| 2016-01-06 | adapt patch for #325 to fix static-only library building | Howard Butler | |
| 2016-01-06 | Merge pull request #342 from micahcochran/patch-1 | Howard Butler | |
| #warning pragma fix for VC++ for pj_strtod.c | |||
| 2016-01-06 | #warning pragma fix for Visual C++ | Micah Cochran | |
| This is to address PR #341 in which Visual C++ stops compile due to encountering a #warning. | |||
| 2015-12-16 | Merge pull request #332 from bartoli/master | Howard Butler | |
| Missing FL.lla -> Fl generation in windows build | |||
| 2015-12-16 | Missing FL.lla -> Fl generation in windows build | bartoli | |
