| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-07 | Fixing windows build with regards to pj_run_selftests. Also adding new ↵ | Kristian Evers | |
| projections natearth2 and comill to dll-build. | |||
| 2016-04-07 | Removed definition of pj_ortel_selftest as it already defined in PJ_bacon.c | Kristian Evers | |
| 2016-04-07 | selftest function stubs | Thomas Knudsen | |
| Added stubs for selftest functions for all projections supported. For now, the stub collection has been addad at the bottom of PJ_aea.c Each time a real selftest function is added to a projection source file, the stub should be removed. Stubbing the stuff makes sure a selftest function exists for all projections, and hence allows us to build a list of all selftest functions using the X-macro trick (with PROJ_HEAD as X-macro) used for building pj_list[] in pj_init.c. Actually, the plan is to add a selftest entry directly in the struct PJ_LIST, and let pj_init build the list directly as a part of pj_list[] | |||
| 2016-04-06 | Updating VS and Autotools build systems | Thomas Knudsen | |
| 2016-04-05 | Merge remote-tracking branch 'refs/remotes/OSGeo/master' into ↵ | Thomas Knudsen | |
| sdfe-refactor-macros--and-repair-generic-constructor-bug | |||
| 2016-04-05 | Added regression tests for projections beginning with a and b | Thomas Knudsen | |
| Continuing alphabetically, with a few detours due to the occasional case of more than one projection in one source file. | |||
| 2016-04-05 | Minor corrections | Thomas Knudsen | |
| Removed som debugging leftovers, and corrected the behaviour of new proj option -C / -VC, for checking internal regression tests. | |||
| 2016-04-05 | Some initial work on internal regression tests | Thomas Knudsen | |
| Need these to reduce the chance I'm screwing up something during this rather intrusive code surgery | |||
| 2016-04-04 | Adding Natural Earth II and Compact Miller | Bojan Savric | |
| 2016-04-02 | ... and correcting the same blunder in the pj_minimal case | Thomas Knudsen | |
| 2016-04-01 | Added missing return to cass, spherical case | Thomas Knudsen | |
| Correcting a blunder! | |||
| 2016-04-01 | First steps toward simplified macros/internals | Thomas Knudsen | |
| The brief version:: In an attempt to make proj.4 code slightly more secure and much easier to read and maintain, I'm trying to eliminate a few unfortunate design decisions from the early days of proj.4 The work will be *very* intrusive, especially in the PJ_xxx segment of the code tree, but great care has been taken to design a process that can be implemented stepwise and localized, one projection at a time, then finalized with a relatively small and concentrated work package. The (very) long version: See the comments in PJ_minimal.c | |||
| 2016-03-27 | add PJ_patterson.obj to makefile.vc | Micah Cochran | |
| 2016-03-27 | Note revisions. Add licensing. Add supplemental information about project, ↵ | Micah Cochran | |
| algorithm, and algorithm lineage. | |||
| 2016-03-27 | Add Patterson Cylindrical projection. Add tests for projection. | Micah Cochran | |
| 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-02-29 | Merge pull request #360 from mbull2016/add_misrsom2 | Howard Butler | |
| Add support for MISR SOM projection | |||
| 2016-02-29 | Add comment | mbull | |
| 2016-02-29 | Add comment | mbull | |
| 2016-02-29 | Add comment | mbull | |
| 2016-02-28 | Added more descriptive docs about the OCEA options | Yann Chemin | |
| 2016-02-26 | Added scientific ref + info on params | Yann Chemin | |
| 2016-02-24 | Add support for MISR SOM projection | mbull | |
| 2016-02-24 | Merge pull request #347 from bastik/laea-fix | Even Rouault | |
| unnecessary assignment in Lambert Azimuthal Equal Area | |||
| 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-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 | 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 | 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-06 | adapt patch for #325 to fix static-only library building | Howard Butler | |
| 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-13 | fix typo | Jeff Whitaker | |
| 2015-12-13 | changed spaces to tabs (to match rest of code) | Jeff Whitaker | |
| 2015-12-12 | inverse for hammer projection | Jeff Whitaker | |
| 2015-10-30 | Order of lat/lon is interpreted correctly for SCH | Piyush Agram | |
| 2015-10-27 | Fix compiler warnings with gcc 4.4 | Even Rouault | |
| 2015-10-27 | Merge branch 'master' of https://github.com/piyushrpt/proj.4 | Even Rouault | |
| Conflicts: nad/tv_out.dist | |||
| 2015-10-24 | Switch utm to use etmerc to address issue #316. | Charles Karney | |
| Add a test to check this. Output of an existing test changed in 7th decimal place. | |||
| 2015-10-23 | - API Extension to include fwd3d / inv3d | Piyush Agram | |
| - New SCH coordinate system for radar imaging systems | |||
